Package Details: gnome-shell-extension-gsconnect 2:57-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-gsconnect.git (read-only, click to copy)
Package Base: gnome-shell-extension-gsconnect
Description: KDE Connect implementation with GNOME Shell integration
Upstream URL: https://github.com/GSConnect/gnome-shell-extension-gsconnect
Licenses: GPL-2.0-or-later OR MPL-2.0
Submitter: postblue
Maintainer: postblue
Last Packager: postblue
Votes: 68
Popularity: 1.19
First Submitted: 2017-12-09 11:39 (UTC)
Last Updated: 2024-04-17 10:02 (UTC)

Dependencies (12)

Sources (1)

Pinned Comments

postblue commented on 2023-10-11 09:42 (UTC)

To whom it may concern: please do not flag the package out-of-date because it's not working with the latest GNOME release. If the extension is not working, it doesn't mean it's out-of-date. The [latest version released[(https://github.com/GSConnect/gnome-shell-extension-gsconnect/releases/latest) is sometimes lagging behind so this PKGBUILD is strictly up-to-date even if the result is not working. As of GNOME 45, all of the extensions have been broken, please allow the developers time to update their project you like to use in your environment.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

tdy commented on 2021-02-11 19:36 (UTC)

I'm still getting /usr/libexec files with the new pkgrel. Based on the arch meson wiki, I used the following which seems to work on my end:

build() {                                                                                
  arch-meson $pkgname-$pkgver build                                                      
}                                                                                        

package() {                                                                              
  DESTDIR="$pkgdir" meson install -C build                                               
} 

yochananmarqos commented on 2021-02-01 20:28 (UTC)

Please either use the arch-meson wrapper or --libexecdir=lib with meson build to avoid installing files in /usr/libexec/.

postblue commented on 2020-03-27 10:27 (UTC)

Sorry, I forgot to push the update to v35

r3b311i0n commented on 2019-03-20 06:46 (UTC)

sshfs was removed in favour of gvfs https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v21

cbowman57 commented on 2018-11-19 10:02 (UTC)

I think python2-nautilus is wrong too, this package has never worked right for me, while the git package does.

pschichtel commented on 2018-11-19 00:59 (UTC)

Is python2-nautilus necessary or could this be python3 ?

undu commented on 2018-11-01 09:25 (UTC)

Same issue here

Sherlock-Holo commented on 2018-10-29 17:54 (UTC)

when I try to turn on it on gnome tweak, it reports

GLib.FileError: Failed to open file “/usr/local/share/glib-2.0/schemas/gschemas.compiled”: open() failed: No such file or directory

Stack trace:
  @/usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io/_gsconnect.js:86:25
  @/usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io/prefs.js:16:1
  _getExtensionPrefsModule@resource:///org/gnome/shell/extensionPrefs/main.js:67:13
  wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
  _selectExtension@resource:///org/gnome/shell/extensionPrefs/main.js:82:31
  wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
  _onCommandLine@resource:///org/gnome/shell/extensionPrefs/main.js:235:17
  wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
  main@resource:///org/gnome/shell/extensionPrefs/main.js:389:5
  @<main>:1:43

may I report it to upstream?

postblue commented on 2018-09-22 07:19 (UTC)

Hi @andyholmes, I have no downstream patches with the latest package: my PKGBUILD is basically downloading the latest stable zip then unzipping it inside /usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io, like it does when downloading it from extensions.gnome.org. No build, whatsoever. ;)

Terence commented on 2018-09-21 17:24 (UTC)

@andyholmes I've just made https://aur.archlinux.org/packages/gnome-shell-extension-gsconnect-git/ for those who do not want to wait for a release. Any feedback from you or anyone else is welcome.