Google Chrome in launcher got replaced
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Today, when I open google chrome from the unity launcher, it's getting stuck in opening homepage. It hangs for 3 seconds and the option to force quit immediately popup.
I tried opening through terminal, google-chrome-stable command, and it opens normally. I think my launcher icon got replaced. One thing I noticed was its not on the same position as last time. Its now on bottom of the list. Also when I hover on it, the launcher name is now my local IP (192.168.99.10) instead of Google Chrome - web Browser and it lost the option for Open a New Window and Open a Private Window when right clicking it. I suspected it got replaced and now loading my local environment, but I'm not sure why it hangs and cannot proceed.
So I searched my /usr/share/applications directory and find google-chrome.desktop, but upon checking it seems normal.
Exec=/usr/bin/google-chrome-stable %U
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;image/webp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
Actions=new-window;new-private-window;
I'm not sure what has caused this and how to fix it. I don't want to run google chrome through terminal every time I needed it.
There wasn't any update and the only thing different that I did was running chrome with a flag from terminal last week once:
google-chrome --disable-web-security --user-data-dir="/tmp/chrome_tmp"
16.04 launcher .desktop
add a comment |
Today, when I open google chrome from the unity launcher, it's getting stuck in opening homepage. It hangs for 3 seconds and the option to force quit immediately popup.
I tried opening through terminal, google-chrome-stable command, and it opens normally. I think my launcher icon got replaced. One thing I noticed was its not on the same position as last time. Its now on bottom of the list. Also when I hover on it, the launcher name is now my local IP (192.168.99.10) instead of Google Chrome - web Browser and it lost the option for Open a New Window and Open a Private Window when right clicking it. I suspected it got replaced and now loading my local environment, but I'm not sure why it hangs and cannot proceed.
So I searched my /usr/share/applications directory and find google-chrome.desktop, but upon checking it seems normal.
Exec=/usr/bin/google-chrome-stable %U
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;image/webp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
Actions=new-window;new-private-window;
I'm not sure what has caused this and how to fix it. I don't want to run google chrome through terminal every time I needed it.
There wasn't any update and the only thing different that I did was running chrome with a flag from terminal last week once:
google-chrome --disable-web-security --user-data-dir="/tmp/chrome_tmp"
16.04 launcher .desktop
add a comment |
Today, when I open google chrome from the unity launcher, it's getting stuck in opening homepage. It hangs for 3 seconds and the option to force quit immediately popup.
I tried opening through terminal, google-chrome-stable command, and it opens normally. I think my launcher icon got replaced. One thing I noticed was its not on the same position as last time. Its now on bottom of the list. Also when I hover on it, the launcher name is now my local IP (192.168.99.10) instead of Google Chrome - web Browser and it lost the option for Open a New Window and Open a Private Window when right clicking it. I suspected it got replaced and now loading my local environment, but I'm not sure why it hangs and cannot proceed.
So I searched my /usr/share/applications directory and find google-chrome.desktop, but upon checking it seems normal.
Exec=/usr/bin/google-chrome-stable %U
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;image/webp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
Actions=new-window;new-private-window;
I'm not sure what has caused this and how to fix it. I don't want to run google chrome through terminal every time I needed it.
There wasn't any update and the only thing different that I did was running chrome with a flag from terminal last week once:
google-chrome --disable-web-security --user-data-dir="/tmp/chrome_tmp"
16.04 launcher .desktop
Today, when I open google chrome from the unity launcher, it's getting stuck in opening homepage. It hangs for 3 seconds and the option to force quit immediately popup.
I tried opening through terminal, google-chrome-stable command, and it opens normally. I think my launcher icon got replaced. One thing I noticed was its not on the same position as last time. Its now on bottom of the list. Also when I hover on it, the launcher name is now my local IP (192.168.99.10) instead of Google Chrome - web Browser and it lost the option for Open a New Window and Open a Private Window when right clicking it. I suspected it got replaced and now loading my local environment, but I'm not sure why it hangs and cannot proceed.
So I searched my /usr/share/applications directory and find google-chrome.desktop, but upon checking it seems normal.
Exec=/usr/bin/google-chrome-stable %U
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;image/webp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
Actions=new-window;new-private-window;
I'm not sure what has caused this and how to fix it. I don't want to run google chrome through terminal every time I needed it.
There wasn't any update and the only thing different that I did was running chrome with a flag from terminal last week once:
google-chrome --disable-web-security --user-data-dir="/tmp/chrome_tmp"
16.04 launcher .desktop
16.04 launcher .desktop
edited Mar 25 at 1:42
pokken
asked Mar 25 at 1:18
pokkenpokken
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
have solved this by deleting all *.desktop files found here
~/.local/share/applications
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%2f1128405%2fgoogle-chrome-in-launcher-got-replaced%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
have solved this by deleting all *.desktop files found here
~/.local/share/applications
add a comment |
have solved this by deleting all *.desktop files found here
~/.local/share/applications
add a comment |
have solved this by deleting all *.desktop files found here
~/.local/share/applications
have solved this by deleting all *.desktop files found here
~/.local/share/applications
answered Apr 1 at 1:05
pokkenpokken
12
12
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%2f1128405%2fgoogle-chrome-in-launcher-got-replaced%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