You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SolDev69@FarLightZ Hi, could you try installing the patched layer-shell-qt on Termux native? I am trying to fix the issue where right-clicking causes a crash on the KDE Plasma Wayland desktop. I have tested it on my device, and the issue has been resolved on my device.
You can find the build artifacts here: https://github.com/lfdevs/termux-packages/actions/runs/29983436264?pr=18#artifacts
Specifically, look for files in the Artifacts section that start with debs, such as debs-aarch64-fd696e968cebc1969a7de9d8392648a8d6d91fb9. After downloading and extracting it, you’ll obtain layer-shell-qt_6.7.3-1_aarch64.deb.
@SolDev69@FarLightZ Hi, could you try installing the patched layer-shell-qt on Termux native? I am trying to fix the issue where right-clicking causes a crash on the KDE Plasma Wayland desktop. I have tested it on my device, and the issue has been resolved on my device.
You can find the build artifacts here: https://github.com/lfdevs/termux-packages/actions/runs/29983436264?pr=18#artifacts Specifically, look for files in the Artifacts section that start with debs, such as debs-aarch64-fd696e968cebc1969a7de9d8392648a8d6d91fb9. After downloading and extracting it, you’ll obtain layer-shell-qt_6.7.3-1_aarch64.deb.
WORKING BROTHA!!! IT'S WORKING YOU HACKERMAN!! I'LL GIVE U A HANDSHAKE ONCE WE'VE MET!!!!!
UPD: I don't know if it's related to the fullscreen bug but when I open and close an aplicatiob (one cycle of opening and closing is enough) a bit later KWin crashes, it's like 10-15 seconds and bam blinking giant mouse, tested with firefox and Calligra document suite.
Fix popup attachment with libc++
Avoid using std::any_cast to retrieve the xdg_popup role, as libc++
RTTI comparison can fail across shared modules loaded with RTLD_LOCAL.
Retrieve the popup through Qt's platform native interface instead,
preventing Plasma context menus from causing a Wayland protocol error.
Related URLs:
* https://bugs.kde.org/show_bug.cgi?id=479679
* llvm/llvm-project#36746
* freebsd/freebsd-ports#431
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix popup attachment with libc++
Avoid using std::any_cast to retrieve the xdg_popup role, as libc++
RTTI comparison can fail across shared modules loaded with RTLD_LOCAL.
Retrieve the popup through Qt's platform native interface instead,
preventing Plasma context menus from causing a Wayland protocol error.
Fix:
Related URLs: