aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-12-23 04:07:44 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-12-23 04:07:44 +0300
commite5d1253d363a209ecd1288278808e38ac87b34d9 (patch)
tree72b1b57e66468e122f5d2a4f3b56abe7a7ccca94 /TODO
parent2a23325617c01f170bdacb25f2777aa9f4f6ef14 (diff)
downloadsciteco-e5d1253d363a209ecd1288278808e38ac87b34d9.tar.gz
Curses: don't install PNG icons
* They are used at runtime only by the GTK port. * Their existence can cause problems if OS-specific build systems have to clean these files from the staging directory afterwards. This was the case on FreeBSD where the committer refused to remove these files after installation. In the official FreeBSD port, we therefore currently ship the PNG icons unnecessarily. * They are now installed and shipped only on GTK builds.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index e23dbf1..ff8d629 100644
--- a/TODO
+++ b/TODO
@@ -590,11 +590,6 @@ Features:
* Instead of defaulting to nothing in the absence of ~/.teco_ini,
we should load the installed sample.teco_ini, which
gives a more user-friendly experience.
- * Don't automatically install the icons unless on GTK.
- If necessary, they can be extracted from the source tree by
- the OS-specific build system and installed as application icons.
- The DATADIR/*.png icons are only always required on Gtk.
- See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276492#c19
* NLS (Native Language Support). I could at least add German and Russian.
There aren't many localizable strings in SciTECO.
Should be optional.