Actions
Feature #2088
openGracefully handle lack of X11 in XWrapper
Start date:
01/10/2025
Due date:
% Done:
0%
Estimated time:
Description
Right now, XWrapper
assumes that the display and the connection always exist. This is not necessarily the case now that Qt (and Linux world in general) embraced Wayland.
Perhaps XWrapper
shouldn't be a singleton, but a std::optional
-returning factory.
No data to display
Actions