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 98918 - [ui-review] Default applications UI review
[ui-review] Default applications UI review
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Preferred applications
2.1.x
Other other
: Normal minor
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 90263 98917 (view as bug list)
Depends on:
Blocks: 115435
 
 
Reported: 2002-11-18 19:08 UTC by Andrew Sobala
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
Screenshot of text editor selection (20.80 KB, image/png)
2002-11-23 18:23 UTC, Andrew Sobala
  Details
Web browser option 1 (14.94 KB, image/png)
2002-11-23 18:23 UTC, Andrew Sobala
  Details
Web browser option 2 (18.60 KB, image/png)
2002-11-23 18:24 UTC, Andrew Sobala
  Details
half-finished patch (111.99 KB, patch)
2002-12-09 22:45 UTC, Andrew Sobala
needs-work Details | Review
Proposed patch for comment #13 (9.01 KB, patch)
2004-05-09 23:48 UTC, Michael Terry
committed Details | Review

Description Andrew Sobala 2002-11-18 19:08:28 UTC
UI Review:

- Needs a window icon
- HIG borderless/bold labels etc..
- Could the 3 tabs be combined into just one page with (borderless) frames?
(not essential to closing this bug)
- 'Select a Web Browser:' and 'Custom Web Browser:' don't fit well together
- ones a verb and ones a noun
-- s/Select a Web Browser/Select a web browser/
-- s/Custom Web Browser/Use a custom web browser/
- Remove the 'Command:' label, it's not needed
-- or perhaps just move the label and text entry down and indent
-- perhaps add a 'Browse' button?
- s/Start in Terminal/Run in a terminal
-- for consistancy with the Run dialog in the panel
- Properties dialog in Text Editor should be moved into main dialog
- s/This app needs to be run in a shell/Run in a terminal/
- s/This app can open multiple files/Editor can open multiple files/
- s/Select an Editor:/Select an editor:/
- s/Custom Editor/Use a custom editor:/
- s/Select a Terminal/Select a terminal
- s/Custom Terminal/Use a custom terminal/
- s/Gnome Terminal/GNOME Terminal/
- Command label and text entry moved down and indented
- Exec Flag entry is too large
-- doesn't make too much sense, since the user is expected to type %s in
the Web Browser tab? (NB, this is broken anyway - see bug 90592)
Comment 1 Andrew Sobala 2002-11-18 19:09:19 UTC
*** Bug 98917 has been marked as a duplicate of this bug. ***
Comment 2 Eugene O'Connor 2002-11-19 19:08:06 UTC
Regarding s/Run in Terminal/Run in a terminal, the Run dialog 
currently says "Run in terminal" not "Run in a terminal" (unless 
there's been a recent change). Whatever the text is, it should be the 
same in all instances.
Comment 3 Andrew Sobala 2002-11-23 12:56:07 UTC
assign->self

I'll look at these issues shortly
Comment 4 Andrew Sobala 2002-11-23 18:23:37 UTC
Created attachment 12507 [details]
Screenshot of text editor selection
Comment 5 Andrew Sobala 2002-11-23 18:23:59 UTC
Created attachment 12508 [details]
Web browser option 1
Comment 6 Andrew Sobala 2002-11-23 18:24:21 UTC
Created attachment 12509 [details]
Web browser option 2
Comment 7 Andrew Sobala 2002-11-23 18:30:23 UTC
usability-maint, I need an opinion. Ignore the broken bits of the
screenshots, because they _are_ broken :-)

Given that we have the text editor selection shown in attachment
12507 [details], should the command entry in other tabs be:

1) Next to the option button as in attachment 12508 [details],
2) Below the option button as in attachment 12509 [details], producing many
"lines of alignment"
3) As 2, but with the text box vertically below the option box to
reduce the number of "lines of alignment." However, this leaves loads
of space. And it's a pain to code the layout :-)

This doesn't just apply to the web brower selection, it also applies
to the help viewer selection but that is hidden at the moment so I'm
guessing that it won't be available till post 2.2.

What do you think?
Comment 8 Andrew Sobala 2002-11-25 20:50:59 UTC
Actually, ignore my comments above because I've figured out the
answer. In all 3 dialogs, especially the text editor selection dialog,
we just want 2 main lines of alignment.
Comment 9 Andrew Sobala 2002-11-25 20:58:57 UTC
*** Bug 90263 has been marked as a duplicate of this bug. ***
Comment 10 Andrew Sobala 2002-12-09 22:44:36 UTC
Actually, I'm going to miss freezes. So I'm attaching a patch of what
I have so far - some of the code needs rehooking to the UI - hoping
someone can take it from here.
Comment 11 Andrew Sobala 2002-12-09 22:45:13 UTC
Created attachment 12883 [details] [review]
half-finished patch
Comment 12 Andrew Sobala 2003-09-25 15:45:19 UTC
Reassigning preferred applications bugs into the component that, for some
reason, didn't exist until now. Filter for "Andrew doing reassignment work" to
get rid of this e-mail spam.
Comment 13 Bryan W Clark 2004-02-06 19:53:35 UTC
What's left of this review:

-- Needs a window icon
-- s/Start in Terminal/Run in a terminal
-- Radio Button Labels need sentance capitilzation
http://developer.gnome.org/projects/gup/hig/draft_hig_new/design-text-labels.html#layout-capitalization
- s/This app needs to be run in a shell/Run in a terminal/

What I've changed that still needs to be done:

- s/This app can open multiple files/Can open multiple files/
-- s/Select a Web Browswer/Select
-- s/Custom Web Browser/Custom
- s/Select an Editor:/Select
- s/Custom Editor/Custom
- s/Select a Terminal/Select
- s/Custom Terminal/Custom
- s/Gnome Terminal/GNOME Terminal

I've left out the others I don't think are necessary.
Comment 14 Michael Terry 2004-05-09 23:48:30 UTC
Created attachment 27518 [details] [review]
Proposed patch for comment #13

This patch addresses all items in comment #13 and fixes a mnemonic from m to f
because there was a conflict.
Comment 15 Michael Terry 2004-05-09 23:48:55 UTC
Adding PATCH keyword.
Comment 16 Jody Goldberg 2004-05-11 17:03:10 UTC
Comment on attachment 27518 [details] [review]
Proposed patch for comment #13

looks good please commit to head
Comment 17 Michael Terry 2004-05-11 17:37:08 UTC
I don't have cvs write access.  Please commit for me.
Comment 18 Vincent Noel 2004-08-04 15:19:46 UTC
Ping : can somebody commit this patch ?
Comment 19 Bryan W Clark 2004-09-29 03:18:09 UTC
crap, did we miss this patch?  If g-c-c has branched now would be a good time to
apply this.  Adding easy-fix to this since it either requires small fix ups or
just someone with cvs access and inclination ;-)
Comment 20 Vincent Noel 2004-09-29 13:38:56 UTC
I've just checked and it still applies to the capplet (the changelog part has to
be updated but the rest is fine). I don't think g-c-c has branched though.
Comment 21 Sebastien Bacher 2004-11-26 14:41:49 UTC
The first part of the patch was already fixed in the CVS, I've commited the rest
of the changes, thanks !