Code Monkey home page Code Monkey logo

Comments (9)

Swordfish90 avatar Swordfish90 commented on May 22, 2024

Thank you for your report. This is probably an upstream bug; could you test it please https://launchpad.net/ubuntu-terminal-app

from cool-retro-term.

captn3m0 avatar captn3m0 commented on May 22, 2024

I tried building ubuntu-terminal-app with just cmake and make, and while the build succeeded, it doesn't run.

Trying to load QML from: "/home/nemo/projects/ubuntu_packages/ubuntu-terminal-app/src/app/qml/ubuntu-terminal-app.qml" 
using main qml file from: "/home/nemo/projects/ubuntu_packages/ubuntu-terminal-app/src/app/qml/ubuntu-terminal-app.qml" 
file:///home/nemo/projects/ubuntu_packages/ubuntu-terminal-app/src/app/qml/ubuntu-terminal-app.qml:68:13: Type Terminal unavailable 
                 Terminal { 
                 ^ 
file:///home/nemo/projects/ubuntu_packages/ubuntu-terminal-app/src/app/qml/Terminal.qml:3:1: module "org.kde.konsole" is not installed 
     import org.kde.konsole 0.1 
     ^ 

Actually, it does run but gives a garbage window:
screenshot from 2014-08-01 08 35 27

Probably because of some missing KDE dependency (?). I'll give a try installing it using QT Creator later (after I get QT Creator to install that is).

from cool-retro-term.

Swordfish90 avatar Swordfish90 commented on May 22, 2024

There should not be any kde specific dependency in Ubuntu Terminal App. The error you see happens because the terminal can't locate the konsole plugin that comes with the applicaton.

from cool-retro-term.

Swordfish90 avatar Swordfish90 commented on May 22, 2024

Hi, I just merged a pull request which should fix the problems with keytabs. Could you retest it and let me know if now everything is working fine?

from cool-retro-term.

captn3m0 avatar captn3m0 commented on May 22, 2024

Thanks for the fix! Function keys work perfectly now.

However, Shift+Up/Down is now scrolling the terminal, instead of passing the key combination to the terminal, which is the default behaviour in all the terminals I use. Should I file a new issue for that?

from cool-retro-term.

Swordfish90 avatar Swordfish90 commented on May 22, 2024

Very well then. I was just looking into the issue with Shift+Up/Shift+Down. This is the expected default behavior but it should be customizable editing xterm.keytab. At the moment there is an issue and those values are hardcoded, but I will fix that soon.

from cool-retro-term.

Swordfish90 avatar Swordfish90 commented on May 22, 2024

Ok, in the last master that should be fixed. Please open the xterm.keytab file and comment the following lines:

key Up +Shift-AppScreen : scrollLineUp
key Prior +Shift-AppScreen : scrollPageUp
key Down +Shift-AppScreen : scrollLineDown
key Next +Shift-AppScreen : scrollPageDown

from cool-retro-term.

Swordfish90 avatar Swordfish90 commented on May 22, 2024

I'm closing this issue since it is related to a very old version. If it's still valid let me know and I'll reopen it.

from cool-retro-term.

captn3m0 avatar captn3m0 commented on May 22, 2024

Completely forgot about this. I compiled latest master, edited qmlwidget/default.keytab, tried recompiling, but the Shift+Up/Down combination still doesn't work (it scrolls the terminal, instead of switching terminals)

from cool-retro-term.

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.