From: Silvio Rhatto Date: Wed, 3 Jul 2024 14:05:00 +0000 (-0300) Subject: Fix: xnm-tray: use QT_QPA_PLATFORMTHEME instead of XDG_CURRENT_DESKTOP X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b90a2ad93279e89b7b74e37305b5c8af88cf44ed;p=utils-x11.git Fix: xnm-tray: use QT_QPA_PLATFORMTHEME instead of XDG_CURRENT_DESKTOP --- diff --git a/xnm-tray b/xnm-tray index 6eec120..42af5c9 100755 --- a/xnm-tray +++ b/xnm-tray @@ -9,7 +9,10 @@ if laptop-detect; then sleep 5 # Then start nm-tray with a fix - # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983536 - XDG_CURRENT_DESKTOP=GNOME nm-tray + # + # Check https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983536 + #XDG_CURRENT_DESKTOP="GNOME" nm-tray + QT_QPA_PLATFORMTHEME="gnome" nm-tray fi fi