~ubuntu-branches/ubuntu/saucy/openbox/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/658081_fix_kde_menu.patch

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik
  • Date: 2013-10-07 14:58:17 UTC
  • mfrom: (12.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20131007145817-83jqr402jrv0q998
Tags: 3.5.2-3
* debian/control:
  + fix typo in depends openbox-dev package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
commit a23954ec17c17259f75e0f4e647975bbf4ede058
2
 
Author: Dana Jansens <danakj@orodu.net>
3
 
Date:   Thu Sep 29 12:52:07 2011 -0400
4
 
 
5
 
    bug #5253 kde4 is out now, use kde4 menus by default.
6
 
    
7
 
    Startup scripts should export "XDG_MENU_PREFIX=kde-4-" but they export
8
 
    "XDG_MENU_PREFIX=kde-".
9
 
 
10
 
diff --git a/data/xsession/openbox-kde-session.in b/data/xsession/openbox-kde-session.in
11
 
index 14e3504..3572279 100644
12
 
--- a/data/xsession/openbox-kde-session.in
13
 
+++ b/data/xsession/openbox-kde-session.in
14
 
@@ -8,7 +8,7 @@ if test -n "$1"; then
15
 
 fi
16
 
 
17
 
 # Set the prefix for the menu layout to use
18
 
-export XDG_MENU_PREFIX="kde-"
19
 
+export XDG_MENU_PREFIX="kde-4-"
20
 
 
21
 
 # Clean up after GDM
22
 
 xprop -root -remove _NET_NUMBER_OF_DESKTOPS \