Menu

#91 Remember last directory in Widget file browser

future
open
nobody
None
5
2016-05-07
2016-04-24
No

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.

Discussion

  • sapdav

    sapdav - 2016-05-01

    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.

     
  • Sergio Baldoví

    Sergio Baldoví - 2016-05-07

    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

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.