please update this package or orphan it, thank you.
Search Criteria
Package Details: rustdesk 1.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rustdesk.git (read-only, click to copy) |
---|---|
Package Base: | rustdesk |
Description: | Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk! |
Upstream URL: | https://rustdesk.com/ |
Keywords: | AnyDesk desktop remote Rust TeamViewer |
Licenses: | GPL3 |
Submitter: | taotieren |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 19 |
Popularity: | 1.55 |
First Submitted: | 2021-06-27 07:29 (UTC) |
Last Updated: | 2023-08-22 14:07 (UTC) |
Dependencies (34)
- alsa-lib (alsa-lib-x205ta)
- gst-plugin-pipewire (gst-plugin-pipewire-git, gst-plugin-pipewire-full-git, gst-plugin-pipewire-common-git)
- gst-plugins-base (gst-plugins-base-git)
- gst-plugins-base-libs (gst-plugins-base-libs-git)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libappindicator-gtk3 (libappindicator-bzr)
- libva (libva-minimal-git, libva-git, intel-media-stack-bin, libva-headless)
- libvdpau
- libxcb (libxcb-git)
- libxfixes
- pam (pam-selinux)
- pulseaudio (pulseaudio-dummy, pulseaudio-git, pipewire-full-pulse-git, pipewire-common-pulse-git, pipewire-pulse-git, pipewire-pulse)
- xdg-user-dirs
- xdg-utils (busking-git, xdg-utils-slock, xdg-utils-lxqt, mimi, mimi-git, xdg-utils-handlr, opener, xdg-utils-betterlockscreen, xdg-utils-symlink-fix, xdg-utils-custom-open, mimejs-git, xdg-utils-mimeo)
- xdotool (xdotool-git)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (make)
- cmake (cmake-git) (make)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2) (make)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- Show 14 more dependencies...
Required by (2)
Sources (3)
rpodgorny commented on 2023-07-27 18:31 (UTC)
willemw commented on 2023-07-17 09:09 (UTC)
As stated before by FabioLolix, this package should not have a conflicts
and a provides
array.
Technetium1 commented on 2023-07-11 16:19 (UTC)
1.2.1 has been released since I flagged.
Rojikku commented on 2023-05-18 22:35 (UTC)
I'm going to abandon this because the dev refuses to properly tag releases. It's been six months.
xAsh commented on 2023-05-13 17:33 (UTC)
Won't compile https://pastebin.com/raw/tdCeMuXb
Sven commented on 2023-04-11 21:07 (UTC)
This fails with: error: non-binding let on a synchronization lock --> libs/hbb_common/src/config.rs:659:13
peterjc123 commented on 2023-03-23 14:25 (UTC)
This packages relies on ttf-arphic-uming
, as can be seen here. Otherwise, the Chinese characters won't show properly.
vizmoe commented on 2023-02-14 08:53 (UTC)
==> Validating source files with sha256sums...
rustdesk-1.1.9.tar.gz ... Passed
vcpkg ... Skipped
libsciter-gtk.so ... Passed
rustdesk.install ... Passed
rustdesk ... Passed
rustdesk.png ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'rustdesk-1.1.9-7':
error: packages failed to build: rustdesk-1.1.9-7
eworm commented on 2023-02-13 20:59 (UTC) (edited on 2023-02-13 20:59 (UTC) by eworm)
Ok, figured what causes this... The build fails with link time optimization (LTO). Disabling that makes the build succeed:
options=('!lto')
eworm commented on 2023-02-13 15:40 (UTC)
The upstream code for locks is fixed already: https://github.com/rustdesk/rustdesk/commit/b2f7e7ece5a4812bbc0b0713a85158b81352d423
This just did not yet make it into a release.
But I have two more issues:
Looks like the icon rustdesk.png
changed. This is easily fixed with updated checksum.
But it also fails at link time with a zstd related error... No idea how to fix this:
/usr/bin/ld: /build/rustdesk/src/rustdesk-1.1.9/target/release/deps/libzstd-44e8740a47270951.rlib(zstd-44e8740a47270951.zstd.bbc65fd8-cgu.6.rcgu.o): undefined reference to symbol 'ZDICT_trainFromBuffer'
/usr/bin/ld: /usr/lib/libzstd.so.1: error adding symbols: DSO missing from command line
Pinned Comments
shoklan commented on 2023-01-10 20:51 (UTC)
You can get this to install if you update the PKGBUILD with:
This isn't preferable since they should fix their code but it will at least get it installed for now.
Rojikku commented on 2022-11-22 20:14 (UTC)
https://github.com/rustdesk/rustdesk/issues/2087#event-7799191460 I am aware of the fact the package does not compile. This is an error on rustdesk's part and there is nothing I can do about it, really. @andrei.matei Those errors aren't familiar to me, but I think the most likely issue is something tied to this, or possibly because you specified -0 in your command?
ouafnico commented on 2022-08-31 15:08 (UTC)
@shayaknyc In my case I had to stop the rustdesk service, modify the RustDesk2.toml on /root/.config/rustdesk/, remove the ~/.config/rustdesk/, and restart the service.
It's like the app is using the root configuration as main configuration file.