[ scummvm-Feature Requests-3600774 ] File browser: show hidden files
SourceForge.net
noreply at sourceforge.net
Mon Jan 14 12:55:22 CET 2013
Feature Requests item #3600774, was opened at 2013-01-14 03:55
Message generated for change (Tracker Item Submitted) made by eblanca76
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=3600774&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: GUI
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Elio Blanca (eblanca76)
Assigned to: Nobody/Anonymous (nobody)
Summary: File browser: show hidden files
Initial Comment:
As default behaviour, the scummvm file browser doesn't show hidden files. This is good, since it reduces the items shown into the file browser.
Nevertheless in some cases, installing a game using wine (due to the exe installer) causes all the game data files to be copied into .wine/ prefix, and this makes scummvm unable to find them. As a user, I have to find them, copy the whole directory under a visible path and run again scummvm. But, in order to do this, I have to barely know how wine manages directories. And I know (better, I am sure) very few users customize the installation path in a different place than the suggested one.
Now, I see this behaiour can be easily changed: in the source tree, the file common/fs.h contains the declaration for
bool getChildren(FSList &fslist, ListMode mode = kListDirectoriesOnly, bool hidden = false) const;
which instruct the code not to show hidden files. If I change that "hidden=false" into "hidden=true" I tell scummvm I want to see hidden objects also.
Further, I don't want this to be always "true", since in most cases I can live without. If I can set this to "true" just a single time, I can add my new game to the list and then the next time I won't need to see hidden files/directories anymore.
So, what about a command line switch just to tell scummvm "show me hidden files/directories just for this time" ?
Then, when scummvm won't find hidden objects, I (as a newbie user) will read the README and learn I can run "scummvm --show-hidden" in order to add my shiny new game, and tomorrow, when I'll have more spare time, I'll just click on my desktop icon and launch scummvm, since the game has already been added.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=3600774&group_id=37116
More information about the Scummvm-tracker
mailing list