View Single Post
Posts: 669 | Thanked: 433 times | Joined on May 2010
#25
Thanks for the help

A few questions:

Issue 1:

After activating debug mode, i get the same event for both the TV connector and a headphone when they are connected to the audio jack:

org.freedesktop.Hal.Device Condition ButtonPressed jack_insert

There is a widget called "TV Out control desktop widget" which has a flag "TV out" which gets a value of on/off when device is connected to TV. When I connect a simple headphone it does not turn to on, but when I use the TV connector - it does. Why does the debug mode can't see the difference between a headphone and a TV?

Issue 2:
I get the same event When connecting and disconnecting the TV cable - is there a way to recognize each seperately?


Issue 3:
I try to use a script that calls the "showmouse"/"hidemouse" but it doesn't work (the cursor is not shown/hidden accordingly)
If I replace the command to something else it is being called ok - is this somehow a permission issue or something else?

Thanks.