Package Details: eco-paste-bin 0.5.0-1

Git Clone URL: https://aur.archlinux.org/eco-paste-bin.git (read-only, click to copy)
Package Base: eco-paste-bin
Description: 🎉跨平台的剪贴板管理工具 | Cross-platform clipboard management tool .
Upstream URL: https://github.com/EcoPasteHub/EcoPaste
Keywords: eco-paste ecopaste
Licenses: Apache-2.0
Conflicts: eco-paste, eco-paste-appimage, eco-paste-beta, eco-paste-beta-bin, eco-paste-git, ecopaste
Provides: eco-paste, ecopaste, EcoPaste
Submitter: witt.9099
Maintainer: witt.9099
Last Packager: witt.9099
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-26 03:28 (UTC)
Last Updated: 2025-01-10 02:21 (UTC)

Dependencies (125)

Required by (0)

Sources (2)

Latest Comments

silvertuanzi commented on 2025-08-27 00:48 (UTC)

issue:

Failed to create GBM buffer of size 1400x960: Invalid argument

(Or another size)

Solve: add environment var WEBKIT_DISABLE_DMABUF_RENDERER=1 or WEBKIT_DISABLE_COMPOSITING_MODR=1. Especially for nvidia users. Refer to https://github.com/tauri-apps/tauri/issues/13493

silvertuanzi commented on 2025-08-27 00:44 (UTC)

issue:

** (WebKitWebProcess:40010): WARNING **: 08:42:10.503: The GStreamer FDK AAC plugin is missing, AAC playback is unlikely to work.
GStreamer element autoaudiosink not found. Please install it

(WebKitWebProcess:40010): GLib-GObject-CRITICAL **: 08:42:10.504: invalid (NULL) pointer instance

(WebKitWebProcess:40010): GLib-GObject-CRITICAL **: 08:42:10.504: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

solve: install gst-plugins-good Consider to add it to depends?