LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Image of Terminal Icon for Raspbian (https://www.linuxquestions.org/questions/linux-general-1/image-of-terminal-icon-for-raspbian-4175604773/)

iFunction 04-27-2017 10:43 AM

Image of Terminal Icon for Raspbian
 
Hi there,

Where can I find an image of this, I need it for a private setup document that I am writing for computer illiterate people. I have searched and searched but can't find it, and I can't get it out of Raspbian itself as it seems to be enclosed in a package.

Any help in finding this would be really appreciated.

hydrurga 04-27-2017 12:39 PM

I know nothing about Raspbian (I run Mint) but have you had a look in /usr/share/icons? Concentrate on the directory containing the theme that you are using.

In my system, for example, the largest terminal icon I can find for my theme is at: /usr/share/icons/Mint-X/apps/96/utilities-terminal.svg

ondoho 04-27-2017 01:44 PM

not sure what type of image you mean.
maybe this can help:
https://www.google.fi/search?tbm=isc...go:1&gws_rd=cr

iFunction 04-28-2017 09:08 AM

Thanks guys, I couldn't find it on Google for some reason, it's just the only way I can get the image is by taking a screen shot of it, but as you can imagine it is tiny and doesn't blow up well. As for the themes, the standard Raspbian library is a package, not like the themes they have in Mint, (I run mint at home too, isn't it superb) so you can't just grab it from a folder, I shall keep playing though, it must be in there somewhere.

ondoho 04-28-2017 12:11 PM

i'm still not quite sure what you mean by "image of terminal"?
an application icon (that's what i posted earlier)? (*)
a screenshot of a terminal emulator window?
a .img file?
this?

(*) i think it's this what you want. if they have a .svg extension, they scale really well, but not all apps can use them. google images also has an option to search by resolution, or only show such files that are free to use.

rokytnji 04-28-2017 12:25 PM

Quote:

Thanks guys, I couldn't find it on Google for some reason, it's just the only way I can get the image is by taking a screen shot of it, but as you can imagine it is tiny and doesn't blow up well.
errr OK.
Code:

harry@biker:~
$ locate terminal.xpm
/home/harry/.themes/Cranberry/IceWM/Cranberry/icons/terminal.xpm
/home/harry/.themes/Field+Stream/IceWM/Field+Stream/icons/terminal.xpm
/home/harry/.themes/Romaxx/IceWM/Romaxx/icons/terminal.xpm
/home/harry/.themes/Sage/IceWM/Sage/icons/terminal.xpm
/usr/share/icons/Faenza-Cupertino-mini/apps/16/gnome-terminal.xpm
/usr/share/icons/Faenza-Cupertino-mini/apps/16/terminal.xpm
/usr/share/icons/Faenza-Cupertino-mini/apps/32/gnome-terminal.xpm
/usr/share/icons/Faenza-Cupertino-mini/apps/32/terminal.xpm
/usr/share/icons/Faenza-Cupertino-mini/apps/48/gnome-terminal.xpm
/usr/share/icons/Faenza-Cupertino-mini/apps/48/terminal.xpm
harry@biker:~
$ feh /home/harry/.themes/Sage/IceWM/Sage/icons/terminal.xpm
harry@biker:~

http://postmyimage.com/img2/486_hot.jpg

Unless I am misunderstanding the point of this thread. Feh blew up my image when I opened Feh and picked right click >options > full screen. One needs Feh installed though to do this. I bet Raspian carries feh.

Edit: Also mlocate or slocate or locate needs to be installed in Raspian to do what I did. Then a

Code:

sudo updatedb
for the info to build up for a readout.


All times are GMT -5. The time now is 02:27 PM.