-
-
Notifications
You must be signed in to change notification settings - Fork 509
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]: Pot fails to start on Arch Linux (Wayland, KDE Plasma) #1021
Comments
$ gdb pot 139 ↵ For help, type "help". This GDB supports auto-downloading debuginfo from the following URLs: ** (pot:6339): WARNING **: 00:11:34.478: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. Thread 1 "pot" received signal SIGSEGV, Segmentation fault. |
Same issue on Arch Linux (X11, Gnome, NVIDIA) |
Description
I am experiencing an issue where the pot application fails to start successfully on a fresh installation of Arch Linux with KDE Plasma on Wayland. I installed pot from the AUR using yay -S pot-translation, and running the application with the pot command produces a segmentation fault.
Reproduction
I have already attempted the following steps as per the README and other guidance:
Platform
Linux
System Version
Arch Linux Kernel: 6.12.9-zen1-1-zen
Window System (Linux Only)
Wayland
Software Version
3.0.6-1
Log File
Here is the relevant part of the error log when running pot:
[2025-01-14][17:40:59][TRACE][polling::epoll] modify: epoll_fd=14, fd=13, ev=Event { key: 0, readable: true, writable: false }
[2025-01-14][17:40:59][TRACE][async_io::driver] main_loop: waiting on I/O
[2025-01-14][17:40:59][TRACE][tracing::span::active] -> {};
[2025-01-14][17:40:59][TRACE][async_io::reactor] process_timers: 0 ready wakers
[2025-01-14][17:40:59][TRACE][polling] Poller::wait(_, None)
[2025-01-14][17:40:59][TRACE][polling::epoll] wait: epoll_fd=14, timeout=None
[2025-01-14][17:40:59][TRACE][tracing::span::active] <- {};
[2025-01-14][17:40:59][TRACE][polling::epoll] modify: epoll_fd=14, fd=16, ev=Event { key: 18446744073709551615, readable: true, writable: false }
[2025-01-14][17:40:59][TRACE][tracing::span::active] -> {};
[2025-01-14][17:40:59][TRACE][tracing::span::active] <- {};
[2025-01-14][17:40:59][TRACE][tracing::span] -- {};
[2025-01-14][17:40:59][TRACE][async_io::driver] block_on: sleep until notification
** (pot:3161): WARNING **: 20:40:59.900: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
[1] 3161 segmentation fault (core dumped) pot
Additional Information
The application works when launched directly from the AppImage (./pot_3.0.6_amd64.AppImage), but not when installed via AUR. This behavior suggests there may be an issue with the AUR package or its integration with my system's environment.
Environment:
Can you please investigate this issue or provide advice on additional troubleshooting steps? Thank you!
The text was updated successfully, but these errors were encountered: