crybapp / portal

Service deployed on VM instances to launch browsers
MIT License
33 stars 12 forks source link

Fixed Context Menu instantly closing #50

Closed invainn closed 4 years ago

invainn commented 4 years ago

49

Openbox was erroring in debug saying that the command line flag was incorrect which caused unexpected behavior.

After correcting the error, Chromium needed to use the system title bar and borders to have no decoration, so master_preferences was added to disable Chromium's custom title bar.

JeDaYoshi commented 4 years ago

Thanks for the fix! I'll merge it now...