Setting aside PikeyFS er... BTRFS for the moment...
I tried sharing /home between K20 and neon.
Separate menu entries for cilly apps are easy.
Of course, as soon as I opened Firefox in neon, "Zis iz an old fersion of Firefox. It vill create havoc mit all your zistem. Create new profile?".
No thanks, updated (I hadn't for a week or so, using K20), 'saul good, man.
Conky... of course the startup script has to be the same. So I scripted the script... ;·)
/ms is my "ἀποικία" (home away from home ;·) - where I keep the stuff I only want on that distro (very little)
So each release starts its own conky.
So now, (after deleting the backup home folders), I have
On K20, and
on neon.
Which means I'll be able to recover quite a lot of space from both /roots if I need to :·)
[EDIT] Still, neon is now "moving ahead" on Plasma (as expected).
.
I tried sharing /home between K20 and neon.
Separate menu entries for cilly apps are easy.
Of course, as soon as I opened Firefox in neon, "Zis iz an old fersion of Firefox. It vill create havoc mit all your zistem. Create new profile?".
No thanks, updated (I hadn't for a week or so, using K20), 'saul good, man.
Conky... of course the startup script has to be the same. So I scripted the script... ;·)
PHP Code:
rel=$(lsb_release -i | awk '/ID/ {print $3}')
case $rel in
neon) cd /ms/.conky;conky -c ./.conkyrc;conky -c ./conkyrc2 ; exit ;;
Ubuntu) cd /home/not/.conky;conky -c ./.conkyrc;conky -c ./conkyrc2 & exit
esac
So each release starts its own conky.
So now, (after deleting the backup home folders), I have
On K20, and
on neon.
Which means I'll be able to recover quite a lot of space from both /roots if I need to :·)
[EDIT] Still, neon is now "moving ahead" on Plasma (as expected).
.
Comment