- Keep forgetting to add new
.js
files toworkbench.gresource.xml
- Bundling/loading/using images/icons/... is a pain
- Loading
.ui
files is a pain
Was never meant to write by hand
- verbose
- way too much indent
- 90% more characters than what is needed
- translatable="yes" all over
- need to escape various stuff
- new line in GtkLabel
instead of\n
<Primary>Return
instead of<Primary>Return
- new line in GtkLabel
id
is confusing,#id
select does not work - only#name
hard to setup with variant and whatnot