user-accounts: Prevent freeze caused by external cameras
cheese_camera_device_monitor_new freezes the whole panel when opening for a couple of seconds if external camera is connected. This is not acceptable. Probably it is bug in kernel. Let's use GAsyncInitable if available. Bump the cheese dependency accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=783789
This commit is contained in:
parent
4eb2ab8029
commit
05c86d3fdc
2 changed files with 37 additions and 7 deletions
|
@ -146,7 +146,7 @@ if enable_cheese
|
|||
|
||||
cheese_deps = [
|
||||
clutter_gtk_dep,
|
||||
dependency('cheese'),
|
||||
dependency('cheese', version: '>= 3.28.0'),
|
||||
dependency('cheese-gtk', version: '>= 3.5.91')
|
||||
]
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue