DetectionMetrics icon indicating copy to clipboard operation
DetectionMetrics copied to clipboard

Terminal=true missing in desktop file?

Open probonopd opened this issue 5 years ago • 7 comments

Seems to be a command line tool that does not work when invoked without additional parameters:

./BeingTested.AppImage WARNING: Logging before InitGoogleLogging() is written to STDERR
E0319 07:07:05.914254     8 SampleGenerationApp.cpp:71] ERROR: the option '--configFile' is required but missing
E0319 07:07:05.914438     8 SampleGenerationApp.cpp:72] Options:
  --help                  Print help messages
  -c [ --configFile ] arg
Parent pid 8362, child pid 8367
Parent is shutting down, bye...
AppImage unmounted
NUMBER_OF_WINDOWS: 0

Seems to be missing Terminal=true in the desktop file?

Reference: https://github.com/AppImage/appimage.github.io/pull/777

probonopd avatar Mar 19 '19 07:03 probonopd

Hi @probonopd I have updated the Desktop File. But the command line executable also needs a config file to run, like below: ./DatasetEvaluationApp -c <filePath>

vinay0410 avatar Mar 19 '19 10:03 vinay0410

Thanks @vinay0410. If you could ping me once a new AppImage is available for download on the releases page, then I could re-run our automated tests. Thank you. 👍

probonopd avatar Mar 19 '19 18:03 probonopd

The new app image is available at the releases page @probonopd

On 19-Mar-2019, at 11:41 PM, probonopd [email protected] wrote:

Thanks @vinay0410. If you could ping me once a new AppImage is available for download on the releases page, then I could re-run our automated tests. Thank you. 👍

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

vinay0410 avatar Mar 19 '19 19:03 vinay0410

Are yo sure it was uploaded? The most recent continuous build is 3 days old whereas this tickets is 2 days old.

probonopd avatar Mar 21 '19 07:03 probonopd

@probonopd , please check again, there was an error during build, but travis was still inferring that as a successful build. I have verified, releases page has also been updated.

vinay0410 avatar Mar 21 '19 11:03 vinay0410

Getting

Is this normal?

probonopd avatar Mar 21 '19 21:03 probonopd

Yes @probonopd , This is normal, since this is Command Line Tool, it expects a config file to run, and that has to passed as an arg. Since, no config file was passes, the Command Line parser throws an error.

vinay0410 avatar Mar 22 '19 09:03 vinay0410