


Be-Shell/Bespin by thomas12777 1663 comments
Oh, and the graphics driver is r600g (Mesa 8.0). - Jan 28 2012

Be-Shell/Bespin by thomas12777 1663 comments
Assuming that Bespin widget style is used, start any Qt application with OpenGL graphics backend, i.e., "dolphin -graphicssystem opengl". The application crashes. Changing widget style to, say, QtCurve fixes that, but I like Bespin more :) - Jan 28 2012

Plasma 4 Extensions by CraigD 642 comments

Audio Apps by drue 3 comments
LIBS += -lmysqld \
-lcrypt \
-ldl \
-lrt \
-lssl \
-lcrypto
Using Archlinux. Compiles well, looks nice :)
but this is apparently initial release. - Jan 08 2012

Plasma 4 Extensions by spinter 25 comments

Plasma 4 Extensions by skylendar 79 comments

Plasma 4 Extensions by skylendar 79 comments
if [ -e /etc/rsyslog.conf ]; then
SL=/etc/syslog.conf
elif [ -e /etc/syslog.conf ]; then
SL=/etc/rsyslog.conf
If rsyslog.conf exists, syslog.conf is used and vice versa.
Should be:
if [ -e /etc/rsyslog.conf ]; then
SL=/etc/rsyslog.conf
elif [ -e /etc/syslog.conf ]; then
SL=/etc/syslog.conf
* Line 48:
cat >>/etc/syslog.conf <<EOF
On systems that utilizes rsyslogd, syslog.conf is ignored. Old bug that I pointed out earlier. Use $SL value determined earlier instead.
Should be:
cat >> $SL <<EOF
In other words, plasmoid ships with an old version of script. Look at the script I posted in pastebin few comments above. - Feb 06 2011

Plasma 4 Extensions by skylendar 79 comments

Plasma 4 Extensions by skylendar 79 comments

Plasma 4 Extensions by skylendar 79 comments
Script:
http://pastebin.com/ncUukkrp
Seems like plasmoid is now working well. - Jan 25 2011

Plasma 4 Extensions by skylendar 79 comments
http://pastebin.com/wURj4J48
The plasmoid itself doesn't work either, need to investigate the reason. - Jan 22 2011

Plasma 4 Extensions by skylendar 79 comments

Plasma 4 Extensions by 8siem 6 comments

Plasma 4 Extensions by 8siem 5 comments

Plasma 4 Extensions by 8siem 5 comments
I would say that this idea already has been implemented, at least in most part.
In KDE SC 4.5, every desktop even can have it's own wallpaper and a selection of plasmoids, which I find to be a more convenient feature than Activities. - Jan 20 2011

Plasma 4 Extensions by skylendar 79 comments

Plasma 4 Extensions by 8siem 5 comments
To be honest, the only feature missing in Smooth Tasks is launcher support, which will hopefully get implementet when KDE SC 4.6 comes out. - Jan 20 2011

Utilities by kelvie 347 comments

Plasma 4 Extensions by giucam 93 comments

Plasma 4 Extensions by giucam 93 comments

Plasma 4 Extensions by giucam 93 comments
No crashes so far, the only minor problem was that some fullscreen desktop container is shown when enabling Grouping desktop activity for first time. Had to close it several times before it disappeared completely without returning at next Plasma startup. Fingers crossed. - Jul 17 2010

Plasma 4 Extensions by giucam 34 comments
Some wishes for future releases:
* There is virtually no plasmoid around here showing something useful while cover is not available or Amarok is not running. Having an empty widget on desktop is rather unpleasant, so it would be nice to use custom image while no cover is available.
* When Amarok is not running, pressing "Play" button should start it and, if possible, play the first song in playlist. - Jul 04 2010

Plasma 4 Extensions by giucam 34 comments

Dolphin Service Menus by janet 2 comments

Plasma 4 Extensions by hallowname 5 comments
Somehow it didn't work as expected. Is the interpreter still in development? - Mar 28 2010

Utilities by hallowname 9 comments
Somehow it didn't work as expected. Is the interpreter still in development? - Mar 28 2010

Plasma 4 Extensions by hallowname 5 comments

Plasma 4 Extensions by hallowname 15 comments
And, yes, you should try using OpenGL for that, if possible. It would reveal almost endless possibilities, like creating a scene of room and putting some plasmoids here and there. It would be a true 3D desktop. - Mar 07 2010

KDE 4 Splashscreens by centuri0 7 comments

Karamba & Superkaramba by rancor 5 comments
Secondly, if plasmoid is reloaded, it doesn't show anything, leaving plasmoid window completely empty. - Feb 15 2010

Plasma 4 Extensions by panzi 842 comments
That's funny. I'm using KDE 4.4.0 right now on my Fedora 11 box with Qt 4.6.1 installed. Here is KDE repo for Fedora:
http://apt.kde-redhat.org/apt/kde-redhat/redhat/kde.repo - Feb 15 2010

Cursors by KuduK 1 comment

Plasma 4 Extensions by panzi 842 comments

Browser by zvonSully 3 comments
Traceback (most recent call last):
File "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py", line 53, in init
self.pyapplet = self.module.main.CreateApplet(None)
File "/home/first/.kde/share/apps/plasma/plasmoids/tail/contents/code/main.py", line 171, in CreateApplet
return Tail(parent)
File "/home/first/.kde/share/apps/plasma/plasmoids/tail/contents/code/main.py", line 64, in __init__
self.follow=Follow('/var/log/emerge.log',size=10,lookback=14096)
File "/home/first/.kde/share/apps/plasma/plasmoids/tail/contents/code/main.py", line 16, in __init__
self.file=open(self.filename,'r')
IOError: [Errno 2] No such file or directory: '/var/log/emerge.log'
[first@MyComp ~]$ touch /var/log/emerge.log
touch: cannot touch `/var/log/emerge.log': Permission denied
[first@MyComp ~]$ su -c "touch /var/log/emerge.log"
[first@MyComp ~]$ su -c "chown -R first /var/log/emerge.log"
[first@MyComp ~]$ plasmoidviewer tail
[first@MyComp ~]$
In short, this plasmoid requires a file /var/log/emerge.log to be present in order to run at all. Creation of that file requires root privileges.
Also plasmoid name is a bit misleading because it can only display text files. - Jan 06 2010

Plasma 4 Extensions by biophysics 23 comments

Plasma 4 Extensions by conrausch 75 comments

KDE 4 Splashscreens by Wrah 5 comments
And now it also works without any problem. - Dec 12 2009

KDE 4 Splashscreens by ziolo4ever 3 comments

KDE 4 Splashscreens by Wrah 6 comments
I also had to resize background image to 1024x768 in order to get it working, probably because my system doesn't support 1280x800 resolution. - Dec 10 2009