Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for incorrect launchable tag in metainfo file #109

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ flatpak install flathub app.freelens.Freelens
flatpak run app.freelens.Freelens
```

The application is sandboxed. It includes bundled `kubectl` and `helm`
commands and uses the `~/.kube/config` file by default. The `~/.freelens`
directory is stored in the sandbox.

Flatpak adds wrappers for the `aws`, `gke-gcloud-auth-plugin`, and
`kubelogin` tools, running them as commands from the host system.

The terminal uses `/bin/sh` by default, but it can be switched in the
settings to, for example, `/bin/bash` for a sandboxed environment or
`/app/bin/host-spawn` for a host environment.

#### APT repository

Run the following commands:
Expand Down
2 changes: 1 addition & 1 deletion freelens/build/metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ intuitive and user-friendly interface.</p>
<requires>
<display_length compare="ge">768</display_length>
</requires>
<launchable type="desktop-id">app.freelens.Freelens</launchable>
<launchable type="desktop-id">app.freelens.Freelens.desktop</launchable>
<content_rating type="oars-1.1"></content_rating>
<releases>
<release version="0.1.3" date="2025-01-28">
Expand Down