gnome-shell-pano icon indicating copy to clipboard operation
gnome-shell-pano copied to clipboard

couldnt start on fedora 43 gnome 49 branch master

Open lewinpauli opened this issue 4 months ago • 2 comments

couldnt start on fedora 43 gnome 49 branch master

The Bug

yarn install was not possible and created the following error:

yarn install
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_22/yarn/lib/util/request-manager.js:521:16)
at Request.emit (node:events:519:28)
at Request.onRequestResponse (/usr/lib/node_modules_22/yarn/node_modules/request/request.js:1059:10)
at ClientRequest.emit (node:events:519:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:716:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:121:17)
at TLSSocket.socketOnData (node:_http_client:558:22)
at TLSSocket.emit (node:events:519: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.

after yarn install was fixed, Gnome Extension manager showed the following errors:

SyntaxError: The requested module 'file:///home/coco/.local/share/gnome-shell/extensions/[email protected]/thirdparty/validate_color.js' doesn't provide an export named: 'validateHTMLColorHex' @ file:///home/coco/.local/share/gnome-shell/extensions/[email protected]/extension.js:59:10

lewinpauli avatar Dec 15 '25 16:12 lewinpauli

Hi @lewinpauli ,

How did you fix the yarn install error? I am having the same error on F43.

xhertan avatar Dec 18 '25 22:12 xhertan

@xhertan to fix yarn install this should be enough -> inside package.json I changed:

"validate-color": "https://gitpkg.now.sh/dreamyguy/validate-color/src/validate-color"

to

"validate-color": "^2.2.4"

More fixes are in the pull request: https://github.com/oae/gnome-shell-pano/pull/379/changes

lewinpauli avatar Dec 19 '25 08:12 lewinpauli