Giter VIP home page Giter VIP logo

Comments (2)

marcinkondera avatar marcinkondera commented on July 29, 2024

Hi,
I have same issue, I use Ubuntu 13.10 with Gnome-Shell 3.8.4.

Look into file: ~/.local/share/gnome-shell/extensions/[email protected]/extension.js

  • line 77
    Gio.Settings returns default terminal arg key ("-e")
  • line 264
    Arg "-e" is not removed from arguments list
  • line 270
    argument --command is added
  • line 285
    Script is trying to exec Util.spawn(gnome-terminal.wrapper, -e, --command, ssh [con-name]);

Sollution:

  1. run gsettings and add schema for default terminal app (org.gnome.desktop.default-applications.terminal)
    or:
  2. comment out line 270: cmd.push('--command')
    this works for my

Best,

from gnome-shell-extension-sshsearch.

brot avatar brot commented on July 29, 2024

Thanks for your bug-report. There were a few other people reporting this bug and one guy helped me track down the issue (I didn't had much time the last few weeks)
Commited the fix for the 3.8 and 3.10 branch. I also uploaded the new versions to https://extensions.gnome.org.
Now we have to wait for the review. This could take a few days. But an update of the extension is on the way :-)

from gnome-shell-extension-sshsearch.

Related Issues (16)

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.