diff --git a/Makefile b/Makefile index 0008b857..fee11a7b 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ help: ## Show this help. .PHONY: run run: ## Launch the Flutter desktop app. - GTK_CSD=1 LD_LIBRARY_PATH=$(CURDIR)/native/linux-x64$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH} flutter run -d linux + GDK_BACKEND=x11 LD_LIBRARY_PATH=$(CURDIR)/native/linux-x64$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH} flutter run -d linux .PHONY: pubget pubget: ## flutter pub get.