intergration with gnome-shell

General discussions
bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

intergration with gnome-shell

Post by bmbaker »

anonbeat wrote:do dbus-monitor in a console while change the volume.

I want to tell that I was given that information. I dont have gnome-shell installed so I couldnt test it myself.
was this from a fedora setup do you know?
as there is a difference!
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

intergration with gnome-shell

Post by anonbeat »

that call seems correct. Could you please now do a backtrace while doing that change ?
bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

intergration with gnome-shell

Post by bmbaker »

for sure, refresh my memory on how todo that again! please :-)
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

intergration with gnome-shell

Post by anonbeat »

bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

intergration with gnome-shell

Post by bmbaker »

ah thanks, i just did it :-)
then saw your message :-)

(gdb) bt
#0 0x00000000 in ?? ()
#1 0xb744fa82 in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
#2 0xb745457f in dbus_message_iter_recurse ()
from /lib/i386-linux-gnu/libdbus-1.so.3
#3 0x0834f35f in GetVariant(DBusMessage*, int, void const*) ()
#4 0x083512f7 in guMPRIS2::HandleMessages(guDBusMessage*, guDBusMessage*) ()
#5 0x0834a5f6 in guDBusServer::HandleMessages(guDBusMessage*, guDBusMessage*)
()
#6 0x0834b3c9 in Handle_Messages(DBusConnection*, DBusMessage*, void*) ()
#7 0xb74493ab in dbus_connection_dispatch ()
from /lib/i386-linux-gnu/libdbus-1.so.3
#8 0xb74496ed in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
#9 0x0834a536 in guDBusThread::Entry() ()
#10 0xb7f55330 in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib/libwx_baseu-2.8.so.0
#11 0xb7f5539d in wxPthreadStart () from /usr/lib/libwx_baseu-2.8.so.0
#12 0xb7427e99 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#13 0xb70d773e in clone () from /lib/i386-linux-gnu/libc.so.6
(gdb)
bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

intergration with gnome-shell

Post by bmbaker »

just a minor thing and not sure if its related or relevant, but when compiling from svn there is still the libindicate issue, i saw it was being discussed in another thread!

-- checking for module 'indicate'
-- package 'indicate' not found
libindicate library not found! No sound menu support!!
-- checking for module 'appindicator-0.1'
-- package 'appindicator-0.1' not found
-- Found Subversion: /usr/bin/svn (found version "1.6.12")
Current revision is 1649
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

intergration with gnome-shell

Post by anonbeat »

indicate is not needed for natty. Just for Lucid sound menu integration.
bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

intergration with gnome-shell

Post by bmbaker »

ah ok thanks :-)
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

intergration with gnome-shell

Post by anonbeat »

bmbaker wrote:ah thanks, i just did it :-)
then saw your message :-)

(gdb) bt
#0 0x00000000 in ?? ()
#1 0xb744fa82 in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
#2 0xb745457f in dbus_message_iter_recurse ()
from /lib/i386-linux-gnu/libdbus-1.so.3
#3 0x0834f35f in GetVariant(DBusMessage*, int, void const*) ()
#4 0x083512f7 in guMPRIS2::HandleMessages(guDBusMessage*, guDBusMessage*) ()
#5 0x0834a5f6 in guDBusServer::HandleMessages(guDBusMessage*, guDBusMessage*)
()
#6 0x0834b3c9 in Handle_Messages(DBusConnection*, DBusMessage*, void*) ()
#7 0xb74493ab in dbus_connection_dispatch ()
from /lib/i386-linux-gnu/libdbus-1.so.3
#8 0xb74496ed in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
#9 0x0834a536 in guDBusThread::Entry() ()
#10 0xb7f55330 in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib/libwx_baseu-2.8.so.0
#11 0xb7f5539d in wxPthreadStart () from /usr/lib/libwx_baseu-2.8.so.0
#12 0xb7427e99 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#13 0xb70d773e in clone () from /lib/i386-linux-gnu/libc.so.6
(gdb)
You compiled guayadeque with ./buildd ? I dont see the line number of the code so I guess not debug info. Can you repeat it with debug info please ?
bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

intergration with gnome-shell

Post by bmbaker »

sorry my fault i missed a "d"
Locked