{"id":31810902,"url":"https://github.com/renner0e/kde-dev","last_synced_at":"2026-02-16T07:32:18.838Z","repository":{"id":305539602,"uuid":"1023001872","full_name":"renner0e/kde-dev","owner":"renner0e","description":"Fedora container with kde-builder and friends to be used with distrobox","archived":false,"fork":false,"pushed_at":"2026-02-14T21:41:30.000Z","size":68,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-15T02:52:25.887Z","etag":null,"topics":["distrobox","kde"],"latest_commit_sha":null,"homepage":"","language":"Just","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renner0e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-20T10:12:53.000Z","updated_at":"2026-02-14T21:41:34.000Z","dependencies_parsed_at":"2025-08-18T21:12:14.279Z","dependency_job_id":"ef010a08-e397-491e-92fe-b78a561ec69a","html_url":"https://github.com/renner0e/kde-dev","commit_stats":null,"previous_names":["renner0e/kde-dev"],"tags_count":0,"template":false,"template_full_name":"ublue-os/boxkit","purl":"pkg:github/renner0e/kde-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Fkde-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Fkde-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Fkde-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Fkde-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renner0e","download_url":"https://codeload.github.com/renner0e/kde-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Fkde-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distrobox","kde"],"created_at":"2025-10-11T06:17:30.753Z","updated_at":"2026-02-16T07:32:18.832Z","avatar_url":"https://github.com/renner0e.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KDE Plasma build container\n\n# What is this?\n\nThis container (to be used with Distrobox) includes all build dependencies to get a graphical development session of KDE Plasma running using [kde-builder](https://kde-builder.kde.org/).\nThis is especially nice for image based systems like Fedora Kinoite and Bazzite.\n\nBut this also works on traditional systems to not mess up your host with unnecessary build dependencies.\n\n# Prerequsities\n- bash\n- curl\n- recent enough version of docker/podman (to support [zstd:chunked](https://www.redhat.com/en/blog/faster-container-image-pulls) containers)\n- [distrobox](https://distrobox.it/)\n- [just](https://github.com/casey/just)\n- Quite a bit of storage space\n\nThis also has a couple additional handy tools:\n\n- `git`\n- `neovim`\n- `ripgrep`\n- `starship`\n- `zsh`\n\nThe container is a little bit chunky and is around 10GiB big. But updates with `podman pull ghcr.io/renner0e/kde-dev:latest` should be ok due to partial pulls. You can also update the container with `dnf upgrade`.\n\n# Setup\n\n```\ngit clone https://github.com/renner0e/kde-dev \u0026\u0026 cd kde-dev\n```\n\nSetup the distrobox:\n\n```\ndistrobox assemble create --file ./distrobox.ini\n```\n\nYou may also do this manually with the `distrobox create -i ghcr.io/renner0e/kde-dev:latest -n kde-dev` command\n\n```\ndistrobox enter kde-dev\n```\n\nCreate kde-builder default config (only once)\n\n```\nkde-builder --generate-config\n```\n\nin the distrobox:\n\n```\nkde-builder plasma-desktop\n```\n\non the host:\n\nThis will install a session file into `/usr/local/share/wayland-sessions`\n\n```\njust session\n```\n\nThis should be all, now you can log out and select Plasma Development session in SDDM.\n\u003cimg width=\"445\" height=\"314\" alt=\"image\" src=\"https://github.com/user-attachments/assets/4a9998ac-2456-4a69-9207-dcf14a309ab2\" /\u003e\n\n\u003cimg width=\"1080\" height=\"366\" alt=\"image\" src=\"https://github.com/user-attachments/assets/afabcf3e-ddfd-4038-9aa7-96822fea6c13\" /\u003e\n\n# Goodies\n\n## Faster compile times\n\n`just ccache` for convenience\n\nSetting up `ccache` for super fast compile times - https://develop.kde.org/docs/getting-started/building/kde-builder-tips/#building-with-ccache-or-sccache\n\n`ccache` is obviously already preinstalled.\n\n[Download ccache used by KDE Linux](https://storage.kde.org/kde-linux-packages/testing/ccache/ccache.tar) and put it in `~/.cache/ccache`\n\ndirectory structure should look like this:\n\n```\n❯ tree -d -L 1 .cache/ccache\n.cache/ccache\n├── 0\n├── 1\n├── 2\n├── 3\n├── 4\n├── 5\n├── 6\n├── 7\n├── 8\n├── 9\n├── a\n├── b\n├── c\n├── d\n├── e\n├── f\n└── lock\n```\n\n## How do I build this container locally?\n\n```\npodman build . -t localhost/kde-dev:latest\n```\n\nChange all the image refs to the one you chose instead of `ghcr.io/renner0e/kde-dev:latest`\n\n# Remove/undo all changes\n\nRemove session:\n\n```\nsudo rm /usr/local/share/wayland-sessions/plasmawayland-dev6.desktop\n```\n\nDelete source code and filesystem tree:\n\nSee your `~/.config/kde-builder.yaml` for all directories.\n\n```\nrm -rf kde/usr kde/src kde/build\n```\n\nDelete the container:\n\n```\npodman image rm -f ghcr.io/renner0e/kde-dev:latest\n```\n\nDelete kde-builder config:\n\n```\nrm -f ~/.config/kde-builder.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenner0e%2Fkde-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenner0e%2Fkde-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenner0e%2Fkde-dev/lists"}