January 19, 2009 10

A new stuff with the power of plasma !

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.

Tags: ,

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

  1. Ben Schleimer says:

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

    Cheers
    Ben

  2. Znurre says:

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

  3. Diederik van der Boor says:

    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. :)

  4. Hans says:

    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.

  5. Jamboarder says:

    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.

  6. litb says:

    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!

  7. Random User says:

    YES!
    Very nice.

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

  8. Hans says:

    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.

  9. [...] 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 [...]

Leave a Reply