Skip to content

Commit

Permalink
funnies
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 22, 2023
1 parent f99715c commit 505bd27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
24 changes: 8 additions & 16 deletions katsu/modules/flagship/budgie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,24 @@ dnf:
- gdm
- budgie-desktop-defaults
- nautilus
- papirus-icon-theme
- gnome-shell
- materia-gtk-theme
packages:
- manrope-fonts
- "@ultramarine-flagship-product-environment"
- "@libreoffice"
- "@input-methods"
- "@core"
- "@multimedia"
- "@fonts"
- nemo
- nemo-fileroller
- nemo-extensions
- nemo-preview
- nemo-emblems
- "@ultramarine-flagship-product"
- "@base-x"
- "@core"
- "@libreoffice"
- bind-utils
- psmisc
- fuse
- "@input-methods"
- "@multimedia"
- "@fonts"
- "@budgie-desktop"
# - "@flagship-product-environment"
- "@budgie-desktop-apps"
- policycoreutils
- coreutils
- gnome-software
Expand All @@ -51,12 +48,7 @@ dnf:
- xdg-user-dirs-gtk
- python3-psutil
- fluent-theme
- fluent-icon-theme
- ultramarine-release-identity-flagship
- ultramarine-backgrounds-gnome
- ultramarine-backgrounds-basic
- budgie-desktop
- budgie-extras
- budgie-extras-daemon
- budgie-desktop-view
- ultramarine-flagship-filesystem
2 changes: 1 addition & 1 deletion katsu/modules/flagship/flagship-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ cp /etc/lightdm/lightdm.conf.d/50-ultramarine-lightdm-gtk-greeter.conf /etc/ligh

# Reinstall anaconda-core and anaconda-live to make sure we fix any localization issues

dnf reinstall -y anaconda-core
# dnf reinstall -y anaconda-core

dnf clean all
4 changes: 2 additions & 2 deletions katsu/modules/liveimage/live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ vartmp /var/tmp tmpfs defaults 0 0
EOF

# work around for poor key import UI in PackageKit
rm -f /var/lib/rpm/__db*
# rm -f /var/lib/rpm/__db*
echo "Packages within this LiveCD"
rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn
# Note that running rpm recreates the rpm db files which aren't needed or wanted
rm -f /var/lib/rpm/__db*
# rm -f /var/lib/rpm/__db*


# go ahead and pre-make the man -k cache (#455968)
Expand Down

0 comments on commit 505bd27

Please sign in to comment.