Files
packages/anda
Raboneko fe85dcf736 fix (helium-browser-bin): .desktop file (#8966) (#8969)
* fox (helium-browser-bin): .desktop file

For some reason the .desktop file doesn't exec the correct binary anymore?

```
[Desktop Entry]
Version=1.0
Name=Helium Browser
GenericName=Web Browser
Comment=Access the Internet
Exec=helium %U
StartupNotify=true
StartupWMClass=helium
Terminal=false
Icon=net.imput.helium
Type=Application
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Actions=new-window;new-private-window;

[Desktop Action new-window]
Name=New Window
Exec=helium

[Desktop Action new-private-window]
Name=New Incognito Window
Exec=helium --incognito
```

This should fix that



* use desktop-file-install



* oh. my. god.



* move to right spot and remove stuff



* back to this



---------


(cherry picked from commit e5cb8d7a1b)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-01-07 14:29:25 +08:00
..
2026-01-05 19:59:02 -06:00
2026-01-06 01:47:35 +00:00
2025-12-24 08:39:26 +00:00