blob: e74944672b373ed81bd7b2268a643e7d2a45eb72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
--- src/knutclient.desktop.orig 2008-06-29 20:09:20.000000000 +0200
+++ src/knutclient.desktop 2008-06-29 20:36:36.000000000 +0200
@@ -1,20 +1,15 @@
-# KDE Config File
[Desktop Entry]
-Encoding=UTF-8
Type=Application
Version=0.9.4
-Exec=knutclient -caption "%c" %i %m
-Icon=knutclient.png
-MiniIcon=knutclient.png
-DocPath=knutclient/index.html
+Exec=knutclient -caption "%c" %i
+Icon=knutclient
+X-DocPath=knutclient/index.html
Name=KNutClient
Name[de]=KNutClient
Name[cs]=KNutClient
Comment=Client for NUT
-Comment[de]=
+Comment[de]=KDE-Frontend für NUT
Comment[cs]=Klient pro UPS syst� NUT
Comment[es]=Cliente KDE para NUT
-Terminal=0
X-KDE-StartupNotify=true
-OnlyShowIn=KDE;
Categories=Qt;KDE;System;Monitor;
--- src/Makefile.am.orig 2008-06-29 20:37:20.000000000 +0200
+++ src/Makefile.am 2008-06-29 20:37:40.000000000 +0200
@@ -32,7 +32,7 @@
knutclient_LDADD = $(LIB_KDEUI)
# this is where the desktop file will go
-shelldesktopdir = $(kde_appsdir)/Utilities
+shelldesktopdir = $(xdg_appsdir)
shelldesktop_DATA = knutclient.desktop
# this is where the shell's XML-GUI resource file goes
|