User Tools

Site Tools


linux:fedora_33

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:fedora_33 [2020/10/29 10:32] – created jansenlinux:fedora_33 [2020/11/06 15:08] (current) jansen
Line 21: Line 21:
     * Various Gnome shell extensions that you can load for yourself from [[https://extensions.gnome.org/]]     * Various Gnome shell extensions that you can load for yourself from [[https://extensions.gnome.org/]]
   * Cloud integration: you can link your [[linux:Google Drive]], [[linux:OwnCloud]]/SurfDrive and some other cloud storage services the file manager (in addition to [[linux:Dropbox]], which has been there for a couple of years). \\ Various online calendars can be integrated in the desktop calendar utility.   * Cloud integration: you can link your [[linux:Google Drive]], [[linux:OwnCloud]]/SurfDrive and some other cloud storage services the file manager (in addition to [[linux:Dropbox]], which has been there for a couple of years). \\ Various online calendars can be integrated in the desktop calendar utility.
-  * **Python is now by default 3.7**. You can still call ''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 is now by default 3.9**. You can still call ''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.
     * Command ''python'' will now invoke python3 so **check your own scripts**.     * Command ''python'' will now invoke python3 so **check your own scripts**.
     * We have a working version of AMUSE installed for python3, please initialize it using ''module load amuse/12.1-py3'' (shell command to run before starting amuse or python)     * We have a working version of AMUSE installed for python3, please initialize it using ''module load amuse/12.1-py3'' (shell command to run before starting amuse or python)
     * If you still need python2, a private install or virtualenv will still be possible, but you may have to explicitly install an older version (e.g. ''pip2 install --user astropy==2.0.12'')     * If you still need python2, a private install or virtualenv will still be possible, but you may have to explicitly install an older version (e.g. ''pip2 install --user astropy==2.0.12'')
     * To install a python2 kernel in jupyter,a personal setup can be made using ''python2 -m ipykernel install --user''     * To install a python2 kernel in jupyter,a personal setup can be made using ''python2 -m ipykernel install --user''
 +    * We also have the interpreters of python 3.5, 3.6, 3.7 and 3.8 installed, for compatibility and in case you need them for your own projects or virtualenvs. 
 +    * To move your personally installed modules from python 3.7 (Fedora 31) to python 3.9, you can follow the description given [[https://docs.fedoraproject.org/en-US/fedora/f33/release-notes/developers/Development_Python/#_notes_on_migrating_user_installed_pip_packages|in the Fedora 33 release notes]]
 +  * GCC (C, C++, Fortran) is at version 10 now
   * Wayland: the official Fedora release notes have a lot of information about Wayland, a replacement for the X11 graphics system. We don't use Wayland at this time, since it doesn't yet support many features that are needed in our type of work (remote graphics, VNC, various scientific programs, ...). So you can ignore all that is written about Wayland in the documentation.   * Wayland: the official Fedora release notes have a lot of information about Wayland, a replacement for the X11 graphics system. We don't use Wayland at this time, since it doesn't yet support many features that are needed in our type of work (remote graphics, VNC, various scientific programs, ...). So you can ignore all that is written about Wayland in the documentation.
   * LibreOffice has been upgraded to version 7.0 with lots of improvements and new features. See [[https://wiki.documentfoundation.org/ReleaseNotes/7.0|Release notes]]   * LibreOffice has been upgraded to version 7.0 with lots of improvements and new features. See [[https://wiki.documentfoundation.org/ReleaseNotes/7.0|Release notes]]
 +  * Fedora has ''earlyOOM'' enabled, a background proces 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)
 +  * FlexiBLAS is an intermediate interface to the BLAS and LAPACK libraries, making it possible to switch between various implementations of these libraries. The downside is, that you will need to recompile programs that are linked with BLAS or LAPACK (including private copies of numpy!)
   * Removed software:   * Removed software:
     * various programs that were written in python2, and not yet converted to python3:     * various programs that were written in python2, and not yet converted to python3:
Line 33: Line 38:
       * pdfshuffler       * pdfshuffler
       * uniconvertor       * uniconvertor
-    * Revelation password manager (no longer maintained, see [[https://bugzilla.redhat.com/show_bug.cgi?id=1765902]] also for method of migrating to the ''keepass'' or ''keepassxc'' password managers) 
-    * PhotoPrint (last release was 8 years ago, no longer compatible with current libraries) 
-    * scite program editor. however, some much more capable program editors are available, eg ''anjuta'', ''geany'', ''codeblocks'' and others. 
-    * FIXME saoimage 
     * ggobi visualization software (last release 2010, no longer compatible with current libraries)     * ggobi visualization software (last release 2010, no longer compatible with current libraries)
     * speedcrunch calculator (one of the very many calculator apps installed)     * speedcrunch calculator (one of the very many calculator apps installed)
Line 42: Line 43:
     * Several obsolete or unlicensed gstreamer media plugins have been removed     * Several obsolete or unlicensed gstreamer media plugins have been removed
     * Several compatibility libraries were dropped. These were libraries to run programs built with very old versions of the GNU compilers (gcc 3.3, 3.4 and 4.1). If you still have binaries from > 10 years ago, recompiling might be advisable.     * Several compatibility libraries were dropped. These were libraries to run programs built with very old versions of the GNU compilers (gcc 3.3, 3.4 and 4.1). If you still have binaries from > 10 years ago, recompiling might be advisable.
 +    * Due to the removal of some of these very old compatibility libraries, Adobe Reader (acroread) will no longer work; please use a native Linux pdf viewer, such as ''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''
   * Renamed/replaced software   * Renamed/replaced software
-    * ''xine-ui'' is new name/version of the ''gxine'' media player 
     * Python module ''asciitable'' is now part of ''astropy'', at ''astropy.io.ascii'' (see [[http://cxc.harvard.edu/contrib/asciitable/]]) \\ Similarly, ''pyfits'' is now ''astro.io.fits''     * Python module ''asciitable'' is now part of ''astropy'', at ''astropy.io.ascii'' (see [[http://cxc.harvard.edu/contrib/asciitable/]]) \\ Similarly, ''pyfits'' is now ''astro.io.fits''
   * The Flash plugin is still part of Google Chrome, but no longer provided as a firefox plugin. Google plans on dropping support soon, so don't count on it any longer.   * The Flash plugin is still part of Google Chrome, but no longer provided as a firefox plugin. Google plans on dropping support soon, so don't count on it any longer.
   * Java is now available in 3 versions: The last freely obtainable Oracle Java 8.x release; OpenJDK 8 and OpenJDK 11.   * Java is now available in 3 versions: The last freely obtainable Oracle Java 8.x release; OpenJDK 8 and OpenJDK 11.
 +  * saoimage is no longer maintained as a rpm package. for now, the last binary version still works. Please let us know if this (ancient) astronomical package is still in use.
  
-==== CHECK FIXME Known issues in Fedora 31 ====+==== Known issues in Fedora 33 ====
   * The Gnome desktop will not run on computers without hardware accellerated graphics. If you want Gnome on these machines, choose "Gnome X11" or "Gnome fallback" from the menu on the login screen.   * The Gnome desktop will not run on computers without hardware accellerated graphics. If you want Gnome on these machines, choose "Gnome X11" or "Gnome fallback" from the menu on the login screen.
   * VNC issues: Desktop environments that require hardware accelleration (3D desktop effects) are too heavy to be used inside a virtual desktop (VNC, X2GO). See [[VNC desktop issues]] for details and workarounds.   * VNC issues: Desktop environments that require hardware accelleration (3D desktop effects) are too heavy to be used inside a virtual desktop (VNC, X2GO). See [[VNC desktop issues]] for details and workarounds.
   * TeX package ''psfig'', which has been obsolete for a long time, has now almost completely stopped working. Converting documents to newer packages such as ''graphics'' or ''graphicx'' is recommended, and is usually easy.   * TeX package ''psfig'', which has been obsolete for a long time, has now almost completely stopped working. Converting documents to newer packages such as ''graphics'' or ''graphicx'' is recommended, and is usually easy.
-  * <del>Solved: the current version of Python package [[tensorflow]] seems to work fine now with any version of python 3, making installation much easier</del> 
   * Gnome doesn't display //notification area// aka //system tray// icons any more by default. The fix is, to enable  the ''topicons plus'' extension: open ''gnome-tweaks'', and go to ''extensions'' to do that. After that, the icons such as status icons of dropbox, skype etc, will be in your top panel.   * Gnome doesn't display //notification area// aka //system tray// icons any more by default. The fix is, to enable  the ''topicons plus'' extension: open ''gnome-tweaks'', and go to ''extensions'' to do that. After that, the icons such as status icons of dropbox, skype etc, will be in your top panel.
-  * Applications using the "pango" text rendering engine (including Gnome, Cinnamon and MATE desktops) will no longer support bitmap fonts. If an application looks strange, you may have to select a different font for it (seen on terminal emulators, emacs with non-standard settings, possibly other applications)+  * Applications using the "pango" text rendering engine (including Gnome, Cinnamon and MATE desktops) will no longer support bitmap fonts. If an application looks strange, you may have to select a different font for it (seen on terminal emulators, emacs with non-standard settings, possibly other applications)
   * Mono (.NET compatible framework) has been updated to version 5. This may require rebuilding Mono apps.   * Mono (.NET compatible framework) has been updated to version 5. This may require rebuilding Mono apps.
-  * <del>Bleachbit (file cleaner) works, but seems to display wrong icons: the "search" icon is grayed out, but is available for clicking, and the "clean" icon to start cleaning, shows as a grayed out x, so might be mistaken for an abort icon. The help text shown when the mouse is over the icon, shows the right description for each task.</del> (fixed in update) 
-  * <del>Solved: Quota reporting is currently not working (solved as long as users use supplied alias)</del> 
-  * hdfview fails some(?) files. [[https://bugzilla.redhat.com/show_bug.cgi?id=1771888|Known bug]] unfortunately no known solution yet.\\ there are many other programs available that can work with HDF5 files, e.g. ''R'', ''vitables'' or ''veusz'' 
   * The ''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 ''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.
  
linux/fedora_33.1603967569.txt.gz · Last modified: by jansen