Gökmen Göksel's warehouse.

A new stuff with the power of plasma !

January 19, 2009 | In: English, KDE, Pardus, Plasma, Programming, Python, Qt

I have just finished my talk at Camp KDE, Jamaica about “KDE and Distros” with great partnership of Marcus D. Hanwell (slide is here), I talked about Pardus Technologies and showed people our plasmoid for service-manager which works with our sub-system COMAR.

When great projects come together results comes great !

Service-manager

Also I have a great video while it is working .. All of these written in Python, PyQt4 and of course PyKDE4 ;) You can grab the source from here.

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to Reddit



10 Responses to A new stuff with the power of plasma !

Avatar

Ben Schleimer

January 19th, 2009 at 6:28

Thats just fun!
Nice job.
You might want to add in functionality for starting services at startup.

Cheers
Ben

Avatar

Znurre

January 19th, 2009 at 7:51

Wow, you guys at Pardus are *awesome* ! :)
The 2009 release will probably be your best – ever.

Avatar

Diederik van der Boor

January 19th, 2009 at 13:05

Woot! :)

I was just thinking that something like this is missing. At my laptop I only want to run apache while I’m coding for my site. Off course I could do a ‘sudo /etc/init.d/apache2 start’ but that’s not something which would attract the Mac / Windows user base (and I’d agree with them). This seams to fill in yet another missing gap. :)

Avatar

Hüseyin Berberoğlu

January 19th, 2009 at 13:46

Good work. go on :)

Avatar

Hans

January 19th, 2009 at 14:38

Looks nice from the functionality point of view but the plasmoids are not very usable since you have ambiguous meanings of the buttons. Intuitively I would have said, I need to click on the stop button to stop but it’s the other way round.

Avatar

Jamboarder

January 19th, 2009 at 18:35

It’s a simply fix to remove the ambiguity:

Whenever the widget that is used to represent a state is also used to perform an action, the widget text should represent the state. So the widget, in this case, should reflect the state (on/off, running/not running) not the action (start/stop). Then the action performed by the user is implicit and expected when moving it from one state to another. For example, user changes it from “off” to “on” means “turn it on”.

The KDE HIG is currently not in the best state.

Avatar

litb

January 20th, 2009 at 1:17

It’s exactly what i told them in irc channels already about the weather plasmoid. I find the buttons confusing, not knowing what state currently is active and what not. Apart from that, nice work mates!

Avatar

Random User

January 20th, 2009 at 1:49

YES!
Very nice.

Now, if there was a pkgmgr interface (either rpm or deb), I’d be in heaven.

Avatar

Hans

January 20th, 2009 at 12:38

Jamboarder: This is actually not the problem. In the above case you would still click on OFF when you want it to be ON, since the position of the button shows the state. This works pretty nicely on the iPhone where you slide the on and off states around but not in this scenario where you just click. So “moving from off to on” is not what is happening here.

Generally, if you had only one button (for whatever reason), it should always show the action as text and not the state, since a button’s text always shows the outcome of its interaction and nothing else.

Avatar

rat on red » Blog Archive » Ağ Yöneticisi ..

February 13th, 2009 at 21:18

[...] 4 ve Teknolojileri ile uyumlu bir şekilde çalışması için ilk adımı Servis Yöneticisi için atmıştım, sıra masaüstünde en çok kullandığımız araçlardan biri olan Ağ Yöneticisi’ne [...]

Comment Form