Package Details: r-quick-share 0.11.5-1

Git Clone URL: https://aur.archlinux.org/r-quick-share.git (read-only, click to copy)
Package Base: r-quick-share
Description: Rust implementation of NearbyShare/QuickShare from Android for Linux.
Upstream URL: https://github.com/Martichou/rquickshare
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 11
Popularity: 1.13
First Submitted: 2024-03-03 17:01 (UTC)
Last Updated: 2025-03-02 18:01 (UTC)

Latest Comments

1 2 Next › Last »

yochananmarqos commented on 2025-06-18 18:10 (UTC)

@jeena: I can't reproduce, it works for me.

jeena commented on 2025-06-18 14:26 (UTC) (edited on 2025-06-18 14:26 (UTC) by jeena)

Sadly nowadays it doesn't work, I'm getting some Gtk-CRITICAL errors:

➜ jeena@rutherford ~ rquickshare 
set_up_logging: level: Info

(rquickshare:9312): libayatana-appindicator-WARNING **: 23:24:53.371: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.
2025-06-18T14:24:53Z  INFO rqs_lib: TcpListener on: 0.0.0.0:45473
2025-06-18T14:24:53Z  INFO rqs_lib::manager: TcpServer: service starting
2025-06-18T14:24:53Z  INFO rqs_lib::hdl::mdns: Broadcasting with: rutherford
2025-06-18T14:24:53Z  INFO rqs_lib::hdl::ble: BleListener: service starting
2025-06-18T14:24:53Z  INFO rqs_lib::hdl::mdns: MDnsServer: service starting

(rquickshare:9312): Gtk-CRITICAL **: 23:24:53.493: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed

(rquickshare:9312): Gtk-CRITICAL **: 23:24:53.493: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Gdk-Message: 23:24:53.618: Error 71 (Protocol error) dispatching to Wayland display.

yochananmarqos commented on 2025-01-17 17:16 (UTC)

@donny: Aha! Thanks.

donny commented on 2025-01-17 15:33 (UTC) (edited on 2025-01-17 15:34 (UTC) by donny)

Hello, I resolved the issue "Couldn't recognize the current folder as a Tauri project.".

The problem is in the .gitignore file in the package root, which contains the line

*

You should either change it to

/*

(which I suppose is what you meant), or remove it, or add

!**/src-tauri

and it will work again.

Source: https://github.com/tauri-apps/tauri/issues/11615

yochananmarqos commented on 2025-01-14 21:09 (UTC)

@mirandir: Yes, it is very strange--I also tried running pnpm build in the src-tauri directory before I created the issue. Note that Tauri will look for the JSON file in subdirectories as the message states; therefore the patch should not be required.

mirandir commented on 2025-01-14 20:39 (UTC)

@yochananmarqos: yes, it's a strange issue. The PKGBUILD builds fine with the patch provided by N0tACyb0rg (https://github.com/Martichou/rquickshare/issues/263#issuecomment-2587970553).

yochananmarqos commented on 2025-01-13 21:38 (UTC)

@mirandir: I'm the one that created the issue. Notice I said I built it in a clean chroot with no issues. I honestly can't explain why it's happening and neither can the developer.

mirandir commented on 2025-01-13 16:49 (UTC) (edited on 2025-01-13 16:49 (UTC) by mirandir)

Doesn't build here. I face the same issue as https://github.com/Martichou/rquickshare/issues/263

tauri build thread '<unnamed>' panicked at crates/tauri-cli/src/helpers/app_paths.rs:117:5: Couldn't recognize the current folder as a Tauri project. It must contain a tauri.conf.json, tauri.conf.json5 or Tauri.toml file in any subfolder.

yochananmarqos commented on 2025-01-12 17:20 (UTC)

@katt: Fixed.

katt commented on 2025-01-12 11:03 (UTC)

Fails during package():

==> Starting package()...
install: cannot stat 'target/release/bundle/deb//RQuickShare_0.11.3_amd64/data/usr/share/applications/rquickshare.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
==> Removing chroot copy [/var/lib/aurbuild/x86_64/katt-86552]...done
==> ERROR: Build failed