Open star-buck opened 6 years ago
Check the version number in the rc file you're replacing.
If it's older than upstream it'll use upstreams.
You mean like I did here:
sed -e "s|17|19|" \ -i "$pkgdir/usr/share/default-settings/plasma5-profile/kxmlgui5/dolphin/dolphinui.rc"
https://github.com/netrunner-rolling/PKGBUILD-ds9-common/blob/master/default-settings-kdeapps/PKGBUILD
This still needs to be packaged and uploaded when I get into the office, but still.
Because of where our file is shipped, it can not be updated by Dolphin itself. If it was under ~.local/share/kxmlgui5/dolphin/ this number would have been changed automatically. As it stands now we need to update this manually each time there is a major revision release.
Can you not just set the version to "9999" in the replacement?
Ah ok. Thanks for the tip. Thats what we'll do then.
Should be fixed now with this commit: https://github.com/ds9-common/default-settings-kdeapps/commit/72fa5ae2b1f34ee561c905c8473208488c50fa9d
and in future Netrunner versions.
@NuLogicSystems : same needs to be applied to Rolling?
now does an updated package retro-fix the situation and restores our default toolbar config in dolphin again?
Yes that is what it should do. Basically it just ignored our config as it had an too old version. With the updated config it should read and use the config again.
Clearly an upstream bug. Dolphin should not do this.