diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-07-27 22:32:01 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-07-27 22:32:01 +0300 |
commit | 62a5859d8d044f7de22248c6214adfa1aaa8df47 (patch) | |
tree | 8c3b1d9b5904e466a0ac5e4e8f83f4fb82294e73 | |
parent | 3f40a99da7a72e0cd7d03bfee6100843e41343ac (diff) |
adaugat calamares.desktop pe Desktop
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | calamares.desktop | 12 | ||||
-rw-r--r-- | kogaion-live-check | 2 | ||||
-rw-r--r-- | kogaion-welcome-loader | 2 | ||||
-rw-r--r-- | kogaionlive.sh | 2 | ||||
-rw-r--r-- | sabutil | 2 |
6 files changed, 17 insertions, 4 deletions
@@ -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" ]] || \ @@ -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 |