Default Browser for certain application
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I use google chrome browser for private stuff, but on the same machine I have my work toolset. For work things I use Firefox, and I would be really happy If I could assign it as default for HipChat (my work communicator app).
browser default-programs default-browser
add a comment |
I use google chrome browser for private stuff, but on the same machine I have my work toolset. For work things I use Firefox, and I would be really happy If I could assign it as default for HipChat (my work communicator app).
browser default-programs default-browser
add a comment |
I use google chrome browser for private stuff, but on the same machine I have my work toolset. For work things I use Firefox, and I would be really happy If I could assign it as default for HipChat (my work communicator app).
browser default-programs default-browser
I use google chrome browser for private stuff, but on the same machine I have my work toolset. For work things I use Firefox, and I would be really happy If I could assign it as default for HipChat (my work communicator app).
browser default-programs default-browser
browser default-programs default-browser
asked Jan 28 '18 at 17:47
luki180luki180
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
you can make a launcher to open it in firefox.
Open your favorite text editor. type the following lines:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=HipChat
Comment=Work Chat
GenericName=HipChat
X-GNOME-FullName=HipChat
Exec=/usr/lib/firefox-esr/firefox-esr www.hipchat.com/sign_in
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox-esr
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=Firefox-esr
StartupNotify=true
Save the file as HipChat.desktop
. From the file manager, right click on the file and set as executable.You should now have a working launcher that opens HipChat in Firefox. To have it appear in your menu, open a terminal navigate to where your file is and type:
sudo cp hipchat.desktop /usr/share/applications
NOTE: if you are not using ESR, or if it is located in a different folder on your system, edit the references to firefox as is needed.
That is not what i meant, I have dekstop app HipChat, and when somebody sends a link to a webpage in this app, I want to have Firefox opened instead of Chrome, when I click the link.
– luki180
Jan 28 '18 at 19:15
1
check the settings for Hip Chat, if it doesn't have a browser selection, then you'd have to set the system default to firefox. Note about using the web based app: firefox will open links in firefox.
– ravery
Jan 28 '18 at 19:20
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
});
}
});
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%2f1000716%2fdefault-browser-for-certain-application%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 can make a launcher to open it in firefox.
Open your favorite text editor. type the following lines:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=HipChat
Comment=Work Chat
GenericName=HipChat
X-GNOME-FullName=HipChat
Exec=/usr/lib/firefox-esr/firefox-esr www.hipchat.com/sign_in
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox-esr
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=Firefox-esr
StartupNotify=true
Save the file as HipChat.desktop
. From the file manager, right click on the file and set as executable.You should now have a working launcher that opens HipChat in Firefox. To have it appear in your menu, open a terminal navigate to where your file is and type:
sudo cp hipchat.desktop /usr/share/applications
NOTE: if you are not using ESR, or if it is located in a different folder on your system, edit the references to firefox as is needed.
That is not what i meant, I have dekstop app HipChat, and when somebody sends a link to a webpage in this app, I want to have Firefox opened instead of Chrome, when I click the link.
– luki180
Jan 28 '18 at 19:15
1
check the settings for Hip Chat, if it doesn't have a browser selection, then you'd have to set the system default to firefox. Note about using the web based app: firefox will open links in firefox.
– ravery
Jan 28 '18 at 19:20
add a comment |
you can make a launcher to open it in firefox.
Open your favorite text editor. type the following lines:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=HipChat
Comment=Work Chat
GenericName=HipChat
X-GNOME-FullName=HipChat
Exec=/usr/lib/firefox-esr/firefox-esr www.hipchat.com/sign_in
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox-esr
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=Firefox-esr
StartupNotify=true
Save the file as HipChat.desktop
. From the file manager, right click on the file and set as executable.You should now have a working launcher that opens HipChat in Firefox. To have it appear in your menu, open a terminal navigate to where your file is and type:
sudo cp hipchat.desktop /usr/share/applications
NOTE: if you are not using ESR, or if it is located in a different folder on your system, edit the references to firefox as is needed.
That is not what i meant, I have dekstop app HipChat, and when somebody sends a link to a webpage in this app, I want to have Firefox opened instead of Chrome, when I click the link.
– luki180
Jan 28 '18 at 19:15
1
check the settings for Hip Chat, if it doesn't have a browser selection, then you'd have to set the system default to firefox. Note about using the web based app: firefox will open links in firefox.
– ravery
Jan 28 '18 at 19:20
add a comment |
you can make a launcher to open it in firefox.
Open your favorite text editor. type the following lines:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=HipChat
Comment=Work Chat
GenericName=HipChat
X-GNOME-FullName=HipChat
Exec=/usr/lib/firefox-esr/firefox-esr www.hipchat.com/sign_in
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox-esr
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=Firefox-esr
StartupNotify=true
Save the file as HipChat.desktop
. From the file manager, right click on the file and set as executable.You should now have a working launcher that opens HipChat in Firefox. To have it appear in your menu, open a terminal navigate to where your file is and type:
sudo cp hipchat.desktop /usr/share/applications
NOTE: if you are not using ESR, or if it is located in a different folder on your system, edit the references to firefox as is needed.
you can make a launcher to open it in firefox.
Open your favorite text editor. type the following lines:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=HipChat
Comment=Work Chat
GenericName=HipChat
X-GNOME-FullName=HipChat
Exec=/usr/lib/firefox-esr/firefox-esr www.hipchat.com/sign_in
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox-esr
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=Firefox-esr
StartupNotify=true
Save the file as HipChat.desktop
. From the file manager, right click on the file and set as executable.You should now have a working launcher that opens HipChat in Firefox. To have it appear in your menu, open a terminal navigate to where your file is and type:
sudo cp hipchat.desktop /usr/share/applications
NOTE: if you are not using ESR, or if it is located in a different folder on your system, edit the references to firefox as is needed.
edited Jan 28 '18 at 19:01
answered Jan 28 '18 at 18:53
raveryravery
5,51151132
5,51151132
That is not what i meant, I have dekstop app HipChat, and when somebody sends a link to a webpage in this app, I want to have Firefox opened instead of Chrome, when I click the link.
– luki180
Jan 28 '18 at 19:15
1
check the settings for Hip Chat, if it doesn't have a browser selection, then you'd have to set the system default to firefox. Note about using the web based app: firefox will open links in firefox.
– ravery
Jan 28 '18 at 19:20
add a comment |
That is not what i meant, I have dekstop app HipChat, and when somebody sends a link to a webpage in this app, I want to have Firefox opened instead of Chrome, when I click the link.
– luki180
Jan 28 '18 at 19:15
1
check the settings for Hip Chat, if it doesn't have a browser selection, then you'd have to set the system default to firefox. Note about using the web based app: firefox will open links in firefox.
– ravery
Jan 28 '18 at 19:20
That is not what i meant, I have dekstop app HipChat, and when somebody sends a link to a webpage in this app, I want to have Firefox opened instead of Chrome, when I click the link.
– luki180
Jan 28 '18 at 19:15
That is not what i meant, I have dekstop app HipChat, and when somebody sends a link to a webpage in this app, I want to have Firefox opened instead of Chrome, when I click the link.
– luki180
Jan 28 '18 at 19:15
1
1
check the settings for Hip Chat, if it doesn't have a browser selection, then you'd have to set the system default to firefox. Note about using the web based app: firefox will open links in firefox.
– ravery
Jan 28 '18 at 19:20
check the settings for Hip Chat, if it doesn't have a browser selection, then you'd have to set the system default to firefox. Note about using the web based app: firefox will open links in firefox.
– ravery
Jan 28 '18 at 19:20
add a comment |
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%2f1000716%2fdefault-browser-for-certain-application%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