Score:1

How do I find Ubuntu 20.04 icons for documentation

pk flag

I am working on a handbook about scanning with simple-scan in Ubuntu 20.04. I need to transfere some pictures from the screen to the manual written in Google docs. Some are fine .svg icons with rounded corners. They need to be converted with CloudConvert on Google, but that shouldn't be a problem. But I have a problem with finding this file: org.gnome.SimpleScan. I have it in the favorites menu, but where is it on the disk? See what it looks like here:

enter image description here

Score:1
zw flag

You have to check the list of installed files from simple-scan package locally by command like:

dpkg -L simple-scan | grep -E ".png$|.svg$"

It has a lot SVGs and PNGs.

Score:1
sa flag

You can use the search bar or the terminal to find files.

In the terminal you can use the commands find, locate, or grep.

To learn how to use these commands, you can review the manpages by adding man before each command.

For example:

man grep
Niels Jensen avatar
pk flag
I have tried the ways you name and I have found the file simple-scan.desktop with 13 lines of text. One line says: Icon=org.gnome.SimpleScan. Thats why I am searching for such a file. But maybe the search is wrong. I wish there were a way to send you a picture to show you what it looks like?
Score:0
sa flag

Do you mean this one enter image description here. I found it on google. enter image description here. Oh, it is another one. Since you have a screenshot you can use a graphical program e.g. 'Gwenview', 'Kolourpaint' or 'GIMP' to cut it out and save it as an .ico or .png or another format .

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.