Once a year, we upgrade all the desktop systems to the latest version of Fedora, our Linux desktop operating system.
Local links:
python2
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.10 so check your own scripts.pip2 install –user astropy==2.0.12
)python2 -m ipykernel install –user
sudo
commands from that page; as stated here, we already have the previous python version installed on the system.earlyOOM
enabled since Fedora 33, a background process that monitors for Out-of-Memory conditions, and attempts to kill the offending processes before the system comes to a grinding halt. Hopefully, this will mean there will be less system crashes (out-of-memory is one of the biggest reasons for Linux desktop crashes nowadays)atril
or evince
.hdfview
stopped working in Fedora 31; there are many other programs available that can work with HDF5 files, e.g. R
, vitables
or veusz
psfig
, which has been obsolete for a long time, has now been removed. Converting documents to newer packages such as graphics
or graphicx
is recommended, and is usually easy.asciitable
is now part of astropy
, at astropy.io.ascii
(see http://cxc.harvard.edu/contrib/asciitable/) pyfits
is now astro.io.fits
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.topicons plus
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.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
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.