Jump to content

Endeavour2 FileMgr


bvc
 Share

Recommended Posts

Ater using it for about a month WITHOUT ONE SINGLE PROBLEM, I thought I'd let everyone know about it that didn't already. I had been using rox and gmc for features independent of each other, and I just saw this as silly and just got tired of it. Endeavour's all I use now :)

 

BUT, you have to set up the mime associations yourself. Once you figure out how to do it it's no biggy. There's a graphical config for this.

 

Check it out and get it here

http://wolfpack.twu.net/Endeavour2/

or get it here (add to sources, and urpmi here as well :wink: )

ftp://mandrake.redbox.cz/Mandrake-devel/c...Mandrake/RPMS2/

 

google

Link to comment
Share on other sites

I had been using rox and gmc for features independent of each other, and I just saw this as silly and just got tired of it. Endeavour's all I use now
What do you mean? Do you mean that Endeavour can do the toolbar/panel, and the desktop icons, like Rox does?
Link to comment
Share on other sites

I'm tired of KDE so I started to use IceWM couple days ago and I was looking for a light file manager. So I downloaded and installed Endeavour 2.1.20 (they have a MDK RPM on their website) and IT ROCKS !!! It load in half a second and we can do everything with that !!

 

BUT, you have to set up the mime associations yourself. Once you figure out how to do it it's no biggy. There's a graphical config for this.

 

Just one problem here though. I can't figure how to set the mime types. I clic View->Mime-types and a windows appears. Now if I clic file/regular and enter stuff in the empty boxes, the 'OK' button neven get green .. so I have no choise to press the 'Cancel' button. How did you set that ? Could you post your mimetypes.ini here so that we import it ? .. would be simple since we both use mandrake and use pretty much the same apps. That would be C()()L and easier...

 

Thx

 

MOttS

Link to comment
Share on other sites

I found it easier to learn what it wants by editing the .ini file. Now I use the gui editor. I haven't had the chance to clean this up yet, because I've been configing Mutt 1.4i. :wink: Actually, it was late when I posted this and I forgot to give Crashdamage the credit of telling me about it and emailing me his mimetypes.ini. I think there's a few duplications and I don't use emacs. Eventually, I hope to get xsu working with rpms and tarballs ect...

 

BeginMIMEType = 1

    Type = file/tar,zip,rpm

    Value = .tar .tar.Z .gz .targz .zip .rpm .tgz .bin .cab

    Description = zipped files

    IconSmallStandard = /usr/share/endeavour2/icons/icon_package_closed_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_package_closed_32x32.xpm

    Handler = Command

    Command = tar -zxf=tar -zxf

EndMIMEType

BeginMIMEType = 1

    Type = text/plain

    Value = .gtkrc .gtkrc-1.2-gnome2 .txt .text .log .asc .inf .nfo .bak .dir directory .lst .list .dat .adr .old .syntax .reg menu~ .win preferences messages .index .profile profile .h desktop .desktop .rc .drc .sys .bat .url .applications .types .conv .convs status

    Description = Plain text file

    IconSmallStandard = /usr/share/endeavour2/icons/icon_file_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_file_32x32.xpm

    Handler = Command

    Command = gvim -reverse=/usr/X11R6/bin/gvim -reverse

EndMIMEType

BeginMIMEType = 1

    Type = text/cfg

    Value = options OPTIONS .cfg .conf .confg ini .ini menu menus menurc init .conf .config .configure keys config settings bsetbg path .path bashrc .sh .his cookies bookmarks sylpheedrc .gtkrc .gtkrc-1.2-gnome2

    Description = text/configuration

    IconSmallStandard = /usr/share/endeavour2/icons/icon_file_c_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_file_c_32x32.xpm

    Handler = Command

    Command = gvim -reverse=/usr/X11R6/bin/gvim -reverse

EndMIMEType

BeginMIMEType = 1

    Type = file/music

    Value = .wav .wave .mp3

    Description = Music files

    IconSmallStandard = /usr/share/endeavour2/icons/icon_file_music_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_file_music_32x32.xpm

    Handler = Command

    Command = xmms=xmms

EndMIMEType

BeginMIMEType = 1

    Type = file/image

    Value = .jpg .jpeg .tif .tiff .png .gif .img .jpe .xpm

    Description = Image file

    IconSmallStandard = /usr/share/endeavour2/icons/icon_file_image_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_file_image_32x32.xpm

    Handler = Command

    Command = viewer=/usr/bin/gqview

EndMIMEType

BeginMIMEType = 1

    Type = file/pdf

    Value = .pdf

    Description = Acrobat pdf file

    IconSmallStandard = /usr/share/endeavour2/icons/icon_file_pdf_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_file_pdf_32x32.xpm

    Handler = Command

    Command = Xpdf=/usr/bin/xpdf

EndMIMEType

BeginMIMEType = 1

    Type = file/doc

    Value = .doc .rtf .abw

    Description = file/document

    IconSmallStandard = /usr/share/endeavour2/icons/icon_edit_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_edit_32x32.xpm

    Handler = Command

    Command = abiword=/usr/bin/abiword

EndMIMEType

BeginMIMEType = 1

    Type = file/html

    Value = .htl .htm .html

    Description = html file

    IconSmallStandard = /usr/share/endeavour2/icons/icon_file_h_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_file_h_32x32.xpm

    Handler = Command

    Command = galeon=/usr/bin/galeon

