Skip to content

Commit

Permalink
Merge pull request #2340 from uklotzde/2.2_disable_qtwayland
Browse files Browse the repository at this point in the history
lp1850729: Disable QtWayland in desktop launcher
  • Loading branch information
daschuer committed Nov 11, 2019
2 parents 1485aa2 + 25dba87 commit 0243472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/debian/menu
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
needs="X11" \
section="Apps/Sound" \
title="Mixxx" \
command="/usr/bin/pasuspender -- /usr/bin/mixxx" \
command="/usr/bin/pasuspender -- /usr/bin/mixxx -platform xcb" \
icon="/usr/share/pixmaps/mixxx.xpm" \
icon16x16="/usr/share/pixmaps/mixxx-16.xpm"
2 changes: 1 addition & 1 deletion build/debian/mixxx.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version=1.0
Name=Mixxx
GenericName=Digital DJ interface
Comment=A digital DJ interface
Exec=pasuspender -- mixxx
Exec=pasuspender -- mixxx -platform xcb
Terminal=false
Icon=mixxx_icon
Type=Application
Expand Down
2 changes: 1 addition & 1 deletion res/linux/mixxx.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GenericName[fr]=Interface numérique pour DJ
Comment=A digital DJ interface
Comment[de]=Ein digitales DJ-System
Comment[fr]=Une interface numérique pour DJ
Exec=sh -c "pasuspender -- mixxx || mixxx"
Exec=sh -c "pasuspender -- mixxx -platform xcb || mixxx -platform xcb"
Terminal=false
Icon=mixxx_icon
Type=Application
Expand Down

0 comments on commit 0243472

Please sign in to comment.