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 539954 - Unclickable dialogue box steals focus when an executable text file is double clicked in nautilus.
Unclickable dialogue box steals focus when an executable text file is double ...
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] GIO
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-24 13:58 UTC by Sebastien Bacher
Modified: 2008-10-20 09:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Sebastien Bacher 2008-06-24 13:58:34 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/238425

"Nautilus 2.22.2

If a text file has executable permissions set and is double clicked in nautilus the following occurs.
A dialogue box saying

Do you want to run "test.c", or display it's contents?
"test.c" is an executable text file.

There are four options:

Run in terminal
Display
Cancel
Run

This is as it should be.

After a short delay another dialogue box appears and steals focus from the first.
The message is:

Opening "test.c"
You can stop this operation by clicking cancel.

The dialogue contains a single cancel button.

The button is unclickable.

The only way to get rid of the window is to change focus back to the first dialogue and select and option. Both dialogues are then destroyed.

Problem occurs whether text file is really executable or not.

http://launchpadlibrarian.net/15129884/nbug.png
screenshot"
Comment 1 Alexander Larsson 2008-10-20 09:41:44 UTC
2008-10-20  Alexander Larsson  <alexl@redhat.com>

        * libnautilus-private/nautilus-mime-actions.c:
        (pause_activation_timed_cancel):
        (unpause_activation_timed_cancel):
        (activate_mount_op_active):
        (activate_files):
	Don't show timeout-based cancel when showing the "run or display"
	dialog. (#539954)