[Bug 1257791] Re: Enter and backspace broken in terminal

2014-09-24 Thread krishna reddy
my enter button is not working when i opened the terminal ** Changed in: ubuntu-keyboard Status: Invalid = Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791 Title: Enter and

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-23 Thread Alan Pope ㋛
Fix landed in the store today. ** Changed in: ubuntu-terminal-app Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791 Title: Enter and backspace

Re: [Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-23 Thread Joshua Chamberlain
Sorry this is all new to me, does store mean that if I am dual booting I could download the new version and it would work? Like after 194 (the version I'm running)? Joshua Chamberlain http://14174593940.80808.co On Sun, Feb 23, 2014 at 2:02 PM, Alan Pope ㋛ a...@ubuntu.com wrote: Fix landed

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-23 Thread Alan Pope ㋛
It means the version of the app in the store is updated. If you have update manager installed it should install the update. Otherwise You could uninstall terminal app (from within ubuntu touch) and reinstall it and it should be updated to the new version. -- You received this bug notification

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-21 Thread Ubuntu Phone Apps Jenkins Bot
Fix committed into lp:ubuntu-terminal-app/plugin at revision 14, scheduled for release in ubuntu-terminal-app, milestone Unknown ** Changed in: ubuntu-terminal-app Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-20 Thread Łukasz Zemczak
** Changed in: ubuntu-terminal-app Assignee: (unassigned) = Łukasz Zemczak (sil2100) ** Changed in: ubuntu-terminal-app Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-20 Thread Łukasz Zemczak
** Branch linked: lp:~sil2100/ubuntu-terminal- app/plugin_fix_enter_backspace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791 Title: Enter and backspace broken in terminal To manage

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-20 Thread Łukasz Zemczak
Fix ready for review. Thanks Daniel for the pointers! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791 Title: Enter and backspace broken in terminal To manage notifications about this bug go

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-16 Thread Marietto
I can confirm this bug in this version of ubuntu-touch on the nexus 10 : root@ubuntu-phablet:/# uname -a Linux ubuntu-phablet 3.4.0-4-manta #19-Ubuntu SMP PREEMPT Tue Oct 8 13:14:29 UTC 2013 armv7l armv7l armv7l GNU/Linux -- You received this bug notification because you are a member of Ubuntu

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-06 Thread Daniel d'Andrada
** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791 Title: Enter and backspace broken in terminal To manage

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-06 Thread Daniel d'Andrada
The patch I made to qtdeclarative makes all events (touch, keyboard, etc) reach QQuickItems through their QObject::event() methods. Before that QQuickWindow was calling QQuickItems internal event handlers directly (e.g. QQuickItemPrivate::handleTouchEvent(), etc). Because of that it's important

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-06 Thread Nicholas Skaggs
I've built a deb using the patch here, for ease of testing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791 Title: Enter and backspace broken in terminal To manage notifications about this

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-06 Thread Nicholas Skaggs
http://people.canonical.com/~dholbach/tmp/qtdeclarative5-konsole-qml- plugin_0.1.2_armhf.deb Initial testing using the above deb seems to inidicate the issue isn't fixed sadly :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-06 Thread Victor Thompson
deb file appears to want to install the files to /usr/lib/arm-linux- gnueabihf/qt5/qml/ when it should go under the click package's installation directory. Patch works for me when I extract the files to the click installation directory. With the patch, however, keypresses are doubled. So typing

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-02 Thread Michael Hall
** Changed in: qtdeclarative-opensource-src (Ubuntu) Assignee: (unassigned) = Daniel d'Andrada (dandrader) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791 Title: Enter and backspace

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-01-31 Thread Nicholas Skaggs
Grinding through package after package with popey is fun. Kudos for having all those old builds :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791 Title: Enter and backspace broken in

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-01-31 Thread Alan Pope ㋛
Ok, I think we have a culprit. I flashed my phone cleanly with 20131204 and downgraded only libqt5quick5 from https://launchpad.net/ubuntu/+source/qtdeclarative-opensource- src/5.0.2-6ubuntu4/+build/5094593/+files/libqt5quick5_5.0.2-6ubuntu4_armhf.deb and the backspace and enter key works okay

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-01-31 Thread Nicholas Skaggs
So in looking at what exactly changed between the versions; it's only a debian patchset change. Of the two changes, this looks the most interesting; https://code.launchpad.net/~dandrader/ubuntu/trusty/qtdeclarative- opensource-src/backport_fix_qtbug_32004/+merge/195761 -- You received this bug

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-01-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257791

[Bug 1257791] Re: Enter and backspace broken in terminal

2014-01-31 Thread Michał Sawicz
Our own dandrader was the author of said patch for QTBUG https://bugreports.qt-project.org/browse/QTBUG-32004, if someone could assign him to the qtdeclarative task, I'm sure he'll have valuable input. ** Also affects: qtdeclarative-opensource-src (Ubuntu) Importance: Undecided Status: