Md Jahidul Hamid
Md Jahidul Hamid
```bash gksu dbus-run-session gksu dbus-run-session xfce4-settings-manager ``` This info can be included in the wiki on How to run GUI apps in JLiveCD chroot.
> what do we have to change in Funcs.sh to address this and make GUI apps work again? Unfortunately there's no known way to me to add this in JLiveCD,...
I have updated the wiki page: https://github.com/neurobin/JLIVECD/wiki/Graphical-customization
> Xterm strictly required to make JLiveCD work 100% No. It's a fallback terminal. I have added another page to the wiki: https://github.com/neurobin/JLIVECD/wiki/Using-specific-terminal
> Or is that just to avoid problems DURING the process of creating the Chroot in the Host system? (and being able to RELEASE it back when you're done...) yes....
can you post a screenshot here..
Please run the following command on your project root (e.g `~/mylivecd`) and post the output here: ```bash find ./ -type f -name isolinux.bin 2>/dev/null ```
If you already have some implementation, please feel free to suggest. I currently do not have any plan to add this.
> The patch has been applied to the "original" v3, could you please provide a link
> Sorry, I'm not familiar with the mechanism of pull request you just need to fork this repository, then apply your patches, then push. After that you can go to...