20231101
Highlights
The release actually hasn't the highlight, let's call it a maintenance release. It seems like this is the first release where more files have been removed than added (-1338 vs +269). Anyway, there is one notable change:
For PPA users
In most cases, you will not see the difference. If recommended packages are not denied on your system, epapirus-icon-theme
package will be installed as before, but now you can remove ePapirus and ePapirus-Dark icon theme using sudo apt remove epapirus-icon-theme
, in case you're not an elementaryOS user.
For package maintainers
The default behavior didn't change. The Makefile still installs all the available icon themes. But we recommend two options to deal with ePapirus and ePapirus-Dark themes:
- If your distro supports Pantheon Desktop please split the package to
papirus-icon-theme
(Papirus, Papirus-Dark, Papirus-Light), andepapirus-icon-theme
(ePapirus, ePapirus-Dark). epapirus-icon-theme should havepapirus-icon-theme
as dependency. See example for deb package. - If your distro does NOT support Pantheon Desktop, please exclude ePapirus and ePapirus-Dark from
papirus-icon-theme
package using EXCLUDE notation:make EXCLUDE="ePapirus ePapirus-Dark" install
.
This saves up to 17309 inodes and up to 72MB of disk space for your users.
Also, if you've previously used the IGNORE=
notation in your build script, this release introduces a couple of breaking changes (1e76dba and 5183e15). So, if you've been using a command like make IGNORE="./ePapirus ./ePapirus-Dark" install
in your build script, please update it to use the new command: make EXCLUDE="ePapirus ePapirus-Dark" install
.
Added icons
- 64Gram Desktop (Flathub) #2007 by @SmartFinn
- Alien Arena (Flathub) #2007 by @SmartFinn
- Ardour 8 by @SmartFinn
- Atlantik (Flathub) #2007 by @SmartFinn
- CoreRenamer #2007 by @SmartFinn
- Deezer (Flathub) #2007 by @SmartFinn
- DevilutionX (Flathub) #2007 by @SmartFinn
- Forza Horizon 5 #3262 by @mjkim0727 in #3545
- GNOME Terminal and GNOME Console symbolic icons by @SmartFinn
- Google Earth Pro (Flathub) #2007 by @SmartFinn
- JamesDSP (Flathub) #2007 by @SmartFinn
- JetBrains RustRover icon #3558 by @SmartFinn
- KImageMapEditor (Flathub) #2007 by @SmartFinn
- KMyMoney (Flathub) #2007 by @SmartFinn
- Kompare (Flathub) #2007 by @SmartFinn
- Konsole (Flathub) #2007 by @SmartFinn
- Libation #3521 by @morganist in #3565
- Libre Menu Editor (Flathub) #2007 by @SmartFinn
- LibreOffice 7.5 (Official builds) by @SmartFinn
- LibreOffice 7.6 (Official builds) by @SmartFinn
- Loupe #3406 by @SmartFinn
- Lunar Client (Nixpgks) by @surfaceflinger in #3571
- MMEX Money Manager (Flathub) #2007 by @SmartFinn
- Nix Software Center #3478 by @SmartFinn
- NixOS Configuration Editor by @SmartFinn
- NixOS distributor logo #1901 by @SmartFinn
- NixOS Manual #3478 by @SmartFinn
- Outlook for Linux #2007 by @SmartFinn
- PhotoCollage (Flathub) #2007 by @SmartFinn
- PlayOnLinux 4 (Flathub) #2007 by @SmartFinn
- SABnzbd (Flathub) #2007 by @SmartFinn
- Snapshot #3570 by @SmartFinn
- Spotify (tray icon) #3556 by @SmartFinn
- SymbolEditor (Flathub) #2007 by @SmartFinn
- Thorium Browser by @SmartFinn
- Time Log (Flathub) #2007 by @SmartFinn
- Yakuake (Flathub) #2007 by @SmartFinn
- Yum Extender NG #3567 by @SmartFinn
Updated icons
- GNOME Console by @SmartFinn
- GNOME spinner #3477 by @SmartFinn
- KWordQuiz by @raymond-nee in #3577
Changes and fixes
- Added couple missing icons for Evolution (Calendar → Year view, and Preferences → News and Blogs) by @SmartFinn
- Added symlinks for newer versions of OpenJDK and Oracle JDK #3065 by @SmartFinn
- Added symlinks for Python >3.8 (from 3.8 to 3.11) by @gitadum in #3559
- Nordic folder color now matches the Nordic Frost palette by @mochaaP in #3547
- Removed AKS icon #2089 by @SmartFinn
- Removed custom folder color because folder-color since 0.3.1 (6 May 2023) stops to support it #3551 by @SmartFinn
- Removed symlinks for non-LTS versions, and versions <17 for Sun JDK, OpenJDK, Oracle JDK and CacaoJVM by @SmartFinn
- Removed symlinks for older versions of LibreOffice released before 2022 by @SmartFinn
- Removed symlinks for Python from 2.6 to 3.4 because of End Of Life by @SmartFinn
Others
- Replaced
ICON_THEMES
variable withEXTRA_THEMES
in Papirus Installer - uninstall.sh script now asks before removing an icon theme
- Allow to pass
--reflink=auto
to cp command in Makefile usingmake CP_OPTS='--reflink=auto' install
to speed up file coping on file systems with Copy-on-Write support
Supporters
Thank you to our supporters who appear below. We appreciate their support for our work.
If you would like to becoming a supporter, please visit our page on Buy Me a Coffee.