Pegaz on WoS is using Fuse on the Raspberry Pi with the Widget UI and would like Fuse to remember the last navigated directory in the Widget UI:
I have a small problem with the Fuse on Raspberry Pi and Raspbian linux distro.
I'd like to change the default browsing path for my games, which is always pointed to the home directory at /home/pi.
For example, if all my games are stored in the /home/pi/roms/zxspectrum/etc I want to Fuse open that folder by default, every time I use emulator.
This is handled quite easily by doing a change directory before launching fuse
eg
cd /home/pi/roms/zxspectrum
fuse
I'd prefer that the filerequester be fixed so it remembers the last open file and jumps to that file. If you have a lot of taps/snaps/tzxs in a folder walking through the files and loading each one can easily become confusing.
The file selector used in widget UIs remember the last used directory in the current session but there is not persistence when Fuse exits. The tricky part is that there are settings that should not be modified on exit, unlike UI setttings (see [patches:#282]).
Related
Patches: #282
Last edit: Sergio Baldoví 2016-05-07