Giter VIP home page Giter VIP logo

Comments (5)

leribe avatar leribe commented on August 19, 2024

reviewing this method, using konsole and want to open new tab, can you please advise, if bolded is right? still defaults to terminal when i access new devices. can i comment out others?

def _terminal_emulator_cmd(self):
if self.override_terminal:
return self.override_terminal.split()
elif self._is_command('x-terminal-emulator'):
return ['x-terminal-emulator', '-e']
elif self._current_desktop('cinnamon', 'gnome', 'unity'):
return ['gnome-terminal', '-e']
elif self._current_desktop('kde'):
return ['konsole', '--tab', '-e']
elif self._current_desktop('lxde', 'lxqt'):
return ['lxterminal', '-e']
elif self._current_desktop('mate'):
return ['mate-terminal', '-e']
elif self._current_desktop('pantheon'):
return ['pantheon-terminal', '-e']
elif self._current_desktop('xfce'):
return ['xfce4-terminal', '-e']
elif self._is_command('urxvt'):
return ['urxvt', '-e']
else:
return ['xterm', '-e']

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

This #36 (comment) should help you.

from eve-ng-integration.

leribe avatar leribe commented on August 19, 2024

Thank you very much, you a star, konsole working with multitab
one last request, want to use device name on tabs, tried this and not working, can you kindly advise:
konsole --new-tab -p tabtitle="%d" -e "telnet %h %p"
env OVERRIDE_TERMINAL_CMD="konsole --new-tab -e" eve-ng-integration %u
not sure how to combine into one statement, thanks

from eve-ng-integration.

SmartFinn avatar SmartFinn commented on August 19, 2024

If I remember correctly in URI no device name, so no way to provide this.

from eve-ng-integration.

shadowfeind99 avatar shadowfeind99 commented on August 19, 2024

Hello @SmartFinn, I have followed the installation steps and cloned your repo. Then I follow the steps in #36 comment and made the appropriate changes in the file "~/.local/share/applications/eve-ng-integration.desktop" to include konsole with multi-tabs. However when I login to eve start a router and click on it to get console access, it opens konsole of my host machine in my home directory. It does not show the router console. I don't know what to do, some help will be greatly appreciated. Thank you.
I am running: "Linux 5.11.0-40-generic 20.04.2-Ubuntu" on eve-community (vmware workstation).

from eve-ng-integration.

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.