Merge lp:~apachelogger/ubiquity/fix-qicon-fallback into lp:ubiquity

Proposed by Harald Sitter on 2015-01-09
Status: Merged
Merged at revision: 6252
Proposed branch: lp:~apachelogger/ubiquity/fix-qicon-fallback
Merge into: lp:ubiquity
Diff against target: 30 lines (+12/-0)
2 files modified
debian/changelog (+8/-0)
ubiquity/frontend/kde_ui.py (+4/-0)
To merge this branch: bzr merge lp:~apachelogger/ubiquity/fix-qicon-fallback
Reviewer Review Type Date Requested Status
Jonathan Riddell 2015-01-09 Pending
Review via email: mp+245931@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-01-07 09:52:06 +0000
3+++ debian/changelog 2015-01-09 09:27:01 +0000
4@@ -1,3 +1,11 @@
5+ubiquity (2.21.4) UNRELEASED; urgency=medium
6+
7+ * kde: explicitly set the KDE_SESSION_VERSION env variable to 4
8+ to make sure that for example QIcon uses 4.x compatibility features
9+ rather than 3.x ones.
10+
11+ -- Harald Sitter <sitter@kde.org> Fri, 09 Jan 2015 10:14:30 +0100
12+
13 ubiquity (2.21.3) vivid; urgency=medium
14
15 [ Martin Wimpress ]
16
17=== modified file 'ubiquity/frontend/kde_ui.py'
18--- ubiquity/frontend/kde_ui.py 2014-10-13 16:10:59 +0000
19+++ ubiquity/frontend/kde_ui.py 2015-01-09 09:27:01 +0000
20@@ -160,6 +160,10 @@
21 # For above settings to apply automatically we need to indicate that we
22 # are inside a full KDE session.
23 os.environ["KDE_FULL_SESSION"] = "TRUE"
24+ # We also need to indicate version as otherwise KDElibs3 compatibility
25+ # might kick in such as in QIconLoader.cpp:QString fallbackTheme.
26+ # http://goo.gl/6LkM7X
27+ os.environ["KDE_SESSION_VERSION"] = "4"
28
29 self.app = QtGui.QApplication([])
30 # The "hicolor" icon theme gets picked when Ubiquity is running as a

Subscribers

People subscribed via source and target branches

to status/vote changes: