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"