Since I have upgraded my PC from 20.04 to Ubuntu 22.04 a few days ago, uplading photos from browser has become a pain in the neck:
- The file manger does not show chosen photo in the window's side.
- It does not remember the path of the last photo's upload, so you need to give path each time.
- The upload window does not have any UP/back navigation.
UX hardly can be any more awkward than this. It is what you get on Xfce desktop.
So I'm wondering how to get rid of this "upgrade" and come back to good old filemanager of 20.04? Any alternative solutions to overcome these shortcomings are also much appreciated.
nautilus
, the version of which varies but matches the version of GNOME being used. Ubuntu Desktop uses GNOME, thus uses that default. You can use whichever file-manager you like though, I tend to use specific file-managers depending on what I want to accomplish, having multiple installed (but I don't change the default; just load & use others when I prefer to) – guiverc May 11 '23 at 03:44Gnome Classic
right now at login andnautilus 42.2
. What file manager do you suggest that does not have these shortcommings? And how to install it? – blnks May 11 '23 at 03:47nautilus
installed, along withpcmanfm-qt
(LXQt's FM),thunar
(Xfce's FM),dolphin
(KDE Plasma' FM),caja
(MATE's FM).. & others but I don't use them as you do, thus can't say. They are just packages so you need onlyapt install
but be aware they can bring in other deps (eg. LXQt uses Qt5, KDE needs Qt5 + KF5, other DEs maybe GTK3 like GNOME but can still use different libs etc) but my install is a multi-desktop install already & I'm aware of effects/consequences... & always weight cost vs benefit before I start another app. – guiverc May 11 '23 at 04:06