Opened 6 years ago
Closed 6 years ago
#11628 closed defect (fixed)
Craft a sed/patch for Cheese to prevent spamming a deprecation warning to the system logs
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 8.4 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
I think we should backport a patch from the pre-release version of Cheese (3.31.90):
- Drop deprecated GtkScrollbar-min-slider-length It seems to serve no purpose anymore + added bonus: Avoid deprecation warning littering journald logs.
Without this, an error such as the following gets sent to the systemd journal (and I'm sure some log in sysv, but it's been so long since I've ran one of those that I'm not sure where it would end up) once every second:
Theme parsing error: cheese.css:7:35: The style property GtkScrollbar:min-slider-length is deprecated and shouldn't be used anymore. It will be removed in a future version.
This still does not fix it's inability to generate a thumbnail for .jpg files that it takes. I've reported that upstream.
The relevant commit is:
https://gitlab.gnome.org/GNOME/cheese/commit/657ae5dcf2dfa45cc65edf7da2798fc48fd6b9db
Change History (2)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r21089