Skip to content

Commit

Permalink
iso 13
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-studios committed Jan 18, 2024
1 parent 294394d commit 913f847
Show file tree
Hide file tree
Showing 19 changed files with 398 additions and 9 deletions.
1 change: 1 addition & 0 deletions airootfs/etc/profile.d/setup-final.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if (( $EUID != 0 )) && [ ! -f "/etc/profile.d/install.sh" ] && [ ! -f "/etc/prof
gnome-extensions enable gtk4-ding@smedius.gitlab.com
gnome-extensions enable just-perfection-desktop@just-perfection
gnome-extensions enable blur-my-shell@aunetx
gnome-extensions enable tiling-assistant@leleat-on-github

dconf write /org/gnome/shell/extensions/dash-to-dock/extend-height true
dconf write /org/gnome/shell/extensions/dash-to-dock/show-apps-at-top true
Expand Down
1 change: 1 addition & 0 deletions airootfs/etc/profile.d/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if (( $EUID != 0 )); then
gnome-extensions enable gtk4-ding@smedius.gitlab.com
gnome-extensions enable just-perfection-desktop@just-perfection
gnome-extensions enable blur-my-shell@aunetx
gnome-extensions enable tiling-assistant@leleat-on-github

dconf write /org/gnome/shell/extensions/dash-to-dock/extend-height true
dconf write /org/gnome/shell/extensions/dash-to-dock/show-apps-at-top true
Expand Down
1 change: 1 addition & 0 deletions airootfs/usr/bin/post-install_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gnome-extensions enable dash-to-dock@micxgx.gmail.com
gnome-extensions enable gtk4-ding@smedius.gitlab.com
gnome-extensions enable just-perfection-desktop@just-perfection
gnome-extensions enable blur-my-shell@aunetx
gnome-extensions enable tiling-assistant@leleat-on-github

dconf write /org/gnome/shell/extensions/dash-to-dock/extend-height true
dconf write /org/gnome/shell/extensions/dash-to-dock/show-apps-at-top true
Expand Down
340 changes: 340 additions & 0 deletions airootfs/usr/share/licenses/common/GPL2/license.txt

Large diffs are not rendered by default.

Binary file modified airootfs/usr/share/pixmaps/sd-bg-default.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions airootfs/usr/share/tmpbranding/default/branding.desc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ navigation: widget
# are visible as buttons there if the corresponding *show* keys
# are set to "true" (they can also be overridden).
strings:
productName: "@{NAME}"
productName: "SDesk"
shortProductName: SDesk
version: Rolling
shortVersion: Rolling
Expand Down Expand Up @@ -176,10 +176,10 @@ images:
# branding component also ships a stylesheet.qss. Then they are
# the corresponding CSS attributes of #sidebarApp.
style:
sidebarBackground: "#333333"
sidebarText: "#FFFFFF"
sidebarTextSelect: "#333333"
sidebarTextHighlight: "#1793D1"
SidebarBackground: "#333333"
SidebarText: "#FFFFFF"
SidebarTextCurrent: "#333333"
SidebarBackgroundCurrent: "#1793D1"

### SLIDESHOW
#
Expand Down
25 changes: 24 additions & 1 deletion airootfs/usr/share/tmpmodules/packages.conf
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,28 @@ pacman:
#
operations:
- remove:
- qt5ct
- qqc2-desktop-style
- polkit-qt5
- kconfig
- kcoreaddons
- kdbusaddons
- kwidgetsaddons
- ki18n
- kpackage
- kparts
- kpmcore
- boost
- boost-libs
- appstream-qt
- libatasmart
- libpwquality
- solid
- udisks2
- yaml-cpp
- polkit
- ckbcomp
- mkinitcpio-openswap
- calamares
- python-yaml
- calamares
- kcrash5
6 changes: 3 additions & 3 deletions airootfs/usr/share/tmpmodules/users.conf
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ passwordRequirements:
# the checkbox. This checkbox allows the user to choose to disable
# password-strength-checks. By default the box is **hidden**, so
# that you have to pick a password that satisfies the checks.
allowWeakPasswords: false
allowWeakPasswords: true
# You can control the initial state for the 'strong passwords' checkbox here.
# Possible values are:
# - true to uncheck or
# - false to check (default)
# the checkbox by default. Since the box is labeled to enforce strong
# passwords, in order to **allow** weak ones by default, the box needs
# to be unchecked.
allowWeakPasswordsDefault: false
allowWeakPasswordsDefault: true

# User settings
#
Expand Down Expand Up @@ -209,7 +209,7 @@ userShell: /bin/bash
hostname:
location: EtcFile
writeHostsFile: true
template: "derp-${cpu}"
template: "sdesk-${cpu}"
forbidden_names: [ localhost ]

# TODO:3.3: Remove this setting
Expand Down
20 changes: 20 additions & 0 deletions packages.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,26 @@ xorg-xwayland
glew

# Calamares installer
qt5ct
qqc2-desktop-style
polkit-qt5
kconfig
kcoreaddons
kdbusaddons
kwidgetsaddons
ki18n
kcrash5
kpackage
kparts
kpmcore
boost
boost-libs
appstream-qt
libatasmart
libpwquality
solid
yaml-cpp
ckbcomp
mkinitcpio-openswap
calamares

Expand Down
3 changes: 3 additions & 0 deletions pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist

[kde-unstable]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
Expand Down
Binary file modified repository/alpm_octopi_utils-1.0.2-3-any.pkg.tar.zst
Binary file not shown.
Binary file modified repository/archiso.db.tar.gz
Binary file not shown.
Binary file modified repository/archiso.files.tar.gz
Binary file not shown.
Binary file removed repository/calamares-3.2.62-5-x86_64.pkg.tar.zst
Binary file not shown.
Binary file added repository/calamares-3.3.1-4-x86_64.pkg.tar.zst
Binary file not shown.
Binary file modified repository/octopi-0.15.0-1-any.pkg.tar.zst
Binary file not shown.
Binary file not shown.
Binary file removed repository/swirl-1.9-1-x86_64.pkg.tar.zst
Binary file not shown.
Binary file added repository/swirl-2.2-1-x86_64.pkg.tar.zst
Binary file not shown.

0 comments on commit 913f847

Please sign in to comment.