0

I have a xps13 developer edition with ubuntu 12.04 preinstalled, and my problem is related with the touchscreen, that it's not working properly in google chrome...

When I touch the screen the mouse/cursor is moved to that position, but it never clicked,I mean, I can't click into link, so the only interaction with the screen on chrome is move the mouse/cursor.

I found this post that talks about this kind of problem. I followed these steps and it worked. But after reboot it turns off and I need to do the same steps every time and it's annoying...

Any solution for that?

Thank you.

1 Answers1

0

Edit /usr/share/applications/google-chrome.desktop and change the Exec=/usr/bin/google-chrome-stable lines to Exec=/usr/bin/google-chrome-stable --touch-devices=NNN where NNN is your touch screen device. My touch screen device is 12.

kzh
  • 866