This is really a nice application and a very ligthweight ToDo list :-)
Maybe it would be idea to also make it possible to run the plasmoid from within the systray ?
I noticed however that the installation of the package does not go correctly on 64-bit systems.
This little patch should do the trick :
-- a/src/CMakeLists.txt 2010-08-20 05:06:00.000000000 +0200
+++ b/src/CMakeLists.txt 2010-08-20 14:54:20.298730929 +0200
@@ -12,4 +12,4 @@
add_library(kanbancommon SHARED ${kanbancommon_SRCS})
target_link_libraries(kanbancommon ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY} ${QT_QTNETWORK_LIBRARY})
-install(TARGETS kanbancommon LIBRARY DESTINATION lib)
+install(TARGETS kanbancommon LIBRARY DESTINATION lib${LIB_SUFFIX})
Regards
Raymond
Ratings & Comments
6 Comments
Yes, but if you have no cmake, or don't know how to handle cmake, you can't compile it (I know, I tried :-) ) Paai
If you're interested, get in touch with us in kde-kamoso@kde.org and we'll help you as much as we can. :)
This is really a nice application and a very ligthweight ToDo list :-) Maybe it would be idea to also make it possible to run the plasmoid from within the systray ? I noticed however that the installation of the package does not go correctly on 64-bit systems. This little patch should do the trick : -- a/src/CMakeLists.txt 2010-08-20 05:06:00.000000000 +0200 +++ b/src/CMakeLists.txt 2010-08-20 14:54:20.298730929 +0200 @@ -12,4 +12,4 @@ add_library(kanbancommon SHARED ${kanbancommon_SRCS}) target_link_libraries(kanbancommon ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY} ${QT_QTNETWORK_LIBRARY}) -install(TARGETS kanbancommon LIBRARY DESTINATION lib) +install(TARGETS kanbancommon LIBRARY DESTINATION lib${LIB_SUFFIX}) Regards Raymond
You can move the plasmoid into the systray, I think it's plasma who provides that, I'll investigate the correct steps.
Nice apps :) Is it possible add the ability to change the icon of the plasmoid into the panel?
Erm... no, if it's because you don't like it, wait because I hope I have a new version coming soon. :)