papyros / terminal-app

Terminal app for Papyros.
GNU General Public License v3.0
11 stars 2 forks source link

Arrow keys don't work #20

Open ricardomv opened 8 years ago

ricardomv commented 8 years ago

Using the arrow keys in the terminal window doesn't work

zigapk commented 8 years ago

Any details about your configuration? Because it works perfectly on my computer.

ricardomv commented 8 years ago

@zigapk i don't think so i have the latest papyros/qml-material 4af0e33 and papyros/qmltermwidget 031db29 with qt 5.5.1 on arch

zigapk commented 8 years ago

@ricardomv I have no idea why. Are you trying to run it in papyros shell?

ricardomv commented 8 years ago

no x11 gnome shell

ricardomv commented 8 years ago

i just ran a bisect and the issue started when we switched do our fork of qmltermwidget in 7981d8320

zigapk commented 8 years ago

Probably, however it works fine on my ubuntu 15.10 (unity on mir). But it is true that I have the original qmltermwidget installed too. There is probably no way this could be the problem, but maybe you could try if that solves the issue?

ricardomv commented 8 years ago

yes it works with the upstream version, but that does not solve the issue.

zigapk commented 8 years ago

Sure. But I am not sure if I understood your answer correctly. Does the latest commit work with both qmltermwidgets installed on your system?

ricardomv commented 8 years ago

i installed qmltermwidget from the arch community repo and changed /src/qml/TerminalTab.qml to use it with import QMLTermWidget 1.0 and it works with the latest commit here. So either we switch to the upstream version or we need to find what is causing this bug.

zigapk commented 8 years ago

@iBeliever did the switch to out fork so he will probably know it best?

iBelieve commented 8 years ago

@ricardomv have you tried with the upstream master of qmltermwidget, or just the latest release in Arch?

ricardomv commented 8 years ago

@iBeliever it works with the latest upstream revision 051e019