Install Fedora Button for LiveCD

Ray Strode halfline at gmail.com
Thu May 3 22:15:25 UTC 2012


Hi,

On Thu, May 3, 2012 at 4:22 PM, Cosimo Cecchi <cosimoc at 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


More information about the devel mailing list