From 62a5859d8d044f7de22248c6214adfa1aaa8df47 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Jul 2015 22:32:01 +0300 Subject: adaugat calamares.desktop pe Desktop --- Makefile | 1 + calamares.desktop | 12 ++++++++++++ kogaion-live-check | 2 +- kogaion-welcome-loader | 2 +- kogaionlive.sh | 2 +- sabutil | 2 +- 6 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 calamares.desktop diff --git a/Makefile b/Makefile index 592d33a..1367a08 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ install: install -d $(DESTDIR)/$(SYSCONFDIR)/kogaion install -m 0644 kogaion-welcome-loader.desktop $(DESTDIR)/$(SYSCONFDIR)/kogaion + install -m 0644 calamares.desktop $(DESTDIR)/$(SYSCONFDIR)/kogaion install -d $(DESTDIR)/$(SYSTEMD_UNITDIR)/ install -m 0644 *.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/ diff --git a/calamares.desktop b/calamares.desktop new file mode 100644 index 0000000..8d450c8 --- /dev/null +++ b/calamares.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=Calamares +GenericName=System Installer +TryExec=calamares +Exec=pkexec /usr/bin/calamares +Comment=Calamares — System Installer +Icon=start-here +Terminal=false +StartupNotify=false +Categories=Qt;System; diff --git a/kogaion-live-check b/kogaion-live-check index adab0f9..4a238e1 100644 --- a/kogaion-live-check +++ b/kogaion-live-check @@ -24,4 +24,4 @@ dd if=/dev/cdrom bs=$BLOCK_SIZE count=$VOL_SIZE conv=notrunc,noerror | md5sum echo "Compare the above value with the value supplied in" echo "the release notes for this version at:" -echo "http://www.kogaion.ro/" +echo "http://www.rogentos.ro/" diff --git a/kogaion-welcome-loader b/kogaion-welcome-loader index 2b6afe5..94cb844 100644 --- a/kogaion-welcome-loader +++ b/kogaion-welcome-loader @@ -1,7 +1,7 @@ #!/bin/sh KOGAION_LOADER="/usr/bin/xdg-open" -KOGAION_URL=${KOGAION_URL:-http://www.kogaion.ro?install_welcome=1} +KOGAION_URL=${KOGAION_URL:-http://www.rogentos.ro?install_welcome=1} # load Sabayon URL [[ -x "${KOGAION_LOADER}" ]] && ${KOGAION_LOADER} ${KOGAION_URL} & diff --git a/kogaionlive.sh b/kogaionlive.sh index fd0d377..8d4ec00 100644 --- a/kogaionlive.sh +++ b/kogaionlive.sh @@ -34,7 +34,7 @@ setup_desktop() { chown ${LIVE_USER}:users /home/${LIVE_USER} -R fi - local liveinst_desktop="/usr/share/applications/liveinst.desktop" + local liveinst_desktop="/usr/share/applications/calamares.desktop" local liveinst_desktop_name="$(basename ${liveinst_desktop})" if [ -f "${liveinst_desktop}" ]; then [[ -d "/home/${LIVE_USER}/Desktop" ]] || \ diff --git a/sabutil b/sabutil index 2449033..c6ef082 100644 --- a/sabutil +++ b/sabutil @@ -377,7 +377,7 @@ function horner # Quick system info gatherer written for Sabayon GNU/Linux and # adapted for Kogaion and Argent GNU/Linux -#(http://kogaion.ro) +#(http://rogentos.ro) # Copyright 2008 Richard Edward Horner # Last modified 2008-11-26 # Please send all comments, suggestions, bugs and patches to (rich AT -- cgit v1.2.3