hypnotix full wayland

Open
#423 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python

Research direction

Start with hypnotix.py and inspect the Wayland-related environment handling shown in the issue. Trace how the application selects its display backend, then verify that Hypnotix starts and operates in KDE full Wayland without requiring X11 compatibility.

Written by the indexing model from the issue text.

Description

i was using an hypnotix appimage and it would not start under kde6 full wayland, after contacting the appimage maintainer for support i realised that it was not an appimage issue at all and rather a wayland issue, as the code in hypnotix.py

# Force X11 on a Wayland session if "WAYLAND_DISPLAY" in os.environ: os.environ["WAYLAND_DISPLAY"] = ""

requires an X11 backend running and full wayland does not have this.
for the time being i have started it in plasma wayland (x11 compat) and its working fine, but my question is,
Can hypnotix be updated for full wayland as kde is going full wayland at some point as far as i have read ?

Dominant language
Python
Stars
1.7k
Forks
242
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from linuxmint/hypnotix

All issues in linuxmint/hypnotix

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.