Search found 1 match
- Sat Sep 12, 2020 11:05 am
- Forum: Cinnamon
- Topic: Window focus is utterly broken
- Replies: 30
- Views: 3473
Re: Window focus is utterly broken
The issue was indeed an incompatibility with python on my end. The file /usr/bin/window-manager-launcher required #!/usr/bin/python3, which was manually linked to /usr/bin/python3.8 (I did that). It made the "import gi" line crash, for a reason I didn't care to understand besides: the impo...