What are PlayOnLinux terminal commands?
up vote
0
down vote
favorite
I want to make .sh script as shortcut for running exe in playonlinux prefix without installing (I'm talking about portable windows application). I already have prefix loaded with required libraries and it works fine but going to PlayOnLinux -> Configure -> select my prefix -> click the Misc tab, and Run .exe in this virtual drive is long and annoying. I had done similar shortcut for Brutal Doom - Black Edition before :
#!/bin/bash
gzdoom -iwad /home/garrom/Plocha/Games/Doom/DOOM.WAD -file /home/garrom/Plocha/Games/Doom/Mods/BDBE_v3.1d_Final.pk3 /home/garrom/Plocha/Games/Doom/Mods/MovablehudBDBE3.1.pk3
However, GZDoom have wiki page with well documented commands. I cant find such commands for PlayOnLinux. Do someone knows commands and arguments to run exe file in specific prefix ?
command-line wine shortcuts playonlinux
add a comment |
up vote
0
down vote
favorite
I want to make .sh script as shortcut for running exe in playonlinux prefix without installing (I'm talking about portable windows application). I already have prefix loaded with required libraries and it works fine but going to PlayOnLinux -> Configure -> select my prefix -> click the Misc tab, and Run .exe in this virtual drive is long and annoying. I had done similar shortcut for Brutal Doom - Black Edition before :
#!/bin/bash
gzdoom -iwad /home/garrom/Plocha/Games/Doom/DOOM.WAD -file /home/garrom/Plocha/Games/Doom/Mods/BDBE_v3.1d_Final.pk3 /home/garrom/Plocha/Games/Doom/Mods/MovablehudBDBE3.1.pk3
However, GZDoom have wiki page with well documented commands. I cant find such commands for PlayOnLinux. Do someone knows commands and arguments to run exe file in specific prefix ?
command-line wine shortcuts playonlinux
It doesn't appear PlayOnLinux offers much, did you tryman playonlinux?? If using a browser you can view the reference page online with manpages.ubuntu.com/manpages/bionic/man1/playonlinux.1.html but much of it is in config files (and not command options). PlayonLinux is just a front end for wine, more options are available if you run wine directly (manpages.ubuntu.com/manpages/bionic/man1/wine.1.html) but it's more involved..
– guiverc
Nov 23 at 10:09
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to make .sh script as shortcut for running exe in playonlinux prefix without installing (I'm talking about portable windows application). I already have prefix loaded with required libraries and it works fine but going to PlayOnLinux -> Configure -> select my prefix -> click the Misc tab, and Run .exe in this virtual drive is long and annoying. I had done similar shortcut for Brutal Doom - Black Edition before :
#!/bin/bash
gzdoom -iwad /home/garrom/Plocha/Games/Doom/DOOM.WAD -file /home/garrom/Plocha/Games/Doom/Mods/BDBE_v3.1d_Final.pk3 /home/garrom/Plocha/Games/Doom/Mods/MovablehudBDBE3.1.pk3
However, GZDoom have wiki page with well documented commands. I cant find such commands for PlayOnLinux. Do someone knows commands and arguments to run exe file in specific prefix ?
command-line wine shortcuts playonlinux
I want to make .sh script as shortcut for running exe in playonlinux prefix without installing (I'm talking about portable windows application). I already have prefix loaded with required libraries and it works fine but going to PlayOnLinux -> Configure -> select my prefix -> click the Misc tab, and Run .exe in this virtual drive is long and annoying. I had done similar shortcut for Brutal Doom - Black Edition before :
#!/bin/bash
gzdoom -iwad /home/garrom/Plocha/Games/Doom/DOOM.WAD -file /home/garrom/Plocha/Games/Doom/Mods/BDBE_v3.1d_Final.pk3 /home/garrom/Plocha/Games/Doom/Mods/MovablehudBDBE3.1.pk3
However, GZDoom have wiki page with well documented commands. I cant find such commands for PlayOnLinux. Do someone knows commands and arguments to run exe file in specific prefix ?
command-line wine shortcuts playonlinux
command-line wine shortcuts playonlinux
asked Nov 23 at 8:58
Garrom
2981215
2981215
It doesn't appear PlayOnLinux offers much, did you tryman playonlinux?? If using a browser you can view the reference page online with manpages.ubuntu.com/manpages/bionic/man1/playonlinux.1.html but much of it is in config files (and not command options). PlayonLinux is just a front end for wine, more options are available if you run wine directly (manpages.ubuntu.com/manpages/bionic/man1/wine.1.html) but it's more involved..
– guiverc
Nov 23 at 10:09
add a comment |
It doesn't appear PlayOnLinux offers much, did you tryman playonlinux?? If using a browser you can view the reference page online with manpages.ubuntu.com/manpages/bionic/man1/playonlinux.1.html but much of it is in config files (and not command options). PlayonLinux is just a front end for wine, more options are available if you run wine directly (manpages.ubuntu.com/manpages/bionic/man1/wine.1.html) but it's more involved..
– guiverc
Nov 23 at 10:09
It doesn't appear PlayOnLinux offers much, did you try
man playonlinux ?? If using a browser you can view the reference page online with manpages.ubuntu.com/manpages/bionic/man1/playonlinux.1.html but much of it is in config files (and not command options). PlayonLinux is just a front end for wine, more options are available if you run wine directly (manpages.ubuntu.com/manpages/bionic/man1/wine.1.html) but it's more involved..– guiverc
Nov 23 at 10:09
It doesn't appear PlayOnLinux offers much, did you try
man playonlinux ?? If using a browser you can view the reference page online with manpages.ubuntu.com/manpages/bionic/man1/playonlinux.1.html but much of it is in config files (and not command options). PlayonLinux is just a front end for wine, more options are available if you run wine directly (manpages.ubuntu.com/manpages/bionic/man1/wine.1.html) but it's more involved..– guiverc
Nov 23 at 10:09
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095320%2fwhat-are-playonlinux-terminal-commands%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It doesn't appear PlayOnLinux offers much, did you try
man playonlinux?? If using a browser you can view the reference page online with manpages.ubuntu.com/manpages/bionic/man1/playonlinux.1.html but much of it is in config files (and not command options). PlayonLinux is just a front end for wine, more options are available if you run wine directly (manpages.ubuntu.com/manpages/bionic/man1/wine.1.html) but it's more involved..– guiverc
Nov 23 at 10:09