Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tilix ignores terminal size settings on Wayland with GTK 3.24.43 #2250

Open
fenekosan opened this issue Jan 7, 2025 · 1 comment
Open

Tilix ignores terminal size settings on Wayland with GTK 3.24.43 #2250

fenekosan opened this issue Jan 7, 2025 · 1 comment

Comments

@fenekosan
Copy link

When running Tilix on Wayland with GTK 3.24.43 (shipped with Gnome 47 on Ubuntu 24.10 and Fedora 41), the emulator does not respect the terminal size set in the profile or via the --geometry option. Instead, it launches with the default size.

Testing on an older version of GTK (3.24.41) via Flatpak resolves this issue on Gnome 47, indicating a possible regression or compatibility problem with the newer GTK version. Also env GDK_BACKEND=x11 solves the problem.

Steps to Reproduce:
1. Set a custom terminal size in the Tilix profile (120 cols, 36 rows) or use the geometry option like --geometry 120x36
2. Launch Tilix on a Wayland session
3. Observe that Tilix opens with the default size instead of the specified dimensions.

@josederas
Copy link

I can confirm same issue, running Gnome 47 on Ubuntu 24.10 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants