Is there a way to get rid of the default file manager for Xubuntu without having to get rid of the desktop?
I recently switched from Lubuntu to Xubuntu but I prefer Lubuntu's file manager, PCManFM, to Thunar, which is the default file manager in Xubuntu. So I installed PCManFM instead. Then I tried to uninstall Thunar via Synaptic but this process wants to uninstall other software as well, including "xubuntu-desktop".
Any suggestions greatly appreciated.
Solution 1:
Removing xubuntu-desktop
will actually do little.
xubuntu-desktop
is only a metapackage.
This means that it has no files or code whatsoever, except for a control file that says it depends on thunar and other stuff, and possibly a bit of filler code. [Citation needed]. You can safely remove this package without losing anything, since all its installation did was pull in a ton of other packages, which actually make the Xubuntu interface work, that aren;t on the list of removals.
The reason it gets removed, is it "depends" on Thunar in order to get Thunar installed in a Xubuntu installation, so when Thunar is removed, xubuntu-desktop
is als oremoved(without ill effect).
With that said, updates that add Xubuntu packages(uncommon) will go unnoticed, but updates on existing Xubuntu packages(common) will be performed.