-
Notifications
You must be signed in to change notification settings - Fork 0
Todo
-
Disable "do you want to report error back to PlayOnLinux?" when script is not signed
-
Still some needs not covered by POL_Shortcut: allow to set current directory to something different than program's directory. Neither specifying just the executable name, nor its full path allow that.
-
Some Windows/DOS programs insist on having double quotes in their parameters, handling parameters like an Unix shell would does not always cut it
-
Wine versions management: add a "remove unused versions" button
-
Problem with RequiredVersion and AdvisedVersion: old versions of POL/POM don't care about those directives.
-
Add POL_Shortcut_Documentation to syntax colorizer and documentation
-
Remove "El Foro" from spanish version of the site
Relative path rm containing joker(s):
$ rgrep 'rm\(\s\+-\w\+\)*\s\+\([?*]\|[^-"'"'"'$/].*[?*]\|["'"'"']\([?*]\|[^$/].*[?*]\)\)' ~/.PlayOnLinux/PlayOnLinuxData|wc -l
103
rm * or rm ./*:
$ rgrep 'rm\( -[rf]\)\? \(\./\)\?\*' ~/.PlayOnLinux/PlayOnLinuxData|wc -l
76
- DOSBox keyboard mapping
- DOSBox keyboard layouts: http://www.dosbox.com/wiki/KEYB
- POSIX $LANG: http://cygwin.com/cygwin-ug-net/setup-locale.html lang[_territory][.charset]
- lang: ISO 639-1, eventually ISO 639-3
- territory: ISO 3166
- Now all one needs is a mapping
- Or, a way to get the Linux (console? X?) layout
- and map from that instead