where are the toolbar icons located?

Asked by Jan Schürmann

i would like to change the ugly toolbar-icons in nautilus but couldn't find the image files in ../icons or in /pixmaps
where are those icons located?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Solved by:
Sam_
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

In the theme you are currently using.

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#2

and where in that folder? i've looked in /home/user/.themes/finerydark/...

what are the names of the toolbar-icons perhaps i could do a search for them

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What icon theme do you use and I may be able to advise.

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#4

i use the standar Ubuntu-Mono-Dark theme with the Finery Dark GTK theme

i have already have customized toolbar icons when choosing elementary or another theme but couldn't find the corresponding icons in the folders of the themes

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

look in /usr/share/icons/ubuntu-mono-dark/

all I did was:

sudo find / -name "*theme*" | grep -i dark

Found it in no time

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#6

sorry, i don't get the point, i can't find any toolbar icon in that folder - because of that i ask my question!
there aren't any of the icons in the nautilus toolbar in the Ubuntu-Mono-Dark folder, i thought tey where in pixmaps, but there are only the viewmode icons...

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#7

perhaps a screenshot could bring light in the dark of my question ;-)

http://ubuntuone.com/p/aFc/

i mean the icons on the left side

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

If you set a different theme, do they change?

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#9

yes, they change if i set icon theme to Faenza or elementary and i've already looked for the icons in the corresponding folders, but found nothing...

perhaps you know the file names of the icons, so i could do a search for them?!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

Could try:

sudo find / -name "*.png" | grep -i icon
sudo find / -name "*.xpm" | grep -i icon

Or somesuch

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#11

that gives me endless list of files but i can't see any filename that in some way could be the toolbar icons...
no one any idea or knowledge?

were the locations of the icons for gnome apps documented somewhere?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

you can use grep to filter

sudo find / -name "*.png" | grep -i icon | grep -i dark

will find the filenames with the word 'dark' in

if you read the commands I am giving you can see what is going on and manipulate them to hunt for yourself. I am not aware of any icon docs myself, as I simply don't mess with themes. Maybe someone else can pitch in

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#13

i read your comments but apparently don't understand them?!

how can i specify the word if i don't know how the toolbar-icons are named?
how can i find a specific file that i don't know anything about except it has to be an image.

therefore i ask my question!

btw. thanks for your efforts

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#14

hence the term 'hunt'

When you go on a hunt you don't immediately find the target, you use intelligence and skills to find it. Try different words and search strings to see what you can dig up

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#15

ok ok, in that case no one knows anything about that issue i have to do that.

my idea was that anybody at launchpad knows about the location of the questioned icons and could tell me, i thought this was one of the reasons for the birth of launchpad.

no offense, but your last answer isn't very helpful or productive and if you can't answer my question it's ok and you don't have to post a comment her.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#16

Fine but at least you have something you can do yourself while you wait rather than nothing happening.

Revision history for this message
Best Sam_ (and-sam) said :
#17

The icons from screenshot should be in category 'actions' in the icon theme directory.
Something like undo, redo, down, up, last, next, back, forward.png

This lists all 'actions- .png' (scroll page up, page down and Q to quit)
CLI:
locate png | grep actions | less
or
locate svg | grep actions | less

## I don't see the icons from screenshot in ubuntu-mono-dark and downloaded Finery but don't see them here either.
https://launchpad.net/~finery-developers/+archive/ppa/+packages

The icons used on default themes are usually in /usr/share/icons/hicolor/.
Since I'm not sure which icon theme you use, this would output the name:

gconftool-2 -g /desktop/gnome/interface/icon_theme

gconftool-2 -g /desktop/gnome/interface/gtk_theme

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#18

ok, i've found the icons of elementary in /icons/actions/48 but the used icons of my icon theme i didn't find

output from gconftool was:

ubuntu-mono-dark (icon-theme)
FineryDark (gtk-theme)

seems to be a little screwed up

i will check what happens if i copy the elementary icons into the ubuntu-mono-dark folder

Revision history for this message
Martin Lee (hellnest) said :
#19

On 01/26/11 at 09:06pm, Jan Schuermann wrote:
> Question #142912 on nautilus in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/nautilus/+question/142912
>
> Jan Schuermann posted a new comment:
> ok, i've found the icons of elementary in /icons/actions/48 but the used
> icons of my icon theme i didn't find
>
> output from gconftool was:
>
> ubuntu-mono-dark (icon-theme)
> FineryDark (gtk-theme)
>
> seems to be a little screwed up
>
> i will check what happens if i copy the elementary icons into the
> ubuntu-mono-dark folder
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
First, if you want to customize your icons pack by mixing one and other
please do it from scratch. Do not break your own configuration by doing
this kind of stuff.
You can found your panel icon in /usr/share/pixmaps if that what you
mean.
The other things, this is NOT A BUG. So, please consider to open a
questions on forum to get the answer and maybe much more good advice.

here's all the icons path for your reference
/usr/share/icons/<iconthemesname>
~/.icons/<iconthemesname>
/usr/share/pixmaps <this folder for all small icons in panel>

but most other icon packager have they own folder, you can find it in
they rc files which is located inside they icons folder.

--
Best Regards,

Martin Lee

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#20

oh sorry, i wanted to post this issue as a question, maybe i accidently posted it as a bug?!
no, it IS a question and it is correctly posted or where do i have to post such issues?

i mean the toolbar in Nautilus and until now i find out that the icons seem to be in the Humanity icon theme under /actions/"size"
but not managed to change them with Ubuntu-Mono-Dark theme selected...

i will look for a guide to create own icon themes and will do my own one then, maybe that helps ;-)

thanks for your help!

Revision history for this message
Sam_ (and-sam) said :
#21
Revision history for this message
Jan Schürmann (visionfactory.net) said :
#22

ok, thanks for your help, i will do my own icon theme mixed from my favourite ones and hopefully get the toolbar icons i like to have ;-)

Revision history for this message
Jan Schürmann (visionfactory.net) said :
#23

Thanks Samantha (aka Sam), that solved my question.