Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

Thread: How to permanently display the global menu?

  1. #21
    Join Date
    Dec 2008
    Location
    Independence, MO
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to permanently display the global menu?

    Quote Originally Posted by rg4w View Post
    I would be interested in seeing such a patent, if one exists. Besides, if there is one it's probably long since expired.

    Either way, if that's the only limitation it would be useful to communicate that.

    So much UI research shows the value of making an app's primary command access self-evident that concealing that from the user makes the project look unnecessarily silly.

    If it's a legal limitation, noting that puts the blame where appropriate.

    If it's a design decision, it's a bug that needs to be fixed.
    While it sounds ridiculous to think that having the command menus visible in the top bar is patented, consider that Apple has sued and is suing for less. Though most of their battles are in their lucrative iOS market.
    HP ProBook 4530s - 4GB RAM - 12.04 AMD64

  2. #22
    Join Date
    Jan 2012
    Beans
    201

    Re: How to permanently display the global menu?

    I've been asking about this for a while too. I also believe they autohide it on purpose. I don't see any benefit to keeping it hidden, sometimes I'll be using a new application and I'll completely forget that the menu exists up there. I know you can get rid of the global menu completely but I find it looks even worse when it's attached to the program. Global menu is fine, just give us the option to make it permanent is all I ask.

  3. #23
    Join Date
    Sep 2006
    Beans
    5

    Lightbulb Re: How to permanently display the global menu?

    Hello. You can install my version of unity on your Ubuntu 12.04 especially modified to always display global menu.

    First, add ppa:anton0/unity to your sources.list, update your system, reboot, and enable /apps/compiz-1/plugins/unityshell/screen0/options/menu_always_visible in your gconf settings.

    Code:
    sudo add-apt-repository ppa:anton0/unity
    sudo apt-get update
    sudo apt-get upgrade
    
    # Reboot
    
    gconftool-2 -s --type boolean /apps/compiz-1/plugins/unityshell/screen0/options/menu_always_visible true

  4. #24
    Join Date
    Jan 2012
    Beans
    201

    Re: How to permanently display the global menu?

    Sounds interesting but I'm hesitant about breaking my setup or something. Any risk takers want to try it and see if it works?

  5. #25
    Join Date
    Sep 2006
    Beans
    5

    Re: How to permanently display the global menu?

    Quote Originally Posted by coldjeanz View Post
    Sounds interesting but I'm hesitant about breaking my setup or something. Any risk takers want to try it and see if it works?
    I using it on my machine right now. Also tested ppa on fresh install in VirtualBox.

    If something break you can bring back default global menu behavior using following command:
    Code:
    gconftool-2 -s --type boolean /apps/compiz-1/plugins/unityshell/screen0/options/menu_always_visible false
    Or remove PPA from sources.list and downgrade to previous version using this command:
    Code:
    sudo apt-get install unity=5.12-0ubuntu1 libunity-core-5.0-5=5.12-0ubuntu1 unity-common=5.12-0ubuntu1 unity-services=5.12-0ubuntu1

  6. #26
    Join Date
    Jan 2012
    Beans
    201

    Re: How to permanently display the global menu?

    How does it work exactly? Does it just constantly show the menu for the app and then automatically switch to another menu when you change apps? Sorry I just want to get a little more info bc I install it.

  7. #27
    Join Date
    Sep 2006
    Beans
    5

    Re: How to permanently display the global menu?

    Quote Originally Posted by coldjeanz View Post
    How does it work exactly? Does it just constantly show the menu for the app and then automatically switch to another menu when you change apps? Sorry I just want to get a little more info bc I install it.
    It constantly show menu of currently active window. When you switch window, menu changes as well. It also display window title to the right of menu. As I said, everything works fine. At least I didn't notice any bugs for last day using it on my machine.
    Attached Images Attached Images

  8. #28
    Join Date
    Jan 2012
    Beans
    201

    Re: How to permanently display the global menu?

    Cool it seems to work nice job! Only thing is that the name off the application is pushed to the right of the menu which looks a bit strange since I rarely maximize any apps. Is there a way to move the name of the app back to the left and have the menu to the right of it?
    Last edited by coldjeanz; June 5th, 2012 at 07:52 AM.

  9. #29
    Join Date
    Oct 2011
    Location
    /root
    Beans
    956
    Distro
    Ubuntu

    Re: How to permanently display the global menu?

    Bump, do any alternatives exist now for change the default behaviour?

    I want the global menu always shown (not hover to show) but I don't want to install any 3rd party PPA's that overwrite my stock unity files....Anyway to get it changed on vanilla 12.04 LTS?


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

    Re: How to permanently display the global menu?

    Quote Originally Posted by d4m1r View Post
    Bump, do any alternatives exist now for change the default behaviour?

    I want the global menu always shown (not hover to show) but I don't want to install any 3rd party PPA's that overwrite my stock unity files....Anyway to get it changed on vanilla 12.04 LTS?
    IIRC only way is to disable global menu completely and go back to the classic way.

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

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
  •