this post was submitted on 01 Jan 2025
4 points (58.3% liked)

Linux

49107 readers
1492 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

the same for vlc under debian

top 7 comments
sorted by: hot top controversial new old
[–] braindefragger 8 points 3 weeks ago* (last edited 3 weeks ago)

Do you mean icons? Like icons for applications?

[–] [email protected] 7 points 3 weeks ago

Do you mean the previews of files in your file browser (dolphin, nemo, nautilus, thunar)?

[–] [email protected] 2 points 2 weeks ago (1 children)

Using KDE, it's ~/.cache/thumbnails

[–] [email protected] 2 points 2 weeks ago (1 children)

Maybe it's desktop environment dependent. Better to help yourself by: find / -iregex '.*jpg$' -o -iregex '.*jpeg$'

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

find ~ ... would be quicker, auto generated files are likely stored in ~/. cache per-profile.

Quicker... as in for a first-stab, then /var. Rather than scanning the whole disk.

[–] [email protected] 1 points 2 weeks ago

You could definitely be right. I think I remeber storage of some icons under /usr/local/share/... but I could be wrong!