


System Software by mishaaq 116 comments

Browser by adjam 290 comments
Cant wait for 0.4! - Jan 19 2010

System Software by mishaaq 116 comments
Thats my settings window, with this setting, scrolling works, but not good, I have to scroll very much on my touchpad, to scroll a bit on screen. If I set the sliders to High, scrolling doesnt work at all.
I'm sorry I dont really get what kind of data you want, what settings should I change before I submit my kcmtouchpadrc?
Thanks for helping, keep up the good work!
Current kcmtouchpadrc: http://pastebin.com/m25af398d - Jan 18 2010

System Software by mishaaq 116 comments
http://pastebin.com/m2313c87 this is my config file. - Jan 17 2010

System Software by mishaaq 116 comments
I opened this bug report today, it says:
"I installed the module kcm_touchpad, enabled horizontal scrolling (vertical
scrolling was already enabled and working) and got the result that scrolling no
longer works, neither horizontal nor vertical."
I use KDE SC 4.3.90.
Can you help me getting scrolling back? - Jan 17 2010

Plasma 4 Extensions by deichschuh 17 comments
As you can see this plasmoid is published under the GPL, if you want to find out on your own next time, just look at "License", this is often helpful.
Now your second question "source code": this plasmoid is a script, you can download and unpack it to take a look at the source code.
So long. - Oct 23 2009
The lines are:
import os
ping = 'ping -c 2 google.com'
pause = 'sleep 2'
def check_network():
if os.system(ping) == 0:
pass
else:
os.system(pause)
check_network()
check_network()
you can add this after:
from PyKDE4.kdecore import KUrl
in contents -> code -> main.py
Maybe nferenc can patch the plasmoid to support this. - Oct 16 2009
The lines are:
import os
ping = 'ping -c 2 google.com'
pause = 'sleep 2'
def check_network():
if os.system(ping) == 0:
pass
else:
os.system(pause)
check_network()
check_network()
you can add this after:
from PyKDE4.kdecore import KUrl
in contents -> code -> main.py
Maybe nferenc can patch the plasmoid to support this. - Oct 16 2009

Plasma 4 Extensions by deichschuh 17 comments
http://kde-look.org/content/show.php?content=112265
This version is in German, if you are interested I will add an English version for you. - Sep 19 2009

Plasma 4 Extensions by deichschuh 17 comments
http://kde-look.org/content/show.php?content=112265
The network-workaround is included. However I think this plasmoid does not look half as good as the other.
Tell me if you like it. - Sep 19 2009

Plasma 4 Extensions by deichschuh 3 comments
Please tell me whether it works. - Sep 18 2009

Plasma 4 Extensions by deichschuh 17 comments
I have to apologize but unfortunately I wont be able to solve this issue since I have never worked with latex and dont know anything about it.
However this shouldn't be too hard to fix, so if someone is interested... - Sep 18 2009

Plasma 4 Extensions by deichschuh 17 comments
You can download this first test version to see whether it works for you, you have to install it by typing:
plasmapkg -i networktest.plasmoid
This Plasmoid is called NetworkTest, it wont conflict with WikiViewer!
This Plasmoid worked well for me, please let me know about your experience.
What it does is: before the Plasmoid is started, it pings google.com, if it reaches google, it starts the Plasmoid, if it doesnt it waits for two seconds and pings again.
So this is a very simple workaround.
P.S.: If you do not experience the mentioned problems, you SHOULD NOT use this Plasmoid. - Sep 03 2009

Plasma 4 Extensions by deichschuh 17 comments
I have two possible solutions for you, either we just include a simple pause in the script which makes it wait for example 4 seconds (please tell me how long your connection needs to establish).
Or we tell the script that it should ping google.com and in success should start the plasmoid.
Of course, the first solution is much simpler and I would be able to provide it... well, today I guess.
As the second one is a bit more difficult, I should be able to have it done tomorrow.
Which one would you prefer? - Sep 03 2009

Plasma 4 Extensions by deichschuh 17 comments

Plasma 4 Extensions by deichschuh 17 comments
Thank you for your comment! I know about this problem and the facebook-plasmoid (where this plasmoid was forked from) has this problem too.
I think I will be able to solve this problem, but I'm very busy right now.
Please be patient, I keep you updated. - Aug 18 2009
I just did 3 simple Plasmoids based on your Facebook-Plasmoid.
They Actually do the same as yours, but they acces the mobile Versions of German SchuelerVZ, StudiVZ and MeinVZ.
If you have any problems with this please let me know.
Thanks for your work and your great Plasmoid - Aug 09 2009