EndMIMEType

BeginMIMEType = 1

    Type = file/info

    Value = README READme readme .readme .README. readme. VERSION version HELP help .help .hlp INFO .info info COYING copying CHANGES changes CHANGELOG changelog .changelog  changelog. NEWS news TODO .install INSTALL HACKING bugs BUGS FAQ faq .faq RELEASE RELEASES releases release HISTORY history LICENSE license AUTHORS authors .hints message .warning .WARNING warnings errors ERRORS WARNINGS

    Description = info file

    IconSmallStandard = /usr/share/endeavour2/icons/icon_info_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_info_32x32.xpm

    Handler = Command

    Command = gvim -reverse=/usr/X11R6/bin/gvim -reverse

EndMIMEType

BeginMIMEType = 1

    Type = file/executable

    Value = .dll .exe .vxd .drv

    Description = Win executables

    IconSmallStandard = /usr/share/endeavour2/icons/icon_executable_20x20.xpm

    IconMediumStandard = /usr/share/endeavour2/icons/icon_executable_32x32.xpm

    IconLargeStandard = /usr/share/endeavour2/icons/icon_executable_48x48.xpm

    Handler = Command

    Command = gvim -reverse=/usr/X11R6/bin/gvim -reverse

EndMIMEType

BeginMIMEType = 2

    Type = application/editor

    Value = /usr/bin/emacs-21.1

    Description = Emacs

    Handler = Command

    Command = emacs=/usr/bin/emacs-21.1

EndMIMEType

BeginMIMEType = 2

    Type = application/editor

    Value = /usr/X11R6/bin/gvim

    Description = Vim

    Handler = Command

    Command = gvim -reverse=/usr/X11R6/bin/gvim -reverse

EndMIMEType

BeginMIMEType = 2

    Type = application/text-viewer

    Value = /usr/X11R6/bin/gvim

    Description = text viewer

    Handler = Command

    Command = gvim -reverse=/usr/X11R6/bin/gvim -reverse

EndMIMEType

BeginMIMEType = 2

    Type = application/text-editor

    Value = /usr/X11R6/bin/gvim

    Description = text editior

    Handler = Command

    Command = gvim -reverse=/usr/X11R6/bin/gvim -reverse

EndMIMEType

BeginMIMEType = 2

    Type = application/word-processor

    Value = /usr/bin/abiword

    Description = Abiword

    Handler = Command

    Command = abiword=/usr/bin/abiword

EndMIMEType

BeginMIMEType = 2

    Type = application/browser

    Value = /usr/bin/galeon

    Description = Galeon

    Handler = Command

    Command = galeon=/usr/bin/galeon

EndMIMEType

BeginMIMEType = 2

    Type = appication/image

    Value = /usr/bin/gqview

    Description = Image Viewer

    Handler = Command

    Command = default=/usr/bin/gqview

EndMIMEType

BeginMIMEType = 2

    Type = application/image

    Value = /usr/bin/gimp-1.2

    Description = Gimp

    Handler = Command

    Command = gimp=/usr/bin/gimp-1.2

EndMIMEType

BeginMIMEType = 2

    Type = application/audio

    Value = /usr/bin/xmms

    Description = XMMS

    Handler = Command

    Command = xmms=/usr/bin/xmms

EndMIMEType

 

 

 

What do you mean? Do you mean that Endeavour can do the toolbar/panel, and the desktop icons, like Rox does?
Well, with gmc, it's a pain to open a file, and rt click and scroll is a pain. With rox it's convenient to open a program, but the single view gets old and I could'nt get xsu to work for tarballs, and rpms, though I didn't try for very long. Endeavour give me a dual pane display and the convenience of easily opening a file. It also has a "terminal, and "Archiver" shortcut in the toolbar for quick access. Haven't tried xsu yet. No, no icon bar :( . Actually I think the bar thing is ugly, but I guess it's the price you pay to not run a slow resource hog of a desktop like gnome or kde.
Link to comment
Share on other sites

THANKS !!!!!!!!!!!

 

I had figured out the BeginMIMEType = 1 thing but didn't know about the = 2. It's nice !!! I like it. Thanks for telling us and sharing your mimetype.ini file. Thanks to crash too !!

 

MOttS

Link to comment
Share on other sites

bvc forgot to metion Endeavour2 also has a really nice Image Browser and optional Image Viewer that's pretty good.

 

It's simply the best GUI file manager I've ever used - very fast, very stable, very customizable. Ya just gotta get through the mime-types thing...well...

 

If anyone wants to try Endeavour2 out, I'd be glad to send them my mimetypes.ini file. Just ask and I'll post it here or email it to you. It's not really that hard to figure out how to do it with the little GUI tool or by manually editing the mimetypes.ini file, but using mine will save some time and let you play around with Endeavour2 right away. I've been gradually adding to mimetypes.ini for several months and it's fairly complete now. Has a few additions since I sent it to bvc, like icons for the apps in the "Open with:" list, etc.

 

Nah, Endeavour2 won't do desktop icons in Fluxbox, Blackbox, etc. You can always use KDE or something if you like 'em. Since switching to Fluxbox a few months ago now I just find them annoying. Reminds me of the old, slow Windoze way of doing things. The more I use Linux, the more I find myself gettin' farther and farther away from anything that looks like Windoze...using Winshaft at work drives me nuts now...where's my quick little Flux menu??? But to each his own...that's the beauty of Linux!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...