Page 1 of 1

Right-click not working [SOLVED]

Posted: 27 Jul 2020, 16:38
by 4fMZjFg
Hello,
I installed Porteus Kiosk (twice, actually!) and love it. It's going to solve a very important issue for us. however, on both installs, right-click does not work on webpages. I can right-click inside of a Youtube video, but I can't right-click to copy, or open links in new tab.

Below are the pertinent bits of the config file. Did I click a wrong setup piece to get the right-click menu to work? Thank you!

Code: Select all

browser=firefox
dpms_idle=60
enable_file_protocol=yes
session_idle=10
scheduled_action=Sunday-23:30 action:reboot
standby_idle=10
removable_devices=yes
right_mouse_click=yes
screensaver_idle=20
swapfile=1024

Right-click not working

Posted: 27 Jul 2020, 18:33
by fanthom
Hello 4fMZjFg,

This is intended as right mouse click on the webpages is not needed. It actually gives an access to the options (like 'save page as') which would be not welcomed in the kiosk.


a) to copy text you mark it first with left mouse click then press Ctrl+c/Ctrl+v on the keyboard.
b) to open links in a new tab you do a middle mouse click on them


Thanks

Right-click not working

Posted: 27 Jul 2020, 18:40
by 4fMZjFg
Thanks Fanthom! I wasn't sure if that was the case or not. Is there no way to enable that if we want it? We'll be deploying without the right-click function, it would just give us that extra 3% in usability. Thanks!

Also, is this the correct way to donate to the Porteus project? the page doesn't appear to be updated for some years. Thanks!

Right-click not working

Posted: 27 Jul 2020, 19:05
by fanthom
Well - if you insist, you could use this parameter:

Code: Select all

run_command=sed -i 's/, #contentAreaContextMenu//' $profile/chrome/userChrome.css
it will unblock right mouse click on the webpages in Firefox.

"is this the correct way to donate to the Porteus project?"
Technically speaking Porteus Desktop is separate from Kiosk but i would be happy if you donated to the Desktop project since we are sharing the forum and they pay the server bills.
Your money wont be wasted!

Thanks

Right-click not working

Posted: 27 Jul 2020, 19:25
by 4fMZjFg
Sorry, do I add that line you sent to my .txt file when Ido the reinstall?

OK. I can give to both/either. Are their links for each? That page just looked out of date.

Right-click not working

Posted: 27 Jul 2020, 21:56
by fanthom
Sorry - fixed my previous post.
This is 'run_command=' parameter.

I believe donations still work. Just the webpage is not updated with the donors name.

Thanks