Can't open Nautilus Windows from external programs on Ubuntu 18.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm running Ubuntu 18.10 and yesterday I ran a sudo apt-get update && sudo apt-get upgrade
as soon as I first booted.
Then, I tried using File Roller to extract a .tar.gz and the window just turned dark (as if it weren't responding) and I couldn't close it from itself or from the Gnome dock. I didn't gave it much thought and carried on with my day with that window still open and Nautilus working just fine when executed from the Dock Icon out from a terminal.
Later, I was installing Calibre (e-book management software) version 3.40.1 using it's default binary install (https://calibre-ebook.com/download_linux) and tried adding a book to my library. The program opened a Zenity window with a broken icon that couldn't be opened from the gnome dock, but hovering over it I could see it was a Nautilus window.
My guess is that Nautilus is not able to open itself from external programs and would like to know if anyone else ever had that problem, because googling was insufficient. Sorry about the lack of screenshots, I'm away from home and can post them later
EDIT: I reisntalled Calibre via apt, so the version is older than the one from the site's binary install. Still, it did not work properly.
Output of apt-cache policy nautilus calibre file-roller
:
nautilus:
Instalado: 1:3.26.4-0ubuntu7.1
Candidato: 1:3.26.4-0ubuntu7.1
Tabela de versão:
*** 1:3.26.4-0ubuntu7.1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages
100 /var/lib/dpkg/status
1:3.26.4-0ubuntu7 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
calibre:
Instalado: 3.31.0+dfsg-1
Candidato: 3.31.0+dfsg-1
Tabela de versão:
*** 3.31.0+dfsg-1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
500 http://br.archive.ubuntu.com/ubuntu cosmic/universe i386 Packages
100 /var/lib/dpkg/status
file-roller:
Instalado: 3.30.1-1
Candidato: 3.30.1-1
Tabela de versão:
*** 3.30.1-1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
100 /var/lib/dpkg/status
Output of nautilus --version
:GNOME nautilus 3.26.4
Output of which nautilus
:/usr/bin/nautilus
Output of file-roller --version
:file-roller 3.30.1, Copyright © 2001-2012 Free Software Foundation, Inc.
Output of which file-roller
:/usr/bin/file-roller
Output of calibre --version
:calibre (calibre 3.31)
Output of which calibre
:/usr/bin/calibre
nautilus gnome-shell 18.10
add a comment |
I'm running Ubuntu 18.10 and yesterday I ran a sudo apt-get update && sudo apt-get upgrade
as soon as I first booted.
Then, I tried using File Roller to extract a .tar.gz and the window just turned dark (as if it weren't responding) and I couldn't close it from itself or from the Gnome dock. I didn't gave it much thought and carried on with my day with that window still open and Nautilus working just fine when executed from the Dock Icon out from a terminal.
Later, I was installing Calibre (e-book management software) version 3.40.1 using it's default binary install (https://calibre-ebook.com/download_linux) and tried adding a book to my library. The program opened a Zenity window with a broken icon that couldn't be opened from the gnome dock, but hovering over it I could see it was a Nautilus window.
My guess is that Nautilus is not able to open itself from external programs and would like to know if anyone else ever had that problem, because googling was insufficient. Sorry about the lack of screenshots, I'm away from home and can post them later
EDIT: I reisntalled Calibre via apt, so the version is older than the one from the site's binary install. Still, it did not work properly.
Output of apt-cache policy nautilus calibre file-roller
:
nautilus:
Instalado: 1:3.26.4-0ubuntu7.1
Candidato: 1:3.26.4-0ubuntu7.1
Tabela de versão:
*** 1:3.26.4-0ubuntu7.1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages
100 /var/lib/dpkg/status
1:3.26.4-0ubuntu7 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
calibre:
Instalado: 3.31.0+dfsg-1
Candidato: 3.31.0+dfsg-1
Tabela de versão:
*** 3.31.0+dfsg-1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
500 http://br.archive.ubuntu.com/ubuntu cosmic/universe i386 Packages
100 /var/lib/dpkg/status
file-roller:
Instalado: 3.30.1-1
Candidato: 3.30.1-1
Tabela de versão:
*** 3.30.1-1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
100 /var/lib/dpkg/status
Output of nautilus --version
:GNOME nautilus 3.26.4
Output of which nautilus
:/usr/bin/nautilus
Output of file-roller --version
:file-roller 3.30.1, Copyright © 2001-2012 Free Software Foundation, Inc.
Output of which file-roller
:/usr/bin/file-roller
Output of calibre --version
:calibre (calibre 3.31)
Output of which calibre
:/usr/bin/calibre
nautilus gnome-shell 18.10
Please add output ofapt-cache policy nautilus calibre file-roller
along withnautilus --version
,which nautilus
,file-roller --version
,which file-roller
andcalibre --version
,which calibre
.
– N0rbert
Apr 5 at 9:17
I edited the post accordingly, thanks!
– C0olber
Apr 7 at 22:59
add a comment |
I'm running Ubuntu 18.10 and yesterday I ran a sudo apt-get update && sudo apt-get upgrade
as soon as I first booted.
Then, I tried using File Roller to extract a .tar.gz and the window just turned dark (as if it weren't responding) and I couldn't close it from itself or from the Gnome dock. I didn't gave it much thought and carried on with my day with that window still open and Nautilus working just fine when executed from the Dock Icon out from a terminal.
Later, I was installing Calibre (e-book management software) version 3.40.1 using it's default binary install (https://calibre-ebook.com/download_linux) and tried adding a book to my library. The program opened a Zenity window with a broken icon that couldn't be opened from the gnome dock, but hovering over it I could see it was a Nautilus window.
My guess is that Nautilus is not able to open itself from external programs and would like to know if anyone else ever had that problem, because googling was insufficient. Sorry about the lack of screenshots, I'm away from home and can post them later
EDIT: I reisntalled Calibre via apt, so the version is older than the one from the site's binary install. Still, it did not work properly.
Output of apt-cache policy nautilus calibre file-roller
:
nautilus:
Instalado: 1:3.26.4-0ubuntu7.1
Candidato: 1:3.26.4-0ubuntu7.1
Tabela de versão:
*** 1:3.26.4-0ubuntu7.1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages
100 /var/lib/dpkg/status
1:3.26.4-0ubuntu7 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
calibre:
Instalado: 3.31.0+dfsg-1
Candidato: 3.31.0+dfsg-1
Tabela de versão:
*** 3.31.0+dfsg-1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
500 http://br.archive.ubuntu.com/ubuntu cosmic/universe i386 Packages
100 /var/lib/dpkg/status
file-roller:
Instalado: 3.30.1-1
Candidato: 3.30.1-1
Tabela de versão:
*** 3.30.1-1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
100 /var/lib/dpkg/status
Output of nautilus --version
:GNOME nautilus 3.26.4
Output of which nautilus
:/usr/bin/nautilus
Output of file-roller --version
:file-roller 3.30.1, Copyright © 2001-2012 Free Software Foundation, Inc.
Output of which file-roller
:/usr/bin/file-roller
Output of calibre --version
:calibre (calibre 3.31)
Output of which calibre
:/usr/bin/calibre
nautilus gnome-shell 18.10
I'm running Ubuntu 18.10 and yesterday I ran a sudo apt-get update && sudo apt-get upgrade
as soon as I first booted.
Then, I tried using File Roller to extract a .tar.gz and the window just turned dark (as if it weren't responding) and I couldn't close it from itself or from the Gnome dock. I didn't gave it much thought and carried on with my day with that window still open and Nautilus working just fine when executed from the Dock Icon out from a terminal.
Later, I was installing Calibre (e-book management software) version 3.40.1 using it's default binary install (https://calibre-ebook.com/download_linux) and tried adding a book to my library. The program opened a Zenity window with a broken icon that couldn't be opened from the gnome dock, but hovering over it I could see it was a Nautilus window.
My guess is that Nautilus is not able to open itself from external programs and would like to know if anyone else ever had that problem, because googling was insufficient. Sorry about the lack of screenshots, I'm away from home and can post them later
EDIT: I reisntalled Calibre via apt, so the version is older than the one from the site's binary install. Still, it did not work properly.
Output of apt-cache policy nautilus calibre file-roller
:
nautilus:
Instalado: 1:3.26.4-0ubuntu7.1
Candidato: 1:3.26.4-0ubuntu7.1
Tabela de versão:
*** 1:3.26.4-0ubuntu7.1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages
100 /var/lib/dpkg/status
1:3.26.4-0ubuntu7 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
calibre:
Instalado: 3.31.0+dfsg-1
Candidato: 3.31.0+dfsg-1
Tabela de versão:
*** 3.31.0+dfsg-1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
500 http://br.archive.ubuntu.com/ubuntu cosmic/universe i386 Packages
100 /var/lib/dpkg/status
file-roller:
Instalado: 3.30.1-1
Candidato: 3.30.1-1
Tabela de versão:
*** 3.30.1-1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
100 /var/lib/dpkg/status
Output of nautilus --version
:GNOME nautilus 3.26.4
Output of which nautilus
:/usr/bin/nautilus
Output of file-roller --version
:file-roller 3.30.1, Copyright © 2001-2012 Free Software Foundation, Inc.
Output of which file-roller
:/usr/bin/file-roller
Output of calibre --version
:calibre (calibre 3.31)
Output of which calibre
:/usr/bin/calibre
nautilus gnome-shell 18.10
nautilus gnome-shell 18.10
edited Apr 7 at 22:58
C0olber
asked Apr 4 at 12:03
C0olberC0olber
65
65
Please add output ofapt-cache policy nautilus calibre file-roller
along withnautilus --version
,which nautilus
,file-roller --version
,which file-roller
andcalibre --version
,which calibre
.
– N0rbert
Apr 5 at 9:17
I edited the post accordingly, thanks!
– C0olber
Apr 7 at 22:59
add a comment |
Please add output ofapt-cache policy nautilus calibre file-roller
along withnautilus --version
,which nautilus
,file-roller --version
,which file-roller
andcalibre --version
,which calibre
.
– N0rbert
Apr 5 at 9:17
I edited the post accordingly, thanks!
– C0olber
Apr 7 at 22:59
Please add output of
apt-cache policy nautilus calibre file-roller
along with nautilus --version
, which nautilus
, file-roller --version
, which file-roller
and calibre --version
, which calibre
.– N0rbert
Apr 5 at 9:17
Please add output of
apt-cache policy nautilus calibre file-roller
along with nautilus --version
, which nautilus
, file-roller --version
, which file-roller
and calibre --version
, which calibre
.– N0rbert
Apr 5 at 9:17
I edited the post accordingly, thanks!
– C0olber
Apr 7 at 22:59
I edited the post accordingly, thanks!
– C0olber
Apr 7 at 22:59
add a comment |
1 Answer
1
active
oldest
votes
I figured it out. Nautilus was opening as expected, but in the desktop of my second monitor, which was shut off this whole time. I'm not very smart.
New contributor
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%2f1131177%2fcant-open-nautilus-windows-from-external-programs-on-ubuntu-18-10%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 figured it out. Nautilus was opening as expected, but in the desktop of my second monitor, which was shut off this whole time. I'm not very smart.
New contributor
add a comment |
I figured it out. Nautilus was opening as expected, but in the desktop of my second monitor, which was shut off this whole time. I'm not very smart.
New contributor
add a comment |
I figured it out. Nautilus was opening as expected, but in the desktop of my second monitor, which was shut off this whole time. I'm not very smart.
New contributor
I figured it out. Nautilus was opening as expected, but in the desktop of my second monitor, which was shut off this whole time. I'm not very smart.
New contributor
New contributor
answered 2 days ago
C0olberC0olber
65
65
New contributor
New contributor
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%2f1131177%2fcant-open-nautilus-windows-from-external-programs-on-ubuntu-18-10%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
Please add output of
apt-cache policy nautilus calibre file-roller
along withnautilus --version
,which nautilus
,file-roller --version
,which file-roller
andcalibre --version
,which calibre
.– N0rbert
Apr 5 at 9:17
I edited the post accordingly, thanks!
– C0olber
Apr 7 at 22:59