Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40

Thread: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

  1. #31
    Join Date
    Feb 2007
    Beans
    17

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    I modified aysiu's script to make pcmanfm the default file manager in gnome for anyone who wants it.
    http://thebeefytaco.googlepages.com/defaultpcmanfm.sh

  2. #32
    Join Date
    Feb 2007
    Beans
    17

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    also this just changes the icon files if you want to actually change the actual default browser
    Code:
    sudo gconf-editor
    goto / -> desktop -> gnome -> applications -> component_viewer and change the value to 'thunar' or 'pcmanfm' or whatever you want to use

  3. #33
    Join Date
    Oct 2005
    Beans
    153

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    mm
    not working at all in gutsy atm ; ;

  4. #34
    Join Date
    Oct 2007
    Location
    Cincinnati, Ohio
    Beans
    Hidden!
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    Is there anyway to get this working with dolphin? I would love to be able to use dolphin in gnome as default.

  5. #35
    Join Date
    Aug 2008
    Beans
    1
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    These scripts contain a potential danger - as the backup process is blind, it simply overwrites the backup files on multiple runs. Thus, restoring to Nautilus after trying all of these scripts at once does not work. To fix this, either use an own backup of the .desktop files, or simply reinstall nautilus in Synaptic (is there a similar command in apt-get?).

    However, nice job!

  6. #36
    Join Date
    Mar 2009
    Beans
    15

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    Hi,

    This is working pretty well for me, on Intrepid Ibex (AMD Turion 64). However, I've got a little complaint: upon startup, a Konqueror window automatically opens. This is slightly annoying. Any clue why?

    Thanks.

  7. #37
    Join Date
    Apr 2009
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    On Jaunty desktop icons do not appear after switching to Thunar. This is caused by the replacement of /usr/share/nautilus.desktop Exec to 'thunar'.
    We know that nautilus is responsible for displaying the dekstop in Gnome - the simple 'nautilus' command just displays the desktop, while 'nautilus --no-desktop %U' opens the file browser.
    When replacing nautilus.desktop Exec from 'nautilus' to 'thunar', the 'nautilus' command doesn't get executed on startup, hence no desktop appears. Instead a thunar browser windows appear, as we just executed a bare 'thunar' command.
    Note that this may cause the konqueror windows appearing on startup as well.

    Reverting the nautilus.desktop file to its backup version does the trick.

  8. #38
    Join Date
    Apr 2009
    Beans
    4

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    i will try
    thanx anyway

  9. #39
    Join Date
    Aug 2007
    Location
    Kardjali, Bulgaria
    Beans
    30
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    Thanks you for the guide.
    After my bitter experience nautilus (its handling of samba mount points), it was really a pleasure to delete it. Nautilus, since it is impossible to access anything that it mounts from other application.

  10. #40
    Join Date
    Nov 2007
    Beans
    6

    Re: HowTo: Change the Default File Manager in Gnome (to Konqueror or Thunar)

    Quote Originally Posted by smudi View Post
    On Jaunty desktop icons do not appear after switching to Thunar. This is caused by the replacement of /usr/share/nautilus.desktop Exec to 'thunar'.
    We know that nautilus is responsible for displaying the dekstop in Gnome - the simple 'nautilus' command just displays the desktop, while 'nautilus --no-desktop %U' opens the file browser.
    When replacing nautilus.desktop Exec from 'nautilus' to 'thunar', the 'nautilus' command doesn't get executed on startup, hence no desktop appears. Instead a thunar browser windows appear, as we just executed a bare 'thunar' command.
    Note that this may cause the konqueror windows appearing on startup as well.

    Reverting the nautilus.desktop file to its backup version does the trick.
    Indeed, it is true that the script doesn't work in Jaunty. I tried reverting the nautilus.desktop file to its backup version and this didn't fix the desktop. To revert nautilus.desktop i simply modified the script and added
    Code:
    sudo cp nonautilusplease/nautilus.desktop .
    right before
    Code:
    ## This last bit I'm not sure should be included
    ## See, the only thing that doesn't change to the
    ## new Thunar default is clicking the files on the desktop,
    ...
    and it appears to have reverted correctly, but no beans. Did i do something wrong, smudi? Any other workarounds?

    Cheers,
    Unislash

Page 4 of 4 FirstFirst ... 234

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
  •