Skip to content
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

version not visible #85

Closed
Trombonista opened this issue Apr 11, 2021 · 1 comment
Closed

version not visible #85

Trombonista opened this issue Apr 11, 2021 · 1 comment

Comments

@Trombonista
Copy link

mintstick seems not to show a version, neither in GUI nor when called from shell, even with option --debug. Usual option "--version" is not recognized.
I have seen that in Mint 20.1 cinnamon-edge.

@xenopeek
Copy link
Contributor

xenopeek commented Apr 12, 2021

You can use apt version mintstick to show the version.

A change to add the --version flag was rejected previously. It was rejected because it hardcoded the version in the code, or invoked dpkg from the program (not cross-distro) to get the version. If any wants to implement this do it in a way that other Linux Mint programs written in Python do, with a Debian rule. See __DEB_VERSION__ in mintupdate https://github.com/linuxmint/mintupdate/search?q=__DEB_VERSION__&type=code or in mintreport https://github.com/linuxmint/mintreport/search?q=__DEB_VERSION__&type=code for examples.

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

No branches or pull requests

2 participants