Marko Vasileski
Marko Vasileski
Second that, I have noticed this issue as well. About 1/5 startups will lead to google.com.
@kpdillon If you set a default webpage to open (in .xsession) and clear the cache before chromium starts, the issue does not appear. This doesn't help if you need the...
@kpdillon This is what I did: ``` sudo rm -r ~/.cache/chromium sudo rm -r ~/.config/chromium/Default chromium-browser --start-fullscreen --window-size=1920,1080 --disable-infobars http://example.com & ``` Remember that this will always open `http://example.com` regardless...
Sounds good, I will get started and keep you posted.
@zpetukhov I'm using your solution temporarily, but agreed it should be part of the library if possible!