Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Terminal=true missing in desktop file? #121

Open
probonopd opened this issue Mar 19, 2019 · 7 comments
Open

Terminal=true missing in desktop file? #121

probonopd opened this issue Mar 19, 2019 · 7 comments

Comments

@probonopd
Copy link

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:
AppImage/appimage.github.io#777

@vinay0410
Copy link
Collaborator

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>

@probonopd
Copy link
Author

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. 👍

@vinay0410
Copy link
Collaborator

vinay0410 commented Mar 19, 2019 via email

probonopd added a commit to AppImage/appimage.github.io that referenced this issue Mar 21, 2019
@probonopd
Copy link
Author

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

@vinay0410
Copy link
Collaborator

@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.

probonopd added a commit to AppImage/appimage.github.io that referenced this issue Mar 21, 2019
@probonopd
Copy link
Author

Getting

Is this normal?

@vinay0410
Copy link
Collaborator

vinay0410 commented Mar 22, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants