You are not logged in.
Pages: 1
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Sorry, Crosscut but, I've been busy hacking the Internet to find the best Linux tools to fully automate Q4OS. It was worth it as you will see in the video I posted tonight. It took literally 1,000s of hours of trial and error to learn a secret on my own because every Linux guru refused to give me the answer. Every page online on the subject gave just the opposite (I later discovered) of what is the truth about Bash Standard Output redirect from a Child Process top its parent. Yesterday, I figured out how to pass a Child process back in to Parent process with only 1 Parent & 1 Child. The normal promoted way to do this is using Coprocess (Bash 4.0+) like this.. Parent --> (Child + simultaneous Coprocess) --Child--> Coprocess --> Parent.
This is the tool that I am going to use to fully automate Q4OS for new users nd finally bring Millions of Windows users over to Q4OS. So get ready for a bunch of traffic around the January.
I coded this example shown in below video about 5 hours today. Using only Bash and Yad GUI. All the windows are = Main window --> Child --> back to Main Window which are all Yad Gui Window. Watch the process feed like no one has ever done before in a non compiled GUI system.. And, the kicker !!!, Its all bash with Yad. No Python. No Compiled Code. No arrays or stings or passing variables to other variables, just if and then statements and simple variables for filenames and paths.. a couple of (for i = 1 ). I am using function() { command } export -f function to keep the main program alive. My code is very bloated and I'm using source inclusion. For over a year, I tried every possible way to make this work and it happened yesterday. The Terminal Window in Q4OS is being replaced with my YadBash Gui on January 01, 2018 Finally !!!
https://www.youtube.com/watch?v=M-UgsZ8GfGE
Last edited by bobby (2017-11-18 07:57)
No Longer Using Q4OS
Offline
Anything that can make it simpler and easier for new users is a great thing.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Heck Yes !!! And, I'll have it done by end of the year !
No Longer Using Q4OS
Offline
Looking forward to seeing the final product.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Back on topic, of the ten Linux tools I use Clonezilla, Gimp, GParted, Virtualbox, and Htop. I would add one as well Hardinfo which gives you system info , hardware detection and software info.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Pages: 1