#23 Fix Installer to be displayed on live for some devices.
Merged by x3mboy. Opened by nasirhm.
i3-sig/ nasirhm/Fedora-i3-Spin fix_installer_issue  into  master

Download 23.patch

Used xhost tool to allow root user to access the currently running X server.
and that allows the installer to be displayed and start without any issues.

This commit appends: xhost si:localhost:root to ~/.profile for the liveuser

This is potentially fixing a GTK race condition bug.

Metadata Update from @jflory7:
- Pull-request tagged with: type - kickstart

This one also looks good to me, just like we discussed in the meeting today. +1!

I do have the same thought as I did in PR 22, see here. But I would rather merge and come back to modularizing the kickstart instead of drawing this out for a long time.

This one also looks good to me, just like we discussed in the meeting today. +1!

Thank you. :)

I do have the same thought as I did in PR 22, see here. But I would rather merge and come back to modularizing the kickstart instead of drawing this out for a long time.

The current Kickstarts are modularized, the flat-i3.ks is a result of flattened fedora-live-i3.ks which contains all the configs.

Mmmm I can't merge it, can you rebase master?

rebased onto ac84565597982a6115697fd79c5bd801e3ed9f52

Mmmm I can't merge it, can you rebase master?

Sure, rebased to latest master.

Pull-Request has been merged by x3mboy

Metadata