发现Chrome或者Chromium在Fedora41重启后无法正常启动,报错如下:
The profile appears to be in use by another Chromium process (24720) on another computer (192.168.0.108). Chromium has locked the profile so that it doesn't get corrupted.
运行如下命令解决
rm -rf ~/.config/google-chrome/SingletonLock
rm -rf ~/.config/chromium/SingletonLock
设置一个hostname
hostnamectl hostname myhostname