| Summary: | I need to recompile after every reboot of my system | ||
|---|---|---|---|
| Product: | [Applications] skrooge | Reporter: | Jesus M Diaz <jesusm.diazperez> |
| Component: | general | Assignee: | Stephane MANKOWSKI <stephane> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | Trunk from git | ||
| Target Milestone: | 25.1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jesus M Diaz
2025-05-13 15:36:46 UTC
Normal execution output (after recompiling): jesusm@liet:[~]$ skrooge ##WARNING: Another action already registered for identifier edit_copy ##WARNING: Another action already registered for identifier edit_expandall ##WARNING: Another action already registered for identifier edit_collapseall ##WARNING: Another action already registered for identifier edit_copy ##WARNING: Another action already registered for identifier edit_expandall ##WARNING: Another action already registered for identifier edit_collapseall jesusm@liet:[~]$ This could be due to old library.
Could you remove all skrooge components by running that and rebuild it ?
sudo find /usr -name "skrooge" -exec rm -Rf {} \;
sudo find /usr -name "skrooge_*" -exec rm -Rf {} \;
sudo find /usr -name "skrooge*.png" -exec rm -Rf {} \;
sudo find /usr/local -name "*skrooge*" -exec rm -Rf {} \;
sudo find /usr -name "skroogeconvert" -exec rm -Rf {} \;
sudo find /usr -name "skroogeakonadiresource.desktop" -exec rm -Rf {} \;
sudo find /usr -name "skg_*" -exec rm -Rf {} \;
sudo find /usr -name "skg*.kcfg" -exec rm -Rf {} \;
sudo find /usr -name "libskg*" -exec rm -Rf {} \;
done. and this time, after rebooting the PC, it worked fine. Will try again a few more times and update whatever happens. Thanks! Few more reboots and all good. So it was not a bug but a non-clean installation. Maybe the install process should make sure to delete old libraries, just a suggestion. Thanks in any case! |