Skip to main content

All Questions

0 votes
1 answer
682 views

Flutter web giving unhandled exception error when trying to run

I run an Arch linux system. I have been trying for the past few days to get the flutter for web (hummingbird) to run on my computer. Everytime I try to run it though it gets to starting the web server ...
Lazar's user avatar
  • 1
9 votes
2 answers
34k views

How to launch Chrome with explicit "hardware acceleration" setting?

There is an advanced setting in Google Chrome to toggle "hardware acceleration." On a Mac, I want to be able to choose whether Chrome launches with this option on or off. Any way to do this? (from ...
d0g's user avatar
  • 2,300
5 votes
1 answer
10k views

Close a specific Chrome tab in Ubuntu/Linux using terminal command

Is there a way to close a specific Chrome tab with a terminal command? I tried below commands: kill -9 <pid of Chrome tab>: Instead of closing a tab, it kills the tab ("He's dead Jim" message ...
user avatar