Skip to content

Commit fea7bf8

Browse files
committed
autoreboot
1 parent cb3c697 commit fea7bf8

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

usr/share/archlinux-tweak-tool/Grub_GUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack4, fn):
6868
self.grub_theme_combo.connect("changed", self.on_grub_theme_change)
6969

7070
hbox16 = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)
71-
install_rebornos_grub = Gtk.Button(label="Install original grub theme of RebornOS - autoreboot")
71+
install_rebornos_grub = Gtk.Button(label="Install original grub theme of RebornOS - auto reboot")
7272
install_rebornos_grub.connect("clicked", self.on_click_install_orignal_grub_rebornos)
7373
hbox16.pack_end(install_rebornos_grub, False, False, 10)
7474

usr/share/archlinux-tweak-tool/Login_GUI.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack22, sddm, lightdm, lxdm, os, fn, login):
6161
hbox14.pack_start(label_sddm_config, False, False, 10)
6262

6363
hbox13 = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)
64-
reset_sddm_original_att = Gtk.Button(label="Apply the Sddm configuration from ATT - autoreboot")
64+
reset_sddm_original_att = Gtk.Button(label="Apply the Sddm configuration from ATT - auto reboot")
6565
reset_sddm_original_att.set_size_request(100,30)
6666
reset_sddm_original_att.connect("clicked", self.on_click_sddm_reset_original_att)
67-
reset_sddm_original = Gtk.Button(label="Apply your original Sddm configuration - autoreboot")
67+
reset_sddm_original = Gtk.Button(label="Apply your original Sddm configuration - auto reboot")
6868
reset_sddm_original.set_size_request(100,30)
6969
reset_sddm_original.connect("clicked", self.on_click_sddm_reset_original)
7070
hbox13.pack_start(reset_sddm_original_att, False, False, 10)
@@ -203,7 +203,7 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack22, sddm, lightdm, lxdm, os, fn, login):
203203

204204
ls = Gtk.Label()
205205
ls.set_markup("<b>Sddm does not seem to be installed</b>")
206-
install_sddm = Gtk.Button(label="Install Sddm - autoreboot - do not forget to enable it")
206+
install_sddm = Gtk.Button(label="Install Sddm - auto reboot - do not forget to enable it")
207207
install_sddm.connect("clicked", self.on_click_att_sddm_clicked)
208208

209209
vboxStack1.pack_start(hbox31, False, False, 0)
@@ -238,10 +238,10 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack22, sddm, lightdm, lxdm, os, fn, login):
238238
hbox140.pack_start(label_lightdm_config, False, False, 10)
239239

240240
hbox130 = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)
241-
reset_lightdm_original_att = Gtk.Button(label="Apply the Lightdm configuration from ATT - autoreboot")
241+
reset_lightdm_original_att = Gtk.Button(label="Apply the Lightdm configuration from ATT - auto reboot")
242242
reset_lightdm_original_att.set_size_request(100,30)
243243
reset_lightdm_original_att.connect("clicked", self.on_click_lightdm_reset_original_att)
244-
reset_lightdm_original = Gtk.Button(label="Apply your original Lightdm configuration - autoreboot")
244+
reset_lightdm_original = Gtk.Button(label="Apply your original Lightdm configuration - auto reboot")
245245
reset_lightdm_original.set_size_request(100,30)
246246
reset_lightdm_original.connect("clicked", self.on_click_reset_lightdm_lightdm_greeter)
247247
hbox130.pack_start(reset_lightdm_original_att, False, False, 10)
@@ -383,7 +383,7 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack22, sddm, lightdm, lxdm, os, fn, login):
383383
ls = Gtk.Label()
384384
ls.set_markup("<b>Lightdm does not seem to be installed</b>")
385385

386-
install_lightdm = Gtk.Button(label="Install Lightdm - autoreboot - do not forget to enable it")
386+
install_lightdm = Gtk.Button(label="Install Lightdm - auto reboot - do not forget to enable it")
387387
install_lightdm.connect("clicked", self.on_click_att_lightdm_clicked)
388388

389389
vboxStack2.pack_start(ls, False, False, 0)
@@ -413,10 +413,10 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack22, sddm, lightdm, lxdm, os, fn, login):
413413
hbox160.pack_start(label_lxdm_config, False, False, 10)
414414

