Files
LACT/pkg
Reilly BroganandIlya Zlobintsev 9471cc1ad6 fix: Icon install directory (#862)
* fix: Icon install directory

`/usr/share/pixmaps` is a legacy icon directory and should not be used any more for icon installation. Icons instead should be installed to a size-specific subdirectory of `/usr/share/icons/hicolor`. In fact I'm pretty sure that `/usr/share/pixmaps` isn't indexed by most DEs so the icon installed there would never would have been used. The only reason this wasn't noticed before is because most DEs support and prefer SVG icons.

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>

* fix: add new path to uninstall action

---------

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
Co-authored-by: Ilya Zlobintsev <ilya.zl@protonmail.com>
2026-01-24 16:37:18 +02:00
..
2026-01-24 16:37:18 +02:00
2025-12-20 12:25:21 +02:00
2025-04-04 21:38:19 +03:00

What is this

This is a directory used by pkger to generate packages for different distros from a single manifest.

Usage:

pkger -c .pkger.yml build lact

(Should be ran in the repo root).

Generated packages will be placed in pkg/output.

Flatpak

See here for Flatpak information.