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 129688 - Click number to execute command desktop integration
Click number to execute command desktop integration
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: mailcheck
git master
Other Linux
: High normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 135465 (view as bug list)
Depends on:
Blocks: 131223
 
 
Reported: 2003-12-19 15:31 UTC by Nickolay V. Shmyrev
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (2.35 KB, patch)
2003-12-19 15:31 UTC, Nickolay V. Shmyrev
none Details | Review

Description Nickolay V. Shmyrev 2003-12-19 15:31:06 UTC
My nautilus takes single click to activate any program, but mailcheck
starts evolution only on double-click. 

I propose checking nautilus gconf key to use single or double click (default)
to activate command.
Comment 1 Nickolay V. Shmyrev 2003-12-19 15:31:54 UTC
Created attachment 22568 [details] [review]
Proposed patch
Comment 2 Luis Villa 2003-12-30 01:41:02 UTC
Hrm... probably this should be consistent across all applets that have
a pop-up behavior, no?
Comment 3 Nickolay V. Shmyrev 2004-01-10 18:59:06 UTC
Well, I think, I can propose a patch for system monitor applet. What 
other applets need's to be patched? 
Comment 4 Kevin Vandersloot 2004-01-11 15:03:11 UTC
We need to first have a usability recomendation for applet behavior.
Calum is working on it at the moment I think.
Comment 5 Nickolay V. Shmyrev 2004-01-20 17:59:53 UTC
Agree, but it would be nice to see it in 2.6.  
Comment 6 Dennis Smit 2004-02-26 12:39:17 UTC
*** Bug 135465 has been marked as a duplicate of this bug. ***
Comment 7 Calum Benson 2004-02-26 16:48:17 UTC
cc'ing myself so I can think about this a bit :)  Haven't really got
very far yet with that proposal I was meant to be writing up, bah :/
Comment 8 Calum Benson 2004-02-27 18:10:20 UTC
Hmm, well, in general I'm in favour of moving to single click for
everything on the panel... I'm not really convinced that it should be
dependent on the Nautilus preference though.  Even though most people
will continue to use the default double-click style for nautilus, it
seems kind of unnecessary to make them double-click panel objects as
well, while single click is sitting around doing nothing.

The main danger is that people used to double-clicking might then open
two instances of something-or-other on the panel, but to be honest I'd
consider that a bug against the something-or-other in most cases :)
Comment 9 Dennis Smit 2004-02-28 03:40:39 UTC
I think i agree with calum on this. Most functions within panel
are already single click anyway so it's nice and consistent with
each other.

How do we proceed here ? shall we fix this for 2.6 ?
Comment 10 Nickolay V. Shmyrev 2004-02-28 12:21:54 UTC
> I'm not really convinced that it should be 
>dependent on the Nautilus preference though.  
 
It is not only Nautilus preferences, it can be viewed as common 
desktop preferences. Do we think about integration? 
 
>The main danger is that people used to double-clicking might then 
open 
>two instances of something-or-other on the panel, but to be honest 
I'd 
>consider that a bug against the something-or-other in most cases :) 
 
Well, if you want to be constistent, you should eliminate single 
click even in nautilus, everywere on desktop. 
 
Comment 11 Dennis Smit 2004-06-10 16:05:44 UTC
Based on:
 http://developer.gnome.org/projects/gup/hig/1.0/userinput.html#mouse-interaction-applets

We're going for single click.

Marking fixed.

__
2004-06-10  Dennis Smit  <ds@nerds-incorporated.org>

        * mailcheck.c (exec_clicked_cmd): Open on
        single click instead of double based on:

       
http://developer.gnome.org/projects/gup/hig/1.0/userinput.html#mouse-interaction-applets

        (mailcheck_properties_page): Removed references to
        double clicks. Instead just use 'clicked'.

        Fixes bug: #129688.