Faster3ck / Converseen

Converseen is a batch image converter and resizer
https://converseen.fasterland.net/
GNU General Public License v3.0
424 stars 32 forks source link

file converseen_import.desktop not in Plasma5 directory #30

Closed david-geiger closed 8 years ago

david-geiger commented 8 years ago

Hi,

I think it would be preferable to install "converseen_import.desktop" file in the Plasma5 directory and no more in the KDE4's one, something like that:

diff -Nru a/CMakeLists.txt b/CMakeLists.txt -install(FILES res/converseen_import.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kde4/services/ServiceMenus) +install(FILES res/converseen_import.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kservices5/ServiceMenus)

WDYT?

Regards, David

Faster3ck commented 8 years ago

Thank you very much for the tip. I forgot to replace the old kde4 directory with the Plasma5 one.