…and same name user for both systems ?
If that’s your situation, don’t look further. A personal folder /home/$USER
( = $HOME ) contains 2 families of data :
⋅ visible ones which are your medias and documents,
⋅ hidden ones which are settings and parameters for any program ever launched by your $USER ( here probably launched from 2 different DE + 2 different OS + programs at different versions…
)
The visible ones have no specific ties and links to your system, they are just « documents » in a broad meaning for you, the human. They are OS/DE agnostic, sort of speaking.
The hidden ones are specific to the host OS and to any of the programs this human ever launched, desktop environment included.
If you shared only ONE /home/$USER
between TWO operating systems, that can only lead to mismatches in configurations ( stored in the hidden elements of your $HOME
) : what Fedora36 writes there is not what Budgie22.04 expects, and vice-versa.
AND
Even if you had only one OS, sharing only ONE /home/$USER
between TWO Desktop Environments will sooner or later lead to the same kinds of mismatches : what Budgie DE writes there is not what Gnome-DE expects and vice-versa.
So what to do now ?
1⋅ from any of your system, backup your personal data. Have somewhere a confident copy of the whole /home/$USER
( I assume there’s only one user, but if many, have a whole copy of the /home
folder which contains the many $HOME
).
2⋅ from each system, create a new user, each one with a different name → important ! One for Fedora, one for Budgie, in order for each one to have his own $HOME inside your « separate /home partition ».
Once done, we’ll see later how sharing data between those two users ( no need to duplicate data between the two accounts, symbolic links are your friends. )
This is another example of why a « separate /home partition » is not always the best way to organize user’s data. It’s good when you keep on staying the same OS and DE and don’t have many users to manage. Once other OS and DE and users come into play, there might be safer strategy ( only separate visible data, not the whole /home folder tree. )