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

* Re: Fix vscode Github sign-in
  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
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: atk @ 2022-05-20  4:17 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

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

Comment:
@shizonic 

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

* Re: Fix vscode Github sign-in
  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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-08-19  2:17 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

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

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] Fix vscode Github sign-in
  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 ` github-actions
  2022-09-03  9:17 ` EdoardoLaGreca
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-09-03  2:14 UTC (permalink / raw)
  To: ml

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

Closed 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
```

Thanks to @toluschr for [his comment](https://github.com/MicrosoftDocs/live-share/issues/3057#issuecomment-671072052) in a related issue.

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

* Re: Fix vscode Github sign-in
  2022-05-19 20:59 [ISSUE] Fix vscode Github sign-in EdoardoLaGreca
                   ` (2 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: EdoardoLaGreca @ 2022-09-03  9:17 UTC (permalink / raw)
  To: ml

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

New comment by EdoardoLaGreca on void-packages repository

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

Comment:
was this actually completed?

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

* Re: Fix vscode Github sign-in
  2022-05-19 20:59 [ISSUE] Fix vscode Github sign-in EdoardoLaGreca
                   ` (3 preceding siblings ...)
  2022-09-03  9:17 ` EdoardoLaGreca
@ 2022-09-03  9:33 ` atk
  2022-09-03  9:42 ` EdoardoLaGreca
  5 siblings, 0 replies; 7+ messages in thread
From: atk @ 2022-09-03  9:33 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

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

Comment:
The issue is no longer reproducible. I guess an update fixed it accidentially.

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

* Re: Fix vscode Github sign-in
  2022-05-19 20:59 [ISSUE] Fix vscode Github sign-in EdoardoLaGreca
                   ` (4 preceding siblings ...)
  2022-09-03  9:33 ` atk
@ 2022-09-03  9:42 ` EdoardoLaGreca
  5 siblings, 0 replies; 7+ messages in thread
From: EdoardoLaGreca @ 2022-09-03  9:42 UTC (permalink / raw)
  To: ml

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

New comment by EdoardoLaGreca on void-packages repository

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

Comment:
good to know

^ 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).