[KDE Dot News]
 faq
 flatforty
 contribute
 subscribe
 configure
 search
 rdf

 main


  Quickies: KolourPaint, KWin Deco Howto, Desktop Theming, Boson, Opie
Quickies Posted by Fabrice Mous on Thursday 13/May/2004, @01:03
from the all-that-fuzz-and-buzz dept.
KolourPaint is progressing nicely as the latest version brings new icons by Kristof Borrey, a new user manual and numerous bug fixes and improvements. While browsing at KDE-Look I noticed this howto for making native KWin decorations. Now there are no more excuses for not writing that decoration you always wished someone else would do! Always wanted a cool KDE (Crystal) look 'n feel for your GTK-apps? The crystalgnome.org site released the Kids icon set for GNOME (KDE version) and is also offering Crystal themes. A project named Mozillux has a similar goal, to integrate Mozilla and Firefox better in the KDE desktop. Looking for a cool real-time strategy game for KDE? Wait no more, just check out Boson. The Boson hackers recently released the latest version of this game. The Opie Team announced the first public release of the Opie 1.1.x branch - version 1.1.3. The Open Palmtop Integrated Environment is a 'fork' of Qtopia environment developed by Trolltech.


<  |  >

 

  Related Links
 ·   Articles on Quickies
 ·   Also by Fabrice Mous
 ·   Contact author

Thread Threshold:

The Fine Print: The following comments are owned by whomever posted them.
( Reply )

