-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
abroot pkg doesn't remove unstaged packages even though they are removed. #392
Comments
Icon packs should go into ~/.local/share/icons And yes the abroot pkg apply command is a bit buggy. Usually, it just fails to report correctly on what it installed or removed, so I'm leaving this issue open. Instead of "abroot pkg apply", you can also do "abroot upgrade -f". It will remove packages more reliably. I think most of the confusion comes from the default terminal being in a container. Stuff you install with abroot will go on the host. You can either use the "host-shell" command or just look into the /run/host/ folder. If you want to know what's currently installed on your host system then run: If you want to see what icon packs are installed on the host run: |
thank you for your reply. I will test it later |
nice Thank you keep up the good work! |
I also forgot that you can also save icons/themes under ~/.local/share/. the package summary got the same output as the abroot pkg list command. maybe this helps in future improvement's |
Hi, i installed some icon themes with abroot pkg add. Then I decided to delete them, but when i open refine (its like gnome-tweaks) i still can see all the icon packs and still use them. Is it wrong to install them through abroot pkg ? is there better way of doing this ? The usual ~/.icons path doesn't work.
And most importantly: how can I remove them?
Maybe this behavior is the same with other packages... how can I be sure that they are really deleted?
I also looked up the /usr/share/icons dir and could only see the preinstalled icons.
I also looked up if fzf could find them, but I couldn't find anything.
I'm confused :D
is there also a way to install themes?
(sorry if my english isn't correct)
greeting's
The text was updated successfully, but these errors were encountered: