omegaui / cliptopia

Cliptopia is a beautiful state-of-the-art clipboard management software for linux desktops that turns your simple clipboard into a full-fledged ⚡power house⚡
BSD 3-Clause "New" or "Revised" License
110 stars 2 forks source link

Warning when installing .deb package #28

Closed fethomm closed 5 months ago

fethomm commented 5 months ago

When trying to install the latest .deb package, postinstall shows a warning: The creator of a debian package has 100% access to every parts of the system it's installed

The only things I could find out is that it comes from the appflutter_to_debian and is invoked if you use nonInteractive: false, which seems to be standard. What I could not find out is, what it actually means. Please explain.

omegaui commented 5 months ago

Hi! @fethomm, .deb is a system installer package. Every debian package has system wide 100% read access, it is because the package needs to be sure whether all required libraries and resources are available.

.deb is standard to install software on debian, ubuntu and their relational distros.

This warning is just a reminder that you should proceed with caution when installing any package.

Cliptopia is surely safe, the code is open source for anyone to be sure that it is safe and just designed for clipboard management purpose.

Even after, if you don't want to install cliptopia using .deb installer, you can get the .AppImage instead from the releases.

fethomm commented 5 months ago

Thanks for the explanation. As I am writing an article on Cliptopia, I just wanted to confirm the exact meaning of that message, so I can tell my readers what it means. I have been using Debian Sid for more than 20 years, installing thousands of debs, including 3rd party .debs and have never seen that message before.

omegaui commented 5 months ago

Hey Thanks, Drop me a link when the article is ready. I would love to read it.

fethomm commented 5 months ago

It's an article for the German print magazine LinuxUser. I can send you a PDF once the article is released (~ 6 weeks).