-
Notifications
You must be signed in to change notification settings - Fork 145
use default gsettings schemas when installed system-wide #1061
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
I think it would be better to keep the default behavior of make install
(install the extension locally for user), as it's what will be used most often anyway. This will also ensure some backward compatibility.
Other than that, everything looks good to me.
I understand. What do you want as target name for system-wide install? |
That's true, but mainly for packages, tools, etc. Extensions, themes, and so on are mostly user-specific. Also, PaperWM only had one way for users to install it locally, which was with
Something like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
But currently, the only option is to install the extension in the system using make install-system
, but I think it would be great if there was a way to uninstall it. Especially using the same make uninstall
command (to remove both the local and system versions, if any).
Sorry for my oversight, I could have noticed this earlier.
Then I'll need |
The |
No description provided.