PCManFM - execute file in terminal: how? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)PCmanFM prompt “This file is executable. Do you want to execute it?” when double clicking a fileHow can I set the default view per folder in Nautilus, Thunar, and PCManFM?how to skip “execute file” dialog in lubuntu (PCManFM)File Manager PCManFM not the one as shown in USCset PCmanFM default folder viewPCmanFM desktop crashHow to update pcmanfm?Howto: execute a custom application from pcmanfm in lubuntuPCManFM file size column is blankPCManFM not recognizing multiple MIME types
Diagram with tikz
Letter Boxed validator
Why is "Captain Marvel" translated as male in Portugal?
Storing hydrofluoric acid before the invention of plastics
Right-skewed distribution with mean equals to mode?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
What is this single-engine low-wing propeller plane?
What LEGO pieces have "real-world" functionality?
What is a Meta algorithm?
How does a Death Domain cleric's Touch of Death feature work with Touch-range spells delivered by familiars?
What do you call a plan that's an alternative plan in case your initial plan fails?
Is there a concise way to say "all of the X, one of each"?
How can players work together to take actions that are otherwise impossible?
Models of set theory where not every set can be linearly ordered
Is there any avatar supposed to be born between the death of Krishna and the birth of Kalki?
If a contract sometimes uses the wrong name, is it still valid?
Using et al. for a last / senior author rather than for a first author
What does the "x" in "x86" represent?
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
What happens to sewage if there is no river near by?
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
Single word antonym of "flightless"
Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?
PCManFM - execute file in terminal: how?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)PCmanFM prompt “This file is executable. Do you want to execute it?” when double clicking a fileHow can I set the default view per folder in Nautilus, Thunar, and PCManFM?how to skip “execute file” dialog in lubuntu (PCManFM)File Manager PCManFM not the one as shown in USCset PCmanFM default folder viewPCmanFM desktop crashHow to update pcmanfm?Howto: execute a custom application from pcmanfm in lubuntuPCManFM file size column is blankPCManFM not recognizing multiple MIME types
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Nemo has an option when I click on a file to ask me what I wanna do with it and one of these options is "execute in terminal". However, Nemo is too glitcy, that's why I'm using PCManFM. But it doesn't seem to have that option. I saw a question here where someone gave a code to add "open as root" for a folder which makes me think there might also be a way to make PCManFM ask me the same question as Nemo does - what to do with a text file (script, install files, etc). So... how?
pcmanfm
New contributor
add a comment |
Nemo has an option when I click on a file to ask me what I wanna do with it and one of these options is "execute in terminal". However, Nemo is too glitcy, that's why I'm using PCManFM. But it doesn't seem to have that option. I saw a question here where someone gave a code to add "open as root" for a folder which makes me think there might also be a way to make PCManFM ask me the same question as Nemo does - what to do with a text file (script, install files, etc). So... how?
pcmanfm
New contributor
add a comment |
Nemo has an option when I click on a file to ask me what I wanna do with it and one of these options is "execute in terminal". However, Nemo is too glitcy, that's why I'm using PCManFM. But it doesn't seem to have that option. I saw a question here where someone gave a code to add "open as root" for a folder which makes me think there might also be a way to make PCManFM ask me the same question as Nemo does - what to do with a text file (script, install files, etc). So... how?
pcmanfm
New contributor
Nemo has an option when I click on a file to ask me what I wanna do with it and one of these options is "execute in terminal". However, Nemo is too glitcy, that's why I'm using PCManFM. But it doesn't seem to have that option. I saw a question here where someone gave a code to add "open as root" for a folder which makes me think there might also be a way to make PCManFM ask me the same question as Nemo does - what to do with a text file (script, install files, etc). So... how?
pcmanfm
pcmanfm
New contributor
New contributor
New contributor
asked 2 hours ago
Radoslav NenchovskiRadoslav Nenchovski
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I use PCManFM 1.2.5 and I have 'execute in terminal' option, this only pop up when I execute .sh
and install file.
You should too, probably your script file wasn't executable, then please make it so.
sudo chmod +x /path/to/file.sh
Try opening again.
I know about chmod but the thing is that Nemo doesn't require for me to do chmod in order to ask me that question. So I wanna have it the same way with PCManFM, if possible.
– Radoslav Nenchovski
1 hour ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Radoslav Nenchovski is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1134249%2fpcmanfm-execute-file-in-terminal-how%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I use PCManFM 1.2.5 and I have 'execute in terminal' option, this only pop up when I execute .sh
and install file.
You should too, probably your script file wasn't executable, then please make it so.
sudo chmod +x /path/to/file.sh
Try opening again.
I know about chmod but the thing is that Nemo doesn't require for me to do chmod in order to ask me that question. So I wanna have it the same way with PCManFM, if possible.
– Radoslav Nenchovski
1 hour ago
add a comment |
I use PCManFM 1.2.5 and I have 'execute in terminal' option, this only pop up when I execute .sh
and install file.
You should too, probably your script file wasn't executable, then please make it so.
sudo chmod +x /path/to/file.sh
Try opening again.
I know about chmod but the thing is that Nemo doesn't require for me to do chmod in order to ask me that question. So I wanna have it the same way with PCManFM, if possible.
– Radoslav Nenchovski
1 hour ago
add a comment |
I use PCManFM 1.2.5 and I have 'execute in terminal' option, this only pop up when I execute .sh
and install file.
You should too, probably your script file wasn't executable, then please make it so.
sudo chmod +x /path/to/file.sh
Try opening again.
I use PCManFM 1.2.5 and I have 'execute in terminal' option, this only pop up when I execute .sh
and install file.
You should too, probably your script file wasn't executable, then please make it so.
sudo chmod +x /path/to/file.sh
Try opening again.
answered 2 hours ago
EmmetEmmet
8,02822346
8,02822346
I know about chmod but the thing is that Nemo doesn't require for me to do chmod in order to ask me that question. So I wanna have it the same way with PCManFM, if possible.
– Radoslav Nenchovski
1 hour ago
add a comment |
I know about chmod but the thing is that Nemo doesn't require for me to do chmod in order to ask me that question. So I wanna have it the same way with PCManFM, if possible.
– Radoslav Nenchovski
1 hour ago
I know about chmod but the thing is that Nemo doesn't require for me to do chmod in order to ask me that question. So I wanna have it the same way with PCManFM, if possible.
– Radoslav Nenchovski
1 hour ago
I know about chmod but the thing is that Nemo doesn't require for me to do chmod in order to ask me that question. So I wanna have it the same way with PCManFM, if possible.
– Radoslav Nenchovski
1 hour ago
add a comment |
Radoslav Nenchovski is a new contributor. Be nice, and check out our Code of Conduct.
Radoslav Nenchovski is a new contributor. Be nice, and check out our Code of Conduct.
Radoslav Nenchovski is a new contributor. Be nice, and check out our Code of Conduct.
Radoslav Nenchovski is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f1134249%2fpcmanfm-execute-file-in-terminal-how%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