415415
hbox170 = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)
416-
reset_lxdm_original_att = Gtk.Button(label="Apply the Lxdm configuration from ATT - autoreboot")
416+
reset_lxdm_original_att = Gtk.Button(label="Apply the Lxdm configuration from ATT - auto reboot")
417417
reset_lxdm_original_att.set_size_request(100,30)
418418
reset_lxdm_original_att.connect("clicked", self.on_click_lxdm_reset_original_att)
419-
reset_lxdm_original = Gtk.Button(label="Apply your original Lxdm configuration - autoreboot")
419+
reset_lxdm_original = Gtk.Button(label="Apply your original Lxdm configuration - auto reboot")
420420
reset_lxdm_original.set_size_request(100,30)
421421
reset_lxdm_original.connect("clicked", self.on_click_lxdm_reset)
422422
hbox170.pack_start(reset_lxdm_original_att, False, False, 10)
@@ -530,7 +530,7 @@ def GUI(self, Gtk, GdkPixbuf, vboxStack22, sddm, lightdm, lxdm, os, fn, login):
530530
ls = Gtk.Label()
531531
ls.set_markup("<b>Lxdm does not seem to be installed</b>")
532532

533-
install_lxdm = Gtk.Button(label="Install Lxdm - autoreboot - do not forget to enable it")
533+
install_lxdm = Gtk.Button(label="Install Lxdm - auto reboot - do not forget to enable it")
534534
install_lxdm.connect("clicked", self.on_click_att_lxdm_clicked)
535535

536536
vboxStack3.pack_start(ls, False, False, 0)

usr/share/archlinux-tweak-tool/Pacman_GUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def GUI(self, Gtk, vboxStack1, fn):
2222
reset_pacman_local.connect("clicked", self.reset_pacman_local)
2323
reset_pacman_online = Gtk.Button(label="Reset pacman online")
2424
reset_pacman_online.connect("clicked", self.reset_pacman_online)
25-
blank_pacman = Gtk.Button(label="Blank pacman (autoreboot) and select")
25+
blank_pacman = Gtk.Button(label="Blank pacman (auto reboot) and select")
2626
blank_pacman.connect("clicked", self.blank_pacman)
2727
label_backup = Gtk.Label(xalign=0)
2828
label_backup.set_text("You can find the backup at /etc/pacman.conf.bak")
@@ -67,7 +67,7 @@ def GUI(self, Gtk, vboxStack1, fn):
6767
label1 = Gtk.Label(xalign=0)
6868
label1.set_markup("# Enable ArcoLinux testing repo")
6969

70-
self.arcolinux_button = Gtk.Button(label="Install keys, mirrors and activate - autoreboot")
70+
self.arcolinux_button = Gtk.Button(label="Install keys, mirrors and activate - auto reboot")
7171
self.arcolinux_button.connect("clicked", self.on_arcolinux_clicked)
7272

7373
self.arepo_button = Gtk.Switch()

usr/share/archlinux-tweak-tool/Shell_GUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def GUI(self, Gtk, vboxStack23, zsh_themes, base_dir,GdkPixbuf, fn):
416416
ls.set_markup("<b>Fish does not seem to be installed\n\
417417
Restart Att to see the information</b>")
418418

419-
install_only_fish = Gtk.Button(label="Install Fish - autoreboot")
419+
install_only_fish = Gtk.Button(label="Install Fish - auto reboot")
420420
install_only_fish.connect("clicked", self.on_install_only_fish_clicked)
421421

422422
vboxStack3.pack_start(hbox36, False, False, 0)

usr/share/archlinux-tweak-tool/archlinux-tweak-tool.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ def __init__(self):
6060
print(" - Alci - https://alci.online/")
6161
print(" - Carli - https://arcolinuxiso.com/")
6262
print(" - Ariser - https://ariser.eu/")
63-
print(" - EndeavourOS - https://endeavourfn.com/")
63+
print(" - EndeavourOS - https://endeavouros.com/")
6464
print(" - Garuda - https://garudalinux.org/")
6565
print(" - Manjaro - https://manjaro.org/")
6666
print(" - Xerolinux - https://xerolinux.xyz/")
6767
print(" - ArchLinuxGUI - https://archlinuxgui.in/")
68-
print(" - Axyl - https://axyl-fn.github.io/")
69-
print(" - RebornOS - https://rebornfn.org/")
68+
print(" - Axyl - https://axyl-os.github.io/")
69+
print(" - RebornOS - https://rebornos.org/")
7070
print(" - AmOs - https://github.com/amanre")
7171
print(" - Archcraft - https://archcraft.io/")
72-
print(" - CachyOS - https://cachyfn.org/")
72+
print(" - CachyOS - https://cachyos.org/")
7373
print("---------------------------------------------------------------------------")
7474
print("Other Arch Linux based distros will be visited later")
7575
print("Adding repositories should be done with great care - they can conflict")

0 commit comments

Comments
 (0)