Is Winamp interface support planned for Wayland? #1560
-
|
When trying to enable the Winamp Interface in Audacity (version 4.4.2 from Flathub on Fedora Silverblue 41), the window closes then reopens without any visible change. I get the same behavior from the Qt and the GTK interfaces. Here's the error message: It seems that Wayland support is not planned and that I should not report an issue for it. Is that correct? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Applications running on Wayland are not able to get/set their window positions. The Winamp interface for Audacious obviously relies on those functionalities. The answer therefore is: See also:
@jlindgren90: Feel free to confirm and add more information if I missed something. |
Beta Was this translation helpful? Give feedback.
-
|
In my opinion, It is time to drop the winamp interface. |
Beta Was this translation helpful? Give feedback.

Applications running on Wayland are not able to get/set their window positions.
As a result, moving windows or restoring their position is not possible on application side.
Responsible for these tasks is now the window manager, not the application itself. This approach of Wayland is by design.
The Winamp interface for Audacious obviously relies on those functionalities.
And the consequence is that its windows cannot be moved at all on Wayland.
As explained above, this is not something we can solve on our side.
The answer therefore is:
No, supporting the Winamp interface on Wayland is not planned because it is simply not possible.
Audacious since version 4.4 uses X11/XWayland by default wh…