You are not logged in.
try entering 'dmesg' and scrolling back to where it starts without a colored prompt!
True story: my Arch box has a colourised `dmesg` output and a non-coloured prompt
Is anyone able to get ranger+w3m image preview working in termite?
I can't get ranger previews working at all in Arch, just like @jelly in the link (but they work fine in OpenBSD with their version of xterm)
EDIT: does w3m itself work in your system? Does it show images when you browse with it?
Last edited by Head_on_a_Stick (2017-08-18 06:26:08)
Offline
^
w3m image preview works for me on Debian 9.1 + urxvt(c)
left image urxvtc / right image termite
compton on = termite ranger preview transparent background
compton off = termite ranger preview black background
Offline
Can't launch the app:
termite/config parsing failed: Нет такого файла или каталога
termite: symbol lookup error: termite: undefined symbol: vte_terminal_set_allow_hyperlink
Offline
Нет такого файла или каталога
my very limited knowledge of cyrillic alphabet tells me that this probably means "no such file or directory".
i don't use termite, but it would appear that it fails to start without a config file.
please open another terminal, and issue this command:
LC_ALL=C termite
and then show us all the output.
use code tags on the forum, just like i did above.
Offline
LC_ALL=C termite
/home/ilya/.config/termite/config parsing failed: No such file or directory
I have copied /etc/xdg/termite/config to /home/ilya/.config/termite/ but it still says
ilya@debian:~/termite$ termite
termite: symbol lookup error: termite: undefined symbol: vte_terminal_set_allow_hyperlink
Also with:
ilya@debian:~/termite$ /usr/local/bin/termite
/usr/local/bin/termite: symbol lookup error: /usr/local/bin/termite: undefined symbol: vte_terminal_set_allow_hyperlink
Last edited by allalu (2018-10-10 13:07:12)
Offline
how did you install termite?
what are its dependencies?
are those installed, too?
Offline
how did you install termite?
what are its dependencies?
are those installed, too?
1. According to this guide:
ask ubuntu wrote:
Install dependencies
sudo apt install -y g++ libgtk-3-dev gtk-doc-tools gnutls-bin valac intltool libpcre2-dev libglib3.0-cil-dev libgnutls28-dev libgirepository1.0-dev libxml2-utils gperf build-essential
Get and install vte-ng
git clone https://github.com/thestinger/vte-ng.git
echo export LIBRARY_PATH="/usr/include/gtk-3.0:$LIBRARY_PATH"
cd vte-ng && ./autogen.sh && make && sudo make install
cd ..
Get and install termite, and setup
git clone --recursive https://github.com/thestinger/termite.git
cd termite && make && sudo make install
sudo ldconfig
sudo mkdir -p /lib/terminfo/x
sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite
Last edited by allalu (2018-10-11 10:58:19)
Offline
^ so you had to compile & install vte-ng before you could install termite?
my guess is that termite cannot find vte-ng.
in other words, "something went wrong".
if you followed a complete, step-by-step tutorial then i guess you missed something somewhere, or did something wrong.
Offline
I installed the termite several times, including the auto-install patch, each time on a clean system
Offline
Hello,
Everyone suggest me I also use windows 7 but my office working ubuntu that I desired I install ubuntu on my computer so, please suggest me which site to download ubuntu & installing process so, please share the full details & share a site details.
Thanks!
<Quoted SPAM link redacted>
post redacted.
Last edited by S7.L (2019-01-23 13:16:59)
Offline