Hacker News new | ask | show | jobs
by vetinari 2542 days ago
It is a scheme used by Flatpak.

The package prefix is mandatory, in order for flatpaks not to stomp on each other.

2 comments

To be exact Flatpak only requires that for exported data files. Since binaries are not exported they can be named anything.
Binaries are not exported, but helper launch scripts are (those that do "exec flatpak run ...").
Oh alright, I didn't realise that