emelfm2 - a GTK2+ file manager

Forum rules
General talk about software - if the program is not in the repos, please links to the developer's page or github.
machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

emelfm2 - a GTK2+ file manager

Unread post by machinebacon » Wed Jul 02, 2014 10:18 pm

It used to be in oldstable but has been removed years ago, which I found a bit sad. It is a Norton Commander-type three pane file manager very similar to gentoo, worker, xfe or xfm. And it is quite easy to build from source:

Code: Select all

sudo apt-get install libmagic-dev libgtk2.0-dev # they can be removed after building emelfm2
wget http://emelfm2.net/rel/emelfm2-0.9.1.tar.bz2
unp emelfm2-0.9.1.tar.bz2 
cd emelfm2-0.9.1
make
sudo make install
From the repos you can get emelfm2-svg-icons - icon SVG files from emelfm2 project (logical that they have this in the repos but not the actual package -- no comment)
..gnutella..

User avatar
Alad
should take a shower
Posts: 447
Joined: Wed May 21, 2014 12:52 am

Re: emelfm2 - a GTK2+ file manager

Unread post by Alad » Wed Jul 02, 2014 11:23 pm

Nice find. I'm always on the look-out for a GUI file manager that doesn't suck.

edit: you can even change the mount commands. cool.
It's funny how we used to be able to do real stuff with rudimentary computers, but now we can't. -- ratcheer

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: emelfm2 - a GTK2+ file manager

Unread post by machinebacon » Thu Jul 03, 2014 12:14 am

"worker" is quite nice, IMO (if you like the fasting light toolkit style :))
..gnutella..

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: emelfm2 - a GTK2+ file manager

Unread post by pidsley » Thu Jul 03, 2014 1:03 am

no python depends? this kills Ranger for me these days.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: emelfm2 - a GTK2+ file manager

Unread post by machinebacon » Thu Jul 03, 2014 2:28 am

No python dependencies, but gtk2 (or gtk3), and hal or dbus (I am not sure if one of these is optional)
..gnutella..

User avatar
Alad
should take a shower
Posts: 447
Joined: Wed May 21, 2014 12:52 am

Re: emelfm2 - a GTK2+ file manager

Unread post by Alad » Wed Jul 09, 2014 8:00 am

Tips (may come up with more later):

1. If you have xdg-utils installed, you can change extension commands to "xdg-open", or make a new entry. That way, emelfm2 uses whatever program is set as default via MIME.

2. To make mounts work without FUdisks, change the commands as said (available in "Advanced"). e.g. "pmount", "udevil mount", or with the right sudoers "urxvt -e sudo mount" (latter needs a terminal).
It's funny how we used to be able to do real stuff with rudimentary computers, but now we can't. -- ratcheer

User avatar
simgin
Meme Fodder
Posts: 1167
Joined: Sun Jan 06, 2013 12:07 am
Location: Bradford-on-Avon, UK

Re: emelfm2 - a GTK2+ file manager

Unread post by simgin » Wed Jul 09, 2014 10:42 am

^ Nice tip Alad, thank you.

simon
Someone told me that I am delusional, I almost fell off my unicorn.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: emelfm2 - a GTK2+ file manager

Unread post by machinebacon » Wed Jul 09, 2014 11:34 am

3) install 'mountpy' and never care about mount-related shit :D
..gnutella..

User avatar
Alad
should take a shower
Posts: 447
Joined: Wed May 21, 2014 12:52 am

Re: emelfm2 - a GTK2+ file manager

Unread post by Alad » Sat Jul 12, 2014 11:34 am

pidsley wrote:no python depends? this kills Ranger for me these days.
Ranger looked pretty cool when I got it, but I see your point. I mean, image previews didn't work because of a rogue space (!) in the config file.
It's funny how we used to be able to do real stuff with rudimentary computers, but now we can't. -- ratcheer

Post Reply