Package Base Details: rustdesk-nightly

Git Clone URL: https://aur.archlinux.org/rustdesk-nightly.git (read-only, click to copy)
Keywords: anydesk desktop remote rust rustdesk-nightly teamviewer
Submitter: taotieren
Maintainer: taotieren (Kingtous)
Last Packager: taotieren
Votes: 7
Popularity: 0.008284
First Submitted: 2022-10-25 07:35 (UTC)
Last Updated: 2023-10-18 01:11 (UTC)

Latest Comments

escape0707 commented on 2023-06-02 14:26 (UTC) (edited on 2023-06-02 14:27 (UTC) by escape0707)

@ziris Can we unmark the package as out-of-date? It's getting bothering to see it every time I do paru -Syu.

escape0707 commented on 2023-05-14 15:58 (UTC) (edited on 2023-05-14 16:02 (UTC) by escape0707)

@kb8doa Yes, the tar distributed symlink seems to be outdated. Maybe it's an upstream problem but we should just create it manually:

rm ${pkgdir}/usr/bin/${pkgname%-nightly}
ln -s ${pkgdir}/usr/lib/${pkgname%-nightly}/${pkgname%-nightly} ${pkgdir}/usr/bin/${pkgname%-nightly}

And also consider using sed to fix .desktop file.

sed -i 's|/usr/share/rustdesk/files/rustdesk.png|rustdesk|' \
"${pkgdir}/usr/share/applications/rustdesk.desktop"

kb8doa commented on 2023-05-12 22:50 (UTC) (edited on 2023-05-13 14:33 (UTC) by kb8doa)

I installed this because I wanted to keep my rustdesk up to date with the nighly builds.

But I have to cd /usr/lib/rustdesk then ./rustdesk to get it to open up.

I am not sure, but it seems like the service is also no longer running when I boot up.

Update Fixed: seems like the symbolic link to /usr/bin/rustdesk was bad: it was usr/lib/rustdesk/rustdesk it should be /usr/lib/rustdesk/rustdesk (missing the inital /)

mihalycsaba commented on 2023-03-27 13:36 (UTC)

stop marking this as out of date it just grabs this https://github.com/rustdesk/rustdesk/releases/download/nightly/rustdesk-1.2.0-0-x86_64.pkg.tar.zst

it's changing every night, you can see when was the package last updated here https://github.com/rustdesk/rustdesk/releases/tag/nightly

galvez_65 commented on 2022-10-31 22:08 (UTC)

Also please edit the .desktop file to point to the right icon

galvez_65 commented on 2022-10-31 20:58 (UTC)

Agree with @FabioLolix please change the name to rustdesk-nightly-bin

Kingtous commented on 2022-10-26 10:03 (UTC)

@everyx update: add libayatana-appindicator to PKGBUILD.

FabioLolix commented on 2022-10-25 15:11 (UTC)

Hello, this is disguised -bin pkgbuild, either build from source or re-upload as rustdesk-nightly-bin

everyx commented on 2022-10-25 09:10 (UTC)

Something wrong when start rustdesk

rustdesk: error while loading shared libraries: libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory