Yuetian Wu
Results
2
comments of
Yuetian Wu
I encountered the same problem. It's cause is like what @kenjiding said. I think it is due to the difference between the builtin `sed` of macOS and GNU sed. A...
@KPCCoiL Hi, I encountered the same problem as you. As explained by @The-Compiler, I temporarily fixed it by simply removing the function call `_init_icon()` in the function `init()`. [app.py#L129-L166](https://github.com/qutebrowser/qutebrowser/blob/5e565f4dc72786eae539e7cc79a4999eb80f9660/qutebrowser/app.py#L129-L166)