From: Dennis Braun Date: Wed, 26 May 2021 20:26:01 +0000 (+0200) Subject: The playback cursor doesn't move with wayland. X-Git-Tag: archive/raspbian/3.6.3+dfsg-1+rpi1~1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2793aa52c38281636c9b530cb14c460ea779fcfa;p=audacity.git The playback cursor doesn't move with wayland. Forwarded: not-needed As a workaround we use X11 to start audacity. Gbp-Pq: Name 0007-Playback_cursor_workaround.patch --- diff --git a/src/audacity.desktop.in b/src/audacity.desktop.in index 99765269..9de55551 100644 --- a/src/audacity.desktop.in +++ b/src/audacity.desktop.in @@ -48,7 +48,7 @@ Icon=@AUDACITY_NAME@ Type=Application Categories=AudioVideo;Audio;AudioVideoEditing; -Exec=env UBUNTU_MENUPROXY=0 @AUDACITY_NAME@ %F +Exec=env UBUNTU_MENUPROXY=0 GDK_BACKEND=x11 @AUDACITY_NAME@ %F StartupNotify=false Terminal=false MimeType=application/x-audacity-project;@MIMETYPES@