Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77335 - [audacity] Add GDK_BACKEND=x11 to .desktop to prevent memory leaks
Attached to Project:
Community Packages
Opened by Kuba Orlik (kuba-orlik) - Monday, 30 January 2023, 10:33 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:05 GMT
Opened by Kuba Orlik (kuba-orlik) - Monday, 30 January 2023, 10:33 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:05 GMT
|
DetailsWhen Audacity is recording under Wayland, it suffers severe memory leaks, as documented [here]( https://gitlab.alpinelinux.org/alpine/aports/-/issues/12634) and [here]( https://github.com/audacity/audacity/issues/4247). Adding `GDK_BACKEND=x11` to the Exec line in /usr/share/applications/audacity.desktop would solve this issue until upstream finishes rewriting the gui layer.
|
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:05 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/audacity/issues/1
Saturday, 25 November 2023, 20:05 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/audacity/issues/1
FS#67547. Also, I'm not sure if forcing x11 on to all audacity users is optimal (related:FS#76249)See: https://github.com/audacity/audacity/issues/459
`GDK_BACKEND=x11` should be added to `/usr/share/applicacions/audacity.desktop` or even better (maybe), add a wrapper script in `/usr/bin/audacity` that does `GDK_BACKEND=x11 audacity` so it also works trough the terminal.
Since this is clearly an upstream issue, also thanks for opening the ticket there.
Is this still an issue with 3.3.1?
It can load projects and play them but it doesn't show the waveform graphs, I'm not sure this should be a separate issue or not.
Even running with Xwayland (`GDK_BACKEND=x11 audacity`) doesn't solve the issue for me, the only way to make it work properly is by running it in Xorg.
It still doesn't work in native Wayland tough.