-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on Windows 10 MS Store version #12
Comments
Good find, I believe this is because the MS Store installation dir is different from a direct installation from the Slack website. The same happens if you install Slack via snap or some other manager. |
@LeGiangAnh |
This one C:\Program Files\WindowsApps\91750D7E.Slack_3.3.3.0_x64__8she8kybcnzg4\app |
Mmmm I see. Looks like the permissions of the WindowsApps folder are locked down. I'll have a think about what I want to do about this. I will have a fiddle around with this once I have access to my windows machine. |
Traceback (most recent call last): File "makeitdark.py", line 69, in <module> most_recent = sorted([slack_version for slack_version in os.listdir(slack_root_path) if slack_version.startswith("app-") and os.path.isdir(os.path.join(slack_root_path, slack_version))], reverse=True)[0] FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\USER\\AppData\\Local\\slack'
The text was updated successfully, but these errors were encountered: