Hello. I installed Audacious (3.8.2-2.1) via YaST from Packman repository and it installed next dependencies:
|libaudqt1 - QT GUI implementation of Audacious
|
[TABLE]
[TR]
[TD]libaudgui4 - GTK GUI implementation of Audacious
|
[/TD]
[/TR]
[/TABLE]
So, Audacious has GTK UI by default but I’d like to use it with Qt. How can I switch to it without rebuilding sources?
The official website sayed:
Audacious uses GTK+ by default but can be configured to use Qt. When running ./configure, use the --enable-qt and --disable-gtk options as desired. Any combination is possible: GTK+ only, Qt only, both, or neither (for a headless music player “daemon”).
But I’d like to use it from repository. because configure sayed:
“No package ‘glib-2.0’ found” Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
And I have libglib-2_0-0 and don’t know are they the same libs with different names or something else bla-bla-bla.
No, but audacious could store it in its settings and then choose to start in “Qt mode” the next time you run it.
After all, there is this command line option, so I think that should be possible…
But many apps are moving from GTK to Qt
Right, and that’s a good thing IMHO (I’d prefer Qt over GTK any day… ).
The main reason for this is probably that GTK’s developers chose to become the GNOME ToolKit, instead of the GIMP ToolKit as it originally was with GTK1 and 2.
And one reason why GTK was preferred over Qt in the past is that Qt was (supposed to be) not completely free. But that has changed meanwhile…