Hey there,
Sorry it's taken so long to reply, I've been kept rather busy by my day job - what with the tokyo game show approaching and everything, it's been a crazy time in the office.
To answer your points:
I'm not sure where is default system shell taken from but argument -l is unrecognised here on FreeBSD.
It's not? damnit, I thought this was the standard 'make this a login shell' /bin/sh argument?
I have some tgz archives that shows duplicate contents in muCommander. (I think they've been created with FreeBSD's libarchive.) I can send you really small example file to investigate.
That something we sort of know about, yes. Samples would be useful, although I don't know if we can actually do something about that problem.
File permissions are displayed incorrectly in both the main window as well as in permissions window.
Can you tell me which version of Java you're using? If it's 1.5 or under, that's normal, these version do not support file permissions. Try upgrading to 1.6.
I can see Reveal in Nautilus in File menu although I have no Gnome not even Nautilus installed on my system. And when I choose it VLC is started. Funny. Instead, my ROX-Filer could be detected (configured).
Now *that* is something that freaks me out. In theory, the only way for muCommander to use Nautilus is for some Gnome specific environment variables to be set.
I'll look into this and will probably come back with a few questions about your system.
Alternatively, if you're a coder, you can grab the sources off the developer's portion of the site and try to trace that. The bit of code that you're looking for is com.mucommander.PlatformManager.
There are no suid/sgid/sticky check boxes in file permissions dialogue.
Absolutely. Java doesn't offer that kind of control over the file system, I'm afraid.
A quick way to switch displaying of hidden files on and off would be very useful. Many times people need to use a hidden file while most of the time displaying them would just clutter display and there's no easy way atm other than sinking to the preferences dialogue.
Not a bad idea at all. This never occured to me because I always have hidden files turned on, but this is definitely doable. I'll look into this and let you know how it turns out.
In Total Commander Shift-F4 opens a dialogue similar to Shift-F7 in muCommander but it automatically fills the input box with a file name under the cursor. It is quite useful as you easily can edit it and thus create a new file with name similar to the existing one.
Mmm, yes, that would make sense. That shouldn't be too hard to implement either. Let me look into it.
In Total Commander Spacebar does something slightly different than Insert -- both select file/dir under cursor but if cursor is on directory Space not only selects it but also calculates its size and displays it instead of <DIR> text. It's quite useful.
That's actually something that Maxence and I have talked about a few times in the past. I really can't say whether we'll ever implement it, but it is under discussion.
I'm used to navigate within directory with cursor keys left and right -- they function similarly to PageUp/PageDown when Total Commander does not display file/dir details and window/tab contents scroll horizontally instead of vertically. This way you don't have to move your fingers from cursor keys which is especially useful on laptops where PgUp/PgDn keys are sometimes located in strange places. I would invite if there was a choice to change current behaviour of leaving/entering directory to scrolling a page down/up when using left/right cursor keys.
That's entirely up to you: locate your preferences folder (as described in
http://www.mucommander.com/forums/viewtopic.php?t=443) and edit the action_keymap.xml file.
The actions you want are:
- com.mucommander.ui.action.SelectFirstRowAction
- com.mucommander.ui.action.SelectLastRowAction
- com.mucommander.ui.action.GoToParentAction
- com.mucommander.ui.action.OpenAction
There's long time established Control-\ combo to take you to the root directory (could replace or complement Shift-Backspace).
You're right, it might be worth adding this to the default action keymap. In the meantime though, you can configure muCommander to behave that way: edit your action_keymap.xml file again, look for com.mucommander.ui.action.GoToRootAction and change the associated keyboard shortcut.
Regarding renaming file with multiple extensions, I would suggest for a simpler approach than regular expressions mentioned in forums -- a radio box to choose whether left-most or right-most dot in filename should be considered as extension separator. Easy to implement and cover the cases users argued about.
Well, for the moment, we're experimenting with various implementations, see what works best for us. I believe the current nightly build considers the extension to be anything after the last dot rather than the first one.
We'll probably end up doing it the way you suggest though, that's the most flexible approach.
Whew. Quite a long post to answer to :)
Thanks a lot for the feedback, and keep your eyes peeled - you might see a lot of the changes you mentionned creep up in the nightly build in the near future :)
Nicolas