-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having issue with pipelight #4
Comments
Actually, that's exactly what the commandline says. If you run that command with zenity, you'll simply get an infinitely running zenity dialog, so the problem will be how pipelight (or whatever ulltimately invokes it) attempts to close the dialog. I guess you're symlinking qarma to zenity? What if you copy it there instead? |
no , copy qarma to zenity won't work progressbar() DISPLAY="" "$WINE" wineboot.exe 2>&1 | progressbar "Please wait..." "Creating wine prefix" So when the input stream ends up , the dialog box is expected to exit. |
I tried zenity exits, qarma won't. |
stall & show ok button if not autoclosing, don't read input if pulsating FIXES: #4
pipelight use zenity to show a progress window when installing plugins
however qarma does not work right with it. The progress window keep forever and plugin installer won't finish
the command from ps -ef:
zenity --progress --title=Please wait, installing ... --text=Running wine-unity3d-installer --pulsate --width=400 --auto-close --no-cancel
The text was updated successfully, but these errors were encountered: