lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
159 stars 55 forks source link

CentOS/Rocky/RHEL8 compilation produces broken binary #124

Open uli42 opened 4 months ago

uli42 commented 4 months ago

I have cloned the source from here and tried to compile lxterminal on a rocky89 machine. After installing vte291-devel configure still did not work and complaint about missing vte. I had to add `--enable-gtk3``. Then I was able to run make without a problem. But the resulting lxterminal binary just opens a window without menubar. The context menu shows on right mouse button but selecting preferences there does nothing.

image