If you're building from source in your home directory, you can install it by putting the appropriate .desktop in ~/.local/share/applications.
$ cd $YOUR_GEARY_CHECKOUT $ cp build/desktop/geary.desktop ~/.local/share/applications/ Then you need to adjust the paths to be absolute so that they reference your local build: $ sed -i "s|Exec=|Exec=$PWD/|" ~/.local/share/applications/geary.desktop Does that help? On Sat, Dec 8, 2012 at 10:24 AM, John Kim <[email protected]> wrote: > Hello. > > I use daily build geary to check my email and consider some bugs. But I > don't always like reaching out for terminal to launch the application. > Before I managed to put the application icon on the unity by using main > menu, but I forgot how to do it. How can I launch geary as a standalone, > mouse-clickable app? > > What is the command to use to update daily build geary? Thanks. > > -- > John Kim > Ubuntu enthusiast > l <http://epikvision.blogspot.com>ookjohn.com > _______________________________________________ > Geary mailing list > [email protected] > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary _______________________________________________ Geary mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/geary
