

Plasma/KDE Screenshots
Openbox Themes
Window-Manager Screenshots
GTK2 Themes
without that stickies it would be ideal theme. Could you make stickies-less version? thanks
- Feb 27 2011
Do you plan to make this plasmoid suitable for panels? On a panel would be visible just a few buttons (next, pause etc.)
- Jan 30 2011
First, thanks for new version.
I guess I found a reason of my error. Package 'python-simplejson' need to be installed. - Jan 30 2011
I guess I found a reason of my error. Package 'python-simplejson' need to be installed. - Jan 30 2011
Hi,
I can't run your plasmoid.
An error:
script initialization failed.
I have the latest version. - Jan 16 2011
I can't run your plasmoid.
An error:
script initialization failed.
I have the latest version. - Jan 16 2011
+1
- Jan 18 2011
http://enricoagostoni.deviantart.com/art/Finally-the-End-of-War-128470580
- Aug 19 2009
ok, I'll add one more screenshot as preview.
- Aug 18 2009
thanks, but I'm not sure what you thought... Did you mean what colors I used? Here they are: http://openpaste.org/en/16225/
- Aug 18 2009
well, I'm not creator of the picture. It's crators fantasy and creativity. Why it should be bad? I think in art is allowed everything.
- Aug 18 2009
no. The picture is just art and I like it very much.
- Aug 18 2009
wrong category!
- Dec 29 2008
it's Candara Bold 8px. I think the font is part of microsoft fonts.
- Nov 24 2008
I don't have exactle the same configuration now, but core is here:
http://www.pastebin.sk/sk/9115/
http://www.pastebin.sk/sk/9116/
http://www.pastebin.sk/sk/9117/ - Nov 16 2008
http://www.pastebin.sk/sk/9115/
http://www.pastebin.sk/sk/9116/
http://www.pastebin.sk/sk/9117/ - Nov 16 2008
Thanks!
- Nov 11 2008
Where can I download mac os x menu bar plasmoid? In google and AUR I didn't find it...
- Aug 19 2008
now with v0.4 is everything OK
- Aug 14 2008
I can't compile this super plasmoid... What I did:
1. mkdir build (OK)
2. cd build (OK)
3. cmake -DCMAKE_INSTALL_PREFIX=/opt/kdemod ../ (OK)
4. make (problem)
Quote:
[ 14%] Building CXX object CMakeFiles/plasma_applet_am3rok.dir/amarok_client.o
In file included from /home/cinan/software/plasma-am3rok/amarok_client.cpp:29:
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:30:35: error: plasma/widgets/widget.h: No such file or directory
/home/cinan/software/plasma-am3rok/amarok_client.cpp:34:40: error: plasma/widgets/progressbar.h: No such file or directory
/home/cinan/software/plasma-am3rok/amarok_client.cpp:35:39: error: plasma/layouts/vboxlayout.h: No such file or directory
In file included from /home/cinan/software/plasma-am3rok/amarok_client.cpp:29:
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:42: error: expected class-name before ‘{’ token
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:47: error: expected `)' before ‘*’ token
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:42: warning: ‘class MMButtonWidget’ has virtual functions and accessible non-virtual destructor
In file included from /home/cinan/software/plasma-am3rok/amarok_client.cpp:30:
/home/cinan/software/plasma-am3rok/mminfodisplaywidgetplasma.hpp:42: error: expected class-name before ‘,’ token
/home/cinan/software/plasma-am3rok/mminfodisplaywidgetplasma.hpp:48: error: expected `)' before ‘*’ token
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In constructor ‘AmarokClient::AmarokClient(QObject*, const QVariantList&)’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:49: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:50: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:51: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:53: error: no matching function for call to ‘MMButtonWidget::MMButtonWidget(AmarokClient* const)’
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:42: note: candidates are: MMButtonWidget::MMButtonWidget()
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:42: note: MMButtonWidget::MMButtonWidget(const MMButtonWidget&)
/home/cinan/software/plasma-am3rok/amarok_client.cpp:56: error: no matching function for call to ‘AmarokClient::connect(MMButtonWidget*&, const char [32], AmarokClient* const, const char [30])’
/usr/include/QtCore/qobject.h:199: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType)
/usr/include/QtCore/qobject.h:300: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘virtual void AmarokClient::init()’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:67: error: no matching function for call to ‘MMInfoDisplayWidgetPlasma::MMInfoDisplayWidgetPlasma(AmarokClient* const)’
/home/cinan/software/plasma-am3rok/mminfodisplaywidgetplasma.hpp:43: note: candidates are: MMInfoDisplayWidgetPlasma::MMInfoDisplayWidgetPlasma()
/home/cinan/software/plasma-am3rok/mminfodisplaywidgetplasma.hpp:43: note: MMInfoDisplayWidgetPlasma::MMInfoDisplayWidgetPlasma(const MMInfoDisplayWidgetPlasma&)
/home/cinan/software/plasma-am3rok/amarok_client.cpp:68: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:78: error: invalid use of incomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:79: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:81: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In destructor ‘virtual AmarokClient::~AmarokClient()’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:92: warning: possible problem detected in invocation of delete operator:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:92: warning: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: warning: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:92: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
/home/cinan/software/plasma-am3rok/amarok_client.cpp:94: warning: possible problem detected in invocation of delete operator:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:94: warning: invalid use of incomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: warning: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:94: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘void AmarokClient::constraintsUpdated(Plasma::Constraints)’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:106: error: ‘contentSize’ was not declared in this scope
/home/cinan/software/plasma-am3rok/amarok_client.cpp:109: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:113: error: invalid use of incomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:116: error: ‘class MMInfoDisplayWidgetPlasma’ has no member named ‘setMinimumSize’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:118: error: ‘class MMInfoDisplayWidgetPlasma’ has no member named ‘setMaximumSize’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:118: error: ‘class MMInfoDisplayWidgetPlasma’ has no member named ‘minimumSize’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:122: error: invalid use of incomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘QSizeF AmarokClient::contentSizeHint() const’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:131: error: ‘contentSize’ was not declared in this scope
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘void AmarokClient::updateBar()’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:215: error: invalid use ofincomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:217: error: invalid use ofincomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘virtual void AmarokClient::mousePressEvent(QGraphicsSceneMouseEvent*)’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:242: error: ‘contentRect’ was not declared in this scope
make[2]: *** [CMakeFiles/plasma_applet_am3rok.dir/amarok_client.o] Error 1
make[1]: *** [CMakeFiles/plasma_applet_am3rok.dir/all] Error 2
make: *** [all] Error 2
Pls help. - Jul 25 2008
1. mkdir build (OK)
2. cd build (OK)
3. cmake -DCMAKE_INSTALL_PREFIX=/opt/kdemod ../ (OK)
4. make (problem)
Quote:
[ 14%] Building CXX object CMakeFiles/plasma_applet_am3rok.dir/amarok_client.o
In file included from /home/cinan/software/plasma-am3rok/amarok_client.cpp:29:
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:30:35: error: plasma/widgets/widget.h: No such file or directory
/home/cinan/software/plasma-am3rok/amarok_client.cpp:34:40: error: plasma/widgets/progressbar.h: No such file or directory
/home/cinan/software/plasma-am3rok/amarok_client.cpp:35:39: error: plasma/layouts/vboxlayout.h: No such file or directory
In file included from /home/cinan/software/plasma-am3rok/amarok_client.cpp:29:
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:42: error: expected class-name before ‘{’ token
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:47: error: expected `)' before ‘*’ token
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:42: warning: ‘class MMButtonWidget’ has virtual functions and accessible non-virtual destructor
In file included from /home/cinan/software/plasma-am3rok/amarok_client.cpp:30:
/home/cinan/software/plasma-am3rok/mminfodisplaywidgetplasma.hpp:42: error: expected class-name before ‘,’ token
/home/cinan/software/plasma-am3rok/mminfodisplaywidgetplasma.hpp:48: error: expected `)' before ‘*’ token
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In constructor ‘AmarokClient::AmarokClient(QObject*, const QVariantList&)’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:49: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:50: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:51: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:53: error: no matching function for call to ‘MMButtonWidget::MMButtonWidget(AmarokClient* const)’
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:42: note: candidates are: MMButtonWidget::MMButtonWidget()
/home/cinan/software/plasma-am3rok/mmbuttonwidget.hpp:42: note: MMButtonWidget::MMButtonWidget(const MMButtonWidget&)
/home/cinan/software/plasma-am3rok/amarok_client.cpp:56: error: no matching function for call to ‘AmarokClient::connect(MMButtonWidget*&, const char [32], AmarokClient* const, const char [30])’
/usr/include/QtCore/qobject.h:199: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType)
/usr/include/QtCore/qobject.h:300: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘virtual void AmarokClient::init()’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:67: error: no matching function for call to ‘MMInfoDisplayWidgetPlasma::MMInfoDisplayWidgetPlasma(AmarokClient* const)’
/home/cinan/software/plasma-am3rok/mminfodisplaywidgetplasma.hpp:43: note: candidates are: MMInfoDisplayWidgetPlasma::MMInfoDisplayWidgetPlasma()
/home/cinan/software/plasma-am3rok/mminfodisplaywidgetplasma.hpp:43: note: MMInfoDisplayWidgetPlasma::MMInfoDisplayWidgetPlasma(const MMInfoDisplayWidgetPlasma&)
/home/cinan/software/plasma-am3rok/amarok_client.cpp:68: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:78: error: invalid use of incomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:79: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:81: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In destructor ‘virtual AmarokClient::~AmarokClient()’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:92: warning: possible problem detected in invocation of delete operator:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:92: warning: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: warning: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:92: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
/home/cinan/software/plasma-am3rok/amarok_client.cpp:94: warning: possible problem detected in invocation of delete operator:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:94: warning: invalid use of incomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: warning: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:94: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘void AmarokClient::constraintsUpdated(Plasma::Constraints)’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:106: error: ‘contentSize’ was not declared in this scope
/home/cinan/software/plasma-am3rok/amarok_client.cpp:109: error: invalid use of incomplete type ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:34: error: forward declaration of ‘struct Plasma::VBoxLayout’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:113: error: invalid use of incomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:116: error: ‘class MMInfoDisplayWidgetPlasma’ has no member named ‘setMinimumSize’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:118: error: ‘class MMInfoDisplayWidgetPlasma’ has no member named ‘setMaximumSize’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:118: error: ‘class MMInfoDisplayWidgetPlasma’ has no member named ‘minimumSize’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:122: error: invalid use of incomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘QSizeF AmarokClient::contentSizeHint() const’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:131: error: ‘contentSize’ was not declared in this scope
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘void AmarokClient::updateBar()’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:215: error: invalid use ofincomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp:217: error: invalid use ofincomplete type ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.hpp:35: error: forward declaration of ‘struct Plasma::ProgressBar’
/home/cinan/software/plasma-am3rok/amarok_client.cpp: In member function ‘virtual void AmarokClient::mousePressEvent(QGraphicsSceneMouseEvent*)’:
/home/cinan/software/plasma-am3rok/amarok_client.cpp:242: error: ‘contentRect’ was not declared in this scope
make[2]: *** [CMakeFiles/plasma_applet_am3rok.dir/amarok_client.o] Error 1
make[1]: *** [CMakeFiles/plasma_applet_am3rok.dir/all] Error 2
make: *** [all] Error 2
Pls help. - Jul 25 2008
...Only edges in inactive tabs aren't round.
- Aug 04 2008
sorry, I look better and I found there isn't classic playlist...
- Jul 26 2008
That is much better! Is it another svn version or another software? :D I hope to the playlist I can add more than one album (according to screenshot)
- Jul 26 2008
"Old" Amarok was much better. I want to listen and choose songs, not watch information about song/artist. I hope somebody will make amarok 1.4 layout for amarok 2.
- Jul 22 2008
It looks like conky. In this case I prefer conky, because of the less usage of RAM (maybe CPU, too)
- Jul 25 2008
No, it doesn't look like KDE4 oxygen...
- Mar 21 2008
Hi,
how did you do the transparency (gwenview)? It's cool! - Jan 22 2008
how did you do the transparency (gwenview)? It's cool! - Jan 22 2008
Where is some screen?
- Dec 10 2007
dont upload on rapidshare!!! please
- Dec 02 2007
i think green
- Sep 25 2007
Do you think bottom cap? It's anti-windows wallpaper ;) http://www.imghosting.eu/view.php?img=vista1600.jpg
- Aug 09 2007
please, write some comments. I want have better rating ;)
- Aug 05 2007
fucking hungarian...
- Jul 18 2007
What's name of your music player? It isn't amarok, is it?
- Jun 07 2007
What's the name of your terminal emulator and music player? thx
- Apr 16 2007

Kubuntu with Suse Kickoff Edgy Elf 6.10
Various KDE 1.-4. Improvements 52 comments
by
Ruffinius
Feb 21 2007
Sorry, but I don't know how I can use KickOff. I downloaded the .deb and installation was OK. I don't know how can I start it.
(sorry my english) - Feb 22 2007
(sorry my english) - Feb 22 2007
Sorry, but I don't know how I can use KickOff. I downloaded the .deb and installation was OK. I don' know how can I start it.
(sorry my english) - Feb 22 2007
(sorry my english) - Feb 22 2007
You must have installed "kde" package
- Jan 13 2007
good idea, but I don't have any icons on my desktop :( ;)
- Jan 06 2007