This is a discussion on Default file manager within the Debian Linux Users forum forums, part of the Debian Linux category; --> Hi All! I'm using GNOME Desktop Environment. I was interested in alternative file managers and tried to install Thunar ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All! I'm using GNOME Desktop Environment. I was interested in alternative file managers and tried to install Thunar file manager. I don't know how but it became default file manager and when opening from menu Places any location starts Thunar instead of Nautilus. When trying to set up default application for the folder the field Open Folder could not be selected and default is selected Open with Thunar. I removed Thunar package but no result. This field is still present. How to remove Thunar and make Nautilus open all Folders and Places? -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| Artur G. Sibagatullin wrote: > Hi All! I'm using GNOME Desktop Environment. I was interested in > alternative file managers and tried to install Thunar file manager. I > don't know how but it became default file manager and when opening from > menu Places any location starts Thunar instead of Nautilus. When trying > to set up default application for the folder the field Open Folder could > not be selected and default is selected Open with Thunar. I removed > Thunar package but no result. This field is still present. How to remove > Thunar and make Nautilus open all Folders and Places? Reinstalling/reconfiguring nautilus may work: # aptitude reinstall nautilus or # dpkg-reconfigure nautilus Regards David Staer -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/27/08 05:32, Artur G. Sibagatullin wrote: >> Reinstalling/reconfiguring nautilus may work: >> # aptitude reinstall nautilus >> or >> # dpkg-reconfigure nautilus > Absolutely no result. I remove dthunar package with > #aptitude remove thunar > but Open Folder field still can't be selected and thunar field is > present. See attach Have you tried restarting X? - -- Ron Johnson, Jr. Jefferson LA USA "Kittens give Morbo gas. In lighter news, the city of New New York is doomed." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkhkxxoACgkQS9HxQb37XmfeIQCfTcFHRXcXSw uCW9wB9yNt/26m kEcAoLq3swbbljsyf+MVHkAZ4ahwiZqU =QFyG -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| > Have you tried restarting X? Yes. I restarted it -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| El vie, 27-06-2008 a las 15:10 +0400, Artur G. Sibagatullin escribió: > > Have you tried restarting X? > Yes. I restarted it > aptitude purge thunar && aptitude reinstall nautilus If that doesn't do the trick, try finding a line like this: x-directory/.*=Thunar-folder-handler.desktop;nautilus-folder-handler.desktop; in the file /usr/share/applications/mimeinfo.cache and replace it with something like this: x-directory/.*=nautilus-folder-handler.desktop; I remember this working back when etch was testing, not sure now. -- Gabriel Parrondo GNU/Linux User #404138 GnuPG Public Key ID: BED7BF43 JID: gabrielp@xmpp.us "The only difference between theory and practice is that, in theory, there's no difference between theory and practice." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: GnuPG digital signature iD8DBQBIZOmjIOmrXr7Xv0MRAl/1AJ9RmaI2vMwGYNdiSLdvAoywh9aqZwCgkxWu N4Ejx3BLquMkLb6qy4o0ie0= =o98U -----END PGP SIGNATURE----- |
| |||
| Artur G. Sibagatullin wrote: > How to remove Thunar and make Nautilus open all Folders and Places? I think if we are going to edit the folder opening handler manually, then surely it would be where the rest of the file handler entries would be. Where is that? Would there be some sort of freedesktop standard for it or something? Regards David Staer -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| On Fri, 2008-06-27 at 14:32 +0400, Artur G. Sibagatullin wrote: > > Reinstalling/reconfiguring nautilus may work: > > # aptitude reinstall nautilus > > or > > # dpkg-reconfigure nautilus > Absolutely no result. I remove dthunar package with > #aptitude remove thunar > but Open Folder field still can't be selected and thunar field is > present. Are you restarting your Gnome session after you make changes? Such changes aren't instant, you have to run the file manager again. Easiest way is to log out and log back in. -- Paul Johnson baloo@ursine.ca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkhlSzAACgkQA22gUiMA/Py5eACfXd/GAo1PZjn2+QSz6Mkl0xTI i/sAoIaFZdvX5e9pQAHYkaUl05PHbY9X =k+LS -----END PGP SIGNATURE----- |
| |||
| > aptitude purge thunar && aptitude reinstall nautilus > If that doesn't do the trick, try finding a line like this: > x-directory/.*=Thunar-folder-handler.desktop;nautilus-folder-handler.desktop; > in the file /usr/share/applications/mimeinfo.cache and replace it with > something like this: > x-directory/.*=nautilus-folder-handler.desktop; > I remember this working back when etch was testing, not sure now. Very big thanks. It works! -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| One more question. File /usr/share/applications/mimeinfo.cache is sytemwide. And where are the settings for user gnome mime types? -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| ||||
| El mar, 01-07-2008 a las 17:39 +0400, Artur G. Sibagatullin escribió: > One more question. File /usr/share/applications/mimeinfo.cache is > sytemwide. > And where are the settings for user gnome mime types? > In '.local/share/mime/packages', apparently. Take a look at this site: http://library.gnome.org/admin/syste...ifying.html.en -- Gabriel Parrondo GNU/Linux User #404138 GnuPG Public Key ID: BED7BF43 JID: gabrielp@xmpp.us "The only difference between theory and practice is that, in theory, there's no difference between theory and practice." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: GnuPG digital signature iD8DBQBIam4EIOmrXr7Xv0MRAiUyAJwJdxN+awcdRW4uM10/aAx/RNzyKgCgsTqN RM6HuSGLOFYIw1/ZD+byETA= =76tu -----END PGP SIGNATURE----- |