Skip to content

Commit

Permalink
qt5 theming with gtk3 themes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Mar 5, 2017
1 parent 6ae351a commit 11a3bcc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ budgie-desktop-environment (0.7.3) zesty; urgency=medium

* Bug fix release (LP: #)
- allow QT apps to theme correctly with new version in zesty
- correct file permissions for profile.d override
- hide the default gnome-region applet from system settings;
language selector gnome is its replacement
* Package Changes
- add QT5-style-plugins to allow correct gtk theming

-- David Mohammed <[email protected]> Sat, 18 Feb 2017 21:03:52 +0000

Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Depends: gnome-themes-standard,
plymouth-theme-ubuntu-budgie-logo,
plymouth-theme-ubuntu-budgie-text,
plymouth-themes,
qt5-style-plugins,
${misc:Depends}
Description: Common Ubuntu Budgie desktop components customisation
While this common budgie-desktop package can be installed manually,
Expand Down
7 changes: 5 additions & 2 deletions etc/profile.d/10-budgie-desktop.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# force environment variable removal to allow QT apps to be themed correctly
# force QT override to not have a value to allow QT apps to be themed correctly
# this is new due to zesty including QT 5.8
unset QT_STYLE_OVERRIDE
export QT_STYLE_OVERRIDE=

# with qt-style-plugins ensure QT apps now pickup a GTK theme
export QT_QPA_PLATFORMTHEME=gtk2

0 comments on commit 11a3bcc

Please sign in to comment.