-
Notifications
You must be signed in to change notification settings - Fork 40
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
Using Winetricks in q4wine gives an error #121
Comments
q4wine v1.3.7, compiled from source on Linux Mint
|
hi @melvincv Can you show output for this commands please?
|
|
hi @melvincv
please consider using graphical console application like
you can change this via q4wine settings -> General -> Utils. |
Yes, it works now. I just added the -c argument.
Thanks!
…On Mon, May 14, 2018 at 4:30 PM, Oleksii S. Malakhov < ***@***.***> wrote:
hi @melvincv <https://github.com/melvincv>
[console]
args=
bin=/bin/bash
please consider using graphical console application like xterm or
gnome/kde terminals instead.
if you *really* would like to use bash you may wish to add -c argument to
make it work:
-c string
If the -c option is present, then commands are read from string. If there are arguments after the string, they are assigned to the positional parameters, starting with $0.
you can change this via q4wine settings -> General -> Utils.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#121 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AS4W99gxvXd32C5CPeRWs6EIwC3iifUWks5tyWPGgaJpZM4T8scH>
.
--
*Melvin C. Varghese*
*Director*
*BrahmaNet IT Solutions <http://www.brahmanet.com/>*
|
@brezerk Using the -c argument works for me as well. The problem is that, when using the GUI only, there is no pop up to show me that it is downloading, it only shows the progress in terminal and it is not canceled after I close Q4wine, is there an option to use some GUI (maybe a terminal emulator), for show me the current state of download progress and an option to cancel and kill all instances of winetricks? |
hi @DanielRios549 sorry for late response. If I got you correctly: you should have GUI Terminal emulator (like xterm, konsole or gnome-terminal) set in Q4Wine settings: General -> Console. |
@brezerk Thanks man, I was using /bin/sh there, but now I changed for /usr/bin/tilix, the terminal opens but nothing happens, Do I need an argument for that? |
Yeah. Take a look into tilix manual.
You need "execute command" option. Usually it is `-c`. You may need "no
close" option also. In case if you would like to keep tilix window runnyng
after the command execution. (May not be avaliable)
сб, 2 мар. 2019 г., 1:48 ДП Daniel Rios <notifications@github.com>:
… @brezerk <https://github.com/brezerk> Thanks man, I was using /bin/sh
there, but now I changed for /usr/bin/tilix, the terminal opens but nothing
happens, Do I need an argument for that?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#121 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABdDOPKMsnHi5wJ18AHdgwH7vLYDg-eks5vSbxkgaJpZM4T8scH>
.
|
@brezerk Thanks, the execute parameter tilix is "-e", not "-c" |
/bin/bash: env WINEPREFIX='/home/melvin/.local/share/wineprefixes/office2010' WINE='/opt/wine-devel/bin/wine' WINEDLLPATH='/opt/wine-devel/lib' WINELOADER='/opt/wine-devel/bin/wine' WINESERVER='/opt/wine-devel/bin/wineserver' WINEARCH='win32' /bin/sh -c "/home/melvin/bin/winetricks --no-isolate fontsmooth=rgb": No such file or directory
The text was updated successfully, but these errors were encountered: