alacritty: Unable to launch alacritty with Fullscreen startup mode on Wayland
Which operating system does the issue occur on? Arch Linux
If on linux, are you using X11 or Wayland? Wayland
Logs?
[sjug@host ~]$ alacritty --version
alacritty 0.3.3
[sjug@host ~]$ alacritty
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:347:21
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[sjug@host ~]$ RUST_BACKTRACE=1 alacritty
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:347:21
stack backtrace:
0: <unknown>
1: <unknown>
2: <unknown>
3: <unknown>
4: <unknown>
5: <unknown>
6: <unknown>
7: <unknown>
8: <unknown>
9: <unknown>
10: <unknown>
11: <unknown>
12: __libc_start_main
13: <unknown>
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (10 by maintainers)
Commits related to this issue
- Update glutin to 0.25 Fixes #4206. Fixes #4162. Fixes #4017. Fixes #3998. Fixes #3831. Fixes #3782. Fixes #2734. Fixes #2714. Fixes #1801. — committed to kchibisov/alacritty by kchibisov 4 years ago
- Update glutin to 0.25 Fixes #4206. Fixes #4162. Fixes #4017. Fixes #3998. Fixes #3831. Fixes #3782. Fixes #2734. Fixes #2714. Fixes #1801. — committed to kchibisov/alacritty by kchibisov 4 years ago
- Update glutin to 0.25 Fixes #4206. Fixes #4162. Fixes #4017. Fixes #3998. Fixes #3831. Fixes #3782. Fixes #2734. Fixes #2714. Fixes #1801. — committed to kchibisov/alacritty by kchibisov 4 years ago
- Update glutin to 0.25 Fixes #4206. Fixes #4162. Fixes #4017. Fixes #3998. Fixes #3831. Fixes #3782. Fixes #3708. Fixes #2734. Fixes #2714. Fixes #1801. — committed to kchibisov/alacritty by kchibisov 4 years ago
- Update glutin to 0.25 Fixes #4206. Fixes #4162. Fixes #4017. Fixes #3998. Fixes #3831. Fixes #3782. Fixes #3708. Fixes #2734. Fixes #2714. Fixes #1801. — committed to kchibisov/alacritty by kchibisov 4 years ago
- Bump glutin to 0.25.0 Fixes #4206. Fixes #4162. Fixes #4017. Fixes #3998. Fixes #3831. Fixes #3782. Fixes #3708. Fixes #2734. Fixes #2714. Fixes #1801. — committed to alacritty/alacritty by kchibisov 4 years ago
Just to make it clear, the same issue is relevant under sway. So I guess it’s just a general issue here, rather than GNOME specific.
@chrisduerr Right on
@kchibisov Yes you’re right, changing it to windowed allows it to start (and not panic). Then toggling fullscreen works fine.
@chrisduerr When I run that command it asks me to select a monitor, so I select my only monitor
0
. Then it starts the example in full screen and I can toggle it withF
back and forth no issue.Would you mind providing some info about your setup, like multiple monitors or smthing like that, and are you running alacritty with default config?
I’m using an AMD Vega 64 GPU, do I need to set any debug flags on compile?