[Bug 1926165] Re: Bass speakers not enabled on Lenovo Yoga 9i

2021-05-19 Thread Peter F. Patel-Schneider
I have a Yoga C940, which is the precursor to the 9i. It has the soundbar and two speakers under the body of the laptop. Out of the box the body speakers did't work but there is a special BIOS for the C940 (only) that activates an amplifier for these speakers. I think that the C940 only has

[Bug 1210898]

2015-07-11 Thread Peter F. Patel-Schneider
No action yet that I can see. Does anyone know how to get this patch looked at? The current setup with its 5 second delay is getting annoying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1210898

[Bug 1312641]

2015-07-07 Thread Peter F. Patel-Schneider
No action yet that I can see. Does anyone know how to get this patch looked at? The current setup with its 5 second delay is getting annoying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312641

[Bug 1312641]

2015-04-16 Thread Peter F. Patel-Schneider
OK, done. Hopefully this will get picked up faster than your patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312641 Title: Removable drives and media do not automatically mounted at boot To

[Bug 1312641]

2015-04-16 Thread Peter F. Patel-Schneider
Created attachment 6191 Try to get GVolume right away and only if that fails wait for 1 second This should change the total delay from 5 seconds per partition to at most 1 second for an entire physical device. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1312641]

2015-04-16 Thread Peter F. Patel-Schneider
I see that 0.8.1 has your patch. I think that better than waiting 1 second would be to try immediately and only then wait for a bit. I modified the code accordingly, ending up with static gboolean tvm_block_device_mount_volume (TvmContext *context, GVolume *volume) { GMountOperation

[Bug 1210898]

2015-04-15 Thread Peter F. Patel-Schneider
Created attachment 6191 Try to get GVolume right away and only if that fails wait for 1 second This should change the total delay from 5 seconds per partition to at most 1 second for an entire physical device. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1210898]

2015-04-15 Thread Peter F. Patel-Schneider
OK, done. Hopefully this will get picked up faster than your patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1210898 Title: Removable drives and media not automatically mounted/listed To

[Bug 1210898]

2015-04-15 Thread Peter F. Patel-Schneider
My patch that tries to get the volume up to three times, with a 1-second delay between each time, hides the problem successfully. However, a better solution would be to have thunar-volman only called when the volume has been set up. This is known, as the volume has to be set up for the icon to

[Bug 1210898]

2015-04-15 Thread Peter F. Patel-Schneider
https://bugzilla.xfce.org/show_bug.cgi?id=9193#c14 doesn't work reliably for me. It may be that it doesn't help at all, except to cause the race condition to sometimes come out the right way. The problem is still active with Thunar 1.6.6 and thunar-volman 0.8.0. I'm going to try to add some

[Bug 1210898]

2015-04-15 Thread Peter F. Patel-Schneider
I see that 0.8.1 has your patch. I think that better than waiting 1 second would be to try immediately and only then wait for a bit. I modified the code accordingly, ending up with static gboolean tvm_block_device_mount_volume (TvmContext *context, GVolume *volume) { GMountOperation

[Bug 1312641]

2015-04-12 Thread Peter F. Patel-Schneider
My patch that tries to get the volume up to three times, with a 1-second delay between each time, hides the problem successfully. However, a better solution would be to have thunar-volman only called when the volume has been set up. This is known, as the volume has to be set up for the icon to

[Bug 1312641]

2015-04-12 Thread Peter F. Patel-Schneider
https://bugzilla.xfce.org/show_bug.cgi?id=9193#c14 doesn't work reliably for me. It may be that it doesn't help at all, except to cause the race condition to sometimes come out the right way. The problem is still active with Thunar 1.6.6 and thunar-volman 0.8.0. I'm going to try to add some

[Bug 1210898] Re: Thunar does not automatically mount removable drives and media

2013-12-26 Thread Peter F. Patel-Schneider
This sounds very much like https://bugzilla.xfce.org/show_bug.cgi?id=9193 which has a proposed workaround. The crux of the problem is that thunar-volman tries to access information about the volume before the information is available. Adding a delay solves the problem, but not in a pleasant way.