Roxset (Improved)

Filemanagers, partitioning tools, etc.
Message
Author
User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#61 Post by greengeek »

greengeek wrote:I definitely would like to learn how to SOAP that setting.
Ignoring SOAP - I found I can turn off the auto resize by adding a pinstall.sh as follows:

Code: Select all

#!/bin/sh
sed -i 's/<Option name="filer_auto_resize">1/<Option name="filer_auto_resize">0/g' /root/.config/rox.sourceforge.net/ROX-Filer/Options
fixmenus
Seemed to work.

However - i also wanted to change the maximum Filer window size from the standard 75 (% of window width I think) to 49%.

I tried changing the setting in /root/.config/rox-sourceforge-net/ROX-Filer/Options but it had no effect unless I restarted the X server. Is there a better way than restart-X to force ROX-Filer to recheck it's config file?

Post Reply