-
Notifications
You must be signed in to change notification settings - Fork 301
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
Preferences window opens too wide #948
Comments
Things like that are usually caused by some UI element, probably a string, running too wide. Can you look through the preferences if there is anything that could cause this? |
Just after I wrote the above I found one thing that can cause this: When entering a very long bookmark title this will blow up the preferences dialog. I think the labels should not grow the size of the dialog but rather get cut off if they don't fit. There could be more things causing the dialog to grow, but that's one possible issue I found in quick testing. |
I've updated the bookmark editor to change the horizontal scrollbar policy from NEVER to AUTOMATIC which corrects that specific behavior for me. @alexwhitman Could you check all of the pages of your preferences and look for any widgets which are displaying abnormally large strings. |
I can't see any long strings. I don't have any bookmarks set and most of my settings are the default except for some of the dropdowns and checkboxes. I can provide screenshots of each page if that helps? |
If you can take screenshots of just the pages that have controls that go all the way from the left edge to the right edge that would be helpful. Also, did this issue just start with 1.5.8? |
I just installed Tilix 1.5.8 on CentOS 7.3, and I'm having the same issue. |
Same issue here. I don't saw at first glance any long string or some strange wide widget.
|
I have the same issue since the update to 1.5.8. There are several drop down menus which use the full width of the window, but none of them has any text which would explain that. It's also impossible to make the window smaller when opened, I can only raise the size.
|
I'm not seeing the issue in Ubuntu 17.04, I'll try CentOS next. |
I and others in this issue have multi monitor setups. Maybe this is the cause? |
I only have one monitor, but I'm using a VM over VNC.
|
At this moment I have one monitor, but had 2 a couple months ago |
confirm same issue on Ubuntu Gnome 16.04 LTS at the manual zip and via ppa installation
|
I have a dual monitor and i can't reproduce it on Archlinux with Gnome 3.25 (alpha) |
Is everyone who has this issue on GTK 3.18 or earlier? |
I am, on Ubuntu 16.04 LTS.
|
On Centos 7.3
|
I get this too, on a freshly installed tilix, from the very first time I opened the preferences. $ tilix --version
Versions
Tilix version: 1.5.8
VTE version: 0.42
GTK Version: 3.18.9
Tilix Special Features
Notifications enabled=0
Triggers enabled=0
Badges enabled=0
$ neofetch
.-/+oossssoo+/-. duncan@duncan-desktop
`:+ssssssssssssssssss+:` ---------------------
-+ssssssssssssssssssyyssss+- OS: Ubuntu 16.04.2 LTS x86_64
.ossssssssssssssssssdMMMNysssso. Model: All Series
/ssssssssssshdmmNNmmyNMMMMhssssss/ Kernel: 4.4.0-62-generic
+ssssssssshmydMMMMMMMNddddyssssssss+ Uptime: 114 days, 23 hours, 49 mins
/sssssssshNMMMyhhyyyyhmNMMMNhssssssss/ Packages: 3317
.ssssssssdMMMNhsssssssssshNMMMdssssssss. Shell: bash 4.3.48
+sssshhhyNMMNyssssssssssssyNMMMysssssss+ Resolution: 1920x1080, 1920x1080, 1920x1080
ossyNMMMNyMMhsssssssssssssshmmmhssssssso DE: Xfce
ossyNMMMNyMMhsssssssssssssshmmmhssssssso WM: Xfwm4
+sssshhhyNMMNyssssssssssssyNMMMysssssss+ WM Theme: Greybird
.ssssssssdMMMNhsssssssssshNMMMdssssssss. Theme: Greybird [GTK2/3]
/sssssssshNMMMyhhyyyyhdNMMMNhssssssss/ Icons: Elementary-xfce-darker [GTK2/3]
+sssssssssdmydMMMMMMMMddddyssssssss+ Terminal: tilix
/ssssssssssshdmNNNNmyNMMMMhssssss/ CPU: Intel i7-4770K (8) @ 4.300GHz
.ossssssssssssssssssdMMMNysssso. GPU: NVIDIA GeForce GTX 770
-+sssssssssssssssssyyyssss+- Memory: 17695MiB / 32113MiB
`:+ssssssssssssssssss+:`
.-/+oossssoo+/-.
$ dpkg -l libgtk2.0-0 libgtk-3-0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-============================-===================-===================-==============================================================
ii libgtk-3-0:amd64 3.18.9-1ubuntu3.3 amd64 GTK+ graphical user interface library
ii libgtk2.0-0:amd64 2.24.30-1ubuntu1 amd64 GTK+ graphical user interface library
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.2 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.2 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial |
Screenshot to illustrate. Also, when moving the mouse cursor to the edge of the window the cursor changes to the resize image but the window itself isn't resizeable.
The text was updated successfully, but these errors were encountered: