| Age | Commit message (Collapse) | Author |
|
With some gratuitous variable renaming (add some _dir suffixes) &
bashism banishment (port a [[ =~ ]] to plain case).
|
|
|
|
* fix out-of-tree build
* allow tweaking configure options
|
|
Write an essay about it.
|
|
As per etc/DEBUG.
|
|
Fewer globals ⇒ better feng shui.
|
|
Makes upgrades less risky: can be committed and rolled back with the
flip of a symlink.
|
|
Matches my usage pattern better.
|
|
GConf is OBE; GSettings is the replacement, and the configure enables
it by default. What the heck Past Kévin 🤨
|
|
|
|
|
|
|
|
Using an array makes it easier to add/comment out stuff.
NB: Cannot compile --with-xwidgets on Tumbleweed right now, because
the version requirement is too strict IIUC. I remember messing around
with *FLAGS and compiling/running successfully, but that knowledge
vanished along with some Git stash.
|
|
The pgtk build will not honor X resources anymore; move with the
times.
On my Debian XFCE laptop with a 1366x768 screen, this setting seems to
yield acceptable results:
$ gsettings set org.gnome.desktop.interface monospace-font-name \
'DejaVu Sans Mono 11'
|
|
|
|
|