luisbocanegra / kde-material-you-colors

Automatic color scheme generator from your wallpaper for KDE Plasma powered by Material You
https://store.kde.org/p/2136963
GNU General Public License v3.0
378 stars 6 forks source link

Port from qdbus to gdbus command #225

Open luisbocanegra opened 2 months ago

luisbocanegra commented 2 months ago

Porting away from qdbus command to plain dbus-python + gdbus command (when dbus-python doesn't work).

Unlike qdbus, gdbus has a standard name/location and should always be on the $PATH so it will fix the problem of having to manually configure it

Removes qdbus executable option

Closes: https://github.com/luisbocanegra/kde-material-you-colors/issues/224