Reply
Thread Tools
Posts: 81 | Thanked: 9 times | Joined on Nov 2007
#11
Did I get this right? If I mv the mentioned files, all the missing stock icons will be available again?
 
Posts: 181 | Thanked: 82 times | Joined on Jan 2010
#12
Originally Posted by gbuergisser View Post
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.
 
Posts: 162 | Thanked: 351 times | Joined on Apr 2006 @ Cotswolds, UK
#13
Originally Posted by accumulator View Post
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

Last edited by Graham Cobb; 2010-07-25 at 11:50. Reason: avoid wrapping
 

The Following 2 Users Say Thank You to Graham Cobb For This Useful Post:
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#14
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
 

The Following 2 Users Say Thank You to kureyon For This Useful Post:
Posts: 162 | Thanked: 351 times | Joined on Apr 2006 @ Cotswolds, UK
#15
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.
 

The Following 5 Users Say Thank You to Graham Cobb For This Useful Post:
Posts: 181 | Thanked: 82 times | Joined on Jan 2010
#16
This is not yet fixed in PR1.3.1!! Graham Cobb's commands are still valid for a clean reflashed PR1.3.1 N900.
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:59.