I wonder if it is possible to compile gtkdialog statically?
static build gtkdialog
Moderator: Forum moderators
-
- Posts: 561
- Joined: Thu Aug 13, 2020 9:55 am
- Has thanked: 60 times
- Been thanked: 206 times
- Contact:
Re: static build gtkdialog
Maybe but it doesn't sound like a good idea. For a true static build you'd have to include gtk2 or gtk3, glib, X libs and what not. It would be a HUGE executable.
-
- Posts: 2475
- Joined: Wed Dec 30, 2020 6:14 pm
- Has thanked: 53 times
- Been thanked: 1248 times
Re: static build gtkdialog
step wrote: Sat Sep 23, 2023 9:40 amMaybe but it doesn't sound like a good idea. For a true static build you'd have to include gtk2 or gtk3, glib, X libs and what not. It would be a HUGE executable.
And Wayland makes things much worse, because GTK+ needs portals (via D-Bus) to function, so the executable linked statically against GTK+ is not truly standalone.
(Plus GTK+ won't be able to load modules, so no IME support, among other problems)