kuba160 / ddb_gui_qt5

Qt5 plugin for DeaDBeeF
GNU General Public License v2.0
8 stars 1 forks source link

Preferences greyed out #2

Open danyisill opened 2 years ago

danyisill commented 2 years ago

idk why, i cant even switch back to gtk gui ctrl+p does nothing deadbeef 1.8.8, KDE Plasma 5.23.4 on Wayland on Arch Linux Screenshot_20211207_120549

kuba160 commented 2 years ago

Preferences have not been implemented yet... 🥺 To switch back to gtk you have to run deadbeef through console: deadbeef --gui GTK3 ... or delete qt5 plugin. Progress can be tracked here: https://github.com/kuba160/ddb_gui_qt5/projects/2 Please keep the issue open until settings will be implemented (I work on this plugin alone in my spare time when I have motivation for it. Making GUI plugin isn't a very simple task.)

begin-theadventure commented 1 year ago

Hello. This fork has preferences. Perhaps they could be merged somehow?

kuba160 commented 1 year ago

I have started complete rewrite of this plugin so that it has better structure and can be used with Qt Quick only. Also it probably now requires Qt 6. It is basically a totally different plugin and it will be renamed in the future to avoid confusion. For now I'm still trying to implement all features that existed before rewrite. Hopefully it will be more or less done this year but no promise.

begin-theadventure commented 1 year ago

Awesome!