summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-07-05 10:02:38 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-07-05 10:02:38 -0400
commit26872385b9b5de69e4f26d062da14ecfbc96fa7b (patch)
tree3b779e7b26018bd29f669be369e1b2c2e6413d2a
parent5985b1b0ac1538eea05c08230fd669e539bde6fe (diff)
housekeeping
-rw-r--r--src/modules/pacstrap-gui/pacstrap-gui.cpp2
-rw-r--r--src/modules/welcome/welcome.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/pacstrap-gui/pacstrap-gui.cpp b/src/modules/pacstrap-gui/pacstrap-gui.cpp
index 61d4bcffc..4161750b6 100644
--- a/src/modules/pacstrap-gui/pacstrap-gui.cpp
+++ b/src/modules/pacstrap-gui/pacstrap-gui.cpp
@@ -40,7 +40,7 @@ const QString PacstrapGuiJob::DM_DESKTOP_FMT = "sed -i 's|^Session=.*|Session
const QString PacstrapGuiJob::DM_LANG_FMT = "sed -i 's|^Language=.*|Language=%1|' %2/etc/skel/.dmrc" ;
const QString PacstrapGuiJob::WELCOME_TITLE_FMT = "sed -i 's|_EDITION_TITLE_|Parabola GNU/Linux-libre News|' %1/usr/bin/autostart.sh" ;
const QString PacstrapGuiJob::WELCOME_TEXT_FMT = "sed 's|_DEFAULT_DESKTOP_|%1|' /usr/share/calamares/welcome > %2/usr/share/parabola-laf/news/news-0" ;
-const QString PacstrapGuiJob::OCTOPI_FMT = "rm -f %1/etc/xdg/autostart/octopi-notifier.desktop" ;
+const QString PacstrapGuiJob::OCTOPI_FMT = "rm -f %1/etc/xdg/autostart/octopi-notifier.desktop" ; // FIXME: issue #1850
const QString PacstrapGuiJob::GRUB_THEME_FMT = "sed -i 's|^#GRUB_THEME=.*|GRUB_THEME=/boot/grub/themes/parabola-laf/theme.txt|' %1/etc/default/grub" ; // TODO:: delegate this to parabola-laf
const QString PacstrapGuiJob::GRUB_CONFIG_FMT = "grub-mkconfig -o %1/boot/grub/grub.cfg" ; // TODO:: delegate this to parabola-laf
const QString PacstrapGuiJob::GRUB_THEME_ERROR_MSG = "The grub theme command has failed." ; // TODO:: delegate this to parabola-laf
diff --git a/src/modules/welcome/welcome.conf b/src/modules/welcome/welcome.conf
index 7dc301791..cb3c14d2e 100644
--- a/src/modules/welcome/welcome.conf
+++ b/src/modules/welcome/welcome.conf
@@ -6,7 +6,7 @@ showReleaseNotesUrl: true
requirements:
requiredStorage: 8.9
requiredRam: 1.0
- internetCheckUrl: http://google.com
+ internetCheckUrl: https://repo.parabola.nu/check_network_status.txt
# List conditions to check. Each listed condition will be
# probed in some way, and yields true or false according to