an-anime-team / sleepy-launcher

Sleepy game launcher for Linux with telemetry disabling
https://discord.gg/ck37X6UWBp
GNU General Public License v3.0
78 stars 2 forks source link

Bug with component detection on gentoo with app-arch/7zip #1

Closed JohnTheCoolingFan closed 3 weeks ago

JohnTheCoolingFan commented 3 weeks ago

screenshot

"Package unavailable: 7z"

I use official 7zip for linux instead of p7zip and I have the 7zz aliased to 7z, so I don't understand why it doesn't detect it.

If it's used for archives other than 7z, I would suggest using atool and the utils for required archive formats, such as unzip for zip.

Mar0xy commented 3 weeks ago

p7zip is an absolute requirement as the rust module the launchers use requires it hence why it is listed as a dep on AUR and is built on Flatpak releases.

JohnTheCoolingFan commented 3 weeks ago

If the program is only used for command-line applications, then there is really no difference between 7zip and p7zip. But I understand now that this is not a problem of the launcher itself, so I would rather bring this to the rust module itself, thanks for clarifying.