Xfce Run Preferred Web Browser with Argument
I am running Arch Linux and have Xfce4 installed along with Chromium. I want to make Chromium my default web browser, but unless I pass the option --user-data-dir=/home/chris
, it doesn't start because I am the root user.
I have tried going to Applications->Settings->Preferred Applications
in Xfce and setting the web browser to /usr/bin/chromium "%s" --user-data-dir=/home/chris
(I have also switched "%s"
and the option). However, when I click on the web browser icon in the bottom panel, I get the normal Chromium error (can't run as root) and another error
Failed to Execute default Web Browser - Input/Output Error
So, my question is how can I make Chromium the default web browser and pass the required argument every time it is started?
arch-linux xfce chrome
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am running Arch Linux and have Xfce4 installed along with Chromium. I want to make Chromium my default web browser, but unless I pass the option --user-data-dir=/home/chris
, it doesn't start because I am the root user.
I have tried going to Applications->Settings->Preferred Applications
in Xfce and setting the web browser to /usr/bin/chromium "%s" --user-data-dir=/home/chris
(I have also switched "%s"
and the option). However, when I click on the web browser icon in the bottom panel, I get the normal Chromium error (can't run as root) and another error
Failed to Execute default Web Browser - Input/Output Error
So, my question is how can I make Chromium the default web browser and pass the required argument every time it is started?
arch-linux xfce chrome
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am running Arch Linux and have Xfce4 installed along with Chromium. I want to make Chromium my default web browser, but unless I pass the option --user-data-dir=/home/chris
, it doesn't start because I am the root user.
I have tried going to Applications->Settings->Preferred Applications
in Xfce and setting the web browser to /usr/bin/chromium "%s" --user-data-dir=/home/chris
(I have also switched "%s"
and the option). However, when I click on the web browser icon in the bottom panel, I get the normal Chromium error (can't run as root) and another error
Failed to Execute default Web Browser - Input/Output Error
So, my question is how can I make Chromium the default web browser and pass the required argument every time it is started?
arch-linux xfce chrome
I am running Arch Linux and have Xfce4 installed along with Chromium. I want to make Chromium my default web browser, but unless I pass the option --user-data-dir=/home/chris
, it doesn't start because I am the root user.
I have tried going to Applications->Settings->Preferred Applications
in Xfce and setting the web browser to /usr/bin/chromium "%s" --user-data-dir=/home/chris
(I have also switched "%s"
and the option). However, when I click on the web browser icon in the bottom panel, I get the normal Chromium error (can't run as root) and another error
Failed to Execute default Web Browser - Input/Output Error
So, my question is how can I make Chromium the default web browser and pass the required argument every time it is started?
arch-linux xfce chrome
arch-linux xfce chrome
asked Apr 8 '15 at 17:56
Chris LoonamChris Loonam
1114
1114
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You must not log in as root user.
Either way, go to /usr/share/applications. There should be the .desktop file, copy it to your desktop or when you want and modify the line Exec with the order you want to execute. Then you just have to run chromium clicking on this file (you can use it like a desktop shortcut or a panel icon). If you want, you can also modify the original file and the change will take effect for every launcher of the system, and for every user.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
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%2funix.stackexchange.com%2fquestions%2f195098%2fxfce-run-preferred-web-browser-with-argument%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
You must not log in as root user.
Either way, go to /usr/share/applications. There should be the .desktop file, copy it to your desktop or when you want and modify the line Exec with the order you want to execute. Then you just have to run chromium clicking on this file (you can use it like a desktop shortcut or a panel icon). If you want, you can also modify the original file and the change will take effect for every launcher of the system, and for every user.
add a comment |
You must not log in as root user.
Either way, go to /usr/share/applications. There should be the .desktop file, copy it to your desktop or when you want and modify the line Exec with the order you want to execute. Then you just have to run chromium clicking on this file (you can use it like a desktop shortcut or a panel icon). If you want, you can also modify the original file and the change will take effect for every launcher of the system, and for every user.
add a comment |
You must not log in as root user.
Either way, go to /usr/share/applications. There should be the .desktop file, copy it to your desktop or when you want and modify the line Exec with the order you want to execute. Then you just have to run chromium clicking on this file (you can use it like a desktop shortcut or a panel icon). If you want, you can also modify the original file and the change will take effect for every launcher of the system, and for every user.
You must not log in as root user.
Either way, go to /usr/share/applications. There should be the .desktop file, copy it to your desktop or when you want and modify the line Exec with the order you want to execute. Then you just have to run chromium clicking on this file (you can use it like a desktop shortcut or a panel icon). If you want, you can also modify the original file and the change will take effect for every launcher of the system, and for every user.
answered Apr 10 '15 at 6:19
Jorge BarrosoJorge Barroso
1592
1592
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f195098%2fxfce-run-preferred-web-browser-with-argument%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