From 6fa8f79b2836d3817812b0d57143f6bc11fc72cd Mon Sep 17 00:00:00 2001 From: davedatum Date: Fri, 14 Feb 2020 12:35:49 +0000 Subject: [PATCH] removed calamares from live skel --- .../skel/.local/share/applications/calamares.desktop | 11 ----------- tromjaro/gnome/live-overlay/etc/skel/.xinitrc | 4 +--- tromjaro/lsb-release | 6 +++--- 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 tromjaro/gnome/live-overlay/etc/skel/.local/share/applications/calamares.desktop diff --git a/tromjaro/gnome/live-overlay/etc/skel/.local/share/applications/calamares.desktop b/tromjaro/gnome/live-overlay/etc/skel/.local/share/applications/calamares.desktop deleted file mode 100644 index e1002cb5..00000000 --- a/tromjaro/gnome/live-overlay/etc/skel/.local/share/applications/calamares.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.0 -Name=Install TROMjaro Linux -GenericName=Live Installer -Comment=Install the operating system to disk -Exec=/home/tromjaro/test.sh -Icon=calamares -Terminal=false -StartupNotify=true -Categories=Qt;System; diff --git a/tromjaro/gnome/live-overlay/etc/skel/.xinitrc b/tromjaro/gnome/live-overlay/etc/skel/.xinitrc index f03c6b98..05c7962e 100644 --- a/tromjaro/gnome/live-overlay/etc/skel/.xinitrc +++ b/tromjaro/gnome/live-overlay/etc/skel/.xinitrc @@ -63,6 +63,4 @@ get_session(){ echo "dbus-launch ${dbus_args[*]}" } -exec $(get_session) && -sleep 2 && -calamares_polkit \ No newline at end of file +exec $(get_session) \ No newline at end of file diff --git a/tromjaro/lsb-release b/tromjaro/lsb-release index 5a3631c3..a98b2dfb 100644 --- a/tromjaro/lsb-release +++ b/tromjaro/lsb-release @@ -1,4 +1,4 @@ DISTRIB_ID=TROMjaroLinux -DISTRIB_RELEASE=18.1.4 -DISTRIB_CODENAME=Juhraya -DISTRIB_DESCRIPTION="TROMjaro Linux" \ No newline at end of file +DISTRIB_RELEASE=19.0.0 +DISTRIB_CODENAME=Kyria +DISTRIB_DESCRIPTION="TROMjaro Linux"