Skip to content
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

Portable still writes to /AppData/Roaming #1

Closed
dabugen opened this issue Mar 14, 2018 · 8 comments
Closed

Portable still writes to /AppData/Roaming #1

dabugen opened this issue Mar 14, 2018 · 8 comments
Assignees

Comments

@dabugen
Copy link

dabugen commented Mar 14, 2018

The portable version still creates these directories (including some files in there) directly on the system it runs on:

C:\Users\ -user- \AppData\Roaming\Microsoft\Skype for Desktop
C:\Users\ -user- \AppData\Roaming\Skype

Being tagged as portable, those directories should not be created on the host system, or should at least be removed once Skype was fully shutdown, but the directories persist in both cases.

@crazy-max crazy-max self-assigned this Apr 20, 2018
@paradoxicallist
Copy link

Thanks for making Skype 8.x portable.

But I ask for the same issue as @dabugen

@crazy-max
Copy link
Member

I will investigate on this, thx for your feedback

crazy-max added a commit that referenced this issue Apr 27, 2018
Fix files written in AppData\Roaming (Issue #1)
@crazy-max
Copy link
Member

Must be solved in the latest release.
For your information, C:\Users\ -user- \AppData\Roaming\Skype is hardcoded in skypert.dll and it's a temp directory not needed during execution so it will be removed when Skype is closed.
And i have managed to move C:\Users\ -user- \AppData\Roaming\Microsoft\Skype for Desktop in the data folder.

@paradoxicallist
Copy link

Thanks. Downloading right now and testing later on tonight.

@dabugen
Copy link
Author

dabugen commented Apr 28, 2018

Thanks a lot, will test too!

@paradoxicallist
Copy link

Thank you, version 8.20.0.9-12 working good here as expected.

@teamayu
Copy link

teamayu commented Aug 30, 2019

Latest version is still writing to appData folder:

AppData/Roaming/Microsoft/Skype for Desktop
AppData/Roaming/Microsoft/Skype for Desktop/SkypeRT/*
AppData/Roaming/Microsoft/Skype for Desktop/CS_skylib/*

But thanks for your hard word Max, you`ve done a great job. Hopefully this Skype issue can be fixed in a future version.

@crazy-max
Copy link
Member

@teamayu Yes indeed, but those files inside AppData/Roaming/Microsoft/Skype for Desktop are hardcoded inside Skype. What we can do is removing this folder on close. Can you open a proper bug report about this please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants