[chandler-users] How do I add as a desktop icon?

Henry henry78 at gmx.at
Sun Jun 1 23:48:45 PDT 2008



I'll add my 2¢. To stay consistent over releases, i place a link to the
current chandler release. So I don't have to update the icon:

/opt/chandler -> /opt/Chandler_linux_0.7.5.dev-r16286-checkpoint20080311

I also use the icon that comes with the chandler
release: /opt/chandler/chandler/Chandler.egg-info/resources/icons/Chandler.ico

If you move around between KDE and GNOME or other WM and you want
chandler to appear in all menues, you may add
a /usr/share/applications/chandler.desktop with something like theses
lines:
-----8<-----
[Desktop Entry]
Name=Chandler
Exec=/opt/chandler/run_chandler.sh
Icon=/opt/chandler/chandler/Chandler.egg-info/resources/icons/Chandler.ico
Terminal=false
Type=Application
Categories=Office
----->8-----

-- 
regards, Henry

PS: Almos forgot: I use a little script that calls chandler
(run_chandler.sh I'm sure you spottet it), here's the content:
-----8<-----
#!/bin/sh
cd /opt/chandler/chandler/
release/RunPython -O Chandler.py --locale=de
----->8-----

On So, 2008-06-01 at 13:11 -0700, Davor Cubranic wrote:
> On Saturday 31 May 2008 13:22:39 Marcelo de Moraes Serpa wrote:
> > Hello Nancy,
> >
> > If you are using Gnome, right-click your panel, choose "Add to
> > panel", then in the list that appears, choose "Custom Application
> > Launcher". Give it a name (e.g: Chandler) and in the command field,
> > point it to the chandler.sh executable (e.g:
> > /home/nancy/applications/chandler/chandler.sh). For the icon, you can
> > use the one attached.
> 
> Here is an icon that I'm using. It's slightly different from the one 
> Marcelo added because mine has the white oval fully visible in the 
> background whereas in his it only shows in the bottom right portion of 
> the image. I created it by converting the .ico application icon 
> included in the distribution to the PNG format.
> 
> Davor
> 
> P.S. I also opened a bug to include the application icon in the PNG 
> format (https://bugzilla.osafoundation.org/show_bug.cgi?id=12125)
> _______________________________________________
> chandler-users mailing list
> chandler-users at osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/chandler-users



More information about the chandler-users mailing list