It doesn't seem that linux got that update, as the most recent deb from their website is still 147-9 sadly. EDIT: Nevermind, it's just that we received the update through that autoupdating, there is no new deb.
Search Criteria
Package Details: parsec-bin 150_97c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/parsec-bin.git (read-only, click to copy) |
---|---|
Package Base: | parsec-bin |
Description: | Remotely connect to a gaming pc for a low latency remote computing experience |
Upstream URL: | http://parsec.app |
Keywords: | parsec remote streaming |
Licenses: | custom |
Provides: | parsec |
Submitter: | sdellysse |
Maintainer: | DXC-0 |
Last Packager: | DXC-0 |
Votes: | 54 |
Popularity: | 0.22 |
First Submitted: | 2017-08-10 02:44 (UTC) |
Last Updated: | 2025-05-25 17:39 (UTC) |
Dependencies (9)
- ffmpeg4.4
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libglvnd (libglvnd-gitAUR)
- libxcb (libxcb-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- openssl-1.1
- pipewire-alsa (pipewire-full-alsa-gitAUR, pipewire-alsa-gitAUR)
- libva (libva-gitAUR, libva-headlessAUR, intel-media-stack-binAUR, intel-media-stack-legacy-binAUR) (optional) – For hardware accelerated decoding
Required by (0)
Sources (1)
E5ten commented on 2018-10-17 11:37 (UTC) (edited on 2018-10-17 11:38 (UTC) by E5ten)
tadly commented on 2018-10-17 08:47 (UTC)
So, parsec is doing weird stuff where it self-updates without any notice (only through a running daemon I think, not sure though).
That IMO sucks bigtime but can't be helped.
Now... From what I can tell, the whole /usr/share/parsec
directory can be omitted as the appdata.json
and parsecd-<version>.so
exist in ~/.parsec/
.
Those are the ones getting self-updated.
Finally, 148-1
is the most recent version so a bump is in order :)
Enelar commented on 2018-09-25 17:44 (UTC)
I've got -6, -6023, -17001 issues with no luck
kachunkachunk commented on 2018-09-19 00:28 (UTC) (edited on 2018-09-22 19:55 (UTC) by kachunkachunk)
Edit: Had a redundant response that tadly and test0 already shared from 08/16 and 08/17, so here's a better comment and content. Someone more versed could suggest a better service file, though.
1) Create a systemd service file in /usr/lib/systemd/user/parsecd.service
- working content example: https://pastebin.com/raw/4MJS3nx2 (updated 09/22 with a network-online dependency).
2) Reload systemd with sudo systemctl daemon-reload
(you may need to do systemctl --user daemon-reload
as well, if you're making changes/updates).
3) Enable the newly-created user service: systemctl --user enable parsecd.service
4) Start the user service: systemctl --user start parsecd.service
5) Confirm your daemon can communicate with the parsecgaming.com interface.
ky7pxrp2 commented on 2018-08-18 01:50 (UTC) (edited on 2018-08-18 12:06 (UTC) by ky7pxrp2)
Can connect but only receiving audio--no video. i7-8550U/UHD 620 with libva-intel-driver installed. Any suggestions?
tadly commented on 2018-08-17 09:58 (UTC)
Just to make sure, if a systemd service should be added, it should be a user service (installed to /usr/lib/systemd/user/parsecd.service)
test0 commented on 2018-08-16 21:35 (UTC)
Hi, can you add a systemd support for daemon (ex : "sudo systemctl enable/start parsecd" , for "parsec app_daemon=1" command ) ? There is no GUI anymore on Linux, we have choice between CLI or Webpage on any browser, then connecting us with the parsec daemon. :)
E5ten commented on 2018-08-14 20:48 (UTC) (edited on 2018-08-14 20:49 (UTC) by E5ten)
I'm not sure I understand the problem, for me uninstalling parsec and deleting the cache of it etc. and then installing it cleanly works, and after running it and going to https://ui.parsecgaming.com it detects the running daemon. EDIT: Maybe it's possibly related to your AUR helper if you use one, if you do which one do you use?
SuperNegativeP commented on 2018-08-14 01:53 (UTC) (edited on 2018-08-14 01:54 (UTC) by SuperNegativeP)
I think I found out what that file too short error is. The file it's talking about is totally empty. I fixed it by unpacking the .deb and coping the file of the same name out of it. I think that something copied over wrong when it was installed...
Other than that it worked perfect!
erkexzcx commented on 2018-08-13 17:31 (UTC) (edited on 2018-08-13 17:31 (UTC) by erkexzcx)
/home/erikas/.parsec/parsecd-147-9.so: file too short
After fixing PKGBUILD - I ended up with this error. :) Not working or what?
Pinned Comments
tadly commented on 2020-06-10 06:09 (UTC) (edited on 2020-06-10 06:10 (UTC) by tadly)
!!! Please do NOT flag the package out of date just because a new version has been release. !!!
Parsec self-updates and as long as the package still installs (no sha256 mismatch), there is no reason to update it in the AUR as the .deb actually is an older version.