Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/openbox/files: openbox-3.5.0-fix-desktop-files.patch
Date: Mon, 27 Aug 2012 10:29:43
Message-Id: 20120827102928.05626208E0@flycatcher.gentoo.org
1 hwoarang 12/08/27 10:29:27
2
3 Added: openbox-3.5.0-fix-desktop-files.patch
4 Log:
5 fix desktop files according to fd.o desktop entry specifications. Thanks to Julian Ospald <hasufell@g.o>. Bug #431784
6
7 (Portage version: 2.1.11.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-wm/openbox/files/openbox-3.5.0-fix-desktop-files.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/files/openbox-3.5.0-fix-desktop-files.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/files/openbox-3.5.0-fix-desktop-files.patch?rev=1.1&content-type=text/plain
14
15 Index: openbox-3.5.0-fix-desktop-files.patch
16 ===================================================================
17 https://bugs.gentoo.org/show_bug.cgi?id=431784
18
19 fix desktop files according to fd.o desktop entry specifications
20
21 diff --git a/data/gnome-wm-properties/openbox.desktop b/data/gnome-wm-properties/openbox.desktop
22 index 67e49e4..266c147 100644
23 --- a/data/gnome-wm-properties/openbox.desktop
24 +++ b/data/gnome-wm-properties/openbox.desktop
25 @@ -7,7 +7,7 @@ Exec=openbox
26 X-GNOME-WMName=Openbox
27
28 # our config tool
29 -ConfigExec=obconf
30 +X-ConfigExec=obconf
31
32 -[Window Manager]
33 +[X-Window Manager]
34 SessionManaged=true
35 diff --git a/data/openbox.desktop b/data/openbox.desktop
36 index d49ae22..631778b 100644
37 --- a/data/openbox.desktop
38 +++ b/data/openbox.desktop
39 @@ -1,6 +1,5 @@
40 [Desktop Entry]
41 Type=Application
42 -Encoding=UTF-8
43 Name=Openbox
44 Exec=openbox
45 Icon=openbox
46 diff --git a/data/xsession/openbox-gnome.desktop.in b/data/xsession/openbox-gnome.desktop.in
47 index 19ae82e..24931b5 100644
48 --- a/data/xsession/openbox-gnome.desktop.in
49 +++ b/data/xsession/openbox-gnome.desktop.in
50 @@ -1,8 +1,7 @@
51 [Desktop Entry]
52 -Encoding=UTF-8
53 Name=GNOME/Openbox
54 Comment=Use the Openbox window manager inside of the GNOME desktop environment
55 Exec=@bindir@/openbox-gnome-session
56 TryExec=gnome-session
57 -Icon=openbox.png
58 -Type=XSession
59 +Icon=openbox
60 +Type=Application
61 diff --git a/data/xsession/openbox-kde.desktop.in b/data/xsession/openbox-kde.desktop.in
62 index ddfc72d..bc78a97 100644
63 --- a/data/xsession/openbox-kde.desktop.in
64 +++ b/data/xsession/openbox-kde.desktop.in
65 @@ -1,8 +1,7 @@
66 [Desktop Entry]
67 -Encoding=UTF-8
68 Name=KDE/Openbox
69 Comment=Use the Openbox window manager inside of the K Desktop Environment
70 Exec=@bindir@/openbox-kde-session
71 TryExec=startkde
72 -Icon=openbox.png
73 -Type=XSession
74 +Icon=openbox
75 +Type=Application
76 diff --git a/data/xsession/openbox.desktop.in b/data/xsession/openbox.desktop.in
77 index 0914e5b..21669cf 100644
78 --- a/data/xsession/openbox.desktop.in
79 +++ b/data/xsession/openbox.desktop.in
80 @@ -1,8 +1,7 @@
81 [Desktop Entry]
82 -Encoding=UTF-8
83 Name=Openbox
84 Comment=Log in using the Openbox window manager (without a session manager)
85 Exec=@bindir@/openbox-session
86 TryExec=@bindir@/openbox-session
87 -Icon=openbox.png
88 -Type=XSession
89 +Icon=openbox
90 +Type=Application