You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sailfish-qml intrepretes both --help and --version as input and tries to run them:
[nemo@Jolla ~]$ sailfish-qml --help
[D] QWaylandEglIntegration::QWaylandEglIntegration:58 - Using Wayland-EGL
[D] MDesktopEntryPrivate::MDesktopEntryPrivate:126 - Specified Desktop file does not exist "/usr/share/applications/--help.desktop"
[W] unknown:-1 - file:///usr/share/--help/qml/--help.qml: File not found
[nemo@Jolla ~]$ sailfish-qml --version
[D] QWaylandEglIntegration::QWaylandEglIntegration:58 - Using Wayland-EGL
[D] MDesktopEntryPrivate::MDesktopEntryPrivate:126 - Specified Desktop file does not exist "/usr/share/applications/--version.desktop"
[W] unknown:-1 - file:///usr/share/--version/qml/--version.qml: File not found
Expected outcome:
--help returns usage instructions and --version returns sailfish-qml version
The text was updated successfully, but these errors were encountered:
M4rtinK
changed the title
--help and --version options are interpretted as input
[bug] --help and --version options are interpretted as input
Oct 13, 2014
sailfish-qml intrepretes both --help and --version as input and tries to run them:
Expected outcome:
--help returns usage instructions and --version returns sailfish-qml version
The text was updated successfully, but these errors were encountered: