mixer, Re: Goals for next Xfce releases

Danny Milosavljevic danny_milo at yahoo.com
Sun Feb 4 00:31:55 CET 2007


Hi,

On Sat, 03 Feb 2007 23:30:38 +0100, Björn Martensen wrote:

>> $ ./test_vc 
>>  Device: default
[...]
>>    Control: Mic,0 Volume: 0
>>    Control: Mic Boost (+20dB),0 Volume: 500
[...]
>>  Device: #0: Audigy 2 ZS [SB0350]
[...]
>>    Control: Mic,0 Volume: 20
>>    Control: Mic Boost (+20dB),0 Volume: 0
[...]

Hmm, so it's there. And that isn't in the list in the Xfce settings?

Add some debug messages to xfce4-mixer/settings/xfce-mixer-settingsbox.c :

Patch:
Index: xfce-mixer-settingsbox.c
===================================================================
--- xfce-mixer-settingsbox.c    (Revision 24834)
+++ xfce-mixer-settingsbox.c    (Arbeitskopie)
@@ -470,6 +470,7 @@
                while (g) {
                        vci = (volcontrol_t *) g->data;
 
+                       g_warning ("found %s", vci->name);
                        if (vci && vci->name) {
                                gtk_tree_store_append (self->useful_model, &iter, NULL);
                                gtk_tree_store_set (self->useful_model, &iter, 

Then compile, install, "killall xfce-mcs-manager", then run "xfce-mcs-manager" in a terminal. Once you open it up, it should list them on the terminal. Does it? Does it list "Mic", too?
 
cheers,
  Danny




More information about the Xfce4-dev mailing list