Package Details: xpra-git 4.4.r1887.g4d73c3644-1

Git Clone URL: https://aur.archlinux.org/xpra-git.git (read-only, click to copy)
Package Base: xpra-git
Description: multi-platform screen and application forwarding system screen for X11
Upstream URL: https://www.xpra.org
Keywords: desktop remote sharing
Licenses: GPL2
Conflicts: xpra
Provides: xpra
Submitter: leuko
Maintainer: bug
Last Packager: leuko
Votes: 12
Popularity: 0.002094
First Submitted: 2021-02-21 10:22 (UTC)
Last Updated: 2023-07-22 18:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

aurelieng commented on 2023-10-27 15:24 (UTC) (edited on 2023-10-27 15:39 (UTC) by aurelieng)

Edit: works after I installed python-opengl-accelerate and python-ipaddress. Maybe the list of dependencies should be updated?

--

@xiota thanks the changes you suggested, I've been able to compile and install it. I can start a server, but I can't connect to it, ie. the following fail:

# In one terminal:
xpra start :100 --daemon=no --start=xterm

# In another terminal:
xpra attach :100

It fails with:

2023-10-27 16:42:16,634 Error: failed to encode packet:
...

  File "xpra/net/rencodeplus/rencodeplus.pyx", line 339, in xpra.net.rencodeplus.rencodeplus.dumps
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 321, in xpra.net.rencodeplus.rencodeplus.encode
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 256, in xpra.net.rencodeplus.rencodeplus.encode_list
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 324, in xpra.net.rencodeplus.rencodeplus.encode
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 273, in xpra.net.rencodeplus.rencodeplus.encode_dict
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 324, in xpra.net.rencodeplus.rencodeplus.encode
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 273, in xpra.net.rencodeplus.rencodeplus.encode_dict
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 321, in xpra.net.rencodeplus.rencodeplus.encode
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 256, in xpra.net.rencodeplus.rencodeplus.encode_list
  File "xpra/net/rencodeplus/rencodeplus.pyx", line 327, in xpra.net.rencodeplus.rencodeplus.encode
ValueError: type <class 'OpenGL.arrays.strings.UnicodeHandler'> not handled
2023-10-27 17:08:11,276 Error: failed to receive anything, not an xpra server?
2023-10-27 17:08:11,276   could also be the wrong protocol, username, password or port
2023-10-27 17:08:11,276   or the session was not found

Can you test on your side, just in case there's a regression that should be fixed?

(I just checked, and 4.4.5-1 from extra works well, but lacks other features I need)

leuko commented on 2023-10-16 08:44 (UTC)

Thanks for the diffs. I would like to update the package until end of this month.

xiota commented on 2023-10-16 05:42 (UTC) (edited on 2023-10-16 05:42 (UTC) by xiota)

Some suggested changes to resolve issues. (Not complete PKGBUILD.)


url="https://github.com/Xpra-org/xpra"

depends+=(xxhash)
makedepends+=(
  'cuda'

  'python-build'
  'python-installer'
  'python-setuptools'
  'python-wheel'
)

pkgver() {
  cd "$_pkgname"

  local _version=$(git tag | tail -1 | sed -E 's@^v@@')
  local _revision=$(git rev-list --count v${_version}..HEAD)
  local _hash=$(git rev-parse --short HEAD)

  printf '%s.r%s.g%s' \
    "$_version" \
    "$_revision" \
    "$_hash"
}

build() {
  cd "$_pkgname"
  python -m build --no-isolation --wheel
}

package() {
  cd $_pkgname
  python -m installer --destdir="$pkgdir" dist/*.whl
}

flome commented on 2023-10-13 14:01 (UTC)

build with: --without-nvidia

probably install cuda

to fix it

flome commented on 2023-10-13 11:36 (UTC)

  • rebuilding BGRA_to_RGBAP: no file unable to find nvcc failed to rebuild the cuda kernels ['XRGB_to_NV12', 'XRGB_to_YUV444', 'BGRX_to_NV12', 'BGRX_to_YUV444', 'BGRX_to_RGB', 'RGBX_to_RGB', 'RGBA_to_RGBAP', 'BGRA_to_RGBAP'] ==> ERROR: A failure occurred in build(). Aborting...

xiota commented on 2023-09-25 05:48 (UTC)

Clean chroot.

ERROR: call to 'pkg-config --libs libxxhash' failed (err=Package libxxhash was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxxhash.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libxxhash', required by 'virtual:world', not found
)
==> ERROR: A failure occurred in build().

Also, please update python PEP517 install.

DarkShadow44 commented on 2023-01-04 21:28 (UTC)

@cherio That's normal shell expansion stuff, results in mv pkgdir/etc/dbus-1/system.d pkgdir/usr/share/dbus-1/system.d