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 645435 - please be quiet by default
please be quiet by default
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-21 18:16 UTC by Bill Nottingham
Modified: 2011-03-23 18:40 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
shell: Add "-v" for verbose option to the shell (4.51 KB, patch)
2011-03-22 16:48 UTC, Bastien Nocera
none Details | Review
shell: Add "-v" for verbose option to the shell (8.08 KB, patch)
2011-03-22 20:05 UTC, Bastien Nocera
committed Details | Review

Description Bill Nottingham 2011-03-21 18:16:43 UTC
$ gnome-control-center sound
(gnome-control-center:22868): sound-cc-panel-DEBUG: Enabling debugging
(gnome-control-center:22868): sound-cc-panel-DEBUG: deleted the custom theme dir
(gnome-control-center:22868): sound-cc-panel-DEBUG: deleted the custom theme dir
(gnome-control-center:22868): sound-cc-panel-DEBUG: Card selection changed
(gnome-control-center:22868): sound-cc-panel-DEBUG: GvcMixerDialog: default source changed: 4294967295
...

$ gnome-control-center user-accounts
(gnome-control-center:24871): user-accounts-cc-panel-DEBUG: calling 'ListCachedUsers'
(gnome-control-center:24871): user-accounts-cc-panel-DEBUG: Got 3 users

(gnome-control-center:24871): user-accounts-cc-panel-DEBUG: adding user Bill Nottingham
...

control-center-2.91.91-1.fc15.x86_64
Comment 1 Bastien Nocera 2011-03-22 14:17:09 UTC
That's a one-liner in the shell log code itself.
Comment 2 Bastien Nocera 2011-03-22 16:48:45 UTC
Created attachment 184096 [details] [review]
shell: Add "-v" for verbose option to the shell

And remove it in the sound panel, so that all the panels
use the same verbose settings.
Comment 3 Bastien Nocera 2011-03-22 20:04:59 UTC
Comment on attachment 184096 [details] [review]
shell: Add "-v" for verbose option to the shell

Missing files.
Comment 4 Bastien Nocera 2011-03-22 20:05:06 UTC
Created attachment 184122 [details] [review]
shell: Add "-v" for verbose option to the shell

And remove it in the sound panel, so that all the panels
use the same verbose settings.
Comment 5 Bastien Nocera 2011-03-23 18:39:56 UTC
Attachment 184122 [details] pushed as d7e4369 - shell: Add "-v" for verbose option to the shell