gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.42k stars 292 forks source link

Detached window bigger than the original one #1268

Open f2404 opened 6 years ago

f2404 commented 6 years ago

Steps to reproduce:

  1. Open tilix - the default window size is 80x24 chars
  2. Create new session
  3. Drag the session outside of the window to create a new window.

The new window is bigger than the original one - about 85x29 chars in my case.

$ tilix -v
Versions
    Tilix version: 1.7.5
    VTE version: 0.44
    GTK Version: 3.20.8

Tilix Special Features
    Notifications enabled=0
    Triggers enabled=0
    Badges enabled=0
gnunn1 commented 6 years ago

I cannot reproduce, are you running Gnome? Otherwise it could be a bug in the older GTK version?

Versions
    Tilix version: 1.7.6-0.0.1
    VTE version: 0.50
    GTK Version: 3.22.26

Tilix Special Features
    Notifications enabled=1
    Triggers enabled=1
    Badges enabled=1
f2404 commented 6 years ago

I can reproduce this on my Arch Linux machine running Xfce. Just want to emphasize that I'm talking about detaching a session in tabs mode, not a terminal.

$ tilix -v
Versions
    Tilix version: 1.7.5
    VTE version: 0.51
    GTK Version: 3.22.26

Tilix Special Features
    Notifications enabled=0
    Triggers enabled=0
    Badges enabled=0
f2404 commented 6 years ago

The same experience on a VM running Fedora 27 and Gnome.

$ tilix -v
Versions
    Tilix version: 1.7.3
    VTE version: 0.50
    GTK Version: 3.22.26

Tilix Special Features
    Notifications enabled=1
    Triggers enabled=0
    Badges enabled=0
gnunn1 commented 6 years ago

Thanks, I can reproduce. AFAIK I'm handling this exactly the same as gedit, I hate dealing with GTK sizing and trying to find the magic combination that works.