
Lancelot
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Lancelot is an ALI (application launcher interface) for KDE 4 designed to provide a place from which all your jobs begin. It provides quick access to applications, places, documents, contacts and system information.
It is a part of KDE since 4.2, so you should have it in your distribution's package repository. It should be in kdeplasma-addons package.
PLEASE READ BEFORE COMMENTING:
I almost *never* check the comments here
For questions and comments, use KDE forums or find me (nickname: ivan|***) on #plasma channel on freenode.
For reporting bugs, go to http://bugs.kde.org/
For requesting new features, visit http://forum.kde.org/showthread.php?tid=15049
Archaeopteryx342
3 years ago
Report
rencord
10 years ago
http://img534.imageshack.us/img534/5491/schermata13.png
How u can see in the picture, first problem appear only sometimes. When i use long a menù remains in the background but the applet continues to work.
Second problem is continuous, the options to turn off and block session are cutted.
Report
xhc
11 years ago
Report
warnec
11 years ago
[code]
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. -DCMAKE_BUILD_TYPE=release
-- Found Qt-Version 4.5.1 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Soprano: /usr/lib64/libsoprano.so
-- Found Soprano includes: /usr/include
-- Found Soprano Index: /usr/lib64/libsopranoindex.so
-- Found Soprano Client: /usr/lib64/libsopranoclient.so
-- Found Soprano Plugin Dir: /usr/share/soprano/plugins
-- Found Soprano Plugins: nquadparser nquadserializer raptorparser raptorserializer redlandbackend
CMake Error at CMakeLists.txt:39 (add_subdirectory):
add_subdirectory given source "libs" which is not an existing directory.
CMake Error at CMakeLists.txt:40 (add_subdirectory):
add_subdirectory given source "applets" which is not an existing directory.
CMake Error at CMakeLists.txt:41 (add_subdirectory):
add_subdirectory given source "dataengines" which is not an existing
directory.
CMake Error at CMakeLists.txt:42 (add_subdirectory):
add_subdirectory given source "runners" which is not an existing directory.
CMake Error at CMakeLists.txt:43 (add_subdirectory):
add_subdirectory given source "scriptengines" which is not an existing
directory.
CMake Error at CMakeLists.txt:44 (add_subdirectory):
add_subdirectory given source "wallpapers" which is not an existing
directory.
--
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ OpenGL
+ Soprano
+ Nepomuk
+ Marble
Congratulations! All external packages have been found.
-----------------------------------------------------------------------------
-- Configuring incomplete, errors occurred!
[/code]
Report
ivancukic
11 years ago
My suggestion is to wait for KDE 4.3 which will be released very soon.
Report
warnec
11 years ago
[code]
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. -DCMAKE_BUILD_TYPE=release
-- Found Qt-Version 4.5.1 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Soprano: /usr/lib64/libsoprano.so
-- Found Soprano includes: /usr/include
-- Found Soprano Index: /usr/lib64/libsopranoindex.so
-- Found Soprano Client: /usr/lib64/libsopranoclient.so
-- Found Soprano Plugin Dir: /usr/share/soprano/plugins
-- Found Soprano Plugins: nquadparser nquadserializer raptorparser raptorserializer redlandbackend
CMake Error at CMakeLists.txt:39 (add_subdirectory):
add_subdirectory given source "libs" which is not an existing directory.
CMake Error at CMakeLists.txt:40 (add_subdirectory):
add_subdirectory given source "applets" which is not an existing directory.
CMake Error at CMakeLists.txt:41 (add_subdirectory):
add_subdirectory given source "dataengines" which is not an existing
directory.
CMake Error at CMakeLists.txt:42 (add_subdirectory):
add_subdirectory given source "runners" which is not an existing directory.
CMake Error at CMakeLists.txt:43 (add_subdirectory):
add_subdirectory given source "scriptengines" which is not an existing
directory.
CMake Error at CMakeLists.txt:44 (add_subdirectory):
add_subdirectory given source "wallpapers" which is not an existing
directory.
--
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ OpenGL
+ Soprano
+ Nepomuk
+ Marble
Congratulations! All external packages have been found.
-----------------------------------------------------------------------------
-- Configuring incomplete, errors occurred!
[/code]
Report
warnec
11 years ago
[code]
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. -DCMAKE_BUILD_TYPE=release
-- Found Qt-Version 4.5.1 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Soprano: /usr/lib64/libsoprano.so
-- Found Soprano includes: /usr/include
-- Found Soprano Index: /usr/lib64/libsopranoindex.so
-- Found Soprano Client: /usr/lib64/libsopranoclient.so
-- Found Soprano Plugin Dir: /usr/share/soprano/plugins
-- Found Soprano Plugins: nquadparser nquadserializer raptorparser raptorserializer redlandbackend
CMake Error at CMakeLists.txt:39 (add_subdirectory):
add_subdirectory given source "libs" which is not an existing directory.
CMake Error at CMakeLists.txt:40 (add_subdirectory):
add_subdirectory given source "applets" which is not an existing directory.
CMake Error at CMakeLists.txt:41 (add_subdirectory):
add_subdirectory given source "dataengines" which is not an existing
directory.
CMake Error at CMakeLists.txt:42 (add_subdirectory):
add_subdirectory given source "runners" which is not an existing directory.
CMake Error at CMakeLists.txt:43 (add_subdirectory):
add_subdirectory given source "scriptengines" which is not an existing
directory.
CMake Error at CMakeLists.txt:44 (add_subdirectory):
add_subdirectory given source "wallpapers" which is not an existing
directory.
--
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ OpenGL
+ Soprano
+ Nepomuk
+ Marble
Congratulations! All external packages have been found.
-----------------------------------------------------------------------------
-- Configuring incomplete, errors occurred!
[/code]
Report
AndersBrontosaurus
11 years ago
Keep up the work!
Report
ivancukic
11 years ago
Report
AndersBrontosaurus
11 years ago
Keep up the good work mr. Lancelot!
Anders
Report
AndersBrontosaurus
11 years ago
Report
ivancukic
11 years ago
Report
AndersBrontosaurus
11 years ago
Report
ivancukic
11 years ago
Report
AndersBrontosaurus
11 years ago
Report
ivancukic
11 years ago
p.s. The place for requesting new features is: http://forum.kde.org/showthread.php?tid=15049 (as is stated in the app description above)
Report
amihere
11 years ago
I've installed Lancelot and everything was fine until I synchronized contact in Kopete with KAddressBook via Kopete metacontacts. When I did it, every synchronized contacts in the Lancelot tab disappeared like offline and only not-connected contacts were shown. Does anyone have this issue too? I know it's not major issue, but I like things working :)
Thanks for any idea!
Report
ivancukic
11 years ago
Report
d4niel2005
12 years ago
Report
aTanCS
11 years ago
Report
TheRob
11 years ago
tho I can't seem to get the keyboard
shortcut to work... which is really
annoying
//Robert
Report
nescius
12 years ago
Report
r3bron
12 years ago
Thanks!
Report
echoes
12 years ago
Report
neoshock
12 years ago
Report