mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #956] Reverse scrolling not working in firejail #651
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#651
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mesuutt on GitHub (Dec 5, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/956
Hi I am using reverse scrolling on my computer. So I want to use reverse scrolling with firejail too. I am using firejail 0.9.44 on Arch linux.
I created a directory for private home and added my .Xmodmap file in the directory.
When I open the google-chrome in firejail reverse scrolling not working.
My .Xmodmap file:
How can I solve this?
@chiraag-nataraj commented on GitHub (Dec 5, 2016):
Are you sure reverse scrolling works in Google Chrome if launched outside of firejail? Gnome 3 (and GTK 3) break the old way of doing some stuff, including reverse scrolling. I had reverse scrolling stop working in Firefox because I was using xmodmap and had to use xinput instead (which does work).
@mesuutt commented on GitHub (Dec 5, 2016):
@chiraag-nataraj Sorry, I though this is related to firejail and opened an issue but google chrome reverse scroll not working also outsite of firejail.
I tried with
xinputinsteadxmodmapshow as below, Scroll direction changed in firefox but not changed in google chrome outsite of firejail too.@chiraag-nataraj commented on GitHub (Dec 6, 2016):
You should try
xinput list-props <device number>(usexinput listto figure out what the number of your device is). My touchpad has a "Natural Scrolling" property that I can set, which seems to work across programs.