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

file modified
+3
@@ -57,6 +57,9 @@ 

  # echoing type liveinst to start the installer

  echo "echo 'Please type liveinst and press Enter to start the installer'" >> /home/liveuser/.bashrc

  

+ # fixing the installer non opening bug

+ echo "xhost si:localuser:root" >> /home/liveuser/.profile

+ 

  EOF

  

  %end

file modified
+3
@@ -374,6 +374,9 @@ 

  # echoing type liveinst to start the installer

  echo "echo 'Please type liveinst and press Enter to start the installer'" >> /home/liveuser/.bashrc

  

+ # fixing the installer non opening bug

+ echo "xhost si:localuser:root" >> /home/liveuser/.profile

+ 

  EOF

  

  %end

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

4 years ago

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 ac84565

4 years ago

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

Sure, rebased to latest master.

Pull-Request has been merged by x3mboy

4 years ago
Metadata