-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snap package is broken #3294
Comments
@i-ky Unfortunately snap package supports only lower case command names. So this is the reason why calling the You can check all the available commands for your snap with the following command: commands:
- codechecker
- codechecker.gerrit-changed-files-to-skipfile
- codechecker.merge-clang-extdef-mappings
- codechecker.post-process-stats
- codechecker.report-converter
- codechecker.tu-collector |
@csordasmarton, thank you for a prompt response! Indeed, lowercase command works. Would be nice to add a note about that somewhere. |
Describe the bug
Installation from
snap
is broken on Ubuntu 18.04.CodeChecker version
6.15.2
To Reproduce
Steps to reproduce the behaviour:
Apparently,
CodeChecker
is not inPATH
.4. Try to find
CodeChecker
and launch it using absolute path:Expected behaviour
CodeChecker
executable should be inPATH
and should produce no errors when launched.Desktop (please complete the following information)
Additional context
System reboot did not help.
The text was updated successfully, but these errors were encountered: