Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/common/darktable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1536,13 +1536,6 @@ int dt_init(int argc, char *argv[], const gboolean init_gui, const gboolean load
// however after gtk_disable_setlocale
if(init_gui)
{
#ifdef GDK_WINDOWING_WAYLAND
// There are currently bad interactions with Wayland (drop-downs
// are very narrow, scroll events lost). Until this is fixed, give
// priority to the XWayland backend for Wayland users.
// See also https://github.com/darktable-org/darktable/issues/13180
gdk_set_allowed_backends("x11,*");
#endif
gtk_init(&argc, &argv);

darktable.themes = NULL;
Expand Down
Loading