Skip to content

Commit

Permalink
Double check xdg nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoenigsknecht committed Oct 5, 2024
1 parent 0695992 commit 9e20e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/desktop/src/main/invitation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export const updateDesktopFile = (isDev: boolean) => {
}

try {
execSync('xdg-settings --list')
execSync('xdg-settings get default-url-scheme-handler')
execSync('xdg-settings set default-url-scheme-handler quiet quiet.desktop')
} catch (e) {
logger.error("Couldn't set default scheme handler", e)
Expand Down

0 comments on commit 9e20e97

Please sign in to comment.