Hi,<br><br>I do have another issue with Xournal and its icons.<br><br>After much digging on google and documentation files I arrived at this conclusion:<br><br>I should put in the Makefile.am something like:<br><br>icon_26x26_DATA = icons/26x26/xoournal.png <br>
<br clear="all">and it should automagically put this icon in the following path:<br><br>/usr/share/icons/hicolor/26x26/hildon<br><br>I checked the &quot;tomiphy&quot; applications and it only specified the source file and let the debhelpers (I think) do everything else.<br>
The tomiphy icon show correcly in the Task Navigator AND in the Menu.<br><br>I did try the same, but it complained about &quot;icon_26x26dir&quot; missing.<br>Well my Makefile.am is a patched one, so I might have well &quot;ruined&quot; the magic somehow, so I went on and specified where<br>
I wanted my icons to be stored.<br>This is what I do in the Makefile.am:<br><br>icon_26x26_DATA=pixmaps/26x26/xournal.png<br>icon_26x26dir=$(prefix)/share/icons/hicolor/26x26/hildon<br>icon_40x40_DATA=pixmaps/40x40/xournal.png<br>
icon_40x40dir=$(prefix)/share/icons/hicolor/40x40/hildon<br>icon_scalable_DATA=pixmaps/scalable/xournal.png<br>icon_scalabledir=$(prefix)/share/icons/hicolor/scalable/hildon<br><br>(where &quot;prefix&quot; is /usr)<br><br>
The icon in the Menu is mostly fine. Not as small as for the bug 2568 (<a href="https://bugs.maemo.org/show_bug.cgi?id=2568">https://bugs.maemo.org/show_bug.cgi?id=2568</a>), but<br>still smaller than the others.<br>Anyway my main issue is that the Task Navigator icon is STILL the default one and not xournal.png<br>
<br>I checked Tomiphy code but it DOES not set any icon for the application anywhere.<br>I then thought that Maemo would use the one pointed by the .desktop file and removed the code to set the window icon:<br><br>/* gtk_window_set_icon(GTK_WINDOW(winMain), create_pixbuf(&quot;xournal.png&quot;));*/<br>
<br>but it did not help.<br><br>What should I do to make that icon appear correctly ?<br><br>PS: I do, in the xournal.postinst file, the icon cache update:<br><br>gtk-update-icon-cache -f /usr/share/icons/hicolor<br><br>-- <br>
anidel