QuickAccess

Plasma 4 Extensions by mherbert 192 comments

I (Mihael Simonič) made Debian amd64 package:

You can get it here:
http://smihael.bplaced.net/downloads/quickaccess_0.7.1-1_amd64.deb - Oct 28 2008
Lancelot

Various KDE 1.-4. Improvements by ivancukic 109 comments

I've made Debian package (amd64 only, sorry):

http://smihael.bplaced.net/downloads/lancelot_1.0+SVN-877044-1_amd64.deb

- Oct 28 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

loKalizer is updated and debugged. - Oct 21 2008
Amarok to Twitter Script

Amarok 1.x Scripts by gamaral 4 comments

sends what are you listening to at the moment to your twitter micro-blogging profile, believe. - Oct 17 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Try the updated version and report if works. - Oct 15 2008
Magnesium

Plasma Color Schemes by downdiagonal 6 comments

and style/windec :D - Sep 21 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

To remove from desktop:
* Unlock widgets
* Just go over CrystalMonitor
* Click on litle red x that appears near CrystalMonitor.

To completely remove:
* Delete cm folder (one you have listed)
* Delete ~/.kde4/share/kde4/services/plasma-applet-sk_cm81.desktop
* Restart plasma

Anyway thanks for usage and don't forget to vote (good, of course) :D - Sep 17 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

- Unpack theme (rename cm8.skz to cm8.zip and extract)
- Edit cm8.theme in kwrite/kate
- Replace
[code]sensors | grep Core0| cut -f2 -d+ | cut -c -6 ]/code]

with
[code]
sensors | grep Core0| cut -f2 -d+ | cut -c -7[/code]

- Save
- Now rezip archive and install again. Tell if works.

And at last, do you have dual core processor (what returns following command)

cpuinfo=$(grep 'model name' /proc/cpuinfo | sed -e 's/.*: //' -e 's/(tm)//'); if test ${#cpuinfo} -lt 35; then echo $cpuinfo; else echo -n $cpuinfo | cut -c -31; echo ' ...'; fi

or simplier "model name" line if you run:

cat /proc/cpuinfo

I'm also adding here

TO-DO FOR NEXT VERSION:
- auto debugger
- repair script
- Sep 16 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Just send me output of following cmds:

sensors | grep Core0| cut -f2 -d+ | cut -c -6

sensors | grep "CPU Temp"

and I will be able to help you :)

Please note to remove all \ (back slashes) (they're added to comments by kde-look.org automatically, probably due technical reasons). - Sep 15 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Go Plasma desktop
Right click
Select
Desktop Settings
Under Desktop theme select New theme and under search field write glass
Select Glassfield and click on Install now button
Close dialog
Under Desktop theme select Glassfield or anyone other downloaded theme.

Also you'll need to enamble Desktop effects to make widgets transparent, I think.

Hope that this helps you. - Sep 13 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Both customization script has an issue (they hangs up when try to zip user-modified version)
when you install CrystalMonitor from KDE-look.org, because KDE-look renames files (it add add content id to name)

How to solve that?

* Uninstall previous CrystalMonitor
* Download from kde-look.org
* Remove content id (in this case 28165-) from file name (cp 28165-cm81.skz cm81.skz)
* Install again, selecting cm81.skz instead 28165-cm81.skz
* That's now, srcipts will work.

In next version this will be bypassed with smarter scripts :D. - Aug 24 2008
Flowers

Nature by javierllorente 2 comments

I guess that this is
St John's Wort/Hypericum perforatum

you can made very good tea from it!
- Aug 22 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

You can download much improved version 8.1. (It includes this improvment too) - but has small problem with showing processor name... ... ...

Thanks for giving feedback too me :) - Aug 11 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

... you don't need to give e-mail here.

v8.1 has just been released and has this functions implented! - Aug 11 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Implented in next version. I'll send you email with 8.1_preview (you can't apply language patches yet!) in attachment. - Aug 11 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Try this:

