lxde / lxterminal

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

geometry & preferences: column is limited/capped to 83 #107

Open DDDanny opened 1 year ago

DDDanny commented 1 year ago

Issue

Starting lxterminal with more than 83 columns only spwans a window with 83 columns.

How to reproduce

#00FF00 lxterminal --geometry=83x1 #ff5500 lxterminal --geometry=84x1 #FF0000 lxterminal --geometry=150x1

grafik

Version affected

Running Raspberry Pi OS bullseye 64bit with PIXEL as X-Server

uname -srm
Linux 5.15.61-v8+ aarch64

lxterminal -v
lxterminal 0.4.0

Additional information

  1. Screen resolution is set to full HD
  2. There is no horizontal scrollbar
  3. I'm using the PI headless, so login happens via VNC
  4. In (old) stretch version (lxterminal v0.3) it is working fine
  5. Also with preferences and e.g. 150 columns the issue is reproducible grafik
DDDanny commented 1 year ago

I suggest that the --geometry function might be removed... but i understand if the issue is jus closed due to backward compatibility

As workaround or maybe as besster said: "standard function" to manipulate/control windows I now use the windows manager control: wmctrl -e <MVARG> (https://manpages.debian.org/bullseye/wmctrl/wmctrl.1.en.html#e)