-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
sunshine: resolve tray icon issues #364438
Conversation
b91e332
to
d0cc842
Compare
d0cc842
to
c26be38
Compare
- change text in `wait_for_console_text` to prevent sending curl with pairing response before moonlight can accept it - remove "close moonlight" step as next window stays on top in fullscreen, previous window with pairing result does not interfere with test. Otherwise it needs OCR or some other way to only do `send_key("kp_enter")` after "Pairing complete" window is visible. - add different ways to increase chances of successfull OCR: hide icewm panel, gxmessage window takes full screen without titlebar or buttons, black background, white foreground, consolas font,"ABC" text - add `wait_for_console_text` to only run OCR after window is visible
c26be38
to
46abca2
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4978 |
|
this breaks in staging / staging-next as boost-185 is removed. https://github.com/NixOS/nixpkgs/actions/runs/12423664740/job/34687593476
this will need to be moved to boost186 or some other boost version or reverted |
can sunshine just use boost-186? |
haven’t tried, but it may need this LizardByte/Sunshine#3256 |
yeah, doesn't build by default and that patch doesn't apply to the current sources in nixpkgs. |
if 186 is the new default the reverting won’t help either I don’t think. |
reverting will fix the CI but sunshine will still be broken. |
the patch doesn't look too complex might be easy enough to fix. |
yeah fair — we may need to consider switching to an unstable version in the meantime. |
I ported the patch hand have it building on staging-next. will post PR |
|
Closes #361790
environment.PATH
tonull
, which allowsxdg-open
to work for opening tray icon linksby-name
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.