Results 1 to 6 of 6

Thread: Perm unhide hidden folders?

  1. #1
    Join Date
    Mar 2007
    Location
    Michigan
    Beans
    160
    Distro
    Ubuntu 12.04 Precise Pangolin

    [SOLVED] Perm unhide hidden folders?

    I tried searching but probably didnt use the correct descriptor words.. Anyway instead of always having to hit ctrl+h or unhide them thru the menu.. is there a way to unhide all hidden folders.. or even just hidden but non-system folders/files permenantly?
    Last edited by silverbullet007; January 7th, 2009 at 11:52 PM.
    Linux User #447256

  2. #2
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Perm unhide hidden folders?

    In Gnome? Open Nautilus, go to Edit/Preferences, and on the Views-tab enable the "Show hidden and backup files"-option.

  3. #3
    Join Date
    Mar 2007
    Location
    Michigan
    Beans
    160
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Perm unhide hidden folders?

    Oh yes.. left out that tidbit of info.. Gnomes yes. Thanks for the reply! However is there a way to perform this in the command-line?
    Linux User #447256

  4. #4
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Perm unhide hidden folders?

    The settings are stored in Gconf, (desktop/gnome/file_views/show_backup_files and /desktop/gnome/file_view/show_hidden_files) so you could use gconftool-2 to edit them from command line.

    Code:
    gconftool-2 --type boolean --set /desktop/gnome/file_view/show_hidden_files "true"
    gconftool-2 --type boolean --set /desktop/gnome/file_view/show_backup_files "true"

  5. #5
    Join Date
    Mar 2007
    Location
    Michigan
    Beans
    160
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Perm unhide hidden folders?

    Awesome, thanks!
    Linux User #447256

  6. #6
    Join Date
    Oct 2004
    Location
    Panamá
    Beans
    1,427
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Re: Perm unhide hidden folders?

    Also you use the "-a" parameter in the ls tool when you're viewing files from the shell.
    "Some people says that if you run a Microsoft Midori iso backwards you will hear demon voices commanding you to worship Satan". But that's nothing. If you run it forward it will install Microsoft Midori.

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
  •