GithubHelp home page GithubHelp logo

Comments (6)

andyholmes avatar andyholmes commented on July 24, 2024

The contents should be extracted to ~/[email protected]/ unfortunately Github doesn't allow uploading files with the @ symbol in them. The easiest way used be to install the ZIP with Gnome Tweaks, but apparently they've removed that option now. I guess that was too advanced for an advanced options application :/

I'll add some instructions to the Install page.

from gnome-shell-extension-gsconnect.

andyholmes avatar andyholmes commented on July 24, 2024

Some instructions here

from gnome-shell-extension-gsconnect.

Octav14n avatar Octav14n commented on July 24, 2024

I successfully installed GSConnect (I had no prior version installed). I had to use the unzip line without the o flag however (only the d flag), if I didn't it gave the following error:

octavian@octavian-pc:~/Downloads$ unzip gsconnect.andyholmes.github.io.zip -do ~/.local/share/gnome-shell/extensions/[email protected]
Archive:  gsconnect.andyholmes.github.io.zip
caution: filename not matched:  /home/octavian/.local/share/gnome-shell/extensions/[email protected]

If my description above was not understandable. This line worked:

unzip gsconnect.andyholmes.github.io.zip -d ~/.local/share/gnome-shell/extensions/[email protected]

from gnome-shell-extension-gsconnect.

andyholmes avatar andyholmes commented on July 24, 2024

Ah, unzip is weird and doesn't seem to allow just regular create and overwrite if it exists behaviour. I'll update it so it just prompts the user. Thanks for pointing that out.

from gnome-shell-extension-gsconnect.

ferdnyc avatar ferdnyc commented on July 24, 2024

The problem, I think, is the position of the flags. -d takes an argument, so you can't combine it with the -o flag; -do is literally telling it to extract the zip into a directory named o. This:

unzip -o gsconnect.andyholmes.github.io.zip -d ~/.local/share/gnome-shell/extensions/[email protected]

will work fine, and will force the overwrites.

from gnome-shell-extension-gsconnect.

andyholmes avatar andyholmes commented on July 24, 2024

@ferdnyc Ah cool, I've updated the Wiki, thanks.

from gnome-shell-extension-gsconnect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.