Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Fix vscode Github sign-in
@ 2022-05-19 20:59 EdoardoLaGreca
  2022-05-20  4:17 ` atk
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: EdoardoLaGreca @ 2022-05-19 20:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

New issue by EdoardoLaGreca on void-packages repository

https://github.com/void-linux/void-packages/issues/37202

Description:
Code OSS (package `vscode`) is not able to sign-in using Github because of a missing URL handler. The URL handler in question is provided by a file in `/usr/share/applications` called `code-oss-url-handler.desktop`. I got that file from the [respective Arch Linux package](https://archlinux.org/packages/community/x86_64/code/) but it is provided from the official repo as well (see [this file](https://github.com/microsoft/vscode/blob/main/resources/linux/code-url-handler.desktop)).

Other than that, it is necessary to set the default application for the specific MIME type using the command below

```
xdg-mime default code-oss-url-handler.desktop x-scheme-handler/code-oss
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-09-03  9:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 20:59 [ISSUE] Fix vscode Github sign-in EdoardoLaGreca
2022-05-20  4:17 ` atk
2022-08-19  2:17 ` github-actions
2022-09-03  2:14 ` [ISSUE] [CLOSED] " github-actions
2022-09-03  9:17 ` EdoardoLaGreca
2022-09-03  9:33 ` atk
2022-09-03  9:42 ` EdoardoLaGreca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).