This file is indexed.

/usr/share/applications/kshutdown.desktop is in kshutdown 4.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[Desktop Entry]
Version=1.0
# Encoding=UTF-8

Name=KShutdown
Name[sr]=К-Гашење
Name[sr@latin]=K-Gašenje
Name[sr@ijekavian]=К-Гашење
Name[sr@ijekavianlatin]=K-Gašenje

Comment=A graphical shutdown utility
Comment[pl]=Graficzne narzędzie do zamykania systemu
Comment[sr]=Напредна алатка за гашење рачунара
Comment[sr@latin]=Napredna alatka za gašenje računara
Comment[sr@ijekavian]=Напредна алатка за гашење рачунара
Comment[sr@ijekavianlatin]=Napredna alatka za gašenje računara

# visible in the menu instead of "KShutdown"
GenericName=System Shut Down Utility
GenericName[pl]=Narzędzie do zamykania systemu
GenericName[sr]=Алатка за гашење система
GenericName[sr@latin]=Alatka za gašenje sistema
GenericName[sr@ijekavian]=Алатка за гашење система
GenericName[sr@ijekavianlatin]=Alatka za gašenje sistema

Keywords=Shutdown;Halt;Reboot;Hibernate;Suspend;Lock;Logout;
Keywords[pl]=Wyłącz;Zamknij;Uruchom;Hibernuj;Wstrzymaj;Zablokuj;Wyloguj;

Exec=kshutdown
Icon=kshutdown
Type=Application

# DOC: http://api.kde.org/4.x-api/kdelibs-apidocs/kdecore/html/classKAboutData.html
X-DBUS-ServiceName=net.sf.kshutdown
# DOC: http://standards.freedesktop.org/menu-spec/latest/apa.html
Categories=Utility;KDE;Qt;X-SuSE-DesktopUtility;
StartupNotify=true

Actions=Halt;Reboot;Hibernate;Suspend;Lock;Logout;

# NOTE: The localized action names should match translations in ./po directory.

[Desktop Action Halt]
Name=Turn Off Computer
Icon=system-shutdown
Exec=kshutdown --halt --confirm

[Desktop Action Reboot]
Name=Restart Computer
Icon=system-reboot
Exec=kshutdown --reboot --confirm

[Desktop Action Hibernate]
Name=Hibernate Computer
Icon=system-suspend-hibernate
Exec=kshutdown --hibernate --confirm

[Desktop Action Suspend]
Name=Suspend Computer
Icon=system-suspend
Exec=kshutdown --suspend --confirm

[Desktop Action Lock]
Name=Lock Screen
Icon=system-lock-screen
Exec=kshutdown --lock

[Desktop Action Logout]
Name=Logout
Icon=system-log-out
Exec=kshutdown --logout --confirm