Skip to content
petchema edited this page Jul 16, 2012 · 6 revisions
  • 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
Clone this wiki locally