ROX-Filer 2.11 patched

Filemanagers, partitioning tools, etc.
Message
Author
ITSMERSH

#81 Post by ITSMERSH »

I haven't installed the updated version of Rox filer, so can't check the results for "cycle extra details".

Updated my previous post to provide a better translation if there's some sort of "multiple detailed views" with different details shown.

Edit:

Ok installed for testings.

My new translation definitely fits to its new behaviour.

woodenshoe-wi
Posts: 109
Joined: Sat 29 Jul 2017, 03:16
Location: Wisconsin

#82 Post by woodenshoe-wi »

The behavior of the Details button hasn't changed. I had cherry picked the commits that added that behavior from jun7 some time back but didn't realize that I had to update the tooltip until now.

ITSMERSH

#83 Post by ITSMERSH »

Ok, I see.

Though, translation fits good! 8)

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#84 Post by Argolance »

Hello,
Here is the French translation.

Cordialement.
Attachments
ROX-Filer-2.11-patched_fr_po-mo_files.tar.gz
(81.96 KiB) Downloaded 329 times

User avatar
recobayu
Posts: 387
Joined: Wed 15 Sep 2010, 22:48
Location: indonesia

#85 Post by recobayu »

woodenshoe-wi, I want to report that rox filer just respond my "Enter" keyboard on top of shift button, but does not respond my "Enter" key on the numlock below "+" key. I use standard full keyboard (dell keyboard).
Thank you.

woodenshoe-wi
Posts: 109
Joined: Sat 29 Jul 2017, 03:16
Location: Wisconsin

#86 Post by woodenshoe-wi »

New version:

32 bit version https://github.com/woodenshoe-wi/rox-fi ... mmon32.pet
NLS https://github.com/woodenshoe-wi/rox-fi ... mmon32.pet

64 bit version https://github.com/woodenshoe-wi/rox-fi ... mmon64.pet
NLS (actual .mo files are identical to 32 bit pet)
https://github.com/woodenshoe-wi/rox-fi ... mmon64.pet

pot and po files https://github.com/woodenshoe-wi/rox-fi ... xenial.pet


@recobayu I fixed the problem with the keypad "Enter" key, all I needed to do was add a single line. The regular "Enter" key is named GDK_Return but the keypad "Enter" key is named GDK_KEY_KP_Enter. Now it looks for both.

While I was looking at the keystroke handling code, I noticed that the keypad arrow keys weren't being handled properly either. I added the keypad arrow keys everywhere that the regular arrow keys were used, but no mater what I tried I couldn't get them to work properly when the "Shift" key was held down... It turned out that the standard Linux behavior is to temporarily toggle the "Number Lock" state when the "Shift" key is pressed.

No "Shift", NumLock off = arrow keys
No "Shift", NumLock on = numbers
"Shift", NumLock off = numbers!
"Shift", NumLock on = arrow keys with "Shift" state

To fix this I had to change the line in xorg.conf from:
Option "XkbOptions" "terminate:ctrl_alt_bksp"
to
Option "XkbOptions" "terminate:ctrl_alt_bksp,numpad:microsoft"

If that doesn't fix it for you try searching for "numpad:microsoft". There are apparently lots of different ways to set that configuration option, and different distros use different approaches.

@Argolance Thank you for the translation file!
Hopefully the msgmerge command didn't screw anything up, and I have the new translations merged to fr.po GitHub.com 410d6c9

Edit: shortened post.
Last edited by woodenshoe-wi on Sat 16 Feb 2019, 23:26, edited 1 time in total.

oui

#87 Post by oui »

Hi

in some Puppy, the built-in version of Rox filer hasn't an opportune order of columns (I prefer name - size - last modified - owner - group - permissions (I never use the 3 lasts in rox as they interesting studying a certain file: in that case I use ls !).

it is the case for ex. in Bionic.

and in Bionic, I find I can't change the order

in some other, I can (drag and drop the last column to an other place) but after remastering the change becomes the same as initially before the change :oops: !

what is to do?

kind regards

woodenshoe-wi
Posts: 109
Joined: Sat 29 Jul 2017, 03:16
Location: Wisconsin

#88 Post by woodenshoe-wi »

This version doesn't save the order of columns, I think the jun7 fork does.

You can however choose which columns to show.
Attachments
Options_List_View_small.jpg
(21.46 KiB) Downloaded 444 times

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#89 Post by Argolance »

Bonjour,
woodenshoe-wi wrote:I was wondering if you could look at some of the translations involving file modification times (mtime, ctime).
Done! :)

Cordialement.
Attachments
ROX-Filer-2.11-patched_fr_po-mo_files_190216.tar.gz
(82 KiB) Downloaded 339 times

woodenshoe-wi
Posts: 109
Joined: Sat 29 Jul 2017, 03:16
Location: Wisconsin

#90 Post by woodenshoe-wi »

Thanks!

oui

#91 Post by oui »

Tahnk you for the info.
woodenshoe-wi wrote:You can however choose which columns to show.
It is for me good solution if possible to remember iit after remasterising.

woodenshoe-wi
Posts: 109
Joined: Sat 29 Jul 2017, 03:16
Location: Wisconsin

#92 Post by woodenshoe-wi »

The settings are saved in /root/.config/rox.sourceforge.net/ROX-Filer/Options

Is this file not copied when remastering?

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#93 Post by perdido »

Hi woodenshoe-wi,
There is an interesting discussion about implementing a progress bar for single file / directory copying.
http://murga-linux.com/puppy/viewtopic.php?t=115467

Seems a progress bar already exists for multiple file / directory copying.

Thanks for the continued developement of ROX Filer

.

User avatar
Smithy
Posts: 1151
Joined: Mon 12 Dec 2011, 11:17

#94 Post by Smithy »

Here's an example of what Semme posted up, and there are others posted too.
Attachments
bar-cat-n.gif
(12.28 KiB) Downloaded 846 times

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#95 Post by fabrice_035 »

Hello,

I use another way, working fine.

Image
http://www.murga-linux.com/puppy/viewto ... 7&start=15

edit : new version

Image

Regard.
Last edited by fabrice_035 on Sun 03 Mar 2019, 16:45, edited 1 time in total.
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

User avatar
Smithy
Posts: 1151
Joined: Mon 12 Dec 2011, 11:17

#96 Post by Smithy »

Nice Fabrice, is Rsync (ftpish like) secure? Just wondering if that might be overegging the pudding so to speak. Rox is at the heart of root/puppy.
https://stackoverflow.com/questions/881 ... ithout-ssh.
SFR uses a progress meter in his Packit app, integrated, not sure how that works but very good.
Just musing here, I am not that well up on it.

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#97 Post by fabrice_035 »

@Smithy
SFR uses a progress meter in his Packit app, integrated
where is this application please ?
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

User avatar
Smithy
Posts: 1151
Joined: Mon 12 Dec 2011, 11:17

#98 Post by Smithy »

http://murga-linux.com/puppy/viewtopic. ... a5b6b50f93

You will find it in Murga/ Utilities section Fabrice, along with UXtract.

ITSMERSH

#99 Post by ITSMERSH »

fabrice_035 wrote:@Smithy
SFR uses a progress meter in his Packit app, integrated
where is this application please ?
I thought it was built in into the latest Puppies by default (UExtract also).

At least from Tahr and up I've seen it and used it also from Rox right-click menu on a directory (to squash sfs modules).

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#100 Post by fabrice_035 »

Ah ok, it's not a progress bar, it's hscale widget, here only to show that program he's in action (moves quickly from left to right)
Image
But hscale could be used instead .svg picture in my script.
Regard
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

Post Reply