Mozillux
by ac on Thursday 13/May/2004, @13:34
Do they plan to switch the button order in Firefox back to the logical order? I would pay real money for that change--forget themes!
[ Reply To This | View ]
  • Re: Mozillux
    by frank on Thursday 13/May/2004, @14:33
    I got this from the MoIllazine Firefox forum. It's not perfect, but it helps.

    Put this in your userChrome.css file:

    ~/<path to profile>/chrome/userChrome.css


    /*
    * swap OK and cancel buttons in dialogs - from logan on Firefox discussion forum
    */
    .dialog-button-box { -moz-box-direction: reverse; -moz-box-pack: right; }
    .dialog-button-box spacer { display: none !important; }

    If you need help locating the config files, see

    http://texturizer.net/firefox/edit.html
    [ Reply To This | View ]
    • I might include this in the next release
      by Víctor Fernández on Friday 14/May/2004, @03:07
      Interesting. I didn't knew about this. I'll test it and if it works properly I'll include it in the next release of Plastikfox.
      [ Reply To This | View ]
  • Re: Mozillux
    by getit on Thursday 13/May/2004, @18:17
    There is no ONE logical order.

    dont claim nonsense
    [ Reply To This | View ]
    • Re: Mozillux
      by Datschge on Thursday 13/May/2004, @19:02
      You mean at your place it's possible to order stuff from negative to positive while speaking without sounding funny? (ie. eg. "Do you want to go to cinema, no or yes?", "Not to be or to be?", "Do you have no car or a car?")
      [ Reply To This | View ]
      • Re: Mozillux
        by Andre Somers on Thursday 13/May/2004, @23:34
        Yes, that is possible. Never heard of other languages than English?
        [ Reply To This | View ]
        • Re: Mozillux
          by Andras Mantia on Thursday 13/May/2004, @23:48
          Do you think Datschge is a native English speaker? ;-)
          [ Reply To This | View ]
          • Re: Mozillux
            by André Somers on Friday 14/May/2004, @01:37
            No idea, but judging from his post, it is a possibility. Point remains that there is no one "right" order for buttons, it all comes down to what is being expressed by the dialog, in what language, in what cultural context, etc. The way KDE has adopted not using "Yes" and "No" but things like "Save" and "Disgard" instead helps a lot here, I think.
            [ Reply To This | View ]
            • Re: Mozillux
              by The Badger on Friday 14/May/2004, @06:52
              As long as you don't have the Microsoft style of error messages which go something like this:

              """
              What do you want, then?
              (Press "OK" to make something or other happen, or press "Cancel" to do something else.)

              [OK] [Cancel]
              """

              At which point, you want an extra button: [What was the question?]
              [ Reply To This | View ]
            • Re: Mozillux
              by Datschge on Friday 14/May/2004, @17:45
              I'm German and I don't think there are many cases in German where negative to positive ordering sound good unless you are making a (then often cynical) rhetorical question. You are right that this depend on the language and the respective cultural context. I believe that the best possible user interface uses natural (not technical) language, and there the KDE policy not to use "Yes/No" but written out descriptions is, as you wrote, really dead on. Ultimately I think dialogs windows (i.e. short text followed by multiple choice of what to do next) should be constructed in an order which mirrors the flow of the actual language in use, and up to now I only know of languages which basically describe negatives as extension of positives and not vice versa. I don't mind at all if there is a language proving me wrong though. ;)
              [ Reply To This | View ]
            • Re: Mozillux
              by Jim on Monday 11/Oct/2004, @03:40
              > Point remains that there is no one "right" order for buttons

              Not in terms of the overall environment, perhaps, but certainly for individual applications. If all the other applications have the affirmative action on the left, and a single application has the affirmative action on the right, that's a big usability issue. I lost a lot of bookmarks in Firefox when they changed the order, as I was clicking the wrong button almost as soon as it came up.

              So, in this context, there is certainly a "right" order for the Firefox buttons, and it doesn't use it by default.
              [ Reply To This | View ]
      • Re: Mozillux
        by Marc on Friday 14/May/2004, @04:21
        So KDE has Shakespearean dialogs?

        Sorry, couldn't resist;)

        Marc
        [ Reply To This | View ]
      • Re: Mozillux
        by John C.S. Freak on Friday 14/May/2004, @05:34
        In fact in programming, as well as math, for classical truth values we always have False < True. Just try it in C, Pascal, Haskell, whatever, or read some books on logic ;)
        [ Reply To This | View ]
        • Re: Mozillux
          by Melchior FRANZ on Friday 14/May/2004, @10:35
          I'd also prefer the No..Yes order, because (1) I've had it that way under Atari TOS. :-) And (2): I find it more logical to have the "positive" button (Yes, OK, etc.) at the bottom right corner in LR languages (likewise for RL). Rationale: as we are reading from left to right, from top down, the bottom right corner is typically the point where we finish a page. It's the logical end of a page. And (3) it's a lot easier to spot than the second, or third, or ... bottom from the right. But in the end it's a matter of taste ... and I'll eventually fix that in my kdeui, anyway ...
          [ Reply To This | View ]
          • Re: Mozillux
            by Melchior FRANZ on Monday 17/May/2004, @23:47
            Woohoo ... thanks to Waldo's commit from yesterday, it's now possible to switch the button layout with one simple entry in ~/.kde/share/config/kdeglobals, section "[KDE]": ButtonLayout=1

            No need to patch the sources, and "OK" on the right place (pun intended :-).
            [ Reply To This | View ]
            • Re: Mozillux
              by anonymous on Tuesday 18/May/2004, @04:12
              This would have been more important: http://tinyurl.com/24oo7
              [ Reply To This | View ]
  • Re: Mozillux
    by norman on Friday 14/May/2004, @06:48
    Firefox is a GTK app inteded for GNOME, not KDE. The button order is recommended by the GNOME human interface guidelines which Firefox complies with. On the Win32 platform, it follows the Microsoft guide lines.

    This button order has been debated 10,000 times before, if you complain the GNOME developers will just flame you, so don't make complaints about the button order because the reasons have been posted in the GNOME guidelines.

    The Mozilla Organization and GNOME are very integrated, and it shows in their apps.
    [ Reply To This | View ]
    • Re: Mozillux
      by David Johnson on Friday 14/May/2004, @10:42
      "Firefox is a GTK app inteded for GNOME, not KDE."

      Actually, Firefox is a GTK app intended for no single desktop. Just as not everything written in Qt is a KDE app, not everything written with GTK is a Gnome app.
      [ Reply To This | View ]
      • Re: Mozillux
        by Hisham Muhammad on Monday 24/May/2004, @16:56
        That's what we'd like, but unfortunately that's not the way it is. Firefox *is* intended for GNOME. It's UI shows that. The parent poster is right in saying the folks from Mozilla and GNOME are very close. The KDE people don't seem to reach for such integration for the simple reason they (we, including myself as a user) have their (our) own browser.
        [ Reply To This | View ]
  • Good news
    by Víctor Fernández on Friday 14/May/2004, @15:12
    I've found the way to reverse the button order with no problems. It works perfectly and everywhere so you'll feel happy with Firefox. I'll release a new version of Plastikfox very soon with a checkbox you'll have to activate during the installation to get this feature.
    [ Reply To This | View ]
  • Updated!
    by Víctor Fernández on Friday 14/May/2004, @17:17
    I've posted a new version of Plastikfox. You can now install a patch to get the button order reversed. Just set the checkbox and the patch will be installed together with the theme. In fact, it's checked by default under Linux. :) Under other OSes it will remain unchecked by default but you can still check it if you want.
    [ Reply To This | View ]
  • Re: Mozillux
    by bradg on Friday 13/May/2005, @04:30
    The fact of the matter.... All flames and arguments aside!!! is that any diviance from what other programs are doing on a platform breaks usability.... Assumably most users using ix86-linux will have ether learned on windows, still used windows, use other programs that uses the OK/Cancel convention, or have some background with the OK/Cancel convention. Thus it has little to do with the argument that gnome makes towards it being more logical for the brain.... My priest used to always say "People are like cows, they have there stalls." Meaing we are creatures of habit.... When i go to clik on the OK button with out thinking just because I konw where it is like the G on the keyboard and insted i get cancel where is the logic in that.... it like for KDE lets use the qwerty layout gnome oh its bettter devorak layout.... If your going to deviate give the option at runtime to customize it..... So thumbs down for gnome2 from me for that one.... completly counter productive, and it supose to make me more productive.
    [ Reply To This | View ]
KolourPaint
by Stephan Richter on Thursday 13/May/2004, @13:35
I think that KolourPaint is great. It can do everything I was able to do with Paint in Windows a couple years back and this is all I need in 90% of the cases. Until now I always tried to use KPaint but it was unusable, so that I often had to use Gimp, whose usability still baffles me every time I open it.
[ Reply To This | View ]
  • Re: KolourPaint
    by dwt on Friday 14/May/2004, @01:22
    I agree completely. It's even better than paint for some things.
    I'm amazed to see that it's rock solid already. At first I had expected something
    like kpaint, but it's rock solid.
    Thanks Kolourpaint guys!
    [ Reply To This | View ]
opie for cellphones
by Pat on Thursday 13/May/2004, @17:28
on trolltech website there's a phone edition and a pda edition, is there a phone edition for opie too? that would be cool to get a full opensource phone :) cause I know the pim part of qtopia is not free IIRC
[ Reply To This | View ]
  • Re: opie for cellphones
    by Greg Gilbert on Thursday 13/May/2004, @18:11
    Nope. No opie for cellphones. Probably won't be one anytime soon either.
    [ Reply To This | View ]
boson
by gerd on Friday 14/May/2004, @15:06
Boson? Is it usable??

I only need a chess client but I cannot compile knights. What's wrong?
[ Reply To This | View ]

 
The Fine Print: The previous comments are owned by whomever posted them.
( Reply )

  "I'm adding spaces everywhere so that Charles doesn't edit the files." -- Stephan Kulow
KDE®, "K Desktop Environment", "KDE Dot News", "got the dot?" and the KDE Logo® are trademarks or registered trademarks of KDE e.V. in the European Union, the United States and other countries. All other trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the poster. The rest: Copyright © 2000-2008 KDE e.V. for The KDE Project. For further information or comments on this site, please contact the Webmaster.
[ home | post article | flat forty | subscribe | search | rdf ]