IA__g_object_new_valist: object class `GsdOsdNotification' has no property named `\u0002'

Bug #525220 reported by dino99
18
This bug affects 2 people
Affects Status Importance Assigned to Milestone
gnome-power-manager (Ubuntu)
Fix Released
Medium
Chris Coulson
gnome-settings-daemon (Ubuntu)
Fix Released
Medium
Chris Coulson

Bug Description

Binary package hint: gnome-control-center

.xsessions-errors

(gnome-settings-daemon:1628): GLib-GObject-WARNING **: IA__g_object_new_valist: object class `GsdOsdNotification' has no property named `\u0002'

** (gnome-settings-daemon:1628): WARNING **: Connection failed, reconnecting...
Failed to play sound: Not available

Here are errors and as result, when i check "system --> pref --> sound"
                            nothing open but a popup box saying " waiting for hardware response", so sound hardware hda alc882 is not found.
                            of course, there is no sound at all. But if i do "sudo pulseaudio" into console, then i can open sound preferences, all seem ok except that "harware tab" is empty but i can listen audacious for example.

So, maybe it's a problem with gnome-alsamixer too.

oem@dub:~$ aplay -l
**** Liste des PLAYBACK périphériques ****
carte 0: Intel [HDA Intel], périphérique 0 : ALC882 Analog [ALC882 Analog]
  Sous-périphériques: 1/1
  Sous-périphérique: #0: subdevice #0
carte 0: Intel [HDA Intel], périphérique 1 : ALC882 Digital [ALC882 Digital]
  Sous-périphériques: 1/1
  Sous-périphérique: #0: subdevice #0

onboard chipset of asus p5wdh

ProblemType: Bug
Architecture: i386
Date: Sun Feb 21 10:51:39 2010
DistroRelease: Ubuntu 10.04
NonfreeKernelModules: nvidia
Package: gnome-control-center 1:2.29.90-0ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
SourcePackage: gnome-control-center
Uname: Linux 2.6.32-13-generic i686

Revision history for this message
dino99 (9d9) wrote :
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

I can't recreate this here (the GLib warning. The other issues you describe are normally because pulseaudio is not available). Please try to obtain a valgrind log following the instructions at https://wiki.ubuntu.com/Valgrind and attach the file to the bug report. This will greatly help us in tracking down your problem.

affects: gnome-control-center (Ubuntu) → gnome-settings-daemon (Ubuntu)
Changed in gnome-settings-daemon (Ubuntu):
assignee: nobody → Ubuntu Desktop Bugs (desktop-bugs)
importance: Undecided → Low
status: New → Incomplete
Revision history for this message
dino99 (9d9) wrote :

yes, that's happened before i start pulseaudio into console (don't start itself, have reported against gnome-control-center about that problem), an other problem is about acpid not started too (bug reported too)

Revision history for this message
dino99 (9d9) wrote :
Revision history for this message
dino99 (9d9) wrote :
Revision history for this message
dino99 (9d9) wrote :

valgrind.log realised after starting pulseaudio into console

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

I need a valgrind log of gnome-settings-daemon. And gnome-control-center has nothing to do with pulseaudio not starting automatically. That's more likely to be a broken configuration, but in any case, it's nothing to do with g-c-c

Revision history for this message
dino99 (9d9) wrote :

** (gnome-settings-daemon:2318): WARNING **: Failed to acquire org.gnome.SettingsDaemon

** (gnome-settings-daemon:2318): WARNING **: Could not acquire name

Revision history for this message
Hernando Torque (htorque) wrote :

I'm seeing this too. Starting gnome-settings-daemon with '--no-daemon --debug' I get:

...
** (gnome-settings-daemon:10629): DEBUG: Loading /usr/lib/gnome-settings-daemon-2.0/libmedia-keys.so
** (gnome-settings-daemon:10629): DEBUG: Registering GsdMediaKeysPlugin
** (gnome-settings-daemon:10629): DEBUG: Creating object of type GsdMediaKeysPlugin
** (gnome-settings-daemon:10629): DEBUG: GsdMediaKeysPlugin initializing
** (gnome-settings-daemon:10629): DEBUG: Activating media_keys plugin

(gnome-settings-daemon:10629): GLib-GObject-WARNING **: IA__g_object_new_valist: object class `GsdOsdNotification' has no property named `\u0002'
** (gnome-settings-daemon:10629): DEBUG: GnomeSettingsManager: emitting plugin-activated media-keys
** (gnome-settings-daemon:10629): DEBUG: Plugin media-keys: active
...

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Thanks for the valgrind log. I've spotted the error there

Changed in gnome-settings-daemon (Ubuntu):
assignee: Ubuntu Desktop Bugs (desktop-bugs) → Chris Coulson (chrisccoulson)
importance: Low → Medium
status: Incomplete → Triaged
Changed in gnome-power-manager (Ubuntu):
importance: Undecided → Medium
status: New → In Progress
Changed in gnome-settings-daemon (Ubuntu):
status: Triaged → In Progress
Changed in gnome-power-manager (Ubuntu):
assignee: nobody → Chris Coulson (chrisccoulson)
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

I've added a g-p-m task here, as it shares the same copy-and-paste code for the notifications

Changed in gnome-power-manager (Ubuntu):
status: In Progress → Fix Committed
Changed in gnome-settings-daemon (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package gnome-power-manager - 2.29.2-0ubuntu8

---------------
gnome-power-manager (2.29.2-0ubuntu8) lucid; urgency=low

  * debian/patches/02-notify-osd-support.patch:
    - NULL terminate the list of properties passed to g_object_new, to
      fix some memory errors and a warning (LP: #525220)
  * debian/patches/13-dont-query-notify-caps.patch:
    - Don't query the server capabilities for the status and warning
      notifications. Knowledge of the capabilities is not used anywhere
      and it was causing notify-osd to be activated early in the session
 -- Chris Coulson <email address hidden> Tue, 23 Feb 2010 20:36:04 +0000

Changed in gnome-power-manager (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package gnome-settings-daemon - 2.29.90-0ubuntu2

---------------
gnome-settings-daemon (2.29.90-0ubuntu2) lucid; urgency=low

  * debian/patches/16_use_synchronous_notifications.patch:
    - NULL terminate the list of properties passed to g_object_new, to
      fix some memory errors and a warning (LP: #525220)
 -- Chris Coulson <email address hidden> Tue, 23 Feb 2010 18:53:01 +0000

Changed in gnome-settings-daemon (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.