We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Attempting to install apps using flatpak in alacritty snap fails. Works in built in gnome terminal
To Reproduce
Steps to reproduce the behavior:
Expected behavior Installation completes
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Using default shell zsh with oh my zsh extension(Still it should work regardless as it works in default gnome-terminal)
Shell output:
$ alacritty -vvv Created log file at "/tmp/Alacritty-30502.log" [0.000003445s] [INFO ] [alacritty] Welcome to Alacritty [0.000082275s] [INFO ] [alacritty] Version 0.12.3 (5efb0690) [0.000096084s] [INFO ] [alacritty] Running on X11 [0.000210338s] [INFO ] [alacritty_config_derive] No config file found; using default [0.002218564s] [INFO ] [alacritty] Using GLX 1.4 [0.048323017s] [INFO ] [alacritty] Window scale factor: 1 [0.049244817s] [DEBUG] [alacritty] Loading "monospace" font [0.063094989s] [TRACE] [crossfont] Number of fonts is 195 [0.063133553s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", index=0 [0.063201836s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Book, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 } [0.069411075s] [TRACE] [crossfont] Number of fonts is 200 [0.069442076s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf", index=0 [0.069485524s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 } [0.075671490s] [TRACE] [crossfont] Number of fonts is 203 [0.075703646s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf", index=0 [0.075747636s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Oblique, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 } [0.082033346s] [TRACE] [crossfont] Number of fonts is 212 [0.082063217s] [TRACE] [crossfont] Got font path="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf", index=0 [0.082106131s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold Oblique, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 } [0.087472007s] [INFO ] [alacritty] Running on Mesa Intel(R) UHD Graphics (CML GT2) [0.087491890s] [INFO ] [alacritty] Using OpenGL 3.3 renderer [0.094411160s] [DEBUG] [alacritty] Filling glyph cache with common glyphs [0.104767552s] [INFO ] [alacritty] Cell size: 9 x 18 [0.104793600s] [INFO ] [alacritty] Padding: 0 x 0 [0.104803352s] [INFO ] [alacritty] Width: 800, Height: 600 [0.109024233s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 197, g: 200, b: 198 } to Rgb { r: 130, g: 132, b: 130 } [0.109046676s] [TRACE] [alacritty] Deriving dim colors from normal colors [0.109055931s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 29, g: 31, b: 33 } to Rgb { r: 19, g: 20, b: 21 } [0.109064799s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 204, g: 102, b: 102 } to Rgb { r: 134, g: 67, b: 67 } [0.109073195s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 181, g: 189, b: 104 } to Rgb { r: 119, g: 124, b: 68 } [0.109084162s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 240, g: 198, b: 116 } to Rgb { r: 158, g: 130, b: 76 } [0.109092975s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 129, g: 162, b: 190 } to Rgb { r: 85, g: 106, b: 125 } [0.109101502s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 178, g: 148, b: 187 } to Rgb { r: 117, g: 97, b: 123 } [0.109110217s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 138, g: 190, b: 183 } to Rgb { r: 91, g: 125, b: 120 } [0.109118538s] [TRACE] [alacritty_terminal] Scaling RGB by 0.66 from Rgb { r: 197, g: 200, b: 198 } to Rgb { r: 130, g: 132, b: 130 } [0.109128950s] [INFO ] [alacritty] PTY dimensions: 33 x 88 [0.111545044s] [INFO ] [alacritty] Initialisation complete [0.113332216s] [DEBUG] [alacritty_terminal] Term::resize dimensions unchanged [0.180444828s] [TRACE] [alacritty_terminal] Setting attribute: Bold [0.180482244s] [TRACE] [alacritty_terminal] Setting attribute: Reverse [0.180503722s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse [0.180513930s] [TRACE] [alacritty_terminal] Setting attribute: Bold [0.180522539s] [TRACE] [alacritty_terminal] Setting attribute: Reset [0.180532335s] [TRACE] [alacritty_terminal] Carriage return [0.180541478s] [TRACE] [alacritty_terminal] Carriage return [0.180553043s] [TRACE] [alacritty_terminal] Setting title to 'Some("amar@Predator:~")' [0.180584967s] [DEBUG] [alacritty_terminal] [unhandled osc_dispatch]: [['1'],['~'],] at line 963 [0.182246885s] [DEBUG] [alacritty_terminal] [unhandled osc_dispatch]: [['7'],['f''i''l''e'':''/''/''P''r''e''d''a''t''o''r''/''h''o''m''e''/''a''m''a''r'],] at line 963 [0.184311545s] [TRACE] [alacritty_terminal] Carriage return [0.184333607s] [TRACE] [alacritty_terminal] Setting attribute: Reset [0.184344126s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse [0.184357380s] [TRACE] [alacritty_terminal] Setting attribute: CancelUnderline [0.184366210s] [TRACE] [alacritty_terminal] Clearing screen: Below [0.184376378s] [TRACE] [alacritty_terminal] Setting attribute: Bold [0.184385101s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Green)) [0.184396482s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Cyan)) [0.184405660s] [TRACE] [alacritty_terminal] Setting attribute: Reset [0.184414392s] [TRACE] [alacritty_terminal] Clearing line: Right [0.184424845s] [TRACE] [alacritty_terminal] Setting mode: CursorKeys [0.184434031s] [TRACE] [alacritty_terminal] Setting keypad application mode [0.184443112s] [TRACE] [alacritty_terminal] Setting mode: BracketedPaste [3.932507107s] [TRACE] [alacritty_terminal] Moving backward: 31 [3.932640708s] [TRACE] [alacritty_terminal] Moving forward: 4 [4.640333486s] [TRACE] [alacritty_terminal] Moving backward: 26 [4.640464043s] [TRACE] [alacritty_terminal] Moving backward: 27 [4.999938079s] [TRACE] [alacritty_terminal] Backspace [5.000061686s] [TRACE] [alacritty_terminal] Backspace [5.000123349s] [TRACE] [alacritty_terminal] Backspace [5.000195098s] [TRACE] [alacritty_terminal] Backspace [5.957723602s] [TRACE] [alacritty_terminal] Unsetting mode: CursorKeys [5.957865333s] [TRACE] [alacritty_terminal] Unsetting keypad application mode [5.957946147s] [TRACE] [alacritty_terminal] Unsetting mode: BracketedPaste [5.958008495s] [TRACE] [alacritty_terminal] Carriage return [5.958049046s] [TRACE] [alacritty_terminal] Carriage return [5.958085077s] [TRACE] [alacritty_terminal] Linefeed [5.959031915s] [TRACE] [alacritty_terminal] Setting title to 'Some("flatpak install flathub io.neovim.nvim")' [5.959168471s] [DEBUG] [alacritty_terminal] [unhandled osc_dispatch]: [['1'],['f''l''a''t''p''a''k'],] at line 963 [5.979379202s] [TRACE] [alacritty_terminal] Carriage return [5.979436119s] [TRACE] [alacritty_terminal] Linefeed [6.054533783s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red)) [6.054654007s] [TRACE] [alacritty_terminal] Setting attribute: Bold [6.054699945s] [TRACE] [alacritty_terminal] Setting attribute: CancelBoldDim [6.054738643s] [TRACE] [alacritty_terminal] Setting attribute: Reset [6.054778277s] [TRACE] [alacritty_terminal] Carriage return [6.054814647s] [TRACE] [alacritty_terminal] Linefeed [6.057690499s] [TRACE] [alacritty_terminal] Setting attribute: Bold [6.057823233s] [TRACE] [alacritty_terminal] Setting attribute: Reverse [6.057905617s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse [6.057972111s] [TRACE] [alacritty_terminal] Setting attribute: Bold [6.058018216s] [TRACE] [alacritty_terminal] Setting attribute: Reset [6.058063455s] [TRACE] [alacritty_terminal] Carriage return [6.058118893s] [TRACE] [alacritty_terminal] Carriage return [6.058185919s] [TRACE] [alacritty_terminal] Setting title to 'Some("amar@Predator:~")' [6.058244924s] [DEBUG] [alacritty_terminal] [unhandled osc_dispatch]: [['1'],['~'],] at line 963 [6.062300876s] [DEBUG] [alacritty_terminal] [unhandled osc_dispatch]: [['7'],['f''i''l''e'':''/''/''P''r''e''d''a''t''o''r''/''h''o''m''e''/''a''m''a''r'],] at line 963 [6.064879647s] [TRACE] [alacritty_terminal] Carriage return [6.064927968s] [TRACE] [alacritty_terminal] Setting attribute: Reset [6.064940247s] [TRACE] [alacritty_terminal] Setting attribute: CancelReverse [6.064950557s] [TRACE] [alacritty_terminal] Setting attribute: CancelUnderline [6.064960474s] [TRACE] [alacritty_terminal] Clearing screen: Below [6.064980246s] [TRACE] [alacritty_terminal] Setting attribute: Bold [6.065008970s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Red)) [6.065020859s] [TRACE] [alacritty_terminal] Setting attribute: Foreground(Named(Cyan)) [6.065030812s] [TRACE] [alacritty_terminal] Setting attribute: Reset [6.065039523s] [TRACE] [alacritty_terminal] Clearing line: Right [6.065049972s] [TRACE] [alacritty_terminal] Setting mode: CursorKeys [6.065059417s] [TRACE] [alacritty_terminal] Setting keypad application mode [6.065068213s] [TRACE] [alacritty_terminal] Setting mode: BracketedPaste [8.964621226s] [INFO ] [alacritty] Goodbye Deleted log file at "/tmp/Alacritty-30502.log"
LIBGL_DEBUG output (only if you have graphics related issue): N/A
The text was updated successfully, but these errors were encountered:
tunix
No branches or pull requests
Describe the bug
Attempting to install apps using flatpak in alacritty snap fails. Works in built in gnome terminal
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Installation completes
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Using default shell zsh with oh my zsh extension(Still it should work regardless as it works in default gnome-terminal)
Shell output:
LIBGL_DEBUG output (only if you have graphics related issue):
N/A
The text was updated successfully, but these errors were encountered: