-
-
Notifications
You must be signed in to change notification settings - Fork 458
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
catch 'firefox-bin' and all mozilla browsers in one #5805
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some nits, will test better later.
Changelog could be:
- Minor: Treat all browsers starting with the filename
firefox
as Firefox browsers
on second thought too easy for conflicts |
Mozilla’s firefox-nightly apt package now points to firefox-bin in its desktop file, catch all firefox variants by mozilla with one if statement
How long will it take for all potential distributions to use this? When
will this change land in stable packages?
|
the desktop file provided by the package ( not sure if this is new or old behavior ill try to test this "new" behaviour is present in the |
Mozilla’s firefox-nightly apt package now points to firefox-bin in its desktop file, catch all firefox variants by mozilla with one if statement
not sure what the changelog should be