Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#34869 - [darktable] missing dependency on gtk-engines
Attached to Project:
Community Packages
Opened by (webmeister) - Sunday, 21 April 2013, 18:43 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 24 April 2013, 14:04 GMT
Opened by (webmeister) - Sunday, 21 April 2013, 18:43 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 24 April 2013, 14:04 GMT
|
DetailsWithout gtk-engines installed several GUI elements (e.g. buttons) are displayed with a light grey background color instead of the intended dark grey (almost black) background color and a warning is printed:
(darktable:9681): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", |
This task depends upon
Closed by Sergej Pupykin (sergej)
Wednesday, 24 April 2013, 14:04 GMT
Reason for closing: Implemented
Wednesday, 24 April 2013, 14:04 GMT
Reason for closing: Implemented
To me it seems that darktable wants to avoid using the user's theme and instead forces its own colors. Therefore, it tries to load a theme (clearlooks according to the error message) and modify its settings. Clearlooks was the default theme in GNOME 2, so this probably always worked. But with GNOME 3 Clearlooks has been replaced by Adwaita, so gtk-engines needs to be installed if you want to use Clearlooks (gtk-engines provides /usr/share/gtk-engines/clearlooks.xml and several other related files).