


Plasma 4 Extensions by fpuelz 813 comments

Plasma 4 Extensions by fpuelz 813 comments

Wallpaper Other by Ireyon 2 comments
Slideshow: Great idea, I'll implement it.
Exposé: It is normal and I can't fix it, sorry. plasma-desktop is actually one qt window for all workspaces that is simply rendered 6 times unless you use activities, but activities are probably not what you are looking for because you can't share the plasmoids on multiple activities. However, 4.6 has introduced some "copy current activity"-button, but it is really just a copy, and if you change something on one desktop, you'll have to change it on all other desktops as well. But the activity system still has some advantages you might want to make use of.
Animation: I agree it is slow, but I don't have that much experience in qt programming, looking forward to making it faster though. BTW, ever tried to use the raster graphicssystem for qt? Made everything much faster on my system (including plasma), the native graphicssystem is just like hell with my NVidia card.
Anyway, glad that someone's using it. :D - Jan 29 2011

Wallpaper Other by pr09studio 1 comment

KDM4 Themes by karma0321 6 comments

Plasma 4 Extensions by PlasmaFactory 94 comments

Be-Shell/Bespin by thomas12777 1663 comments
Why not simply use the full window area as blur region? - Jul 09 2010

Aurorae Themes by megabigbug 61 comments
(when does this fucking site get an edit function?) - Jun 26 2010

Aurorae Themes by megabigbug 61 comments
Great theme ;) - Jun 26 2010

Aurorae Themes by megabigbug 61 comments

Plasma 4 Extensions by hallowname 9 comments
Progressbar.. okay, seems that I just didn't see it. I only saw a space indicator when creating a playlist. - Jun 26 2010

Plasma 4 Extensions by hallowname 9 comments
also, after finishing burning, the cd randomly rotated around in my drive. That's much better in K3B. - Jun 23 2010

Be-Shell/Bespin by thomas12777 1663 comments

Plasma 4 Extensions by mbleichner 72 comments

Be-Shell/Bespin by thomas12777 1663 comments
You'll need KDE 4.5 beta and, of course, KWin's desktop effects. But especially the blur effect is still a huge mountain of bugs.
So, here's again the code that needs to be put into a window.cpp.diff or so.
Thanks for all your messages.
158a159,164
> Display *dpy = QX11Info::display();
> Atom atom = XInternAtom(dpy, "KDE_NET_WM_BLUR_BEHIND_REGION", False);
> QVector<unsigned long> data;
> data << widget->geometry().x() << widget->geometry().y() << widget->geometry().width() << widget->geometry().height();
> XChangeProperty(dpy, widget->winId(), atom, XA_CARDINAL, 32, PropModeReplace, reinterpret_cast<const unsigned char *>(data.constData()), data.size());
> - Jun 09 2010

Be-Shell/Bespin by thomas12777 1663 comments

Be-Shell/Bespin by thomas12777 1663 comments
Which Qt version do you use? On Arch I've got 4.7 installed (from [testing]). - Jun 09 2010

Be-Shell/Bespin by thomas12777 1663 comments
158a159,164
> Display *dpy = X11Info::display();
> Atom atom = XInternAtom(dpy, "KDE_NET_WM_BLUR_BEHIND_REGION", False);
> QVector<unsigned long> data;
> data << widget->geometry().x() << widget->geometry().y() << widget->geometry().width() << widget->geometry().height();
> XChangeProperty(dpy, widget->winId(), atom, XA_CARDINAL, 32, PropModeReplace, reinterpret_cast<const unsigned char *>(data.constData()), data.size());
>
Should work now - Jun 07 2010

Be-Shell/Bespin by thomas12777 1663 comments
Okay, it still seems unclear as I received a few messages related to apply the patch.
As I said, the code above is the result of a diff. Just copy the code *with* the weired numbers and *with* the > into a file (maybe window.cpp.diff) and type this in a terminal:
patch window.cpp window.cpp.diff
Then just recompile, reinstall and enjoy ;)
Hope things are clearer now. - Jun 07 2010

Be-Shell/Bespin by thomas12777 1663 comments

Be-Shell/Bespin by thomas12777 1663 comments
158a159,164
> Display *dpy = X11Info::display();
> Atom atom = XInternAtom(dpy, KDE_NET_WM_BLUR_BEHIND_REGION", False);
> QVector<unsigned long> data;
> data << widget->geometry().x() << widget->geometry().y() << widget->geometry().width() << widget->geometry().height();
> XChangeProperty(dpy, widget->winId(), atom, XA_CARDINAL, 32, PropModeReplace, reinterpret_cast<const unsigned char *>(data.constData()), data.size());
>
Screenshot:
http://img22.imageshack.us/f/bildschirmfoto1k.png/ - Jun 05 2010

Aurorae Themes by Schiwi 12 comments

Wallpaper Other by Ireyon 3 comments

Plasma 4 Extensions by finkandreas 301 comments

Plasma Themes by painkiller101 262 comments