maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Some GTK Stock Icons missing? (https://talk.maemo.org/showthread.php?t=54858)

gbuergisser 2010-07-21 11:48

Re: Some GTK Stock Icons missing?
 
Did I get this right? If I mv the mentioned files, all the missing stock icons will be available again?

ikerrg 2010-07-21 13:40

Re: Some GTK Stock Icons missing?
 
Quote:

Originally Posted by gbuergisser (Post 759076)
Did I get this right? If I mv the mentioned files, all the missing stock icons will be available again?

Yes, It worked for my installed apps. And you can revert the changes by just moving back the files, you can try without risk.

Graham Cobb 2010-07-25 11:27

Re: Some GTK Stock Icons missing?
 
Quote:

Originally Posted by accumulator (Post 755694)
enter as root:

Code:

mv /usr/share/icons/hicolor/48x48/mimetypes/gtk-* /usr/share/icons/hicolor/48x48/hildon/
..and it will be solved.

Not quite. The softlink for gtk-delete.png is still wrong!

The correct commands to enter as root are:

Code:

mv /usr/share/icons/hicolor/48x48/mimetypes/gtk-* \
 /usr/share/icons/hicolor/48x48/hildon/
ln -sf general_delete.png \
 /usr/share/icons/hicolor/48x48/hildon/gtk-delete.png


kureyon 2010-07-25 15:14

Re: Some GTK Stock Icons missing?
 
While we're at it, here's my version of the fix:

Code:

sudo gainroot
cd /opt/usr/share/icons/hicolor/48x48/mimetypes
ln -sf ../hildon/general_add.png gtk-add.png
ln -sf ../hildon/general_bold.png gtk-bold.png
ln -sf ../hildon/general_close_b.png gtk-close.png
ln -sf ../hildon/general_delete.png gtk-delete.png
ln -sf ../hildon/general_toolbar_folder.png gtk-directory.png
ln -sf ../hildon/general_search.png gtk-find.png
ln -sf ../hildon/general_fullsize_b.png gtk-fullscreen.png
ln -sf ../hildon/general_back.png gtk-go-back.png
ln -sf ../hildon/pdf_viewer_first_page.png gtk-go-first.png
ln -sf ../hildon/general_forward.png gtk-go-forward.png
ln -sf ../hildon/pdf_viewer_last_page.png gtk-go-last.png
ln -sf ../hildon/filemanager_folder_up.png gtk-go-up.png
ln -sf ../hildon/general_information.png gtk-info.png
ln -sf ../hildon/general_italic.png gtk-italic.png
ln -sf ../hildon/general_move_to_folder.png gtk-jump-to.png
ln -sf ../hildon/general_settings.png gtk-preferences.png
ln -sf ../hildon/general_refresh.png gtk-refresh.png
ln -sf ../hildon/notes_save.png gtk-save.png
ln -sf ../hildon/general_stop.png gtk-stop.png
ln -sf ../hildon/notes_underline.png gtk-underline.png
ln -sf ../hildon/general_undo.png gtk-undo.png
ln -sf ../hildon/pdf_zoomin.png gtk-zoom-in.png
ln -sf ../hildon/pdf_zoomout.png gtk-zoom-out.png

Thanks for the info, now my abiword toolbar icons appear properly :)

Graham Cobb 2010-07-25 18:03

Re: Some GTK Stock Icons missing?
 
I have created a package in extras-devel called "Fix PR1.2 Missing Icons" (fixpr12icons) which creates the symlinks (in /usr/share/icons/hicolor/48x48/hildon/) when it is installed.

ikerrg 2012-09-25 08:30

Re: Some GTK Stock Icons missing?
 
This is not yet fixed in PR1.3.1!! Graham Cobb's commands are still valid for a clean reflashed PR1.3.1 N900.


All times are GMT. The time now is 02:26.

vBulletin® Version 3.8.8