Skip to content

Instantly share code, notes, and snippets.

@BlurryFlurry
Created October 29, 2018 09:36
Show Gist options
  • Save BlurryFlurry/85a9e9078e765b18750317a45a4e0bf9 to your computer and use it in GitHub Desktop.
Save BlurryFlurry/85a9e9078e765b18750317a45a4e0bf9 to your computer and use it in GitHub Desktop.
toggldesktop 7.4.144-3 this patch file fixes qt5ct: D-Bus system tray: no error
--- /opt/toggldesktop/TogglDesktop.sh 2018-10-29 14:49:37.695585963 +0530
+++ /opt/toggldesktop/TogglDesktop.sh 2018-10-29 14:48:49.882253006 +0530
@@ -15,6 +15,7 @@
XDG=$XDG_CURRENT_DESKTOP
if [[ "$XDG" = "X-Cinnamon" || "$XDG" = "XFCE" || "$XDG" = "Pantheon" || "$XDG" = "i3" || "$XDG" = "LXDE" || "$XDG" = "MATE" || "$XDG" = "Budgie:GNOME" ]]; then
+ QT_QPA_PLATFORMTHEME=gtk3
DBUS_SESSION_BUS_ADDRESS=""
dbus-launch $dirname/$appname "$@" &
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment