Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: What are windows good for? (not the OS, the GUI elements!)

  1. #11
    Join Date
    Mar 2005
    Location
    Freiburg/Germany
    Beans
    653
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: What are windows good for? (not the OS, the GUI elements!)

    Quote Originally Posted by Kvark
    After opening a Firefox, Nautilus, Open Office or [insert any other application] window I instinctively maximize it to emulate full screen and would perfer real full screen. But with the panels still visible. So just removing the titlebar and borders around the window and making maximized default would do the trick. It just seems like a waste of screen space and occationally uneccessary scrolling to not use the whole screen.

    OK Kvark, i played around a little. here's how to do it in Gnome:

    1) Install devilspie from synaptic
    2) Save the following as ~/.devilspie.xml
    Code:
    <?xml version="1.0"?>
    <!DOCTYPE devilspie SYSTEM "devilspie.dtd">
    <devilspie>
      <flurb>
        <matchers>
          <matcher name="DevilsPieMatcherWindowName">
            <property name="window-title" value=".*"/>
          </matcher>
        </matchers>
        <actions>
          <action name="DevilsPieActionResize">
            <property name="maximized" value="TRUE"/>
          </action>
        </actions>
      </flurb>
      
      <flurb>
        <matchers>
          <matcher name="DevilsPieMatcherWindowName">
            <property name="window-title" value=".*"/>
          </matcher>
        </matchers>
        <actions>
          <action name="DevilsPieActionDecorate">
            <property name="decorated" value="FALSE"/>
          </action>
        </actions>
      </flurb>
    </devilspie>
    4) Start devilspie with Alt-F2 or Terminal
    3) Add devilspie to your Session startup if you like it.

    It will automatically maximize all your windows (except dialogs) and display them without title bar or borders.

  2. #12
    Join Date
    Aug 2005
    Beans
    201
    Distro
    Edgy Eft Testing

    Re: What are windows good for? (not the OS, the GUI elements!)

    i have 1400x1050 on a 19" and i hardly ever maximize a window.

  3. #13
    Join Date
    Feb 2005
    Location
    Sweden
    Beans
    315

    Re: What are windows good for? (not the OS, the GUI elements!)

    Quote Originally Posted by Wolki
    OK Kvark, i played around a little. here's how to do it in Gnome:

    ...instructions...

    It will automatically maximize all your windows (except dialogs) and display them without title bar or borders.
    Tried it on a pretty standard Hoary setup. It doesn't work and says this when a window is opened:
    Code:
    (devilspie:13917): Wnck-WARNING **: Received a timestamp of 0; window activation may not function properly.
    
    fullscreen
    devilspie: relocation error: devilspie: undefined symbol: _wnck_atom_get

  4. #14
    Join Date
    Mar 2005
    Location
    Freiburg/Germany
    Beans
    653
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: What are windows good for? (not the OS, the GUI elements!)

    Quote Originally Posted by Kvark
    Tried it on a pretty standard Hoary setup. It doesn't work and says this when a window is opened:
    Code:
    (devilspie:13917): Wnck-WARNING **: Received a timestamp of 0; window activation may not function properly.
    
    fullscreen
    devilspie: relocation error: devilspie: undefined symbol: _wnck_atom_get
    Hm... don't know what's wrong and I'm currently a little low on time... Maybe it has to do with the new version in Breezy? Can someone else using breezy check if this works?

    I'll take a closer look at it tomorrow.

  5. #15
    Join Date
    Apr 2005
    Location
    Hampshire, UK
    Beans
    1,274

    Re: What are windows good for? (not the OS, the GUI elements!)

    I have a 17" 1600x1200 setup and maximise almost every app I use - it's simply never really occurred to me to do otherwise Amazing how different people can be!

  6. #16
    Join Date
    Aug 2005
    Beans
    47

    Re: What are windows good for? (not the OS, the GUI elements!)

    For a non overlaping WM I have grown quite fond of ION. The only problem is that it takes some configuration and usage time before it becomes comforatble.

    I have noticed that my productivity is at a peak when I work in ION compared to when I work in GNOME.

    Another project I havn't given the time to learn is WMI. It seems like an improvment upon ION... I shall give it another try. =)

    I agree with the OP that windows can't be that good. Would tabbed browsing ever been so popular if windows was so good? Take a look at an IDE like Eclipe. There isn't an overlapping windows in sight. Instead panes are the container of choice...

    On another note, I recently got a WUXGA monitor. It's the first time I've been confotable with non maximized windows. Actually maximized windows just feels silly now. To be able to DnD between an open window and the desktop is quite nice. I wonder how I would implement that in a paned environment like Eclipse...

  7. #17
    Join Date
    Mar 2005
    Location
    Australia
    Beans
    418
    Distro
    The Feisty Fawn Testing

    Re: What are windows good for? (not the OS, the GUI elements!)

    I tend to use maximised windows for most things on Linux, because I usually have one application per workspace. On other OSs I don't use maximised windows, especially on a Mac.

  8. #18
    Join Date
    Nov 2004
    Location
    Texas
    Beans
    2,434

    Re: What are windows good for? (not the OS, the GUI elements!)

    Those folks who try to impose analog rules on digital content will find themselves on the wrong side of the tidal wave.
    - Mark Shuttleworth

  9. #19
    Join Date
    Aug 2005
    Location
    The Local Group
    Beans
    631

    Re: What are windows good for? (not the OS, the GUI elements!)

    You seem to be looking for something like ION or wmii. I emphasize "something like" because I can't recommend those window managers on their merits (yet?). Their concept is right, but neither has really addressed the problem of usability. The idea is that the user shouldn't have to waste time managing windows, but with those, I usually end up spending even more time messing around with the 'windows' (largely due to lack of good documentation, which is essential for a keyboard-based interface). Give them a try anyway, though; YMMV.

  10. #20
    Join Date
    Mar 2005
    Location
    Netherlands
    Beans
    734
    Distro
    Ubuntu Karmic Koala (testing)

    Re: What are windows good for? (not the OS, the GUI elements!)

    You might be interested in Exigo

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •