Once a year, we upgrade all the desktop systems to the latest version of Fedora, our Linux desktop operating system.
Local links:
3.
is dropped, so Gnome 43. nautilus
file manager, many of its plugins are no longer available. These will be added back when they are updated to match the new versionpython2
to get a python 2.7 interpreter, but NO PACKAGES are installed for it any more; so you can just use this to build your own python2 environment if needed.python
will now invoke python 3.11 so check your own scripts.pip2 install –user astropy==2.0.12
)python2 -m ipykernel install –user
pip
for the old python version: python3.10 -m ensurepip –user
python3.10 -m pip freeze > installed.txt
python3 -m pip install –user -r installed.txt
acroread
, supermongo
atril
or evince
as a replacement for acroread
.supermongo
exists but is not installed by default. If you use this software, please contact us and we can make the workaround available on your desktop.psfig
, which has been obsolete for a long time, has recently been removed. Converting documents to newer packages such as graphics
or graphicx
is recommended, and is usually easy.XFCE
or LXDE
desktops that are known to work.appindicator
extension: open gnome-extentions-app
(Applications - Extensions
in the menu) to do that. After that, the icons such as status icons of dropbox, zoom etc, will be in your top panel.topicons plus
. If you had that enabled, you will have to enable the new extension now, and possibly remove references to the no longer existing extension.clipit
clipboard app that is a default part of Gnome, Cinnamon and MATE desktops, sometimes hangs, which blocks all cut, copy and paste actions. Exit the app by right-clicking on the icon (which looks like a clipboard), and choose the quit action. If this happens a lot to you, you might want to disable the app in your startup applications preferences. The app is only needed to maintain a clipboard history; without it, a single cut/copy and paste is still possible. Gtk-Message: Failed to load module "colorreload-gtk-module"
then go to the settings controlling your desktop look & feel and select another theme instead of the one that uses theme libraries that are no longer present.
pmount
can be used to mount removable media (cdrom,dvd,usb-disks) from the commandline. E.g.: pmount /dev/cdrom
mounts the cd/dvd as /media/cdrom.