Results 1 to 9 of 9

Thread: Change File Manager to single click?

  1. #1
    Join Date
    Jun 2005
    Location
    Darkside
    Beans
    201
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Change File Manager to single click?

    How do I change file manager behavior in 11.10?
    I want to open files and folders with a single click.

    Also How do I install different theme?
    I have the tweak tool already installed but not sure where to put my
    theme files.
    I have a .themes folder in my home directory, is this right?
    I have a theme in there that I downloaded and extracted but it's not showing up in the tweak tool.

  2. #2
    Moose is offline Gee! These Aren't Roasted!
    Join Date
    Aug 2012
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Change File Manager to single click?

    Go to System Settings > Mouse and change mouse action to double click. I think thats how it works. TBH i havent used Ubuntu in a while. (Dabbling in the world of Puppy and Fedora atm) .. and yes themes go in .themes / icons go in .icons.

  3. #3
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Change File Manager to single click?

    Use GTK 3.x themes.

    Change to single click in nautilus preferences.
    Attached Images Attached Images

  4. #4
    Join Date
    Jun 2005
    Location
    Darkside
    Beans
    201
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Change File Manager to single click?

    Great thanks!
    But now how do I get the window buttons, max,min,close, on the right side?
    What ever theme I chose they are all on the left and I hate that!

  5. #5
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Change File Manager to single click?

    In the terminal....
    Code:
    gsettings set org.gnome.desktop.wm.preferences button-layout menu:minimize,maximize,close
    To change back to the default left use...
    Code:
    gsettings reset org.gnome.desktop.wm.preferences button-layout

  6. #6
    Join Date
    Jun 2005
    Location
    Darkside
    Beans
    201
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Change File Manager to single click?

    Getting error:
    No such schema 'org.gnome.desktop.wm.preferences'

  7. #7
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Change File Manager to single click?

    Quote Originally Posted by acidblue View Post
    Getting error:
    No such schema 'org.gnome.desktop.wm.preferences'
    Sorry missed you were still using 11.10.
    Settings are still in gconf I think.

    Try...
    Code:
    gconf-editor /apps/metacity/general/button_layout
    and change the value to...
    Code:
    menu:minimize,maximize,close
    Last edited by stinkeye; October 26th, 2012 at 05:41 AM.

  8. #8
    Join Date
    Jun 2005
    Location
    Darkside
    Beans
    201
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Change File Manager to single click?

    Thanks that did the trick

  9. #9
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Change File Manager to single click?

    Quote Originally Posted by acidblue View Post
    Thanks that did the trick
    No problem.
    The themes you use can dictate the position of the buttons so if you change themes regularly you may have to set the key again or set it as mandatory.
    Last edited by stinkeye; October 26th, 2012 at 06:06 AM.

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
  •