Paul Cartwright ha scritto il 07/07/2015 alle 14:21: > well, logging out didn't fix it, but I just rebooted, and now my icons > are back.. not sure what the issue was.. thunderbird is still a blank > icon, but that is only a link to the app in my folder. how do I give > that link an icon?
E follows the freedesktop standards, so in order to have a custom launcher you should either create a desktop file for it to put in ~/.local/applications or use a tool that does it via an UI (don't know any, sorry). I wonder why you have a link to launch thunderbird. Usually packages ships it own desktop files and install them in /usr/share/applications, here is the content of the desktop file I have for icedove (thunderbird alternative for debian): [Desktop Entry] Name=Icedove Comment=Read/Write Mail/News with Icedove GenericName=Mail Client Exec=icedove %u Terminal=false X-MultipleArgs=false Type=Application Icon=icedove Categories=Network;Email;News;GTK; MimeType=message/rfc822;x-scheme-handler/mailto;text/calendar;text/x-vcard; StartupWMClass=Icedove StartupNotify=true Name[ca]=Client de correu Icedove Name[cs]=Poštovní klient Icedove Name[fi]=Icedove-sähköposti Name[fr]=Messagerie Icedove Name[ja]=Icedove メールクライアント Name[pl]=Klient poczty Icedove Name[pt_BR]=Cliente de E-mail Icedove Name[sv]=E-postklienten Icedove Comment[ca]=Llegiu i escriviu correu Comment[cs]=Čtení a psaní pošty Comment[de]=Emails lesen und verfassen Comment[fi]=Lue ja kirjoita sähköposteja Comment[fr]=Lire et écrire des courriels Comment[it]=Leggere e scrivere email Comment[ja]=メールの読み書き Comment[pl]=Czytanie i wysyłanie e-maili Comment[pt_BR]=Ler e escrever suas mensagens Comment[sv]=Läs och skriv e-post GenericName[ja]=メールクライアント Keywords=Mail;Contact;Addressbook;News; -- Massimo Maiurana Ragusa (RG) ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
