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 107611 - Have a default panel "name" in the properties dialog
Have a default panel "name" in the properties dialog
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
git master
Other All
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
new-toplevel-todo
Depends on:
Blocks:
 
 
Reported: 2003-03-05 04:15 UTC by Mark McLoughlin
Modified: 2015-03-24 13:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
When u apply this patch, It will give the default panel name as "GNOME Panel" if no name is assigned to the panel. (1.14 KB, patch)
2004-06-05 06:45 UTC, K.S.N.Murthy
needs-work Details | Review
Proposed patch. (10.96 KB, patch)
2004-08-10 19:19 UTC, Christian Neumair
committed Details | Review

Description Mark McLoughlin 2003-03-05 04:15:37 UTC
When a panel has no user specified name we should put whatever we
use as the window title in the name entry. PanelToplevel currently
tries to be funky and come up with names based on the current
panel position, but I'm not sure whether or not this is a good
idea.
Comment 1 Seth Nickell 2003-03-06 06:31:05 UTC
If the automatically inferred names work well most of the time, I
would vote for not including a preference for this.
Comment 2 Vincent Untz 2003-10-09 13:20:07 UTC
I feel it's better to remove the pref unless there's a real usage of
the panel name for the user (but I can't find one).
Comment 3 Arvind S N 2003-10-09 13:48:10 UTC
gnopernicus could prolly read out the name of the panel while
switching between panels.
Comment 4 Seth Nickell 2003-10-16 22:38:09 UTC
If we have reasonable automatic names (shouldn't be terribly hard), I
don't think we should clutter the interface with weird things like
naming (???) panels.
Comment 5 Calum Benson 2003-10-17 17:19:04 UTC
Agreed, I can't imagine people will have so many similarly-placed
panels of the same type that default names based on those two
properties (for example) wouldn't be good enough.
Comment 6 K.S.N.Murthy 2004-06-05 06:45:22 UTC
Created attachment 28362 [details] [review]
When u apply this patch, It will give the default panel name as "GNOME Panel" if no name is assigned to the panel.

This will give the default name "GNOME Panel " to the panel properties.
You can change the name of the panel as usual.
Comment 7 Calum Benson 2004-06-10 16:43:03 UTC
Weren't we kind of in agreement that the name field should just disappear?  

And if we weren't, this patch doesn't seem to do the right thing, to me... as
Mark said right at the top, the default name in the dialog should be the one you
see when you use Ctrl-Alt-Tab to move focus to it, regardless of how sensible or
otherwise we think that name currently is :)
Comment 8 Christian Neumair 2004-08-10 18:35:46 UTC
Calum: So the GConf name thingie should vanish as well, right? If we really
agree on it, I can write some patches. I don't want to waste effort, though.

regs,
 Chris
Comment 9 Bryan W Clark 2004-08-10 18:55:02 UTC
The autogenerated names seem to generate enough perfectly reasonable names so I
don't see a need have a preference for this.  After seeing the JDS accessibility
demo at GUADEC I think the 'GNOME Panel' name is a bad idea.  I chuckled out
loud when I heard gnopernicus say 'Sun Microsystems Java Desktop Top Panel' one
too many times.  The branding is just over the top, while the location
descriptive names sound helpful.

Having a GConf value gives configurability for this and I don't know about
taking that away from admins making their desktop conform to some kind of spec.
 However I don't have a strong opinion on this, I'd defer to the maintainers choice.
Comment 10 Christian Neumair 2004-08-10 19:19:19 UTC
Created attachment 30412 [details] [review]
Proposed patch.

This patch removes the name label/entry from the panel property dialog.
Comment 11 Mark McLoughlin 2004-11-11 09:30:22 UTC
Comment on attachment 30412 [details] [review]
Proposed patch.

Byran's rationale sounds fairly reasonable - please commit Manny