Slack fails to open links in Ubuntu 14.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Any time I try to open a link from Slack, all I get is a blank new window opening in Chrome. Worth reinstalling, or do others have this problem?
14.04 google-chrome
add a comment |
Any time I try to open a link from Slack, all I get is a blank new window opening in Chrome. Worth reinstalling, or do others have this problem?
14.04 google-chrome
add a comment |
Any time I try to open a link from Slack, all I get is a blank new window opening in Chrome. Worth reinstalling, or do others have this problem?
14.04 google-chrome
Any time I try to open a link from Slack, all I get is a blank new window opening in Chrome. Worth reinstalling, or do others have this problem?
14.04 google-chrome
14.04 google-chrome
asked Sep 4 '16 at 16:10
Nick SweetNick Sweet
15116
15116
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I'm on fresh Ubuntu/Chrome/Slack and links were opening blank tabs in Chrome. This AskUbuntu answer worked for me:
Open file:
$HOME/.local/share/applications/google-chrome.desktop
Find the line:
Exec=/opt/google/chrome/chrome
Add a space and
%U:
Exec=/opt/google/chrome/chrome %U
Then save the file.
Particularly, forgetting the argument is an easy mistake to make when creating your own desktop files, so this was exactly what I needed.
– Kat
May 23 '17 at 18:35
its work for me! find file sudo find -name 'google-chrome.desktop' and edit nano ./.local/share/applications/google-chrome.desktop
– des1roer
Nov 28 '17 at 10:41
add a comment |
This was actually a problem with Google Chrome itself. Updated version fixed it.
1
Can you tell me which Chrome version you're running, that links work in? I'm having this same issue with 16.10
– swajak
Jan 30 '17 at 20:17
I don't remember which one it was -- I'm usingGoogle Chrome 55.0.2883.87now and it's been fine.
– Nick Sweet
Jan 30 '17 at 22:21
Thanks. I did end up getting it working, and you reminded me to update this thread. Thanks!
– swajak
Jan 30 '17 at 22:32
add a comment |
To get into the slack I just run slack command in commandline with the magic link as argument.
slack slack://ABCDSF4MR/magic-login/892109304726-LONG_SECRETKEY
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%2f820900%2fslack-fails-to-open-links-in-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm on fresh Ubuntu/Chrome/Slack and links were opening blank tabs in Chrome. This AskUbuntu answer worked for me:
Open file:
$HOME/.local/share/applications/google-chrome.desktop
Find the line:
Exec=/opt/google/chrome/chrome
Add a space and
%U:
Exec=/opt/google/chrome/chrome %U
Then save the file.
Particularly, forgetting the argument is an easy mistake to make when creating your own desktop files, so this was exactly what I needed.
– Kat
May 23 '17 at 18:35
its work for me! find file sudo find -name 'google-chrome.desktop' and edit nano ./.local/share/applications/google-chrome.desktop
– des1roer
Nov 28 '17 at 10:41
add a comment |
I'm on fresh Ubuntu/Chrome/Slack and links were opening blank tabs in Chrome. This AskUbuntu answer worked for me:
Open file:
$HOME/.local/share/applications/google-chrome.desktop
Find the line:
Exec=/opt/google/chrome/chrome
Add a space and
%U:
Exec=/opt/google/chrome/chrome %U
Then save the file.
Particularly, forgetting the argument is an easy mistake to make when creating your own desktop files, so this was exactly what I needed.
– Kat
May 23 '17 at 18:35
its work for me! find file sudo find -name 'google-chrome.desktop' and edit nano ./.local/share/applications/google-chrome.desktop
– des1roer
Nov 28 '17 at 10:41
add a comment |
I'm on fresh Ubuntu/Chrome/Slack and links were opening blank tabs in Chrome. This AskUbuntu answer worked for me:
Open file:
$HOME/.local/share/applications/google-chrome.desktop
Find the line:
Exec=/opt/google/chrome/chrome
Add a space and
%U:
Exec=/opt/google/chrome/chrome %U
Then save the file.
I'm on fresh Ubuntu/Chrome/Slack and links were opening blank tabs in Chrome. This AskUbuntu answer worked for me:
Open file:
$HOME/.local/share/applications/google-chrome.desktop
Find the line:
Exec=/opt/google/chrome/chrome
Add a space and
%U:
Exec=/opt/google/chrome/chrome %U
Then save the file.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Jan 30 '17 at 22:32
swajakswajak
23125
23125
Particularly, forgetting the argument is an easy mistake to make when creating your own desktop files, so this was exactly what I needed.
– Kat
May 23 '17 at 18:35
its work for me! find file sudo find -name 'google-chrome.desktop' and edit nano ./.local/share/applications/google-chrome.desktop
– des1roer
Nov 28 '17 at 10:41
add a comment |
Particularly, forgetting the argument is an easy mistake to make when creating your own desktop files, so this was exactly what I needed.
– Kat
May 23 '17 at 18:35
its work for me! find file sudo find -name 'google-chrome.desktop' and edit nano ./.local/share/applications/google-chrome.desktop
– des1roer
Nov 28 '17 at 10:41
Particularly, forgetting the argument is an easy mistake to make when creating your own desktop files, so this was exactly what I needed.
– Kat
May 23 '17 at 18:35
Particularly, forgetting the argument is an easy mistake to make when creating your own desktop files, so this was exactly what I needed.
– Kat
May 23 '17 at 18:35
its work for me! find file sudo find -name 'google-chrome.desktop' and edit nano ./.local/share/applications/google-chrome.desktop
– des1roer
Nov 28 '17 at 10:41
its work for me! find file sudo find -name 'google-chrome.desktop' and edit nano ./.local/share/applications/google-chrome.desktop
– des1roer
Nov 28 '17 at 10:41
add a comment |
This was actually a problem with Google Chrome itself. Updated version fixed it.
1
Can you tell me which Chrome version you're running, that links work in? I'm having this same issue with 16.10
– swajak
Jan 30 '17 at 20:17
I don't remember which one it was -- I'm usingGoogle Chrome 55.0.2883.87now and it's been fine.
– Nick Sweet
Jan 30 '17 at 22:21
Thanks. I did end up getting it working, and you reminded me to update this thread. Thanks!
– swajak
Jan 30 '17 at 22:32
add a comment |
This was actually a problem with Google Chrome itself. Updated version fixed it.
1
Can you tell me which Chrome version you're running, that links work in? I'm having this same issue with 16.10
– swajak
Jan 30 '17 at 20:17
I don't remember which one it was -- I'm usingGoogle Chrome 55.0.2883.87now and it's been fine.
– Nick Sweet
Jan 30 '17 at 22:21
Thanks. I did end up getting it working, and you reminded me to update this thread. Thanks!
– swajak
Jan 30 '17 at 22:32
add a comment |
This was actually a problem with Google Chrome itself. Updated version fixed it.
This was actually a problem with Google Chrome itself. Updated version fixed it.
answered Sep 11 '16 at 17:23
Nick SweetNick Sweet
15116
15116
1
Can you tell me which Chrome version you're running, that links work in? I'm having this same issue with 16.10
– swajak
Jan 30 '17 at 20:17
I don't remember which one it was -- I'm usingGoogle Chrome 55.0.2883.87now and it's been fine.
– Nick Sweet
Jan 30 '17 at 22:21
Thanks. I did end up getting it working, and you reminded me to update this thread. Thanks!
– swajak
Jan 30 '17 at 22:32
add a comment |
1
Can you tell me which Chrome version you're running, that links work in? I'm having this same issue with 16.10
– swajak
Jan 30 '17 at 20:17
I don't remember which one it was -- I'm usingGoogle Chrome 55.0.2883.87now and it's been fine.
– Nick Sweet
Jan 30 '17 at 22:21
Thanks. I did end up getting it working, and you reminded me to update this thread. Thanks!
– swajak
Jan 30 '17 at 22:32
1
1
Can you tell me which Chrome version you're running, that links work in? I'm having this same issue with 16.10
– swajak
Jan 30 '17 at 20:17
Can you tell me which Chrome version you're running, that links work in? I'm having this same issue with 16.10
– swajak
Jan 30 '17 at 20:17
I don't remember which one it was -- I'm using
Google Chrome 55.0.2883.87 now and it's been fine.– Nick Sweet
Jan 30 '17 at 22:21
I don't remember which one it was -- I'm using
Google Chrome 55.0.2883.87 now and it's been fine.– Nick Sweet
Jan 30 '17 at 22:21
Thanks. I did end up getting it working, and you reminded me to update this thread. Thanks!
– swajak
Jan 30 '17 at 22:32
Thanks. I did end up getting it working, and you reminded me to update this thread. Thanks!
– swajak
Jan 30 '17 at 22:32
add a comment |
To get into the slack I just run slack command in commandline with the magic link as argument.
slack slack://ABCDSF4MR/magic-login/892109304726-LONG_SECRETKEY
add a comment |
To get into the slack I just run slack command in commandline with the magic link as argument.
slack slack://ABCDSF4MR/magic-login/892109304726-LONG_SECRETKEY
add a comment |
To get into the slack I just run slack command in commandline with the magic link as argument.
slack slack://ABCDSF4MR/magic-login/892109304726-LONG_SECRETKEY
To get into the slack I just run slack command in commandline with the magic link as argument.
slack slack://ABCDSF4MR/magic-login/892109304726-LONG_SECRETKEY
answered Oct 30 '17 at 7:40
Shiplu MokaddimShiplu Mokaddim
2411518
2411518
add a comment |
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%2f820900%2fslack-fails-to-open-links-in-ubuntu-14-04%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