After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 553237 - opening a directory using an application change associations incorrectly
opening a directory using an application change associations incorrectly
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] GIO
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 540075 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-09-22 10:12 UTC by Sebastien Bacher
Modified: 2008-10-17 10:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Sebastien Bacher 2008-09-22 10:12:37 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/260492

"Right click on folder->Open with app->
Now clicking places->homefolder that previously selected app starts, instead of nautilus."
Comment 1 Cosimo Cecchi 2008-09-22 11:23:43 UTC
Reproducible here, but I am not really sure what the bug is, as I think it's (bad but) coherent behavior.
Maybe we should just forbid associating apps other than a file manager to directories?
Comment 2 Cosimo Cecchi 2008-09-23 17:13:44 UTC
*** Bug 540075 has been marked as a duplicate of this bug. ***
Comment 3 Sebastien Bacher 2008-09-26 13:24:42 UTC
is there any reason opening something using an another application should change the default association?
Comment 4 Alexander Larsson 2008-10-06 09:53:54 UTC
<alex> Hmm, i don't think it actually sets the default
<alex> it just sets that this app handles that type
<alex> or something like that
<alex> and then it goes weird because nautilus isn't listed for folder types or something
<alex> will have to research
Comment 5 Sebastien Bacher 2008-10-06 20:54:24 UTC
no, it does set it as default:

- right click on a pjg
- select the open with option and type emacs in the text entry
- validate the choice, emacs is used to open the jpg

now double click on a jpg emacs is used by default
Comment 6 Alexia Death 2008-10-11 06:26:13 UTC
Happened to me with vlc and folders. the default handler was set to vlc after opening it once.
Comment 7 Sebastien Bacher 2008-10-17 10:28:00 UTC
the bug has been fixed in svn

2008-10-13  Alexander Larsson  <alexl@redhat.com>

        * libnautilus-private/nautilus-open-with-dialog.c:
        (add_or_find_application):
	Don't set default when opening with other app, just
	add to open with list.