This extension is obsolete. Alternative is gnome-shell-extension-copyous-git.
Search Criteria
Package Details: gnome-shell-extension-pano-git 23.alpha5.r11.g1bb7d22-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-pano-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gnome-shell-extension-pano-git |
| Description: | Next-gen Clipboard Manager for Gnome Shell |
| Upstream URL: | https://github.com/oae/gnome-shell-pano |
| Keywords: | clipboard excension gnome manager shell |
| Licenses: | GPL-2.0 |
| Conflicts: | gnome-shell-extension-pano |
| Provides: | gnome-shell-extension-pano |
| Submitter: | doppelhelix |
| Maintainer: | SelfRef |
| Last Packager: | SelfRef |
| Votes: | 7 |
| Popularity: | 0.003568 |
| First Submitted: | 2022-08-27 09:53 (UTC) |
| Last Updated: | 2026-04-03 20:49 (UTC) |
Dependencies (5)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-beta-performanceAUR, gnome-shell-beta-performanceAUR, gnome-shell-beta-performanceAUR, gnome-shell-gitAUR, gnome-shell-performance-unstableAUR, gnome-shell-performance-unstableAUR, gnome-shell-performance-unstableAUR, gnome-shell-mobileAUR, gnome-shell-performanceAUR, gnome-shell-rounded-blurAUR, gnome-shell-rounded-blur-docsAUR, gnome-shell-multiseatAUR, gnome-shell-multiseat-docsAUR, gnome-shell-hdr-updateAUR)
- libgda6
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nvm (nvm-gitAUR) (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
Required by (0)
Sources (2)
SelfRef commented on 2026-05-18 17:24 (UTC)
SelfRef commented on 2026-04-04 07:26 (UTC)
That's unfortunate. At least there's an alternative.
gwuensch commented on 2026-04-04 00:54 (UTC)
Unfortunately, Pano is no longer maintained and didn't even get a release for GNOME 49, so I'm doubtful this will ever be merged. Anyway, thanks for adding the fix to the package.
SelfRef commented on 2026-04-03 20:51 (UTC)
@bannert: This is upstream issue https://github.com/oae/gnome-shell-pano/pull/379
I've added temporary patch to fix the package, so it'll work now.
bannert commented on 2025-11-24 12:16 (UTC)
Install currently fails with:
Downloading and installing node v20.19.5...
Downloading https://nodejs.org/dist/v20.19.5/node-v20.19.5-linux-x64.tar.xz...
################################################################################################################################################################################################################################################################################### 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v20.19.5 (npm v10.8.2)
Creating default alias: default -> 20 (-> v20.19.5)
yarn install v1.22.22
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info There appears to be trouble with your network connection. Retrying...
error Error: https://gitpkg.now.sh/dreamyguy/validate-color/src/validate-color: Request failed "402 Payment Required"
at Request.<anonymous> (/usr/lib/node_modules/yarn/lib/util/request-manager.js:521:16)
at Request.emit (node:events:524:28)
at Request.onRequestResponse (/usr/lib/node_modules/yarn/node_modules/request/request.js:1062:10)
at ClientRequest.emit (node:events:524:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:702:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:118:17)
at TLSSocket.socketOnData (node:_http_client:544:22)
at TLSSocket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
==> ERROR: A failure occurred in prepare().
Aborting...
error: failed to build 'gnome-shell-extension-pano-git-23.alpha5.r10.g7a27512-1':
error: packages failed to build: gnome-shell-extension-pano-git-23.alpha5.r10.g7a27512-1
SelfRef commented on 2024-11-10 14:05 (UTC)
The package have been fixed and should work now.
SelfRef commented on 2024-11-09 21:06 (UTC) (edited on 2024-11-09 21:41 (UTC) by SelfRef)
@doppelhelix You can pass me this package, I created gnome-shell-extension-pano-bin recently, so I could make it work and maintain this one as well.
doppelhelix commented on 2024-11-09 20:53 (UTC)
@SelfRef: I will submit a deletion request for this package. It's just a hassle and won't build on arch no matter what. Sorry
SelfRef commented on 2024-11-09 10:06 (UTC)
Failing on build step:
$ yarn run ts-node scripts/generateLocale.ts
$ /home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/.bin/ts-node scripts/generateLocale.ts
/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/gettext-extractor/dist/utils/output.js:11
return chalk ? chalk.green(value) : value;
^
TypeError: chalk.green is not a function
at Function.green (/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/gettext-extractor/dist/utils/output.js:11:30)
at StatsOutput.print (/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/gettext-extractor/dist/utils/output.js:54:45)
at GettextExtractor.printStats (/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/gettext-extractor/dist/extractor.js:76:51)
at extractStrings (/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/scripts/generateLocale.ts:32:15)
at main (/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/scripts/generateLocale.ts:67:3)
at Object.<anonymous> (/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/scripts/generateLocale.ts:98:1)
at Module._compile (node:internal/modules/cjs/loader:1572:14)
at Module.m._compile (/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/ts-node/src/index.ts:1618:23)
at node:internal/modules/cjs/loader:1709:10
at Object.require.extensions.<computed> [as .ts] (/home/selfref/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/ts-node/src/index.ts:1621:12)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==> ERROR: A failure occurred in build().
Aborting...
everyx commented on 2024-03-30 09:03 (UTC) (edited on 2024-03-30 09:24 (UTC) by everyx)
Hi, Due to Arch Linux now using SPDX license identifiers, please update the license to GPL-2.0-or-later
Pinned Comments
SelfRef commented on 2026-05-18 17:24 (UTC)
This extension is obsolete. Alternative is gnome-shell-extension-copyous-git.