[Bug 1637688] Re: Terminal and file manager scrolls inverted

2017-10-20 Thread Egmont Koblinger
Oh, I misunderstood that then, sorry. I don't know how to configure, I'm
only familiar with the graphical option, which, as we've discussed
earlier, is missing for you.

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

Title:
  Terminal and file manager scrolls inverted

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

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

[Bug 1637688] Re: Terminal and file manager scrolls inverted

2017-10-20 Thread Carlos
Hi Egmont,

Current input method is already 'ibus'.

Btw i didn't meant to ask how to configure smooth scrolling, i meant how
to tell it to invert the scroll for my mouse.

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

Title:
  Terminal and file manager scrolls inverted

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

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

[Bug 1637688] Re: Terminal and file manager scrolls inverted

2017-10-20 Thread Egmont Koblinger
> Lastly if we try that smooth scrolling, how do you configure it?

I don't think you can directly configure this, it's already enabled
behind the scenes and used for devices that can generate such events.

What you could do is to follow and repeat
https://bugzilla.gnome.org/show_bug.cgi?id=774430 comment 11, that is,
check what your current input method is, and if it's xim then switch to
ibus. (I'm suggesting this without having any idea what's going on :P)
This could get us one step closer to locating the problem, and maybe
even locating some correlation with that other bug.

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

Title:
  Terminal and file manager scrolls inverted

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

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

[Bug 1637688] Re: Terminal and file manager scrolls inverted

2017-10-20 Thread Carlos
@egmont-gmail Hi.

I got version 3.20.2, lower in help says "Using VTE version 0.44.2".

None of the following had any effect in my Ubuntu 17.04 in any window,
no terminal, no browser, no text editor:

xmodmap -e 'pointer = 1 2 3 5 4'
xmodmap -e 'pointer = 1 2 3 4 5'

Lastly if we try that smooth scrolling, how do you configure it? i have
a '.Xmodmap' file in home directory with '5' and '4' positions swapped
and it seems to be doing nothing.

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

Title:
  Terminal and file manager scrolls inverted

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

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

[Bug 1637688] Re: Terminal and file manager scrolls inverted

2017-10-20 Thread Egmont Koblinger
Marius, thanks for this info!

gnome-terminal relies on smooth scrolling events at least since vte-0.38
(which appeared in Vivid 15.04), see
https://git.gnome.org/browse/vte/commit/?id=7efb04f.

At this moment I'm puzzled what can go wrong on the reporter's computer.
Carlos, can you reproduce the issue on Artful?

(By the way, we have an even nastier bug at
https://bugzilla.gnome.org/show_bug.cgi?id=774430 – any help resolving
that would be highly appreciated!)

** Bug watch added: GNOME Bug Tracker #774430
   https://bugzilla.gnome.org/show_bug.cgi?id=774430

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

Title:
  Terminal and file manager scrolls inverted

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

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

[Bug 1637688] Re: Terminal and file manager scrolls inverted

2017-10-20 Thread Marius Gedminas
The old way of mouse wheel scrolling was mice would emit discrete button
4 and 5 events, and scrolling was jumpy.

The new way of mouse wheel scrolling is via XInput2, you get two
additional axes (vertical and horizontal scroll events) that give you
more fine-grained positions.  This way you can get smooth scrolling with
a touchpad.

When you remap mouse buttons, this can only affect older applications
that do not support smooth mouse wheel scrolling.

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

Title:
  Terminal and file manager scrolls inverted

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

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

[Bug 1637688] Re: Terminal and file manager scrolls inverted

2017-03-19 Thread Egmont Koblinger
I'm still using a touchpad, with "legacy" (not natural) scrolling. For
me the command

xmodmap -e 'pointer = 1 2 3 5 4'

effects (switches to natural scrolling) firefox, xterm, urxvt,
terminology; but keeps legacy scrolling in chromium, gnome-terminal,
nautius, gedit, konsole.

Sounds like a generic Gtk+/Qt or GNOME/KDE issue. Or something even
weirder. Note that Chromium belongs to a different team for you than for
me. Could be a version difference, or could be due to mouse vs.
touchpad. It's totally crazy.

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

Title:
  Terminal and file manager scrolls inverted

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

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


[Bug 1637688] Re: Terminal and file manager scrolls inverted

2017-03-19 Thread J.D. Laub
I'm seeing the same behavior under 16.04, on a desktop with a mouse (no laptop 
touchpad).  There's no "natural scrolling" option in "system settings | mouse & 
touchpad", so to get natural scrolling, I put this in my ~/.Xmodmap:
pointer = 1 2 3 5 4 6 7 8 9 10 11 12
(note 4 & 5 are reversed).  Just to be clear, "natural scrolling" means 
movement is opposite the window's scrollbar: move mousewheel up, & the window 
scrollbar should move down.

The Xmodmap setting happily affects firefox, chromium, thunderbird,
xterm, etc., but not gnome-terminal, files (nautilus), & cool-retro-
term.

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

Title:
  Terminal and file manager scrolls inverted

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

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


[Bug 1637688] Re: Terminal and file manager scrolls inverted

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

** Changed in: nautilus (Ubuntu)
   Status: New => Confirmed

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

Title:
  Terminal and file manager scrolls inverted

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

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


[Bug 1637688] Re: Terminal and file manager scrolls inverted

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

** Changed in: gnome-terminal (Ubuntu)
   Status: New => Confirmed

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

Title:
  Terminal and file manager scrolls inverted

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

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


[Bug 1637688] Re: Terminal and file manager scrolls inverted

2016-10-31 Thread Egmont Koblinger
Yup I'm on a laptop with touchpad; no mouse.

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

Title:
  Terminal and file manager scrolls inverted

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

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


[Bug 1637688] Re: Terminal and file manager scrolls inverted

2016-10-31 Thread Carlos
Are you in a laptop? i'm in a desktop device, and i don't see any option
for natural scrolling in the settings, also i'm using a mouse.

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

Title:
  Terminal and file manager scrolls inverted

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

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


[Bug 1637688] Re: Terminal and file manager scrolls inverted

2016-10-31 Thread Egmont Koblinger
FYI: I cannot reproduce this. I'm also on 16.10, both the file browser
and gnome-terminal does respect System Settings -> Mouse & Touchpad ->
Natural scrolling for me as expected.

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

Title:
  Terminal and file manager scrolls inverted

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

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


[Bug 1637688] Re: Terminal and file manager scrolls inverted

2016-10-29 Thread Paul White
** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Terminal and file manager scrolls inverted

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

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