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

How to keep the selected non-default folder style over Numix base PPA updates #45

Closed
dirtydancing opened this issue Apr 12, 2015 · 7 comments

Comments

@dirtydancing
Copy link
Contributor

Question: is there a way to keep the selected non-default folder style over Numix base PPA updates?

So far, after every PPA update (in daily sequence when there are a lot of changes), the folder style is reset to the default style 6. As I am using curvy style 5, I am currently running the script every time again.

@Foggalong
Copy link
Contributor

Not without doing something like Ozon where each style is a separate theme. That has potential to cause problems with inheritance with Numix and would mean loads and loads of themes if colours are taken into account.

@paolorotolo Is there anyway packaging wise to stop it overwriting files that aren't changed in the git (but might be different on the local machine)?

@dirtydancing
Copy link
Contributor Author

Alternatively, might there be a way to trigger the script automatically when an update is detected? This automatic triggering of the script should only happen if a non-default folder style has been selected via the script before (i.e. not for the default style, as that will be displayed per default anyways). Just an idea.

@Foggalong
Copy link
Contributor

That's possible, but it would add a lot of baggage to the script such as an installer and a need for it's own data directory.

@Foggalong
Copy link
Contributor

Gonna say no to this. While it'd be an awesome feature to have, the overhead would be too significant to implement :( Maybe one day, possibly when Snappy is default, if PPAs ever become more flexible to operate

@bilelmoussaoui
Copy link
Contributor

@Foggalong I guess you can create a folder in .config or a hidden file where you put the default values as default style, default color. Whenever the ppa updates, you check if the file exists if so, gets get back folder to it's default values. If not, keep the default one. This might not be that hard to do

@Foggalong
Copy link
Contributor

That's not really the hard bit - it would involve setting up a system to watch for PPA updates which is out of the scope of this project :(

@dirtydancing
Copy link
Contributor Author

Cf. the further discussion over at #101.

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

No branches or pull requests

3 participants