This package does not build properly:
make[2]: Nothing to be done for 'install-exec-am'.
tic fbterm
"fbterm", line 2, terminal 'fbterm-256color': /usr/share/terminfo/f: permission denied
make[2]: *** [Makefile:424: install-data-local] Error 1
make[2]: Leaving directory '/home/dk/.cache/paru/clone/fbterm/src/fbterm-1.7/terminfo'
make[1]: *** [Makefile:317: install-am] Error 2
make[1]: Leaving directory '/home/dk/.cache/paru/clone/fbterm/src/fbterm-1.7/terminfo'
make: *** [Makefile:378: install-recursive] Error 1
Why does the it require access to /usr/share/terminfo/f during the build stage?
Pinned Comments
ivanp7 commented on 2022-01-16 16:27 (UTC) (edited on 2022-01-16 18:24 (UTC) by ivanp7)
I have applied the proposed "configurable color palette" patch. Now the colors may be specified in the configuration file using numbered parameters
color-num=RRGGBB.ivanp7 commented on 2021-11-27 21:50 (UTC)
I changed my mind.
$XDG_CONFIG_HOME/fbterm/fbtermrcis now an allowed configuration location along with the old$XDG_CONFIG_HOME/fbtermrc. Old location is used only when$XDG_CONFIG_HOME/fbterm/does not exist.ivanp7 commented on 2021-05-20 11:46 (UTC) (edited on 2021-05-20 13:13 (UTC) by ivanp7)
To set a wallpaper in fbterm, you'll need
fbvpackage (framebuffer image viewer). Execute the following instructions right before launching fbterm (works in POSIX-compliant shell like dash):ivanp7 commented on 2021-05-20 11:35 (UTC) (edited on 2021-09-25 01:37 (UTC) by ivanp7)
To enable 256 color mode properly, do
export TERM=fbterm-256colorAFTER fbterm starts and then attach to a tmux session. IfTERMis notlinuxupon fbterm launch, it will fail. Tmux is needed because fbterm provides escape codes that differ from broadly used codes, so tmux serves as an abstraction layer.Unlike vanilla fbterm, in this version the configuration file is located at
$XDG_CONFIG_HOME/fbtermrcor$HOME/.config/fbtermrcifXDG_CONFIG_HOMEis unset or empty (the original placement is$HOME/.fbtermrc). Also, the configuration file is not forcibly recreated anymore. For default configuration, see/etc/fbterm/fbtermrc.example.