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

v0.13.1: startup_mode Maximized does not display window #7605

Closed
loshz opened this issue Jan 10, 2024 · 1 comment
Closed

v0.13.1: startup_mode Maximized does not display window #7605

loshz opened this issue Jan 10, 2024 · 1 comment

Comments

@loshz
Copy link

loshz commented Jan 10, 2024

After upgrading to 0.13.1 with the following config, alacritty starts but is not visible:

$ cat .config/alacritty/alacritty.toml

[window]
startup_mode = "Maximized"

Switching to Windowed fixes the issue.

System

OS: Fedora Linux 39
Version: alacritty 0.13.1
Linux/BSD: Wayland Gnome 45.3

Logs

$ alacritty -vvv
Created log file at "/tmp/Alacritty-11983.log"
[0.000008846s] [INFO ] [alacritty] Welcome to Alacritty
[0.000089759s] [INFO ] [alacritty] Version 0.13.1
[0.000099558s] [INFO ] [alacritty] Running on Wayland
[0.000302511s] [INFO ] [alacritty] Configuration files loaded from:
                                     "/home/loshz/.config/alacritty/alacritty.toml"
[0.044641252s] [INFO ] [alacritty] Using EGL 1.5
[0.044733386s] [DEBUG] [alacritty] Picked GL Config:
                                     buffer_type: Some(Rgb { r_size: 8, g_size: 8, b_size: 8 })
                                     alpha_size: 8
                                     num_samples: 0
                                     hardware_accelerated: true
                                     supports_transparency: Some(true)
                                     config_api: Api(OPENGL | GLES1 | GLES2 | GLES3)
                                     srgb_capable: true
[0.077820074s] [TRACE] [crossfont] Number of fonts is 62
[0.077890457s] [TRACE] [crossfont] Got font path="/usr/share/fonts/abattis-cantarell-fonts/Cantarell-Bold.otf", index=0
[0.078044127s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.085961672s] [INFO ] [alacritty] Window scale factor: 1
[0.088235367s] [DEBUG] [alacritty] Loading "monospace" font
[0.090054874s] [TRACE] [crossfont] Number of fonts is 54
[0.090100029s] [TRACE] [crossfont] Got font path="/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf", index=0
[0.090188456s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.092427095s] [TRACE] [crossfont] Number of fonts is 55
[0.092459045s] [TRACE] [crossfont] Got font path="/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf", index=262144
[0.092537062s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.094833270s] [TRACE] [crossfont] Number of fonts is 55
[0.094868146s] [TRACE] [crossfont] Got font path="/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf", index=0
[0.094878776s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.097281685s] [TRACE] [crossfont] Number of fonts is 55
[0.097317432s] [TRACE] [crossfont] Got font path="/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf", index=262144
[0.097328553s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.102137797s] [INFO ] [alacritty] Running on AMD Radeon Graphics (radeonsi, gfx1103_r1, LLVM 17.0.6, DRM 3.54, 6.6.9-200.fc39.x86_64)
[0.102160190s] [INFO ] [alacritty] OpenGL version 4.6 (Core Profile) Mesa 23.3.2, shader_version 4.60
[0.102173715s] [INFO ] [alacritty] Using OpenGL 3.3 renderer
[0.112051684s] [DEBUG] [alacritty] Enabled debug logging for OpenGL
[0.113755682s] [DEBUG] [alacritty] Filling glyph cache with common glyphs
[0.121190185s] [INFO ] [alacritty] Cell size: 9 x 22
[0.121217717s] [INFO ] [alacritty] Padding: 0 x 0
[0.121228357s] [INFO ] [alacritty] Width: 1920, Height: 1133
[0.121274815s] [TRACE] [alacritty] Deriving dim colors from normal colors
[0.121289773s] [INFO ] [alacritty] PTY dimensions: 51 x 213
[0.126177576s] [INFO ] [alacritty] Initialisation complete
[0.185706109s] [TRACE] [alacritty_terminal] Setting private mode: BracketedPaste
[0.185794316s] [TRACE] [alacritty_terminal] Setting attribute: Bold
[0.185814654s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green))
[0.185855321s] [TRACE] [alacritty_terminal] Setting attribute: Reset
@kchibisov
Copy link
Member

I'm not sure how to make this pinned issue even more noticeable #7465

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

No branches or pull requests

2 participants