Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 44

Thread: How many times a day do you accidentally bring up the Unity bar?

  1. #21
    Join Date
    Mar 2007
    Location
    Caprica
    Beans
    1,993
    Distro
    Ubuntu Development Release

    Re: How many times a day do you accidentally bring up the Unity bar?

    Quote Originally Posted by jbicha View Post
    The past week I've been using GNOME Shell so I haven't had this problem

    The pop-out Unity launcher isn't too big of a deal to me but I think a lot of users would benefit from it being never-hide.
    Exactly. For those with a large enough monitor, who can spare a little screen space, there's a real productivity gain in having the launcher always on screen. When icons are at size 32, it really doesn't occupy much space anyway.

  2. #22
    Join Date
    Nov 2011
    Location
    Southern NJ
    Beans
    83
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How many times a day do you accidentally bring up the Unity bar?

    A couple times a day probably, but like someone posted earlier, its not as bad with a big screen. I like the unity bar. I didn't at first but the more I cutomize it the better I like it

  3. #23
    Join Date
    Jun 2007
    Beans
    17,337

    Re: How many times a day do you accidentally bring up the Unity bar?

    Quote Originally Posted by effenberg0x0 View Post
    Exactly. For those with a large enough monitor, who can spare a little screen space, there's a real productivity gain in having the launcher always on screen. When icons are at size 32, it really doesn't occupy much space anyway.
    I use to in natty like to switch between autohide & never, mainly for fullscreen videos, sometimes just because. Now it's more dodge & never. (though still at times like the clean desktop look of auto

    To make it easier use a little toggle switch via a script & launcher -

    Code:
    #!/bin/bash
    key_value=$(gconftool --get /apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode)
    echo $key_value | grep "0"
    if [[ $? -eq 0 ]] ; then
    gconftool --type Integer --set /apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode 2
    else
    gconftool --type Integer --set /apps/compiz-1/plugins/unityshell/screen0/options/launcher_hide_mode 0
    fi
    Code:
    [Desktop Entry]
    Version=1.0
    Type=Application
    Exec=toggle1
    Name=Toggle Launcher
    Icon=dvdisaster

  4. #24
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: How many times a day do you accidentally bring up the Unity bar?

    Quote Originally Posted by jbicha View Post
    The pop-out Unity launcher isn't too big of a deal to me but I think a lot of users would benefit from it being never-hide.
    Good point!

    That's the first thing I did (never hide launcher) the first day I used Unity.

    Never hid it since...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  5. #25
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: How many times a day do you accidentally bring up the Unity bar?

    CCSM Hide launcher = Never.

    Suits me. I never had my gnome 2 panels autohide either.

  6. #26
    Join Date
    Sep 2006
    Location
    Central Europe
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How many times a day do you accidentally bring up the Unity bar?

    Quote Originally Posted by philinux View Post
    CCSM Hide launcher = Never.

    Suits me. I never had my gnome 2 panels autohide either.
    Heh, I switched with Unity. Never liked panels hiding and I certainly wouldn't want to hide Unity's top panel, but the launcher bar doesn't offer any real information that I'm not already aware of, so: hide it!

    To get back to topic: never. I raised the edge trigger delay and if I really really want the launcher to appear NOW, then I hit the Super key.

    BTW: Why do we call it "Super" key? It has a friggin Windows sticker on it - nothing super about that.
    The Power User’s Guide to Unity
    Questions about Ubuntu? Ask them at askubuntu.com!

  7. #27
    Join Date
    Jun 2011
    Beans
    3

    Smile Re: How many times a day do you accidentally bring up the Unity bar?

    Not quite often, as I use keyboard short-cut more...
    But I don't quite like unity after all. Too few configuration to be made, too many confusing problems(why there's a mail indicator when it never checks for new mail automatically, why there's a online-account setting but it appears to do nothing at all, etc.), and not practical.

    And after the disappointment on Gnome 3 later on,(Why is everything has the trend to turn out ugly after all?) I'm finally forced to use KDE, and it works out fine. It's clumsy, but work out fine. And you can configure it out to look and use better. Try out, if you like.

  8. #28
    Join Date
    Feb 2007
    Location
    Rome, Italy
    Beans
    2,184

    Re: How many times a day do you accidentally bring up the Unity bar?

    Quote Originally Posted by macuntu View Post
    btw: Why do we call it "super" key? It has a friggin windows sticker on it - nothing super about that.
    lol

  9. #29
    Join Date
    Dec 2009
    Location
    Canada
    Beans
    102
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: How many times a day do you accidentally bring up the Unity bar?

    I like how the launcher hides, it gives me more screen real-estate, and looks nifty when it pops in and out. It pops up for me occasionally when I reach for the back button though (maybe once or twice a day).

    Quote Originally Posted by MacUntu View Post
    ...BTW: Why do we call it "Super" key? It has a friggin Windows sticker on it - nothing super about that.
    Maybe it should be called the "FLAG" key; it looks like a flag to me, and besides I can think of a clever acronym that includes "Lame" and "GUI".

  10. #30
    Join Date
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: How many times a day do you accidentally bring up the Unity bar?

    Quote Originally Posted by MacUntu View Post
    Heh, I switched with Unity. Never liked panels hiding and I certainly wouldn't want to hide Unity's top panel, but the launcher bar doesn't offer any real information that I'm not already aware of, so: hide it!

    To get back to topic: never. I raised the edge trigger delay and if I really really want the launcher to appear NOW, then I hit the Super key.

    BTW: Why do we call it "Super" key? It has a friggin Windows sticker on it - nothing super about that.
    Not if you put an Ubuntu sticker on it .

Page 3 of 5 FirstFirst 12345 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
  •