You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Bottle. I can open "Command line" through GUI. It opens a custom Bottles terminal. It's fine, but I want to use my own one. How?
I tried...
flatpak run --command=bottles-cli com.usebottles.bottles tools -b bottle_name cmd but all I get are these messages and a blinking cursor.
15:58:03 (INFO) Forcing offline mode
Bottles runtime was requested but not found
wineserver: using server-side synchronization.
I can't run any command. As a matter of fact, Enter doesn't ever run a command. I have to press Ctrl+D and then enter. But all I get is this:
dir^D
File not found.
systeminfo^D
Can't recognize 'systeminfo' as an internal or external command, or batch script.
I also tried...
flatpak run --command=bottles-cli com.usebottles.bottles shell -b bottle_name -i systeminfo, but I would like to have an open shell. Not pass every command as an input into this other command.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a Bottle. I can open "Command line" through GUI. It opens a custom Bottles terminal. It's fine, but I want to use my own one. How?
I tried...
flatpak run --command=bottles-cli com.usebottles.bottles tools -b bottle_name cmd
but all I get are these messages and a blinking cursor.I can't run any command. As a matter of fact, Enter doesn't ever run a command. I have to press Ctrl+D and then enter. But all I get is this:
I also tried...
flatpak run --command=bottles-cli com.usebottles.bottles shell -b bottle_name -i systeminfo
, but I would like to have an open shell. Not pass every command as an input into this other command.Beta Was this translation helpful? Give feedback.
All reactions