Natural Scrolling in Lubuntu 17.04
I've been trying to get natural scrolling running, but there is no option in the settings. I have looked at the parameters via synclient, and there is no option for natural scrolling there either, as in normal Ubuntu. Any ideas?
lubuntu
add a comment |
I've been trying to get natural scrolling running, but there is no option in the settings. I have looked at the parameters via synclient, and there is no option for natural scrolling there either, as in normal Ubuntu. Any ideas?
lubuntu
add a comment |
I've been trying to get natural scrolling running, but there is no option in the settings. I have looked at the parameters via synclient, and there is no option for natural scrolling there either, as in normal Ubuntu. Any ideas?
lubuntu
I've been trying to get natural scrolling running, but there is no option in the settings. I have looked at the parameters via synclient, and there is no option for natural scrolling there either, as in normal Ubuntu. Any ideas?
lubuntu
lubuntu
asked Apr 24 '17 at 19:58
VagabondVagabond
3614
3614
add a comment |
add a comment |
6 Answers
6
active
oldest
votes
You can try this. Notice 6 and 7 are swapped.
NaturalScrolling:
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap
Information from:
https://andym3.wordpress.com/2011/09/03/the-one-line-method-of-getting-natural-scrolling-in-linux/
Much easier than other answers and no restart required. Works on 16.04. +1
– Prime624
Mar 14 '18 at 21:11
this solution works!!
– Deepak Yadav
Aug 29 '18 at 1:33
add a comment |
As @Pilot6 suggested, make an edit to /usr/share/X11/xorg.conf.d/40-libinput.conf. But add to to BOTH the 'pointer' and 'touchpad' sections.
Find the 'pointer' section and add the "Natural Scrolling" option there.
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Do the same for the touchpad section:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Save these changes, reboot, and natural scrolling should now work for you.
add a comment |
Run in a terminal
sudo -H gedit /usr/share/X11/xorg.conf.d/40-libinput.conf
and add
Option "NaturalScrolling" "true"
to the end of the touchpad section of the file (before EndSection).
In Ubuntu 17.04 libinput is used. It does not have GUI settings yet.
I had to add that 'Option "Natural Scrolling" "true" ' to the pointer section, in order for it to work. ( I actually ended up adding it to both the pointer and touchpad sections.)
– Gino
Mar 5 '18 at 13:16
Only adding it to the end of the touchpad section didn't work for me in Lubuntu 18.04
– rubo77
Aug 9 '18 at 19:06
add a comment |
It is better to add a new configuration file for X11 libinput. The filename should start from maximum counter + 1 to be proceeded the last.
For example, I have a bunch of files with default configurations:
$ ls -l /usr/share/X11/xorg.conf.d/
-rw-r--r-- 1 root root 92 мар 20 15:02 10-amdgpu.conf
-rw-r--r-- 1 root root 1350 апр 13 18:31 10-quirks.conf
-rw-r--r-- 1 root root 92 мар 20 15:17 10-radeon.conf
-rw-r--r-- 1 root root 945 авг 1 11:28 40-libinput.conf
-rw-r--r-- 1 root root 590 мар 7 2017 51-synaptics-quirks.conf
-rw-r--r-- 1 root root 1751 мар 7 2017 70-synaptics.conf
So I added a new configuration file to the end of the list:
-rw-r--r-- 1 root root 113 авг 1 11:33 71-touchpad-scroll.conf
With the following content:
Section "InputClass"
Identifier "touchpad catchall"
Option "NaturalScrolling" "true"
EndSection
add a comment |
The listed solutions were only working for few applications on my Lenovo Z510. Add the following line to /usr/share/X11/xorg.conf.d/70-synaptics-conf under the first InputClass section:
Option "VertScrollDelta" "-90"
You can also test if this is working by executing the following command:
synclient VertScrollDelta=-90
However, the effect of the command vanishes after you log out. So it is preferable to edit the configuration file.
Source: https://diggle.tech/howto/2017/06/enable-natural-scroll-reverse-touchpad-on-lubuntu/
add a comment |
This worked for ubuntu 16.04 (If you have gnome desktop environment)
gsettings set org.gnome.desktop.peripherals.touchpad natural-scroll true
New contributor
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f908484%2fnatural-scrolling-in-lubuntu-17-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can try this. Notice 6 and 7 are swapped.
NaturalScrolling:
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap
Information from:
https://andym3.wordpress.com/2011/09/03/the-one-line-method-of-getting-natural-scrolling-in-linux/
Much easier than other answers and no restart required. Works on 16.04. +1
– Prime624
Mar 14 '18 at 21:11
this solution works!!
– Deepak Yadav
Aug 29 '18 at 1:33
add a comment |
You can try this. Notice 6 and 7 are swapped.
NaturalScrolling:
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap
Information from:
https://andym3.wordpress.com/2011/09/03/the-one-line-method-of-getting-natural-scrolling-in-linux/
Much easier than other answers and no restart required. Works on 16.04. +1
– Prime624
Mar 14 '18 at 21:11
this solution works!!
– Deepak Yadav
Aug 29 '18 at 1:33
add a comment |
You can try this. Notice 6 and 7 are swapped.
NaturalScrolling:
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap
Information from:
https://andym3.wordpress.com/2011/09/03/the-one-line-method-of-getting-natural-scrolling-in-linux/
You can try this. Notice 6 and 7 are swapped.
NaturalScrolling:
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap
Information from:
https://andym3.wordpress.com/2011/09/03/the-one-line-method-of-getting-natural-scrolling-in-linux/
edited Apr 24 '17 at 21:04
Android Dev
11k63462
11k63462
answered Apr 24 '17 at 20:05
johnxzhaojohnxzhao
511
511
Much easier than other answers and no restart required. Works on 16.04. +1
– Prime624
Mar 14 '18 at 21:11
this solution works!!
– Deepak Yadav
Aug 29 '18 at 1:33
add a comment |
Much easier than other answers and no restart required. Works on 16.04. +1
– Prime624
Mar 14 '18 at 21:11
this solution works!!
– Deepak Yadav
Aug 29 '18 at 1:33
Much easier than other answers and no restart required. Works on 16.04. +1
– Prime624
Mar 14 '18 at 21:11
Much easier than other answers and no restart required. Works on 16.04. +1
– Prime624
Mar 14 '18 at 21:11
this solution works!!
– Deepak Yadav
Aug 29 '18 at 1:33
this solution works!!
– Deepak Yadav
Aug 29 '18 at 1:33
add a comment |
As @Pilot6 suggested, make an edit to /usr/share/X11/xorg.conf.d/40-libinput.conf. But add to to BOTH the 'pointer' and 'touchpad' sections.
Find the 'pointer' section and add the "Natural Scrolling" option there.
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Do the same for the touchpad section:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Save these changes, reboot, and natural scrolling should now work for you.
add a comment |
As @Pilot6 suggested, make an edit to /usr/share/X11/xorg.conf.d/40-libinput.conf. But add to to BOTH the 'pointer' and 'touchpad' sections.
Find the 'pointer' section and add the "Natural Scrolling" option there.
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Do the same for the touchpad section:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Save these changes, reboot, and natural scrolling should now work for you.
add a comment |
As @Pilot6 suggested, make an edit to /usr/share/X11/xorg.conf.d/40-libinput.conf. But add to to BOTH the 'pointer' and 'touchpad' sections.
Find the 'pointer' section and add the "Natural Scrolling" option there.
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Do the same for the touchpad section:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Save these changes, reboot, and natural scrolling should now work for you.
As @Pilot6 suggested, make an edit to /usr/share/X11/xorg.conf.d/40-libinput.conf. But add to to BOTH the 'pointer' and 'touchpad' sections.
Find the 'pointer' section and add the "Natural Scrolling" option there.
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Do the same for the touchpad section:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "true" # <-- add this line
EndSection
Save these changes, reboot, and natural scrolling should now work for you.
answered Mar 5 '18 at 13:22
GinoGino
1413
1413
add a comment |
add a comment |
Run in a terminal
sudo -H gedit /usr/share/X11/xorg.conf.d/40-libinput.conf
and add
Option "NaturalScrolling" "true"
to the end of the touchpad section of the file (before EndSection).
In Ubuntu 17.04 libinput is used. It does not have GUI settings yet.
I had to add that 'Option "Natural Scrolling" "true" ' to the pointer section, in order for it to work. ( I actually ended up adding it to both the pointer and touchpad sections.)
– Gino
Mar 5 '18 at 13:16
Only adding it to the end of the touchpad section didn't work for me in Lubuntu 18.04
– rubo77
Aug 9 '18 at 19:06
add a comment |
Run in a terminal
sudo -H gedit /usr/share/X11/xorg.conf.d/40-libinput.conf
and add
Option "NaturalScrolling" "true"
to the end of the touchpad section of the file (before EndSection).
In Ubuntu 17.04 libinput is used. It does not have GUI settings yet.
I had to add that 'Option "Natural Scrolling" "true" ' to the pointer section, in order for it to work. ( I actually ended up adding it to both the pointer and touchpad sections.)
– Gino
Mar 5 '18 at 13:16
Only adding it to the end of the touchpad section didn't work for me in Lubuntu 18.04
– rubo77
Aug 9 '18 at 19:06
add a comment |
Run in a terminal
sudo -H gedit /usr/share/X11/xorg.conf.d/40-libinput.conf
and add
Option "NaturalScrolling" "true"
to the end of the touchpad section of the file (before EndSection).
In Ubuntu 17.04 libinput is used. It does not have GUI settings yet.
Run in a terminal
sudo -H gedit /usr/share/X11/xorg.conf.d/40-libinput.conf
and add
Option "NaturalScrolling" "true"
to the end of the touchpad section of the file (before EndSection).
In Ubuntu 17.04 libinput is used. It does not have GUI settings yet.
edited Apr 24 '17 at 22:19
answered Apr 24 '17 at 22:12
Pilot6Pilot6
53.3k15109198
53.3k15109198
I had to add that 'Option "Natural Scrolling" "true" ' to the pointer section, in order for it to work. ( I actually ended up adding it to both the pointer and touchpad sections.)
– Gino
Mar 5 '18 at 13:16
Only adding it to the end of the touchpad section didn't work for me in Lubuntu 18.04
– rubo77
Aug 9 '18 at 19:06
add a comment |
I had to add that 'Option "Natural Scrolling" "true" ' to the pointer section, in order for it to work. ( I actually ended up adding it to both the pointer and touchpad sections.)
– Gino
Mar 5 '18 at 13:16
Only adding it to the end of the touchpad section didn't work for me in Lubuntu 18.04
– rubo77
Aug 9 '18 at 19:06
I had to add that 'Option "Natural Scrolling" "true" ' to the pointer section, in order for it to work. ( I actually ended up adding it to both the pointer and touchpad sections.)
– Gino
Mar 5 '18 at 13:16
I had to add that 'Option "Natural Scrolling" "true" ' to the pointer section, in order for it to work. ( I actually ended up adding it to both the pointer and touchpad sections.)
– Gino
Mar 5 '18 at 13:16
Only adding it to the end of the touchpad section didn't work for me in Lubuntu 18.04
– rubo77
Aug 9 '18 at 19:06
Only adding it to the end of the touchpad section didn't work for me in Lubuntu 18.04
– rubo77
Aug 9 '18 at 19:06
add a comment |
It is better to add a new configuration file for X11 libinput. The filename should start from maximum counter + 1 to be proceeded the last.
For example, I have a bunch of files with default configurations:
$ ls -l /usr/share/X11/xorg.conf.d/
-rw-r--r-- 1 root root 92 мар 20 15:02 10-amdgpu.conf
-rw-r--r-- 1 root root 1350 апр 13 18:31 10-quirks.conf
-rw-r--r-- 1 root root 92 мар 20 15:17 10-radeon.conf
-rw-r--r-- 1 root root 945 авг 1 11:28 40-libinput.conf
-rw-r--r-- 1 root root 590 мар 7 2017 51-synaptics-quirks.conf
-rw-r--r-- 1 root root 1751 мар 7 2017 70-synaptics.conf
So I added a new configuration file to the end of the list:
-rw-r--r-- 1 root root 113 авг 1 11:33 71-touchpad-scroll.conf
With the following content:
Section "InputClass"
Identifier "touchpad catchall"
Option "NaturalScrolling" "true"
EndSection
add a comment |
It is better to add a new configuration file for X11 libinput. The filename should start from maximum counter + 1 to be proceeded the last.
For example, I have a bunch of files with default configurations:
$ ls -l /usr/share/X11/xorg.conf.d/
-rw-r--r-- 1 root root 92 мар 20 15:02 10-amdgpu.conf
-rw-r--r-- 1 root root 1350 апр 13 18:31 10-quirks.conf
-rw-r--r-- 1 root root 92 мар 20 15:17 10-radeon.conf
-rw-r--r-- 1 root root 945 авг 1 11:28 40-libinput.conf
-rw-r--r-- 1 root root 590 мар 7 2017 51-synaptics-quirks.conf
-rw-r--r-- 1 root root 1751 мар 7 2017 70-synaptics.conf
So I added a new configuration file to the end of the list:
-rw-r--r-- 1 root root 113 авг 1 11:33 71-touchpad-scroll.conf
With the following content:
Section "InputClass"
Identifier "touchpad catchall"
Option "NaturalScrolling" "true"
EndSection
add a comment |
It is better to add a new configuration file for X11 libinput. The filename should start from maximum counter + 1 to be proceeded the last.
For example, I have a bunch of files with default configurations:
$ ls -l /usr/share/X11/xorg.conf.d/
-rw-r--r-- 1 root root 92 мар 20 15:02 10-amdgpu.conf
-rw-r--r-- 1 root root 1350 апр 13 18:31 10-quirks.conf
-rw-r--r-- 1 root root 92 мар 20 15:17 10-radeon.conf
-rw-r--r-- 1 root root 945 авг 1 11:28 40-libinput.conf
-rw-r--r-- 1 root root 590 мар 7 2017 51-synaptics-quirks.conf
-rw-r--r-- 1 root root 1751 мар 7 2017 70-synaptics.conf
So I added a new configuration file to the end of the list:
-rw-r--r-- 1 root root 113 авг 1 11:33 71-touchpad-scroll.conf
With the following content:
Section "InputClass"
Identifier "touchpad catchall"
Option "NaturalScrolling" "true"
EndSection
It is better to add a new configuration file for X11 libinput. The filename should start from maximum counter + 1 to be proceeded the last.
For example, I have a bunch of files with default configurations:
$ ls -l /usr/share/X11/xorg.conf.d/
-rw-r--r-- 1 root root 92 мар 20 15:02 10-amdgpu.conf
-rw-r--r-- 1 root root 1350 апр 13 18:31 10-quirks.conf
-rw-r--r-- 1 root root 92 мар 20 15:17 10-radeon.conf
-rw-r--r-- 1 root root 945 авг 1 11:28 40-libinput.conf
-rw-r--r-- 1 root root 590 мар 7 2017 51-synaptics-quirks.conf
-rw-r--r-- 1 root root 1751 мар 7 2017 70-synaptics.conf
So I added a new configuration file to the end of the list:
-rw-r--r-- 1 root root 113 авг 1 11:33 71-touchpad-scroll.conf
With the following content:
Section "InputClass"
Identifier "touchpad catchall"
Option "NaturalScrolling" "true"
EndSection
answered Aug 1 '18 at 8:55
pasha.zhukovpasha.zhukov
21328
21328
add a comment |
add a comment |
The listed solutions were only working for few applications on my Lenovo Z510. Add the following line to /usr/share/X11/xorg.conf.d/70-synaptics-conf under the first InputClass section:
Option "VertScrollDelta" "-90"
You can also test if this is working by executing the following command:
synclient VertScrollDelta=-90
However, the effect of the command vanishes after you log out. So it is preferable to edit the configuration file.
Source: https://diggle.tech/howto/2017/06/enable-natural-scroll-reverse-touchpad-on-lubuntu/
add a comment |
The listed solutions were only working for few applications on my Lenovo Z510. Add the following line to /usr/share/X11/xorg.conf.d/70-synaptics-conf under the first InputClass section:
Option "VertScrollDelta" "-90"
You can also test if this is working by executing the following command:
synclient VertScrollDelta=-90
However, the effect of the command vanishes after you log out. So it is preferable to edit the configuration file.
Source: https://diggle.tech/howto/2017/06/enable-natural-scroll-reverse-touchpad-on-lubuntu/
add a comment |
The listed solutions were only working for few applications on my Lenovo Z510. Add the following line to /usr/share/X11/xorg.conf.d/70-synaptics-conf under the first InputClass section:
Option "VertScrollDelta" "-90"
You can also test if this is working by executing the following command:
synclient VertScrollDelta=-90
However, the effect of the command vanishes after you log out. So it is preferable to edit the configuration file.
Source: https://diggle.tech/howto/2017/06/enable-natural-scroll-reverse-touchpad-on-lubuntu/
The listed solutions were only working for few applications on my Lenovo Z510. Add the following line to /usr/share/X11/xorg.conf.d/70-synaptics-conf under the first InputClass section:
Option "VertScrollDelta" "-90"
You can also test if this is working by executing the following command:
synclient VertScrollDelta=-90
However, the effect of the command vanishes after you log out. So it is preferable to edit the configuration file.
Source: https://diggle.tech/howto/2017/06/enable-natural-scroll-reverse-touchpad-on-lubuntu/
edited Dec 26 '18 at 8:36
answered Dec 26 '18 at 8:04
DiptanshuDiptanshu
11
11
add a comment |
add a comment |
This worked for ubuntu 16.04 (If you have gnome desktop environment)
gsettings set org.gnome.desktop.peripherals.touchpad natural-scroll true
New contributor
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
This worked for ubuntu 16.04 (If you have gnome desktop environment)
gsettings set org.gnome.desktop.peripherals.touchpad natural-scroll true
New contributor
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
This worked for ubuntu 16.04 (If you have gnome desktop environment)
gsettings set org.gnome.desktop.peripherals.touchpad natural-scroll true
New contributor
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This worked for ubuntu 16.04 (If you have gnome desktop environment)
gsettings set org.gnome.desktop.peripherals.touchpad natural-scroll true
New contributor
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 5 hours ago
Anuj KhaireAnuj Khaire
11
11
New contributor
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Anuj Khaire is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f908484%2fnatural-scrolling-in-lubuntu-17-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown