Compare commits

..

5 Commits

Author SHA1 Message Date
6148ed1b03 update submodule 2023-12-07 17:00:06 -03:00
24c33c4292 tweak install process 2023-12-07 16:52:19 -03:00
frangamer1892
7d54f9ea35 update known issues 2023-12-07 19:30:30 +00:00
d6a4d6f1ee dump ver and gnome-disk-utility 2023-12-07 16:26:36 -03:00
ac2c249b10 fix apparmor & title bars 2023-12-07 14:44:52 -03:00
7 changed files with 15 additions and 12 deletions

View File

@ -8,10 +8,9 @@ Releases at: https://gnlug.org/pub/isos/delphinium/ (user delphinium, password d
![Screenshot Sys](https://git.devuan.org/frangamer1892/delphinium-sdk/raw/branch/master/screenshot_sys.png) ![Screenshot Sys](https://git.devuan.org/frangamer1892/delphinium-sdk/raw/branch/master/screenshot_sys.png)
![Screenshot Tux](https://git.devuan.org/frangamer1892/delphinium-sdk/raw/branch/master/screenshot_tux.png) ![Screenshot Tux](https://git.devuan.org/frangamer1892/delphinium-sdk/raw/branch/master/screenshot_tux.png)
## Known issues with 1.0.0 ## Known issues with latest release
- Window bar is doubled on GNOME applications. - Title bar is doubled on GTK3 applications (fix by purging packages gtk3-nocsd, libgtk3-nocsd0).
- Some steps from boot/shutdown fail, but they do not seem to affect usage.
## Requirements ## Requirements

View File

@ -6,7 +6,7 @@ arrs+=(custom_deb_packages)
blend_name="delphinium-desktop-live_" blend_name="delphinium-desktop-live_"
release="daedalus" release="daedalus"
version="1.0.0" version="1.1.0"
username="delphinium" username="delphinium"
userpass="delphinium" userpass="delphinium"
default_shell="/bin/bash" default_shell="/bin/bash"

View File

@ -19,7 +19,7 @@ base_packages+=(
docutils-doc docutils-doc
ftp-ssl # in daedalus ftp-ssl or tnftp replaces ftp. lftp gets some votes locally. ftp-ssl # in daedalus ftp-ssl or tnftp replaces ftp. lftp gets some votes locally.
gettext gettext
git-core gnome-disk-utility
gnupg2 gnupg2
gparted gparted
grub-pc-bin grub-pc-bin
@ -73,6 +73,7 @@ extra_packages+=(
vlc vlc
cryptsetup-initramfs cryptsetup-initramfs
cryptsetup-run cryptsetup-run
git-core
) )
@ -114,7 +115,10 @@ purge_packages=(
amd64-microcode amd64-microcode
) )
purge_extra_packages=(
gtk3-nocsd
libgtk3-nocsd0
)
custom_deb_packages+=( custom_deb_packages+=(

View File

@ -1,5 +1,5 @@
Delphinium GNU/Linux 1.0 "daedalus" * Delphinium GNU/Linux 1.1 "daedalus" *
Welcome to the reliable world of Delphinium GNU/Linux Welcome to the reliable world of Delphinium GNU/Linux

View File

@ -1,7 +1,7 @@
DELPHINIUM DAEDALUS DESKTOP-LIVE DELPHINIUM DAEDALUS DESKTOP-LIVE
This is Delphinium 1.0 (Daedalus) desktop-live. This is Delphinium 1.1 (Daedalus) desktop-live.
User name: delphinium Password: delphinium User name: delphinium Password: delphinium
Admin name: root Password: toor Admin name: root Password: toor

View File

@ -1,7 +1,7 @@
PRETTY_NAME="Delphinium GNU/Linux 1 (daedalus)" PRETTY_NAME="Delphinium GNU/Linux 1.1 (daedalus)"
NAME="Delphinium GNU/Linux" NAME="Delphinium GNU/Linux"
VERSION_ID="1" VERSION_ID="1.1"
VERSION="1 (daedalus)" VERSION="1.1 (daedalus)"
VERSION_CODENAME="daedalus" VERSION_CODENAME="daedalus"
ID=delphinium ID=delphinium
ID_LIKE=debian ID_LIKE=debian

@ -1 +1 @@
Subproject commit 8c33d2773bca0bbc49ccf9ec736c78930e3419e1 Subproject commit e4c3e7a71de4e9a2bf0911f2686d8d12a68fc415