From 766b27ed3aff1f8a43dc3af42308f331417c9b64 Mon Sep 17 00:00:00 2001 From: Dennis Braun Date: Sun, 18 Apr 2021 15:47:34 +0200 Subject: [PATCH] The playback cursor doesn't move with wayland. As a workaround we use X11 to start audacity. Closes: #950150 Forwarded: not-needed Gbp-Pq: Name 0007-Playback_cursor_workaround.patch --- src/audacity.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audacity.desktop.in b/src/audacity.desktop.in index 34934bdb..2344edda 100644 --- a/src/audacity.desktop.in +++ b/src/audacity.desktop.in @@ -61,7 +61,7 @@ Categories=AudioVideo;Audio;AudioVideoEditing; Keywords=sound;music editing;voice channel;frequency;modulation;audio trim;clipping;noise reduction;multi track audio editor;edit;mixing;WAV;AIFF;FLAC;MP2;MP3; -Exec=@AUDACITY_NAME@ %F +Exec=env GDK_BACKEND=x11 @AUDACITY_NAME@ %F StartupNotify=false Terminal=false MimeType=@MIMETYPES@; -- 2.30.2