Package Details: r-quick-share 0.11.5-4

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: 15
Popularity: 0.69
First Submitted: 2024-03-03 17:01 (UTC)
Last Updated: 2026-04-07 22:12 (UTC)

Latest Comments

1 2 Next › Last »

HurricanePootis commented on 2026-04-07 20:44 (UTC)

@yochananmarqos, the build currently fails:

==> Starting build()...
Removed all cached metadata files
Removed 772 files
Removed 1 package
~/r-quick-share/src/rquickshare-0.11.5/app/main ~/r-quick-share/src/rquickshare-0.11.5

> rquickshare@ vite:build /build/r-quick-share/src/rquickshare-0.11.5/app/main
> vite build

vite v5.4.10 building for production...
transforming...
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
✓ 188 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                     0.44 kB │ gzip:   0.29 kB
dist/assets/index-Bg2b7A5m.css     15.28 kB │ gzip:   3.96 kB
dist/assets/user-app-CyTQ-NzW.js  118.46 kB │ gzip:  39.13 kB
dist/assets/index-D3RCjrUS.js     297.59 kB │ gzip: 104.41 kB
✓ built in 1.15s
        Info Looking up installed tauri packages to check mismatched versions...
       Error Found version mismatched Tauri packages. Make sure the NPM package and Rust crate versions are on the same major/minor releases:
tauri (v2.2.0) : @tauri-apps/api (v2.0.3)
tauri-plugin-autostart (v2.2.0) : @tauri-apps/plugin-autostart (v2.0.0)
tauri-plugin-clipboard-manager (v2.2.0) : @tauri-apps/plugin-clipboard-manager (v2.0.0)
tauri-plugin-notification (v2.2.0) : @tauri-apps/plugin-notification (v2.0.0)
tauri-plugin-shell (v2.2.0) : @tauri-apps/plugin-shell (v2.0.1)
tauri-plugin-dialog (v2.2.0) : @tauri-apps/plugin-dialog (v2.0.1)
tauri-plugin-store (v2.2.0) : @tauri-apps/plugin-store (v2.1.0)

bintoss commented on 2025-10-12 21:42 (UTC) (edited on 2025-10-12 21:42 (UTC) by bintoss)

@jeena See https://github.com/Martichou/rquickshare#the-app-opens-but-i-just-get-a-blank-window-or-cannot-run-it, https://github.com/tauri-apps/tauri/issues/9394

env __NV_DISABLE_EXPLICIT_SYNC rquickshare
env WEBKIT_DISABLE_DMABUF_RENDERER=1 rquickshare
env WEBKIT_DISABLE_COMPOSITING_MODE=0 rquickshare

Try each and choose the one you prefer.

Hengtime787 commented on 2025-08-11 00:26 (UTC)

Works great for me, although, it took a long time to dowmload, because of rust dependancies. Super useful for quick share

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.