열 때마다 크기가 커서 크기를 줄일 수 없는 창(TortoiseHg)이 있습니다. Alt-드래그에 대해 알고 있으며 (결국) 가장자리에 도달할 수 있지만 크기를 줄일 수는 없습니다. 실행하면 xwininfo -all
정보에 다음이 포함됩니다.
xwininfo: Window id: 0x7200005 "TortoiseHg Workbench"
Root window id: 0x192 (the root window) (has no name)
Parent window id: 0x111e83a (has no name)
1 child:
0x720000e (has no name): () 1x1+-1+-1 +4271+546
Absolute upper-left X: 4272
Absolute upper-left Y: 547
Relative upper-left X: 1
Relative upper-left Y: 28
Width: 16383
Height: 16383
Depth: 24
Visual: 0x139
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x7200004 (not installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +4272+547 --15135+547 --15135--15850 +4272--15850
-geometry 16383x16383+4272+547
...
Normal window size hints:
Program supplied minimum size: 16383 by 16383
Program supplied window gravity: StaticGravity
No zoom window size hints defined
No window shape defined
No border shape defined
특히 다음 줄은 다음과 같습니다.
Program supplied minimum size: 16383 by 16383
나는 시도했다:
- 창을 "최대화"하는 다양한 방법이 있지만 그 중 어느 것도 효과가 없는 것 같습니다. (다른 창에서도 같은 방법이 잘 작동합니다.)
- 제거
~/.config/TortoiseHg/
하고 다시 실행 - 이 문제를 일으킬 수 있는 파일
~/.cache/
이나 무언가를 검색 중입니다.~/.local/share/
- dconf 및 gconf 검색이 기술을 사용하여
thg
또는를 참조하는 키의 경우tortoise
(대소문자를 구분하지 않는 grep) - 파일을 검색 하면서 실행 중입니다
strace -f thg
. 최소 크기를 설정할 수 있는 파일이 열려 있습니다.
그러나 "프로그램에서 제공하는 최소 크기"가 어디에서 나오는지 알려주는 내용을 찾지 못했습니다. 아는 사람 있나요?
시스템 세부정보:
- 패키지를 통해 설치된 Ubuntu Mate 세션과 함께 Ubuntu 18.04를 사용하고 있습니다
ubuntu-mate-desktop
. - TortoiseHg는 18.04의 표준 저장소에서 설치됩니다(PPA 등 없음). apt에서 보고한 버전은 4.5.2-0ubuntu1이며
thg version
보고합니다.TortoiseHg Dialogues (version 4.5.2), Mercurial (version 4.5.3)
- 이 시스템은 USB-C 도킹 스테이션을 통해 2개의 추가 모니터가 연결된 노트북입니다. HiDPI/스케일링 옵션을 비활성화했습니다.