File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ else()
160
160
install (FILES ${CMAKE_SOURCE_DIR} /nautilus-python/extensions/dependency-viewer-43.py
161
161
DESTINATION share/nautilus-python/extensions
162
162
COMPONENT nautilus-integration )
163
+ install (FILES ${CMAKE_SOURCE_DIR} /dolphin/kde-qldd-menu.desktop
164
+ DESTINATION share/kservices5/ServiceMenus
165
+ COMPONENT dolphin-integration )
163
166
164
167
set (PYTHON_NAUTILUS_DEB "python-nautilus" )
165
168
set (PYTHON_NAUTILUS_RPM "nautilus-python" )
Original file line number Diff line number Diff line change
1
+ [Desktop Entry]
2
+ Type =Service
3
+ X-KDE-ServiceTypes =KonqPopupMenu/Plugin
4
+ MimeType =application/x-sharedlib;application/x-executable
5
+ Actions =ViewDependency;
6
+
7
+ [Desktop Action ViewDependency]
8
+ Exec =Qldd "%u"
9
+ Icon =/usr/share/pixmaps/Qldd.png
10
+
11
+ Name =View Dependencies
12
+ Name[ru]=Посмотреть зависимости
You can’t perform that action at this time.
0 commit comments