Y
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
TingPing
2541 days ago
To be exact Flatpak only requires that for exported data files. Since binaries are not exported they can be named anything.
link
vetinari
2541 days ago
Binaries are not exported, but helper launch scripts are (those that do "exec flatpak run ...").
link
ayoisaiah
2541 days ago
Oh alright, I didn't realise that
link