Dark theme for XFCE on Debian

I’ve futzed around with various QT5 settings but can’t get Picard to display in a dark theme. I do have XFCE itself in a Dark Theme, and all applications, with perhaps one other exception. Any suggestions?

1 Like

Try this:

2 Likes

Changing systems after a hardware upgrade, I went hunting for a solution to this problem.
HT to @outsidecontext for the pointers.

For others, still using the 2.x series of Picard (3.x series is qt6 based where themes are applied differently):

  • install QGnomePlatform-qt5package (apt, yum, et al depending on OS)
  • copy /usr/share/applications/org.musicbrainz.Picard.desktop$HOME/.local/share/applications
  • edit $HOME/.local/share/applications/org.musicbrainz.Picard.desktop by changing the Exec command to read: Exec=env QT_QPA_PLATFORMTHEME=gnome picard %F
  • update desktop database with $ update-desktop-database ~/.local/share/applications
  • Select Picard from the desktop menu.
  • Go to Options →User Interface → User Interface Colour Theme and select System from the drop down box.
  • Select Make it So

Exit Picard, and restart.
Picard should pickup on the user’s selected colour theme.

YMMV

Ref:

2 Likes

Absolute goat, this worked perfectly.