k3x icon indicating copy to clipboard operation
k3x copied to clipboard

A UI for local Kubernetes clusters created with k3d

Results 23 k3x issues
Sort by recently updated
recently updated
newest added

When trying to run k3x from flatpak I get a GTK traceback error. ``` $ flatpak run --user com.github.inercia.k3x GI search path: [PRE-MAIN] [search-path] - /usr/lib/x86_64-linux-gnu/girepository-1.0 [PRE-MAIN] [search-path] - /app/lib/girepository-1.0...

bug
prio:high

Fedora, CentOS, and Red Hat Enterprise Linux have dropped Docker (Moby) and switched to Podman, which doesn't require a daemon. It does have API support (which is what we're using...

enhancement
prio:low

Silverblue doesn't have a "normal" package manager. All installations are the same. One can "overlay" RPMs (and their dependencies), but most of the time, all the work happens in Flatpaks...

enhancement
prio:low

It is currently in the Games section of Discover. ![K3X](https://user-images.githubusercontent.com/2880376/159369598-ece73f9b-3329-4a0d-a1cd-45e7c7e307b9.png)

I'm seeing the following stacktrace when trying to run k3x: ``` GI search path: [PRE-MAIN] [search-path] - /usr/lib/x86_64-linux-gnu/girepository-1.0 [PRE-MAIN] [search-path] - /app/lib/girepository-1.0 [PRE-MAIN] [search-path] - /app/lib/girepository-1.0 [PRE-MAIN] Current LD_LIBRARY_PATH: **...

Is there any way to run this without installing flatpack? How about building from code? Anything would help -- I can't put flatpack on my system because security matters and...

Remove the Game category Hello! Here is a suggested edit. I spend a lot of time on the Flathub Games directory (https://flathub.org/apps/category/Game), and I think k3x is a miscategorized in...

I'd appreciate it if it could be possible to have a main window with access to the same info as the tray icon, and make that icon optional. Gnome removed...

`make build` ends in error: ``` > make build >>> Downloading dependencies (in build_dir=/home/rarnaud/Code/k3x/.flatpak-builder/build/staging)... Emptying app dir '/home/rarnaud/Code/k3x/.flatpak-builder/build/staging' Downloading sources Stopping at module k3x >>> Building dependencies (in build_dir=/home/rarnaud/Code/k3x/.flatpak-builder/build/staging)... Starting...

The error is thrown by https://github.com/flatpak/flatpak-builder-tools/blob/master/pip/flatpak-pip-generator: ``` Traceback (most recent call last): File "build-aux/flatpak-pip-generator", line 227, in url = get_tar_package_url_pypi(name, version) File "build-aux/flatpak-pip-generator", line 64, in get_tar_package_url_pypi raise Exception(err) Exception:...