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

"AM" 8.2: added an option to remove icon path and allow the use of custom icon themes #924

Merged
merged 11 commits into from
Sep 5, 2024

Conversation

ivan-hc
Copy link
Owner

@ivan-hc ivan-hc commented Sep 4, 2024

All it does is use "sed" to remove the "$APPSPATH"/"$arg"/icons path from the launcher, at the "Icon=" entry in the .desktop file.

It is intended to be used both for single/multiple applications (adding the name/names) and for all of them at once.

Syntax (temporary):

am icon-theme $APP
am icon-theme --all

or

appman icon-theme $APP
appman icon-theme --all

"AM" requires a password, while "AppMan" always works without special permissions (as always).

To reverse this option, you need to remove/reinstall the app, or add the path manually to the .desktop file.

Fix #922

@ivan-hc
Copy link
Owner Author

ivan-hc commented Sep 5, 2024

Now option will be icons or --icons

@ivan-hc ivan-hc merged commit 146d43c into main Sep 5, 2024
3 checks passed
@ivan-hc ivan-hc deleted the dev branch September 5, 2024 03:07
@rauldipeas
Copy link
Contributor

This option is not working as expected on Debian stable.
image

@ivan-hc
Copy link
Owner Author

ivan-hc commented Oct 1, 2024

@rauldipeas just opened an issue for this comment

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

Successfully merging this pull request may close these issues.

Change the way icons are handled to automatically follow icon theme.
3 participants