View previous topic :: View next topic |
Author |
Message |
iNeedIT n00b
Joined: 10 Aug 2024 Posts: 18
|
Posted: Fri Dec 06, 2024 1:55 pm Post subject: Hyprland is trying to compile Xwayland with -X |
|
|
Like in subject.
Build Log: https://pastebin.com/QaLFkmsd |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31425 Location: here
|
Posted: Fri Dec 06, 2024 2:16 pm Post subject: |
|
|
Look at bug #935322 _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2628
|
Posted: Fri Dec 06, 2024 4:33 pm Post subject: |
|
|
Quote: | Hyprland is trying to compile Xwayland with -X |
What do you think X applications run on? Xwayland provides an X server for applications that do not yet support Wayland. Chromium could only run in xwayland mode under Wayland up until maybe less than two years ago.
Many applications still don't support Wayland.
Best Regards,
Georgi |
|
Back to top |
|
|
iNeedIT n00b
Joined: 10 Aug 2024 Posts: 18
|
Posted: Fri Dec 06, 2024 6:14 pm Post subject: |
|
|
I got answer from github hyprland repo.
Quote: |
diff --git a/src/xwayland/XWayland.hpp b/src/xwayland/XWayland.hpp
index 96253d19..113ca4d4 100644
--- a/src/xwayland/XWayland.hpp
+++ b/src/xwayland/XWayland.hpp
@@ -34,6 +34,7 @@ class CXWayland {
inline std::unique_ptr<CXWayland> g_pXWayland;
inline std::unordered_map<std::string, uint32_t> HYPRATOMS = {
+#ifndef NO_XWAYLAND
HYPRATOM("_NET_SUPPORTED"),
HYPRATOM("_NET_SUPPORTING_WM_CHECK"),
HYPRATOM("_NET_WM_NAME"),
@@ -126,4 +127,5 @@ inline std::unordered_map<std::string, uint32_t> HYPRATOMS = {
HYPRATOM("DELETE"),
HYPRATOM("TEXT"),
HYPRATOM("INCR"),
+#endif
};
diff --git a/subprojects/tracy b/subprojects/tracy
--- a/subprojects/tracy
+++ b/subprojects/tracy
@@ -1 +1 @@
-Subproject commit 37aff70dfa50cf6307b3fee6074d627dc2929143
+Subproject commit 37aff70dfa50cf6307b3fee6074d627dc2929143-dirty
|
It might work. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31425 Location: here
|
Posted: Fri Dec 06, 2024 6:58 pm Post subject: |
|
|
Another option was to unmask hyprland version 0.42.0-r2. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|