Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: replace pcmanfm

  1. #1
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    replace pcmanfm

    This is an openbox with a minimal/lxde install.In openbox,I've got the gnome-panels installed.And although I changed nautilus with thunar (gksu gedit /usr/share/applications/nautilus-folder-handler.desktop),replaced pcmanfm with thunar, the files still open with pcmanfm.So I need to know how I can make this work.It wasn't a prob with openbox on a gnome-core so I guess I have to edit something in lxde.
    Kind regards,J.

  2. #2
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: replace pcmanfm

    To check,I installed gnome-panel in lxde as well.Same here,places will be opened by pcmanfm.

  3. #3
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: replace pcmanfm

    in gconf-editor, click "edit"-> "find", type "nautilus"
    go through there & change them to the file manager you want.

    are you running the lxpanel at all?
    cause under advanced it has settings for file manager. see pic
    Last edited by kerry_s; May 21st, 2010 at 03:37 PM.

  4. #4
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: replace pcmanfm

    Hi kerry.Well,allready changed everything to thunar like I would if this were to be a gnome install.Unfortunately I replaced the lxpanel with a gnome one in lxde.I replaced pcmanfm by thunar as lxpanel manager.I probably didn't do it wright though.Not sure how I had to do it.But,if I get it wright,even the gnome panels under lxde will be managed by pcmanfm and not nautilus?Could you give me the wright command for the lxpanels manager?Would that be thunar%S

  5. #5
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: replace pcmanfm

    Reinstalled the lxpanel in lxde and changed the manager to Thunar %F.No go.

  6. #6
    Join Date
    Mar 2008
    Location
    The Burning Earth.
    Beans
    3,660

    Re: replace pcmanfm

    Any particular reason you prefer Gnome's panel over LXDE's?
    God does not play dice with the universe - Albert Einstein
    Sure I do, I just use loaded dice. - warfacegod

    An open forum. Its a free for all. Check us out. https://openlinuxforums.org/

  7. #7
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: replace pcmanfm

    Only one,website shortcut support.

  8. #8
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: replace pcmanfm

    Say W.This is strange,no matter how I change settings,places will open with pcmanfm instead of thunar.Oh yeah,did a fresh install using lxde now.I allready have about 90% installed all my stuff and it's about 2Gb.

  9. #9
    Join Date
    Mar 2008
    Location
    The Burning Earth.
    Beans
    3,660

    Re: replace pcmanfm

    I'll bet allot of that is left over packages.

    Code:
    sudo apt-get autoremove
    God does not play dice with the universe - Albert Einstein
    Sure I do, I just use loaded dice. - warfacegod

    An open forum. Its a free for all. Check us out. https://openlinuxforums.org/

  10. #10
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: replace pcmanfm

    you can do a override script. /usr/local/bin is checked before /usr/bin for the executables, i use it to override a couple of things, a simple script can make any call to pcmanfm launch thunar.

    press-> alt+f2
    type-> gksudo leafpad /usr/local/bin/pcmanfm
    put:
    Code:
    #!/bin/sh
    thunar "$@" &
    make it executable-> chmod +x /usr/local/bin/pcmanfm

Page 1 of 2 12 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
  •