[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2013-03-19 Thread Paul-Antoine Arras
Will this patch be released for Precise LTS ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-10-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xfce4-terminal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-10-02 Thread Launchpad Bug Tracker
This bug was fixed in the package xfce4-terminal - 0.4.8-1ubuntu3

---
xfce4-terminal (0.4.8-1ubuntu3) quantal; urgency=low

  * debian/patches:
  - scroll-alternate-src-togglable.patch: enable scrolling in ncurses
apps with mouse wheel. lp: #947892
 -- Radu Stoica radumsto...@gmail.com   Sun, 16 Sep 2012 14:38:25 +0300

** Changed in: xfce4-terminal (Ubuntu)
   Status: In Progress = 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/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-09-16 Thread RaduStoica
** Branch linked: lp:~radumstoica/ubuntu/quantal/xfce4-terminal/scroll-
alternate-src-patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-09-16 Thread RaduStoica
** Changed in: xfce4-terminal (Ubuntu)
   Status: Triaged = In Progress

** Changed in: xfce4-terminal (Ubuntu)
 Assignee: (unassigned) = RaduStoica (radumstoica)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-06-11 Thread Andrew Starr-Bochicchio
** Changed in: xfce4-terminal (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-04-08 Thread Matthias Czapla
Thanks Nils, it worked!  I additionally installed the package devscripts
and instead of the last fakeroot command I did as recommended in [1]:

dch --local `id -un`
debuild -us -uc

This appends your username to the version and prevents apt tools from
updating the patched package with the official one of the same version.
I think a truly newer version will still be installed, which is good.

 [1] http://raphaelhertzog.com/2010/12/15/howto-to-rebuild-debian-
packages/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-03-17 Thread Nils Rennebarth
On 03/15/2012 10:07 PM, Matthias Czapla wrote:
 Nils, can you give a short HOWTO quickly compile and install a custom
 xfce4-terminal package with your patch applied?  That would be most
 welcome.

Just the bog standard build procedure:

Make sure, all build dependencies are installed, i.e.

apt-get install debhelper libdbus-glib-1-dev libexo-1-dev \
  libvte-dev libxml-perl libstartup-notification0-dev \
  chrpath intltool libgtk2.0-dev hardening-includes

then unpack the source

apt-get source xfce4-terminal
cd xfce-terminal-0.4.8
mkdir -p debian/patches
cp path-to-patch/10-scroll-alternate-screen-configurable.patch debian/patches
patch -sp1  debian/patches/10-scroll-alternate-screen-configurable.patch
fakeroot debian/rules binary

That's it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-03-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xfce4-terminal (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/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-03-15 Thread Matthias Czapla
Nils, can you give a short HOWTO quickly compile and install a custom
xfce4-terminal package with your patch applied?  That would be most
welcome.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-03-06 Thread Nils Rennebarth
** Patch added: Make scroll alternate screen toggleable for xfce4-terminal
   
https://bugs.launchpad.net/bugs/947892/+attachment/2821842/+files/xfce4term-scrollalt048.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947892] Re: Scrolling ncurses app in xfce4-terminal with mouse wheel not working

2012-03-06 Thread Ubuntu Foundation's Bug Bot
The attachment Make scroll alternate screen toggleable for
xfce4-terminal of this bug report has been identified as being a patch.
The ubuntu-reviewers team has been subscribed to the bug report so that
they can review the patch.  In the event that this is in fact not a
patch you can resolve this situation by removing the tag 'patch' from
the bug report and editing the attachment so that it is not flagged as a
patch.  Additionally, if you are member of the ubuntu-reviewers team
please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947892

Title:
  Scrolling ncurses app in xfce4-terminal with mouse wheel not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/947892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs