Skip to content

Commit

Permalink
remove references to kattleya
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMacNeill-UNB committed Jul 23, 2024
1 parent 8b467f2 commit 7805e7c
Show file tree
Hide file tree
Showing 30 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Kattleya Plasma Image
# Kanola Plasma Image

Containerfile for building Kattleya, an unofficial Vanilla OS Plasma image.
Containerfile for building Kanola, an unofficial Vanilla OS Plasma image.

This image is based on top of [`vanillaos/core`](https://github.com/Vanilla-OS/core-image/pkgs/container/core) and offers the default
This image is based on top of [`kanola-images/base`](https://github.com/Kanola-Images/Base-Image/pkgs/container/base) and offers the default
Unofficial Vanilla OS Desktop Experience with Plasma.

## Switch your Installation to this image
Expand All @@ -11,12 +11,12 @@ Unofficial Vanilla OS Desktop Experience with Plasma.
> This WIP image is experimental and isn't suitable for production. If you encounter any bugs during testing, please report them in this repository.
- Edit the `/etc/abroot/abroot.json` file with the `host-shell pkexec nano /etc/abroot/abroot.json` command.
- Change the "name" entry from something like `vanilla-os/desktop` to `vanilla-kattleya/plasma` (**Note**: All characters must be in lowercase).
- Change the "name" entry from something like `vanilla-os/desktop` to `kanola-images/plasma` (**Note**: All characters must be in lowercase).
- Now, Run `abroot upgrade` to switch to your custom image.

## Build

```bash
vib build recipe.yml
podman image build -t kattleya/plasma .
podman image build -t kanola-images/plasma .
```
4 changes: 2 additions & 2 deletions includes.container/etc/sddm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Current=Dracula
CursorTheme=
DisableAvatarsThreshold=7
EnableAvatars=true
FacesDir=/etc/kattleya-theming/sddm/faces
FacesDir=/etc/kanola-theming/sddm/faces
Font=
ThemeDir=/etc/kattleya-theming/sddm/themes
ThemeDir=/etc/kanola-theming/sddm/themes

[Users]
DefaultPath=/bin:/usr/bin
Expand Down
4 changes: 2 additions & 2 deletions modules/996-kde-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: vanilla-cleanup
type: shell
commands:
- cp /usr/share/sddm/faces/* /etc/kattleya-theming/sddm/faces/
- cp /usr/share/sddm/faces/* /etc/kanola-theming/sddm/faces/
- mv /usr/share/plasma/desktoptheme/default /usr/share/plasma/desktoptheme/breeze
- mv /usr/share/plasma/desktoptheme/dracula /usr/share/plasma/desktoptheme/default
- rm -r /usr/share/sddm/themes
- ln -s /etc/kattleya-theming/sddm/themes /usr/share/sddm/themes
- ln -s /etc/kanola-theming/sddm/themes /usr/share/sddm/themes
# Fix kscreenlocker
- chmod u+s /sbin/unix_chkpwd

0 comments on commit 7805e7c

Please sign in to comment.