-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
plex-htpc: init at 1.71.1 #400661
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
base: master
Are you sure you want to change the base?
plex-htpc: init at 1.71.1 #400661
Conversation
it builds, but does not run on my system. Is there something i'm missing? |
Thanks for testing! Made a quick change since I just realized EDIT: I've cleared out my |
ah yeah, same error for both
|
Got it. Thanks for the report. Maybe we can simply add
to your nixos config works too. Will look into this a little more and see if I can find something. |
Thank you for this pr, I have desired to be able to run this for about 8 or so months now and was never able to get it to work myself. |
Added plex-desktop.override {
extraEnv = { QT_QPA_PLATFORM="wayland"; };
} Reproduced with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Lets gooo! @detroyejr thank you! I am so hyped to finally be able to use this! I know others who are hyped for this too. |
+1 |
Fixed two build issues after bumping including what was addressed in #418546. Runs fine and there aren't any other issues I've spotted. If anyone has feedback, just let me know! I'll make another request in the review channel soon and maybe we can get this merged. |
Bump. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2513 |
Things done
Similar to the plex for desktop application in nixpkgs already, but we get an interface that's a little nicer for TV's and hand held devices like the steam deck. Practically the same build/install instructions as plex-desktop so it shouldn't be much more in terms of maintenance.
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.