Hi<br><br>I am at final stretch with my simple python app and only real problem now is getting an icon for the shortcuts the program outputs. It uses libhildondesktop via ctypes and the command is<br><h3>hd_shortcuts_add_bookmark_shortcut (file_src, name, icon)</h3>
<br><br>now everything else works perfectly except the icon... documentation says the path for the icon is ~/.bookmarks/shortcut-thumbnails, browsed to the folder that didn't exist. but there was similar looking: ~/.bookmarks/home-thumbnails . The latter contains thumbs for every web shortcut I've added to desktop.<br>
<br>Now I've tried setting string (whatever it really is, luckily don't have to stress so much with those when using python :) ) 'icon' to:<br><br>a) full path to png file (/home/user/.bookmarks.....)<br>
b) path that exists (~/.bookmarks/home-thumbnails/...)<br>
c) created the path documented and copied the same file there (~/.bookmarks/shortcut-thumbnails/...)<br>d) plain file name (file lies in root of ~/.bookmarks/shortcut-thumbnails/)<br><br><br>So now I need to know what I am doing wrong.<br>
<br>Ossipena / Timo P<br>