Quote:
kde4-config --version | grep 'KDE' | cut -c -10 | sed -e 's/.*: //'


If works ... shows 4.1.1, then run this
Quote:
CM_ID="cm8"
SCRIPT_ID="Konfigurator"
CM_KDEDIR=`kde4-config --localprefix`
CM_PATH=$CM_KDEDIR"share/apps/plasma/plasmoids/sk_"$CM_ID"/"
cd $CM_PATH
cp $CM_ID.skz $CM_ID.skz.bak
mv $CM_ID.skz $CM_ID.zip
unzip -o "$CM_ID.zip" -d "$CM_ID"
cd $CM_ID
kwrite Crystal.theme
[Press Enter - and important don't close konsole window]


Now jump to line 36 and replace

Quote:
text x=60 y=49 sensor=program program="echo KDE / QT: `kde4-config --version | grep 'KDE' | sed -e 's/.*E //' | sed -e 's/)//'` / `kde4-config --version | grep 'Qt' | sed -e 's/.*: //'`"


with this:
Quote:
echo KDE / QT: `kde4-config --version | grep 'KDE' | cut -c -10 | sed -e 's/.*E //' | sed -e 's/)//'` / `kde4-config --version | grep 'Qt' | sed -e 's/.*: //'`


Save and exit kwrite.

Now go back to konsole. Pres Enter. Paste following to konsole:

Quote:
zip -r $CM_ID.skz *
mv $CM_ID.skz ../$CM_ID.skz
cd ../
rm -R $CM_ID
plasma
[Press Enter and close konsole window]

- Aug 11 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Can you send me output of this:

echo KDE / QT: `kde4-config --version | grep 'KDE' | sed -e 's/.*E //' | sed -e 's/)//'` / `kde4-config --version | grep 'Qt' | sed -e 's/.*: //'`

I got:
KDE / QT: 4.1.0 / 4.4.0


and this: kde4-config --version

I got:
Qt: 4.4.0
KDE: 4.1.00 (KDE 4.1.0)
kde4-config: 1.0

- Aug 10 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

This opt-in is based on kde4-config -v and various sed commands. And because kde-devs change output format every time that KDE is updated is hard to make universal command for showing version - but I'm doing on this...

- Aug 10 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Jeah, known issue when procesor output is too big. Can you give me your [i]sensors[/] output and I will make modification for you.

Else you can do this:
You say that you can't configure net. Here are small instructions (just a part of script). Just open konsole (as normal user) and paste following:


CM_ID="cm8beta"
SCRIPT_ID="Konfigurator"
CM_KDEDIR=`kde4-config --localprefix`
CM_PATH=$CM_KDEDIR"share/apps/plasma/plasmoids/sk_"$CM_ID"/"
cd $CM_PATH
cp $CM_ID.skz $CM_ID.skz.bak
mv $CM_ID.skz $CM_ID.zip
unzip -o "$CM_ID.zip" -d "$CM_ID"
cd $CM_ID
kwrite Crystal.theme
[Press Enter - and important don't close konsole window]


Now comment line 51 and 52 (add # to the fronz of file).

Save and exit kwrite.

Now go back to konsole. Pres Enter. Paste following to konsole:


zip -r $CM_ID.skz *
mv $CM_ID.skz ../$CM_ID.skz
cd ../
rm -R $CM_ID
plasma
[Press Enter and close konsole window]


During procedure plasma should be quitted - don't worry it will be back after procedure is done!

If something goes wrong paste konsole output here and i'll help you. - Aug 08 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Configuration support is in active development (Debian currently don't support kross-python, so i have to switch to bash) and will be released soon (maybe this week) with 8.0 stable version (it was mentioned as big surprise ..., but OK).

You say that you can't configure net. Here are small instructions (just a part of script). Just open konsole (as normal user) and paste following:

Quote:
CM_ID="cm8beta"
SCRIPT_ID="Konfigurator"
CM_KDEDIR=`kde4-config --localprefix`
CM_PATH=$CM_KDEDIR"share/apps/plasma/plasmoids/sk_"$CM_ID"/"
cd $CM_PATH
cp $CM_ID.skz $CM_ID.skz.bak
mv $CM_ID.skz $CM_ID.zip
unzip -o "$CM_ID.zip" -d "$CM_ID"
cd $CM_ID
kwrite Crystal.theme
[Press Enter - and important don't close konsole window]


Now jump to line 70 and replace network device="eth0" with network device="WhateverYouWant". Do same thing with line 72.

Save and exit kwrite.

Now go back to konsole. Pres Enter. Paste following to konsole:
Quote:
zip -r $CM_ID.skz *
mv $CM_ID.skz ../$CM_ID.skz
cd ../
rm -R $CM_ID
plasma
[Press Enter and close konsole window]


During procedure plasma should be quitted - don't worry it will be back after procedure is done!

If something goes wrong paste konsole output here and i'll help you.

Thanks for your feedback. - Aug 06 2008
Kill

Plasma 4 Extensions by lunimare 12 comments

Nice. This will definitely do the work when I have to use metacity in KDE due to Kwin4 performance problems (hope that this will work without kwin opened)

BTW: where is wallpaper from .. i like it .. fresh!! - Jun 17 2008
Kill

Plasma 4 Extensions by lunimare 12 comments

Nice. This will definitely do the work when I have to use metacity in KDE due to Kwin4 performance problems (hope that this will work without kwin opened)

BTW: whwre is wallpaper from .. i like it .. fresh!! - Jun 17 2008
Marysia

Plasma Themes by ireko 27 comments

Currently KDE 4.0.72 from Debian experimental. If I have enough time, I'll recompile (update) it from source too. - May 18 2008
Marysia

Plasma Themes by ireko 27 comments

Just a question:
I can resize panel but how to put it to the centre? Can you do this with configuration dialogue or you have to manually edit plasma-appletsrc file.

I know that there must be something with geometry, but I didn't succeed with this.

Can you post panel configuration too? - May 18 2008
Ozone Gray

Plasma Themes by Eldarin 3 comments

Looks good, but I want to see gradient windec (from on of oxygen mid dark blue colors to grey) and also difference between active and inactive window is still mising.

I 'll try use it for some time :) - May 01 2008
Winter Wallpaper

Wallpaper Other by hotplug74 5 comments

cool. but pleas provide bigger version!

Very good compozition. - Feb 22 2008
K Menu Gnome (source)

Various KDE 1.-4. Improvements by ariszlo 25 comments

eh no problem. I guess that you must remove and re-add menu. - Feb 20 2008
K Menu Gnome (source)

Various KDE 1.-4. Improvements by ariszlo 25 comments

I have using it without any problems about month, but after upgrading to KDE 4.0.1 i get broken menu (no icons or icon with question). Where is problem and how to fix it (kmenu edit doesn't work with kde4 well).

- Feb 20 2008
Kubuntu Logo - Alternative

Single Icon/Logo by maniaco 5 comments

I will use it for my project: kedubuntu, if you give me permission.

- Feb 17 2008
Gmail Notify

Plasma 4 Extensions by sifcenter 24 comments

you don't want gpg? - Feb 10 2008
plasma-runner

Plasma 4 Extensions by dos1 16 comments

Thing that I really missed!

But unfortunatly
I got cmake errors, but KDE from source compiles fine.


$ cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/
CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/mihael/.kde4/share/apps;/usr/lib/kde4/share/kde4/apps
-- Configuring done - Feb 10 2008
Zebra System Monitor

Karamba & Superkaramba by dennord 20 comments

Hi I have problems with runing it on KDE4. Is this because python isn't yet supported for plasma superkaramba support?

First three groups are shown but graphs aren't. I can post screenshot here. - Feb 09 2008
KDE.org Mockup

Desktop Concepts by expiration 9 comments

Also design for plasma, solid, pfonon site, and kdedot/kdeplanet .... should be avesome.

Please send me basic widgets of your work in SVG or pngs, and ai will try to make it reality
- Feb 01 2008
Easy Monitor

Karamba & Superkaramba by lolo47 53 comments

4 is finally out.
I decided to do theme for it, so if you wish i can send you code... - Jan 26 2008
SnowTime

Various KDE 1.-4. Styles by smihael 4 comments

Hvala! Če hočeš lahko naložim še arhiv z drugimi dobrimi slikami in Slovenije, pa kakšno tudi iz hrvaške obale.
------
Thanks!
I can update archive with other good photos taken in Slovenia and Croatia. - Jan 13 2008
K Menu Gnome (source)

Various KDE 1.-4. Improvements by ariszlo 25 comments

I doesn't works with both KDE 4.0 menus.
- Jan 13 2008
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Next version will be ready for KDE 4.0.

Theme and program is already done, I'm doing web application for choosing modules and building your own CrystalMonitor.

PS new icon is needed
PPS C++/KDE programmer is needed
PPPS New generation will not work on KDE3, but there will be all older versions available on SF.net. - Jan 11 2008
Alpa Blue-Silk Gray

KDE 3.5 Themes by alpa 3 comments

don't use ms logos, they aren't free

Maybe you can replace != with > - Jan 06 2008
SnowTime

Various KDE 1.-4. Styles by smihael 4 comments

If you want removeline bellow win title, use domino insteand crystal.

With Domino looks very Macish. - Dec 30 2007
Easy Monitor

Karamba & Superkaramba by lolo47 53 comments

What about porting to plasma. I have plans for crystal monitor ...
- Nov 09 2007
KDE Four Live

Various KDE Stuff by javierllorente 51 comments

He. This is problem of kiwi system, because it use first partition for swap.
I trying to change to change to hda5, but not works.

For me liveCD works because hda1 is ubuntu, hda2 debian, hda5 sawp and no windows

ATENTATION: hda1 must be about 1GB free 'cause system won't boot if there is not free place for tmp files

Sorry for my language mistakes :( - Sep 17 2007
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Now, You can configure this in dialog! - Aug 23 2007
blokker (Blogspot/Blogger)

Various Stuff by apachelogger 1 comment

Avesome!
Bit What about new KDE page style? - Aug 18 2007
coccinella - Ladybug on Leaf

Wallpaper Other by napy84 2 comments

Nice. Please send your pic to KDE4 wallpaper concest: http://pd.ruphy.org/

- Aug 18 2007
Crystal Monitor

Plasma 4 Extensions by smihael 124 comments

Thanks. You can try new verison. I will upload beta soon! Maybe tomorow! And new webpage design! - Aug 17 2007
stOrmblue

Wallpaper Other by paninaro 19 comments

yeah this is not realistic photo it is photomongage - Aug 17 2007
Slovenski CrystalMonitor

Karamba & Superkaramba by smihael 5 comments

Končno sem se spravil napisat novo verzijo, ki je malo bližje ideji o popolni modularnosti tega programa. Pa še malo več funkcij bo not.
>
Finally I start whit writing new version, its state is more closely to idea about fully modlular CrystalMonitor. And some new functions will be added. - Aug 13 2007
Think Zen (Trans SVG)

Wallpaper Other by zenwalker 1 comment

very good one, but not work whit kdesktop ksvg 3.5.x. I use debian and ubuntu. - Jul 30 2007
K Menu Gnome (source)

Various KDE 1.-4. Improvements by ariszlo 25 comments

How can I edit program that it works for other window managements (ie. XFCE). Also how can I do Gnome menu whit KDE directory. - Jul 21 2007
Beryl Vista Aero Blue

Beryl/Emerald Themes by fmercerat 10 comments

I think from here:
http://www.windows-vista-stuff.com/show_wallpaper.php?fid=504

I find pic whit Google Ads tottally random. - Jul 20 2007