Commit 87048c1 1 parent dd3079d commit 87048c1 Copy full SHA for 87048c1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -831,14 +831,14 @@ class Guake(SimpleGladeApp):
831
831
# wanna use
832
832
window_rect = screen .get_monitor_geometry (0 )
833
833
if os .environ .get ('DESKTOP_SESSION' ) == "ubuntu" :
834
- unity_hide = self .client .get_int (KEY ('/apps/compiz-1/plugins/' + \
834
+ unity_hide = self .client .get_int (KEY ('/apps/compiz-1/plugins/' \
835
835
'unityshell/screen0/options/launcher_hide_mode' ))
836
836
# launcher_hide_mode = 1 => autohide
837
837
if unity_hide != 1 :
838
838
# Size of the icons for Unity in Ubuntu <= 12.04
839
839
# TODO Ubuntu 12.10 use dconf :
840
840
# /org/compiz/profiles/unity/plugins/unityshell/icon-size
841
- unity_icon_size = self .client .get_int (KEY ('/apps/compiz-1/' + \
841
+ unity_icon_size = self .client .get_int (KEY ('/apps/compiz-1/' \
842
842
'plugins/unityshell/screen0/options/icon_size' ))
843
843
unity_dock = unity_icon_size + 17
844
844
window_rect .width = window_rect .width - unity_dock
You can’t perform that action at this time.
0 commit comments