Search Criteria
Package Details: gnome-shell-extension-bluetooth-quick-connect-git 31.r5.g66b79fc-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-bluetooth-quick-connect-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-bluetooth-quick-connect-git |
Description: | Allow to connect Bluetooth paired devices from GNOME control panel. |
Upstream URL: | https://github.com/bjarosze/gnome-bluetooth-quick-connect |
Licenses: | GPL3 |
Submitter: | apnkpr |
Maintainer: | apnkpr |
Last Packager: | apnkpr |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-07 12:27 (UTC) |
Last Updated: | 2023-02-05 05:25 (UTC) |
Dependencies (3)
- bluez-utils (bluez-gitAUR)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
NettoHikari commented on 2023-11-23 23:04 (UTC)
https://github.com/Extensions-Valhalla/gnome-bluetooth-quick-connect
This seems to be a maintained fork of this extension.
yochananmarqos commented on 2023-11-04 14:59 (UTC)
@apnkpr: Sorry, I guess I never saw your comment. The issue is fixed now.
I've also updated to a fork working on GNOME 45.
apnkpr commented on 2023-02-05 05:32 (UTC) (edited on 2023-02-05 05:34 (UTC) by apnkpr)
Thanks for the improved version @yochananmarqos.
When using your
PKGBUILD
directly, I noticed that the installed files' (inside/usr/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com
) owner is my own user instead ofroot
. I think it has something to do with usingbsdtar
to extract the files directly to the destination. Maybe a bug inmakepkg
/fakeroot
/bsdtar
?yochananmarqos commented on 2023-02-04 08:42 (UTC)
@craigacgomez: That's not necessary. All that needs to be done is unpacking the zip now.
@apnkpr: Improved PKGBUILD
craigacgomez commented on 2023-02-02 20:13 (UTC)
Hi, please add "glib-compile-schemas --strict --targetdir=schemas schemas" after "make" in the package build. The new Makefile in the upstream repository now defaults to a dist zip package and the compiled glib schema is no longer available outside the zip. This causes the extension to fail to load.
apnkpr commented on 2020-12-08 05:01 (UTC)
thanks @yochananmarqos, added.
yochananmarqos commented on 2020-12-07 16:20 (UTC)
bluez-utils
is a missing dependency, see Requirements.