


Dolphin Service Menus by alex-l 8 comments

Plasma Color Schemes by ivancukic 6 comments
There are quite a few KDE devs who are hard-core vimmers. Aaron has just strayed from the right path :) - Dec 22 2013

Plasma Color Schemes by ivancukic 6 comments

Plasma Color Schemes by ivancukic 6 comments
I try to do it from time to time, but don't expect I'll ever be able to - too many vim customizations to abandon :) - Dec 21 2013

Various Stuff by csslayer 9 comments

Yakuake Skins by Rendergraf 9 comments
Thanks! - Aug 27 2010

Phone Themes by kilah 9 comments
The problem with your package is licensing.
First of all you are using Oxygen/Air art which is released under LGPL. Everything you made from the files published under LGPL (even if you didn't change anything) you need to provide alongside your package under the same license.
It can be further argued that since all of it ends up in a single binary package, that it is /statically linked/, aka that you need to publish all sources of the package under LGPL.
Please fix this, and continue the good work,
Ivan - Jul 28 2010
I /was/ in a state of bliss at the time since I found one of my favourite candies - turkish baklava, but nothing more than that :)
As for the colour themes, maybe later when I find the time.
And, as for the clock, yes, it is ugly, but I can't think of a pretty clock that will be ascii-like. - Apr 14 2010

Wallpaper Other by ivancukic 12 comments

Wallpaper Other by ivancukic 12 comments

Wallpaper Other by ivancukic 12 comments
@all
Glad you like it :) - Jul 11 2009
I'm not sure which group would downvote you - the pro-win (because of the 'killer' attribute you placed), the hate-win (because of having win 7 in the title) or i-hate-fanboys group (for having the fanboyish name) :D
The new name is way cooler!
Cheerio! - Jul 05 2009

Various KDE 1.-4. Styles by rmtux1345 50 comments
But I have to congratulate you on the precision and attention to details! Awesome work. - May 06 2009

Browser by adjam 290 comments
(not really the patch, diff is behaving strangely today)
This 'holds water' until you fix the code properly.
94 // FIXME simple hack to show Icon in the urlbar, as calling changeUrl() doesn't affect it
95 insertUrl( 0 , urlIcon , url );
96 if (count() > 1) {
97 removeItem( 1 );
98 }
BTW, why don't you place the code under SVN (KDE's or SourceForge) so that people could join the fun? - Mar 17 2009

Plasma Themes by ivancukic 14 comments

Plasma Themes by ivancukic 15 comments
Spoons provide no notes background at the moment, so plasma should automatically show the one from the default theme.
As for kickoff background (obviously, I forgot to test is) I'm not sure whether it is possible to change only the colour of that text - I'll see what can be done.
As for Lancelot, if you are using a theme that provides the needed files (default themes in KDE 4.2 do), it is just a matter (well it should be, have no idea what else could be wrong) of making sure that the new theme is saved into plasma*whatever*rc, and restarting L. - Feb 18 2009

Plasma Themes by ivancukic 14 comments

Plasma Themes by ivancukic 14 comments
As for the other comment, I'm not quite following you on that one. Could you elaborate?
Cheers! - Feb 15 2009

Plasma Themes by ivancukic 15 comments
Here you go:
http://sequnix.deviantart.com/art/Cloudy-111355928 - Feb 15 2009

Utilities by hallowname 9 comments
As for the separate threads and stuff, when concerning the later switch to KRunner, it will be all already done for you (Krunner runs the runners in separate threads with some fancy scheduling features thanks to ThreadWeaver library).
As for L, thanks :) when you port the OB to KRunner, Lancelot will suddenly get a lot better :)
- Feb 11 2009
** The method of starting amarok
Problems:
1.1 The user shouldn't need to know where amarok is located
1.2 The plasma is frozen when the widget is starting amarok
Solution:
Instead of QProcess, you should use KService and KRun to solve both problems.
const KService::Ptr amarokService = KService::serviceByStorageId("amarok");
if (amarokService) {
new KRun(
KUrl(
amarokService->entryPath()
),
0);
} else {
/* show error message, or let the
user manually locate amarok */
}
- Feb 10 2009
As for the kubuntu, I have no idea in which package it is (kdeartwork or something) but it is certainly being shipped.
As I've mentioned above, KDE-look will be used for the development version of slim-glow. And *that* I did forgot to upload :) (I want to revamp the taskbar a bit before I upload it)
Cheers! - Feb 08 2009

Utilities by hallowname 9 comments

Plasma Themes by painkiller101 262 comments
For KDE 4.2, I had to make the files for /other default/ themes, so that I don't get the 'why Lancelot doesn't follow Plasma theme' questions every day.
The biggest problem is the fact that L has a lot graphic elements which need to be themed separately, and that can not share the files with Plasma.
Some could and will be simplified, but that will not make the theming task much easier.
At the moment, beside scrollbars, I've decided to make L use the standard dialogue background instead of a custom one. (This will break the appearance of most themes that don't support L, but IMO there are enough themes now that do support it)
- Jan 31 2009

Plasma Themes by painkiller101 262 comments
You should note, though, that some elements will disappear in 4.3. (mostly the scrollbar related stuff since I plan to make them compatible with plasma's scrollbars)
Cheerio, and thanks! - Jan 30 2009

Plasma Themes by painkiller101 262 comments

Plasma Themes by painkiller101 262 comments