Icons are in /usr/share/icons, but I can't apply them - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Customization (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=8) +--- Forum: Desktop Customization (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=34) +--- Thread: Icons are in /usr/share/icons, but I can't apply them (/showthread.php?tid=7320) |
Icons are in /usr/share/icons, but I can't apply them - UglyStuff - 08-31-2020 Hi everyone, I've downloaded, unzipped and copied icon sets to my /usr/share/icons folder, but when I go to Appearance and try to apply said icons, they're not in the list. I've rebooted several times, I can't find them. When I sudo update-icon-caches /usr/share/icons/*, I get an error message for one of the sets (Arc-ICONS), but that's it. Re: Icons are in /usr/share/icons, but I can't apply them - darknetmatrix - 08-31-2020 look in your home folder and press ctrl + H so that you see the hidden folders.look for .icons, if not there create the folder .icons.Put your icon theme in it and choose from the appaerence in settings Re: Icons are in /usr/share/icons, but I can't apply them - UglyStuff - 08-31-2020 I have actually done both, place them in that folder under my home directory AND in the usr/share/icons folder, but nothing seems to work. I've even deleted them completely, purged the icon cache, then put them back in, still no go. There's no X on any sub-folder in either directory indicating they're of the wrong format or something like that. I'm going to try again, but I'm not hopeful... :-( Re: Icons are in /usr/share/icons, but I can't apply them - Moltke - 08-31-2020 (08-31-2020, 06:42 PM)UglyStuff link Wrote: Hi everyone, Try Code: sudo gtk-update-icon-cache /home/your_user/.icons/Icon-Theme-Name Code: sudo update-icon-caches /usr/share/icons/* Code: sudo update-icon-cache /usr/share/icons/* Hope this helps! Re: Icons are in /usr/share/icons, but I can't apply them - UglyStuff - 09-01-2020 Moltke, when I enter the command with no "s" at the end of cache, like: sudo update-icon-cache /usr/share/icons/* Terminal says "command not found". I've also tried the other command you mentioned ("sudo gtk-update-icon-cache /home/your_user/.icons/Icon-Theme-Name") and Terminal returns "no theme index file". Short of installing via another means (i wonder if there's a .deb file for that icon set), I don't see what else I can do. I like the Arc icons, but I like Paper better. Re: Icons are in /usr/share/icons, but I can't apply them - UglyStuff - 09-01-2020 Sometimes, it's as simple as visiting the author's webpage (https://snwh.org/paper/download) and download/install from there following instructions (in my case, by adding the ppa then installing from that source)... *fullsize "facepalm emoji"* Re: Icons are in /usr/share/icons, but I can't apply them - Moltke - 09-01-2020 (09-01-2020, 08:59 AM)UglyStuff link Wrote: Moltke, when I enter the command with no "s" at the end of cache, like: You did change "your_user" and "Icon-Theme-Name" by the actual thing, didn't you? Quote:Sometimes, it's as simple as visiting the author's webpage (https://snwh.org/paper/download) and download/install from there following instructions (in my case, by adding the ppa then installing from that source)... Yeah, sometimes you have to go to the source itself. You might want to heck here https://www.xfce-look.org/browse/cat/ Glad you solved it! |