Hi,

On Thu, May 3, 2012 at 4:22 PM, Cosimo Cecchi <cosi...@gnome.org> wrote:
> What do you think?
>
> [1] https://github.com/cosimoc/fedora-welcome

Looking I see this:

// provided by the 'anaconda' package
anacondaApp = Gio.DesktopAppInfo.new('anaconda.desktop');
if (!anacondaApp)
    anacondaApp = Gio.DesktopAppInfo.new('liveinst.desktop');

I think you only want liveinst.desktop and not anaconda.desktop.
Minimally, you need to swap them so liveinst.desktop gets run by
default.

--Ray
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to