-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
[BUG]: wayland下无法启动 #623
Comments
是不是环境变量没有生效 |
有没有尝试过直接 WEBKIT_DISABLE_DMABUF_RENDERER=1 pot 这样启动,我在KDE下使用没有问题。 |
这个可以 |
那就还是你的环境变量没有生效。写在 |
Wayland下还是不行 |
报错 ❯ WEBKIT_DISABLE_DMABUF_RENDERER=1 pot
(pot:8598): Gtk-WARNING **: 21:46:52.577: Theme parsing error: gtk-dark.css:6691:68: Invalid name of pseudo-class
[2023-12-19][13:46:52][TRACE][zbus::connection] Sending message: Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.126"))), path: ObjectPath("/org/freedesktop/DBus"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus"))), member: MemberName(Str(Borrowed("RemoveMatch"))), body: Signature("s") }
[2023-12-19][13:46:52][TRACE][zbus::connection] Sent message with serial: 5
[2023-12-19][13:46:52][TRACE][tracing::span::active] <- {};
[2023-12-19][13:46:52][TRACE][tracing::span::active] -> {};
[2023-12-19][13:46:52][TRACE][tracing::span::active] <- {};
[2023-12-19][13:46:52][TRACE][async_io::driver] block_on: sleep until notification
[2023-12-19][13:46:52][TRACE][polling::epoll] new events: epoll_fd=17, res=1
[2023-12-19][13:46:52][TRACE][polling::epoll] modify: epoll_fd=17, fd=18, ev=Event { key: 18446744073709551615, readable: true, writable: false }
[2023-12-19][13:46:52][TRACE][async_io::reactor] react: 1 ready wakers
[2023-12-19][13:46:52][TRACE][async_io::driver] main_loop: sleeping for 50 us
[2023-12-19][13:46:52][TRACE][zbus::socket_reader] Message received on the socket: Msg { type: MethodReturn, sender: UniqueName(Str(Borrowed("org.freedesktop.DBus"))), reply-serial: 5 }
[2023-12-19][13:46:52][TRACE][zbus::socket_reader] Error broadcasting message to stream for `None`: SendError(..)
[2023-12-19][13:46:52][TRACE][zbus::socket_reader] Broadcasted to all streams: Ok(Msg { type: MethodReturn, sender: UniqueName(Str(Borrowed("org.freedesktop.DBus"))), reply-serial: 5 })
[2023-12-19][13:46:52][TRACE][zbus::socket_reader] Waiting for message on the socket..
[2023-12-19][13:46:52][TRACE][polling::epoll] modify: epoll_fd=17, fd=16, ev=Event { key: 0, readable: true, writable: false }
[2023-12-19][13:46:52][TRACE][tracing::span::active] -> {};
[2023-12-19][13:46:52][TRACE][async_io::driver] main_loop: waiting on I/O
[2023-12-19][13:46:52][TRACE][async_io::reactor] process_timers: 0 ready wakers
[2023-12-19][13:46:52][TRACE][tracing::span::active] <- {};
[2023-12-19][13:46:52][TRACE][polling] Poller::wait(_, None)
[2023-12-19][13:46:52][TRACE][tracing::span::active] -> {};
[2023-12-19][13:46:52][TRACE][polling::epoll] wait: epoll_fd=17, timeout=None
[2023-12-19][13:46:52][TRACE][tracing::span::active] <- {};
[2023-12-19][13:46:52][TRACE][tracing::span] -- {};
[2023-12-19][13:46:52][TRACE][polling::epoll] modify: epoll_fd=17, fd=19, ev=Event { key: 18446744073709551615, readable: true, writable: false }
[2023-12-19][13:46:52][TRACE][tracing::span::active] -> {};
[2023-12-19][13:46:52][TRACE][zbus::connection] Sending message: Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.126"))), path: ObjectPath("/org/freedesktop/DBus"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus"))), member: MemberName(Str(Borrowed("RemoveMatch"))), body: Signature("s") }
[2023-12-19][13:46:52][TRACE][zbus::connection] Sent message with serial: 6
[2023-12-19][13:46:52][TRACE][tracing::span::active] <- {};
[2023-12-19][13:46:52][TRACE][async_io::driver] block_on: sleep until notification
[2023-12-19][13:46:52][TRACE][polling::epoll] new events: epoll_fd=17, res=1
[2023-12-19][13:46:52][TRACE][polling::epoll] modify: epoll_fd=17, fd=18, ev=Event { key: 18446744073709551615, readable: true, writable: false }
[2023-12-19][13:46:52][TRACE][async_io::reactor] react: 1 ready wakers
[2023-12-19][13:46:52][TRACE][async_io::driver] main_loop: sleeping for 50 us
[2023-12-19][13:46:52][TRACE][zbus::socket_reader] Message received on the socket: Msg { type: MethodReturn, sender: UniqueName(Str(Borrowed("org.freedesktop.DBus"))), reply-serial: 6 }
[2023-12-19][13:46:52][TRACE][zbus::socket_reader] Error broadcasting message to stream for `None`: SendError(..)
[2023-12-19][13:46:52][TRACE][zbus::socket_reader] Broadcasted to all streams: Ok(Msg { type: MethodReturn, sender: UniqueName(Str(Borrowed("org.freedesktop.DBus"))), reply-serial: 6 })
[2023-12-19][13:46:52][TRACE][zbus::socket_reader] Waiting for message on the socket..
[2023-12-19][13:46:52][TRACE][async_io::driver] main_loop: waiting on I/O
[2023-12-19][13:46:52][TRACE][polling::epoll] modify: epoll_fd=17, fd=16, ev=Event { key: 0, readable: true, writable: false }
[2023-12-19][13:46:52][TRACE][async_io::reactor] process_timers: 0 ready wakers
[2023-12-19][13:46:52][TRACE][tracing::span::active] -> {};
[2023-12-19][13:46:52][TRACE][polling] Poller::wait(_, None)
[2023-12-19][13:46:52][TRACE][polling::epoll] wait: epoll_fd=17, timeout=None
[2023-12-19][13:46:52][TRACE][polling::epoll] modify: epoll_fd=17, fd=19, ev=Event { key: 18446744073709551615, readable: true, writable: false }
[2023-12-19][13:46:52][TRACE][tracing::span::active] <- {};
[2023-12-19][13:46:52][TRACE][tracing::span::active] -> {};
[2023-12-19][13:46:52][TRACE][tracing::span::active] <- {};
[2023-12-19][13:46:52][TRACE][tracing::span] -- {};
[2023-12-19][13:46:52][TRACE][async_io::driver] block_on: sleep until notification
zsh: segmentation fault (core dumped) WEBKIT_DISABLE_DMABUF_RENDERER=1 pot |
俺也一样 |
+1 |
Arch Linux + KDE 在 Wayland 下也出现了同样的问题。启动命令:
最终 libEGL 出现了错误:
|
我试过,这样在xorg的kde里没问题,在hyprland不行,问题与大家报的一样 |
sway 禁用 xwayland 后, 无法打开界面窗口.
|
已解决 |
同样的错误,日志也类似。环境Arch+Wayland+Hyprland-git |
Description
archlinux+wayland+hyprland下无法启动,已经设置过环境变量 514
Reproduction
终端下运行
pot
Platform
Linux
System Version
Arch Linux x86_64
Window System (Linux Only)
Wayland
Software Version
2.7.2-1
Log File
pot.log
Additional Information
No response
The text was updated successfully, but these errors were encountered: