-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Extras] Maintain System - Config Files Selective Merging Hook for Meld #42
Comments
currently, pacui uses everything is described in the help page. please look at the second to last "Attention" to find the answer to your question:
if you think my wording can be improved, feel free to create a pull request. please go ahead and test pacui with meld and report your results. i have actually never tested pacui with meld. |
how to test it? tried to make pacman.pacsafe and pacman.pacnew copies in /etc, still no diff call? |
i do not know how if you cannot manage to test it, you can wait until the next update, which changes your config files... |
ok, I set env var DIFFPROG=meld in .bashrc & will wait for the chance to see how the call goes. |
does
show you anything? if not, your environment variable is not set correctly. what happens on your system when you execute
? |
something must be wrong with your environmental variable. pacui is using the following code:
when you run i guess your environment variable is not set globally and thus bash scripts do not "see" it, but your start shell (bash or something else) "sees" it. |
you are now at a point, where pacui recognizes correctly that you have set something as your DIFFPROG and executes "sudo pacdiff" for you. please report back, when pacdiff works with your DIFFPROG. |
Also, for all none Manjaro AUR users, it would be great to have the simple step-by-step guide how to update their |
i have just tested this myself:
as everything works as intended, i do not see any reason to adjust anything. what exactly do you want me to change? |
arch trusted users do not want you to install pacui easily from the AUR. please read here: #45 the simplest method to get pacui for you is described in the readme (if you have not pacui installed, you have to install all its dependencies as well!): if you want to have pacui in your /usr/bin/ directory (as it is done when installing pacui), do the following (which "installs"/"updates" the latest development build):
|
You are right, that setup seems to work. For some reason looked like |
For those outside Manjaro who prefer to maintain on package level (not only script):
Strange that entering @excalibur1234 you are free to close the issue now. |
Coming from this post, it would be great when major DE users would have an ability to perform easy GUI checking & merging of configuration files. As a solid tool I'd suggest
meld
package. Thepacui
script could check ifmeld
is installed in user system, then open it with appropriate files (works from shell great), and, after meld instance terminating, continue as usual.@excalibur1234 if you think it's N/A (i.e. won't fly) feel free to close the ticket, no problem, the Sun is still shining, it's Summer time!
The text was updated successfully, but these errors were encountered: