
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
Reimplements the quicklaunch applet present in kde3.5.
Features:
- Add icons by specify a .desktop file
- Add icons by dragging .desktop files from other locations (desktop and panel doesn't seem to work, KDE4 issue?)
- Rearrange icons by dragging them in place
- Configurable number of rows
- Configurable number of visible icons.
12 years ago
0.5
Support for vertical panels
Bugfixes
0.4
Working with KDE 4.1
0.3
Added initial support for hiding icons.
Added configure option to select number of visible icons
0.2.1
Removed the unwanted double-click config obeyance
0.2
Added Drag'n drop functionality.
0.1
Initial version
12 years ago
0.5
Support for vertical panels
Bugfixes
0.4
Working with KDE 4.1
0.3
Added initial support for hiding icons.
Added configure option to select number of visible icons
0.2.1
Removed the unwanted double-click config obeyance
0.2
Added Drag'n drop functionality.
0.1
Initial version
itsjustarumour2
8 years ago
Report
itsjustarumour2
8 years ago
Report
mkyral
9 years ago
this plasmoid looks like it is exactly what I'm looking for. Unfortunately does not compile against 4.8.
Plasma::Icon is obsolete :-(
Report
sisqonrw
10 years ago
http://pastebin.kubuntu-de.org/161
Report
panoptus
10 years ago
Report
sisqonrw
11 years ago
but i get this report:
http://pastebin.kubuntu-de.org/94
what can i do?
Report
n0xxx
11 years ago
"find_package(Plasma REQUIRED)"
it's not necessary now.
Report
Nabolingo
11 years ago
Report
Timslin
11 years ago
Report
5er
11 years ago
FindPlasma.cmake is deprecated. Now with KDE 4.2 Plasma is part of kdelibs
and automatically found using find_package(KDE4) instead."
Report
mkbiker
11 years ago
The author does not maintain its plasmoid?
Report
mononoke
11 years ago
What do you think?
Report
glavepp
11 years ago
I only had to tune the "CMAKE_INSTALL_PREFIX". You may consider to fix it in further releases.
Thanks!
Pier
Report
sisqonrw
11 years ago
Report
kevin79
12 years ago
Report
svenstorp
12 years ago
Report
tekwyzrd
11 years ago
Report
vatbier
12 years ago
Icon re-arranging would have to be implemented from scratch for the official Quicklaunch plasmoid.
See https://bugs.kde.org/show_bug.cgi?id=181612
Report
paulatz
12 years ago
Report
Phyrstorm
12 years ago
m -rf build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} ../src
make clean
make
make install
Change line 4 to this:
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../src
and it should work right away.
Report
EstebanTristan
12 years ago
Could you tell me where is the config file so I can check if it saves it correctly...
Report
EstebanTristan
12 years ago
Great plasmoid!
Report
adny
12 years ago
So, klunky as it is, just add an extra app and remove it and voila.
Report
robother
12 years ago
It's impossible to remove 'Thunderbird' by rightclick->remove on the blank icon, this seems to remove 'thunderbird', and the applet doesn't display the other icon. Readding the application through the launcher recreates 'thunderbird', and I'm back to square one.
Got round it by finding and deleting 'Thunderbird' manually. Could probably also do it by removing thunderbird, refreshing the applet somehow (reboot?) then removing Thunderbird, but didn't try this.
Rob
% ls ~/.local/share/applications/
Firefox.desktop Sunbird Calendar.desktop thunderbird.desktop Thunderbird.desktop
Report
rgheck
12 years ago
Report