Skip to content

Commit

Permalink
Merge pull request #97 from NickvisionApps/input-method
Browse files Browse the repository at this point in the history
Shared - Fallback to pulseaudio automatically
  • Loading branch information
nlogozzo authored Aug 10, 2023
2 parents 8615de1 + 8119b3c commit 795a402
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NickvisionCavalier.Shared/org.nickvision.cavalier.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
#!/bin/sh

if [ ! -e $XDG_RUNTIME_DIR/pipewire-0 ]
then
CAVALIER_INPUT_METHOD=${CAVALIER_INPUT_METHOD:-pulse}
fi

exec @EXEC@ $@
2 changes: 0 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ apps:
command: usr/bin/org.nickvision.cavalier
common-id: org.nickvision.cavalier
desktop: usr/share/applications/org.nickvision.cavalier.desktop
environment:
CAVALIER_INPUT_METHOD: pulse
extensions: [ gnome ]
plugs:
- audio-playback

0 comments on commit 795a402

Please sign in to comment.