Fix desktop file
Have it open kdeconnect-indicator rather than plasmawindowed
This commit is contained in:
parent
a30adbe465
commit
139bac55bc
3 changed files with 3 additions and 34 deletions
|
@ -61,6 +61,5 @@ if(BUILD_TESTING)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(PROGRAMS org.kde.kdeconnect.nonplasma.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
|
|
||||||
install(FILES org.kde.kdeconnect.kcm.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
|
install(FILES org.kde.kdeconnect.kcm.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
|
||||||
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||||
|
|
|
@ -5,3 +5,4 @@ add_executable(kdeconnect-indicator main.cpp deviceindicator.cpp)
|
||||||
target_link_libraries(kdeconnect-indicator Qt5::Widgets KF5::CoreAddons KF5::I18n KF5::Notifications KF5::KCMUtils kdeconnectinterfaces)
|
target_link_libraries(kdeconnect-indicator Qt5::Widgets KF5::CoreAddons KF5::I18n KF5::Notifications KF5::KCMUtils kdeconnectinterfaces)
|
||||||
|
|
||||||
install(TARGETS kdeconnect-indicator ${INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS kdeconnect-indicator ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
install(PROGRAMS org.kde.kdeconnect.nonplasma.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
|
||||||
|
|
|
@ -1,35 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=KDE Connect Monitor
|
Name=KDE Connect Indicator
|
||||||
Name[ar]=مرقاب «كدي المتّصل»
|
|
||||||
Name[ast]=Monitor de KDE Connect
|
|
||||||
Name[ca]=Controlador del KDE Connect
|
|
||||||
Name[ca@valencia]=Controlador del KDE Connect
|
|
||||||
Name[cs]=Monitor KDE Connect
|
|
||||||
Name[da]=KDE Connect-overvåger
|
|
||||||
Name[de]=KDE-Connect-Monitor
|
|
||||||
Name[el]=Εφαρμογή εποπτείας του KDE Connect
|
|
||||||
Name[en_GB]=KDE Connect Monitor
|
|
||||||
Name[es]=Monitor de KDE Connect
|
|
||||||
Name[et]=KDE Connecti monitor
|
|
||||||
Name[fi]=KDE Connect -valvonta
|
|
||||||
Name[gl]=Monitor de KDE Connect
|
|
||||||
Name[he]=מנטר KDE Connect
|
|
||||||
Name[hu]=KDE Connect monitor
|
|
||||||
Name[it]=Monitor di KDE Connect
|
|
||||||
Name[ko]=KDE Connect 모니터
|
|
||||||
Name[nl]=KDE-Connectmonitor
|
|
||||||
Name[nn]=Overvak KDE Connect
|
|
||||||
Name[pl]=Monitor KDE Connect
|
|
||||||
Name[pt]=Monitor do KDE Connect
|
|
||||||
Name[pt_BR]=Monitor do KDE Connect
|
|
||||||
Name[ru]=Индикатор KDE Connect
|
|
||||||
Name[sk]=Monitor KDE Connect
|
|
||||||
Name[sv]=KDE-anslut övervakning
|
|
||||||
Name[tr]=KDE Bağlantı İzleyicisi
|
|
||||||
Name[uk]=Монітор KDE Connect
|
|
||||||
Name[x-test]=xxKDE Connect Monitorxx
|
|
||||||
Name[zh_CN]=KDE Connect 监视器
|
|
||||||
Name[zh_TW]=KDE 連線監視器
|
|
||||||
Comment=Display information about your devices
|
Comment=Display information about your devices
|
||||||
Comment[ar]=اعرض معلومات عن أجهزتك
|
Comment[ar]=اعرض معلومات عن أجهزتك
|
||||||
Comment[ast]=Amuesa información tocante a los tos preseos
|
Comment[ast]=Amuesa información tocante a los tos preseos
|
||||||
|
@ -61,8 +31,7 @@ Comment[uk]=Показати дані щодо ваших пристроїв
|
||||||
Comment[x-test]=xxDisplay information about your devicesxx
|
Comment[x-test]=xxDisplay information about your devicesxx
|
||||||
Comment[zh_CN]=显示您设备的信息
|
Comment[zh_CN]=显示您设备的信息
|
||||||
Comment[zh_TW]=顯示關於您的裝置資訊
|
Comment[zh_TW]=顯示關於您的裝置資訊
|
||||||
Exec=plasmawindowed org.kde.kdeconnect --statusnotifier
|
Exec=kdeconnect-indicator
|
||||||
TryExec=plasmawindowed
|
|
||||||
Icon=kdeconnect
|
Icon=kdeconnect
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=false
|
Terminal=false
|
Loading…
Reference in a new issue