Skip to content

Data files for xubuntu (ubuntu 20.04) dockerfile ver 1.5

Compare
Choose a tag to compare
@cainmagi cainmagi released this 25 Jan 14:01
· 43 commits to xubuntu since this release

Data files

This is the data file bundle for the xfce4 customized desktop ver 1.5. In the current xubuntu, we are using this bundle for adding extra themes, configs, and some other plugins. It contains such add-ons:

XFCE4-configs

This add-on would be used for overwriting the default xfce4 configurations (xfce4) and default GTK-3 configurations (gtk-3.0) in

~/.config/

This add-on allows us to build our desktop with our customized configurations. It contains:

  • xconfigs-u20-04.tar.xz: The .config folder for Ubuntu 20.04.
  • xconfigs-u18or16-04.tar.xz: The .config folder for Ubuntu 18.04 / 16.04.

Themes

Basic theme pack

Extra icons

The extra icons could be found in share-pixmaps.tar.xz. They should be extracted to /usr/share/pixmaps. Here is the list:

  • matlab-logo: A PNG logo for MATLAB.
  • launch-jupyter: An SVG logo for Jupyter Lab.
  • hdf-logo: An SVG logo for HDF files.

Art Backgrounds Pack

  • Name: share-backgrounds-arts
  • Background set:
    • Cezanne
    • Monet
    • Renaissance

Scripts

We provide the following scripts. Use wget to pull these scripts.

  • get-pyver.py: A script for finding the current python version. Should be launched by something like PY_VER=$(python get-pyver.py 2>&1).
  • get-conda-path.py: A script for finding the current conda path or python path. Should be launched by something like RESULTS=$(python get-conda-path.py -m conda 2>&1).