• R/O
  • HTTP
  • SSH
  • HTTPS

cnchi-gnome-osdn: Commit

RebornOS cnchi Gnome based install code


Commit MetaInfo

Revisãoe68840f53e25cc7b293a4a0eef3fb339f35f38f0 (tree)
Hora2020-12-05 22:09:35
AutorRafael Costa Rega <rcostarega@gmai...>
CommiterRafael Costa Rega

Mensagem de Log

Update to 2020.12.04

Mudança Sumário

Diff

--- a/CHANGELOG
+++ b/CHANGELOG
@@ -379,6 +379,32 @@ background = /usr/share/pixmaps/rebornos.jpg
379379 default-user-image = /usr/share/pixmaps/avatar.png
380380 }}}
381381
382+=========================================================================
383+
384+2020.08.19
385+
386+In 101_gnome.gschema.override (Cnchi subdirectory), 'dash-to-panel@jderose9.github.com' It is eliminated
387+
388+Before:
389+
390+[org.gnome.shell]
391+enabled-extensions=['dash-to-panel@jderose9.github.com', 'drive-menu@gnome-shell-extensions.gcampax.github.com', 'appindicatorsupport@rgcjonas.gmail.com', 'screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'pamac-updates@manjaro.org']
392+always-show-log-out=true
393+
394+
395+After:
396+
397+[org.gnome.shell]
398+enabled-extensions=['drive-menu@gnome-shell-extensions.gcampax.github.com', 'appindicatorsupport@rgcjonas.gmail.com', 'screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'pamac-updates@manjaro.org']
399+always-show-log-out=true
400+
401+
402+=========================================================================
403+2020.11.30
382404
405+Add in postinstall.sh new start cups service (line 344 aprox.):
383406
407+ # Start cups.service
408+ chroot ${CN_DESTDIR} systemctl enable cups.service
384409
410+
\ No newline at end of file
--- a/Cnchi/101_gnome.gschema.override
+++ b/Cnchi/101_gnome.gschema.override
@@ -26,7 +26,7 @@ show-create-link=true
2626 picture-uri='file:///usr/share/backgrounds/gnome/adwaita-day.jpg'
2727
2828 [org.gnome.shell]
29-enabled-extensions=['dash-to-panel@jderose9.github.com', 'drive-menu@gnome-shell-extensions.gcampax.github.com', 'appindicatorsupport@rgcjonas.gmail.com', 'screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'pamac-updates@manjaro.org']
29+enabled-extensions=['drive-menu@gnome-shell-extensions.gcampax.github.com', 'appindicatorsupport@rgcjonas.gmail.com', 'screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'pamac-updates@manjaro.org']
3030 always-show-log-out=true
3131
3232 [org.gnome.settings-daemon.plugins.xsettings]
--- a/Cnchi/info.py
+++ b/Cnchi/info.py
@@ -3,7 +3,7 @@
33 #
44 # info.py
55 #
6-# Copyright © 2013-2019 RebornOS
6+# Copyright © 2013-2020 RebornOS
77 #
88 # This file is part of Cnchi.
99 #
@@ -29,7 +29,7 @@
2929
3030 """ Set some Cnchi global constants """
3131
32-CNCHI_VERSION = "RebornOS Installer Gnome based 2020.06.15"
32+CNCHI_VERSION = "RebornOS Installer Gnome based 2020.12.04"
3333 CNCHI_WEBSITE = "https://rebornos.org"
3434 CNCHI_RELEASE_STAGE = "production"
3535
--- /dev/null
+++ b/Cnchi/os-release
@@ -0,0 +1,12 @@
1+NAME="RebornOS"
2+VERSION="RebornOS Rolling"
3+ID=RebornOS
4+ID_LIKE=arch
5+PRETTY_NAME="RebornOS"
6+BUILD_ID=rolling
7+ANSI_COLOR="38;2;23;147;209"
8+HOME_URL="https://rebornos.org/"
9+DOCUMENTATION_URL="https://osdn.net/projects/rebornos/wiki/TitleIndex/"
10+SUPPORT_URL="https://rebornos.freeforums.net/"
11+BUG_REPORT_URL="https://gitlab.com/reborn-os-team"
12+LOGO=rebornos
--- a/Cnchi/packages.xml
+++ b/Cnchi/packages.xml
@@ -39,6 +39,10 @@
3939 <packages>
4040 <pkgname>rebornos-cosmic-gnome</pkgname>
4141 <pkgname nm='true' name='NetworkManager'>network-manager-applet</pkgname>
42+ <pkgname>lightdm</pkgname>
43+ <pkgname>lightdm-gtk-greeter</pkgname>
44+ <pkgname>rebornos-lightdm-gtk-greeter-images</pkgname>
45+ <pkgname>lightdm-gtk-greeter-settings</pkgname>
4246 <!-- <pkgname>gnome</pkgname> -->
4347 </packages>
4448 </edition>
@@ -121,6 +125,10 @@
121125 <edition name="KDE" description="KDE Desktop">
122126 <packages>
123127 <pkgname>rebornos-cosmic-kde</pkgname>
128+ <pkgname>lightdm</pkgname>
129+ <pkgname>lightdm-gtk-greeter</pkgname>
130+ <pkgname>rebornos-lightdm-gtk-greeter-images</pkgname>
131+ <pkgname>lightdm-gtk-greeter-settings</pkgname>
124132 </packages>
125133 </edition>
126134
@@ -129,6 +137,10 @@
129137 <edition name="lxqt" description="LXQT Desktop">
130138 <packages>
131139 <pkgname>rebornos-cosmic-lxqt</pkgname>
140+ <pkgname>lightdm</pkgname>
141+ <pkgname>lightdm-gtk-greeter</pkgname>
142+ <pkgname>rebornos-lightdm-gtk-greeter-images</pkgname>
143+ <pkgname>lightdm-gtk-greeter-settings</pkgname>
132144 </packages>
133145 </edition>
134146
@@ -435,7 +447,7 @@
435447 <feature name="maintenance">
436448 <pkgname>bleachbit</pkgname>
437449 <pkgname>timeshift</pkgname>
438- <pkgname>xapps</pkgname>
450+ <pkgname>xapp</pkgname>
439451 <pkgname>stacer</pkgname>
440452 </feature>
441453 <feature name="movie">
@@ -453,7 +465,7 @@
453465 </feature>
454466 <feature name="redshift">
455467 <pkgname>redshift</pkgname>
456- <pkgname>redshiftgui</pkgname>
468+ <pkgname>redshiftgui-bin</pkgname>
457469 </feature>
458470 <feature name="skype">
459471 <pkgname>skypeforlinux-stable-bin</pkgname>
@@ -523,6 +535,7 @@
523535 </feature>
524536 <feature name="lts">
525537 <pkgname>linux-lts</pkgname>
538+ <pkgname>linux-lts-headers</pkgname>
526539 </feature>
527540 <feature name="freeoffice">
528541 <pkgname>freeoffice</pkgname>
@@ -591,13 +604,13 @@
591604 <pkgname>wps-office</pkgname>
592605 <pkgname>wps-office-mime</pkgname>
593606 <pkgname>wps-office-fonts</pkgname>
594- <pkgname lang="es">wps-office-mui-es-es</pkgname>
595- <pkgname lang="es">wps-office-extension-spanish-dictionary</pkgname>
596- <pkgname lang="pt_BR">wps-office-mui-pt-br</pkgname>
597- <pkgname lang="pt_BR">wps-office-extension-portuguese-brazilian-dictionary</pkgname>
598- <pkgname lang="ru">wps-office-mui-ru-ru</pkgname>
599- <pkgname lang="ru">wps-office-extension-russian-dictionary</pkgname>
600- <pkgname lang="uk">wps-office-extension-english-uk-dictionary</pkgname>
607+ <!-- <pkgname lang="es">wps-office-mui-es-es</pkgname> -->
608+ <!-- <pkgname lang="es">wps-office-extension-spanish-dictionary</pkgname> -->
609+ <!-- <pkgname lang="pt_BR">wps-office-mui-pt-br</pkgname>-->
610+ <!-- <pkgname lang="pt_BR">wps-office-extension-portuguese-brazilian-dictionary</pkgname> -->
611+ <!-- <pkgname lang="ru">wps-office-mui-ru-ru</pkgname> -->
612+ <!-- <pkgname lang="ru">wps-office-extension-russian-dictionary</pkgname> -->
613+ <!-- <pkgname lang="uk">wps-office-extension-english-uk-dictionary</pkgname> -->
601614 </feature>
602615 <feature name="power">
603616 <pkgname>tlp</pkgname>
@@ -660,11 +673,12 @@
660673 </filesystems>
661674
662675 <zfs>
663- <pkgname>grub-zfs</pkgname>
664- <pkgname>spl</pkgname>
665- <pkgname>spl-utils</pkgname>
666- <pkgname>zfs</pkgname>
667- <pkgname>zfs-utils</pkgname>
676+ <!-- Don't exist anymore (any of this files) -->
677+ <!--<pkgname>grub-zfs</pkgname> -->
678+ <!-- <pkgname>spl</pkgname> -->
679+ <!-- <pkgname>spl-utils</pkgname> -->
680+ <!-- <pkgname>zfs</pkgname> -->
681+ <!-- <pkgname>zfs-utils</pkgname> -->
668682 </zfs>
669683
670684 <locale_fonts>
@@ -687,7 +701,7 @@
687701 </bootloader>
688702 <bootloader name="refind">
689703 <pkgname>efibootmgr</pkgname>
690- <pkgname>refind-efi</pkgname>
704+ <pkgname>refind</pkgname>
691705 </bootloader>
692706 </bootloaders>
693707 </cnchi>
--- a/Cnchi/postinstall.sh
+++ b/Cnchi/postinstall.sh
@@ -168,7 +168,7 @@ kde_settings() {
168168 set_dmrc kde-plasma
169169
170170 # Force QtCurve to use our theme
171- rm -R ${CN_DESTDIR}/usr/share/kstyle/themes/qtcurve.themerc
171+ # rm -R ${CN_DESTDIR}/usr/share/kstyle/themes/qtcurve.themerc
172172
173173 # Setup user defaults
174174 #if [ -f "${CN_DESTDIR}/usr/share/antergos-kde-setup/install.sh" ]; then
@@ -177,11 +177,11 @@ kde_settings() {
177177 # chroot ${CN_DESTDIR} /usr/bin/antergos-desktop plasma ${CN_USER_NAME}
178178 #fi
179179
180- cp ${CN_DESTDIR}/etc/skel/.gtkrc-2.0-kde4 ${CN_DESTDIR}/root
181- chroot ${CN_DESTDIR} "ln -s /root/.gtkrc-2.0-kde4 /root/.gtkrc-2.0"
180+ # cp ${CN_DESTDIR}/etc/skel/.gtkrc-2.0-kde4 ${CN_DESTDIR}/root
181+ # chroot ${CN_DESTDIR} "ln -s /root/.gtkrc-2.0-kde4 /root/.gtkrc-2.0"
182182
183183 # Set default directories
184- chroot ${CN_DESTDIR} su -c xdg-user-dirs-update ${CN_USER_NAME}
184+ # chroot ${CN_DESTDIR} su -c xdg-user-dirs-update ${CN_USER_NAME}
185185 }
186186
187187 mate_settings() {
@@ -307,9 +307,12 @@ postinstall() {
307307 fi
308308
309309 # Set RebornOS name in filesystem files
310- cp /etc/arch-release "${CN_DESTDIR}/etc/"
311- cp /etc/os-release "${CN_DESTDIR}/etc/"
310+ cp /etc/arch-release ${CN_DESTDIR}/etc/
311+ # cp /etc/os-release "${CN_DESTDIR}/etc/"
312312 sed -i 's|Arch|RebornOS|g' "${CN_DESTDIR}/etc/issue"
313+ # os-release updated for RebornOS
314+ rm ${CN_DESTDIR}/usr/lib/os-release
315+ cp /usr/share/cnchi/os-release ${CN_DESTDIR}/usr/lib/
313316
314317 # Set common desktop settigns
315318 common_settings
@@ -333,10 +336,14 @@ postinstall() {
333336 echo "# ---> End added by Cnchi RebornOS Installer Gnome based <--- #" >> "${file}"
334337 done
335338
336- # Uncomplicated Firewall Workaround (Rafael from RebornOS)
337- cp /usr/share/cnchi/gufw.svg ${CN_DESTDIR}/usr/share/icons/default/gufw.svg
338- cp /usr/share/cnchi/gufw.png ${CN_DESTDIR}/usr/share/icons/hicolor/48x48/apps/gufw.png
339- cp /usr/share/cnchi/gufw.desktop ${CN_DESTDIR}/usr/share/applications/gufw.desktop
339+ # Uncomplicated Firewall Workaround (Rafael from RebornOS) Already solved by latest package update
340+ # cp /usr/share/cnchi/gufw.svg ${CN_DESTDIR}/usr/share/icons/default/gufw.svg
341+ # cp /usr/share/cnchi/gufw.png ${CN_DESTDIR}/usr/share/icons/hicolor/48x48/apps/gufw.png
342+ # cp /usr/share/cnchi/gufw.desktop ${CN_DESTDIR}/usr/share/applications/gufw.desktop
343+
344+ # Start cups.service
345+ chroot ${CN_DESTDIR} systemctl enable cups.service
346+
340347
341348 # reborn-mirrorlist permission change
342349 chroot ${CN_DESTDIR} chmod 644 /etc/pacman.d/reborn-mirrorlist
@@ -379,7 +386,14 @@ postinstall() {
379386 chroot ${CN_DESTDIR} /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
380387 # Delete a remnant of lightdm
381388 # If at any time you want to use lightdm as access, you should comment on this line:
382- rm ${CN_DESTDIR}/etc/lightdm
389+ # rm ${CN_DESTDIR}/etc/lightdm
390+ rm ${CN_DESTDIR}/etc/lightdm/lightdm.conf
391+ cp /usr/share/cnchi/lightdm.conf ${CN_DESTDIR}/etc/lightdm/
392+ echo "[greeter]" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
393+ echo "theme-name = Flat-Plat-Blue" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
394+ echo "icon-theme-name = Flat-Remix-Green" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
395+ echo "background = /usr/share/pixmaps/rebornos.jpg" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
396+ echo "default-user-image = /usr/share/pixmaps/avatar.png" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
383397 fi
384398
385399 # if [[ apricity = "${CN_DESKTOP}" ]]; then
@@ -408,10 +422,18 @@ postinstall() {
408422 cp /usr/share/cnchi/updating.sh ${CN_DESTDIR}/usr/bin/
409423 chroot ${CN_DESTDIR} systemctl enable earlyoom
410424 chroot ${CN_DESTDIR} systemctl enable ufw
411- chroot ${CN_DESTDIR} pacman -S rebornos-kde-customization --noconfirm
425+ #==>> KDE customization removed as it does not install properly >>==#
426+ # chroot ${CN_DESTDIR} pacman -S rebornos-kde-customization --noconfirm
412427 # Delete a remnant of lightdm
413428 # If at any time you want to use lightdm as access, you should comment on this line:
414- rm ${CN_DESTDIR}/etc/lightdm
429+ # rm ${CN_DESTDIR}/etc/lightdm
430+ rm ${CN_DESTDIR}/etc/lightdm/lightdm.conf
431+ cp /usr/share/cnchi/lightdm.conf ${CN_DESTDIR}/etc/lightdm/
432+ echo "[greeter]" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
433+ echo "theme-name = Flat-Plat-Blue" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
434+ echo "icon-theme-name = Flat-Remix-Green" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
435+ echo "background = /usr/share/pixmaps/rebornos.jpg" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
436+ echo "default-user-image = /usr/share/pixmaps/avatar.png" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
415437 fi
416438
417439 if [[ budgie = "${CN_DESKTOP}" ]]; then
@@ -490,8 +512,8 @@ postinstall() {
490512 # fi
491513
492514 if [[ lxqt = "${CN_DESKTOP}" ]]; then
493- chroot ${CN_DESTDIR} systemctl -fq enable sddm.service
494- # chroot ${CN_DESTDIR} systemctl -fq enable lightdm.service
515+ # chroot ${CN_DESTDIR} systemctl -fq enable sddm.service
516+ chroot ${CN_DESTDIR} systemctl -fq enable lightdm.service
495517 cp /usr/share/cnchi/sddm.conf ${CN_DESTDIR}/etc/
496518 cp /usr/share/cnchi/flatpak.sh ${CN_DESTDIR}/usr/bin/
497519 cp /usr/share/cnchi/pkcon.sh ${CN_DESTDIR}/usr/bin/
@@ -503,7 +525,14 @@ postinstall() {
503525 chroot ${CN_DESTDIR} systemctl enable ufw
504526 # Delete a remnant of lightdm
505527 # If at any time you want to use lightdm as access, you should comment on this line:
506- rm ${CN_DESTDIR}/etc/lightdm
528+ # rm ${CN_DESTDIR}/etc/lightdm
529+ rm ${CN_DESTDIR}/etc/lightdm/lightdm.conf
530+ cp /usr/share/cnchi/lightdm.conf ${CN_DESTDIR}/etc/lightdm/
531+ echo "[greeter]" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
532+ echo "theme-name = Flat-Plat-Blue" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
533+ echo "icon-theme-name = Flat-Remix-Green" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
534+ echo "background = /usr/share/pixmaps/rebornos.jpg" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
535+ echo "default-user-image = /usr/share/pixmaps/avatar.png" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf
507536 fi
508537
509538 if [ -f "${CN_DESTDIR}/usr/bin/lxsession" ]; then
Binary files /dev/null and b/Cnchi/rebornos.png differ
--- /dev/null
+++ b/Cnchi/rebornos.svg
@@ -0,0 +1 @@
1+<svg xmlns="http://www.w3.org/2000/svg" width="571" height="571" viewBox="0 0 151.043 151.043"><path d="M113.28 140.924H37.76L.001 75.52l37.76-65.4h75.52l37.76 65.402z" fill="#00222b" stroke="#aef" stroke-opacity="0"/><path d="M40.688 15.2L24.914 42.5l15.588 9L51.08 33.188h21.147v-18zm38.127 0v18h21.147l10.578 18.3 15.588-9-15.774-27.32zm50.608 33.027l-15.588 9 10.57 18.305-10.578 18.322 15.588 9 15.774-27.32zm-107.804 0L5.855 75.522l15.774 27.32 15.587-9L26.638 75.52l10.57-18.305zM40.5 99.55l-15.588 9 15.765 27.305h31.538v-18H51.08zm70.02 0l-10.57 18.305H78.816v18h31.54l15.764-27.305z" fill="#006680"/><path d="M54.256 38.688l-9 15.57 13.457 7.77 4.505-7.802h9v-15.54zm24.56 0v15.54h9l4.505 7.802 13.457-7.77-9-15.57zM41.97 59.966L33 75.52l9 15.57 13.457-7.77-4.505-7.802 4.495-7.785zm67.1 0l-13.457 7.77 4.495 7.785-4.505 7.802 13.457 7.77 9-15.57zM58.732 89.03L45.275 96.8l8.98 15.556h17.97v-15.54h-9zm33.578 0l-4.495 7.785h-9v15.54h17.97l8.98-15.556z" fill="#08a"/><path d="M84.45 90.986H66.592l-8.93-15.465 8.93-15.465H84.45l8.93 15.465z" fill="#00aad4"/></svg>
\ No newline at end of file
--- a/Cnchi/select_packages.py
+++ b/Cnchi/select_packages.py
@@ -55,7 +55,7 @@ except NameError as err:
5555 class SelectPackages():
5656 """ Package list creation class """
5757
58- PKGLIST_URL = 'https://gitlab.com/reborn-os-team/cnchi/blob/master/Cnchi/packages.xml'
58+ PKGLIST_URL = 'https://gitlab.com/rebornos-team/rebornos-cnchi/cnchi-gnome-based/-/blob/master/Cnchi/packages.xml'
5959
6060 def __init__(self, settings, callback_queue):
6161 """ Initialize package class """
--- a/airootfs/etc/os-release
+++ b/airootfs/etc/os-release
@@ -1,5 +1,5 @@
11 NAME="RebornOS"
2-VERSION="Gnome RebornOS"
2+VERSION="RebornOS Rolling"
33 ID=RebornOS
44 ID_LIKE=arch
55 PRETTY_NAME="RebornOS"
@@ -7,3 +7,4 @@ ANSI_COLOR="1;34;40"
77 HOME_URL="https://rebornos.org/"
88 SUPPORT_URL="https://rebornos.freeforums.net/"
99 BUG_REPORT_URL="https://gitlab.com/reborn-os-team"
10+LOGO=rebornos
Binary files a/airootfs/usr/share/pixmaps/cnchi.png and b/airootfs/usr/share/pixmaps/cnchi.png differ
--- a/build.sh
+++ b/build.sh
@@ -460,6 +460,10 @@ cp ${script_path}/Cnchi/rebornos-icon.png ${work_dir}/${arch}/airootfs/usr/share
460460 # ===>>> Files to configure lightdm with RebornOS and lightdm-gtk-greeter <<<=== #
461461 cp ${script_path}/Cnchi/lightdm.conf ${work_dir}/${arch}/airootfs/usr/share/cnchi/
462462 cp ${script_path}/Cnchi/lightdm-gtk-greeter.conf ${work_dir}/${arch}/airootfs/usr/share/cnchi/
463+# To be used by os-release in its LOGO = braces line
464+cp ${script_path}/Cnchi/rebornos.png ${work_dir}/${arch}/airootfs/usr/share/cnchi/
465+cp ${script_path}/Cnchi/rebornos.svg ${work_dir}/${arch}/airootfs/usr/share/cnchi/
466+cp ${script_path}/Cnchi/os-release ${work_dir}/${arch}/airootfs/usr/share/cnchi/
463467 echo "DONE"
464468 echo
465469 echo "Replacing Antergos mentions with RebornOS"
Binary files a/cnchi-screenshot-0009.png and /dev/null differ
Binary files /dev/null and b/cnchi-screenshot-0011.png differ
--- a/gsettings/101_reborn_budgie.gschema.override
+++ b/gsettings/101_reborn_budgie.gschema.override
@@ -6,7 +6,7 @@ gtk-theme='Yaru'
66 icon-theme='Papirus'
77
88 [org.gnome.shell.extensions.user-theme]
9-name='Yaru'
9+name='Yaru-dark'
1010
1111 [org.gnome.desktop.peripherals.touchpad]
1212 natural-scroll=true
@@ -40,8 +40,8 @@ allow-updates = false
4040 show-ratings = true
4141
4242 [org.gnome.shell]
43-enabled-extensions=['dash-to-panel@jderose9.github.com', 'drive-menu@gnome-shell-extensions.gcampax.github.com', 'appindicatorsupport@rgcjonas.gmail.com', 'screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com', 'user-theme@gnome-shell-extensions.gcampax.github.com']
44-favorite-apps=['org.gnome.Nautilus.desktop', 'org.gnome.gedit.desktop', 'firefox.desktop', 'org.gnome.Software.desktop', 'gparted.desktop', 'antergos-install.desktop', 'org.gnome.Terminal.desktop', 'pamac.desktop']
43+enabled-extensions=['dash-to-panel@jderose9.github.com', 'drive-menu@gnome-shell-extensions.gcampax.github.com', 'appindicatorsupport@rgcjonas.gmail.com', 'screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com', 'user-theme@gnome-shell-extensions.gcampax.github.com']
44+favorite-apps=['firefox.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.gedit.desktop', 'gparted.desktop', 'antergos-install.desktop', 'org.gnome.Terminal.desktop']
4545 always-show-log-out=true
4646
4747 [org.gnome.settings-daemon.plugins.xsettings]
--- a/packages.both
+++ b/packages.both
@@ -33,14 +33,18 @@ partclone
3333 partimage
3434 ppp
3535 pptpclient
36-refind-efi
36+# refind-efi not available (change to refind):
37+# refind-efi
38+refind
3739 rp-pppoe
3840 sdparm
3941 sg3_utils
4042 smartmontools
4143 tcpdump
4244 testdisk
43-vim-minimal
45+# vim-minimal not available (change to vim):
46+# vim-minimal
47+vim
4448 vpnc
4549 wvdial
4650 xl2tpd
@@ -50,10 +54,7 @@ yay
5054 base
5155 base-devel
5256
53-# ===>>> Comsic packages <<<=== #
54-# common-cosmic-reborn
55-# full-base-cosmic-reborn
56-# graphic-cosmic-reborn
57+# ===>>> Cosmic packages <<<=== #
5758 rebornos-cosmic-common
5859 rebornos-cosmic-full-base
5960 rebornos-cosmic-graphic
@@ -61,7 +62,6 @@ rebornos-cosmic-graphic
6162
6263 # ===>>> GNOME install start here <<<=== #
6364 gnome
64-# gnome-cosmic-reborn
6565 rebornos-cosmic-gnome
6666 gdm
6767 network-manager-applet
@@ -78,6 +78,7 @@ yaru-icon-theme
7878 yaru-sound-theme
7979 # For accessibility in conjunction with ORCA it is added:
8080 espeak-ng
81+rebornos-logo
8182
8283
8384 # ===>>> VirtualBox <<<=== #
@@ -85,7 +86,8 @@ espeak-ng
8586 # virtualbox-guest-modules-arch --> It is no longer in the repository. Now present in the kernel.
8687 # virtualbox-guest-utils
8788 xf86-input-libinput
88-#xf86-input-mouse
89+# xf86-input-mouse has been removed from the repositories:
90+# xf86-input-mouse
8991 xf86-video-amdgpu
9092 xf86-video-ati
9193 xf86-video-intel
@@ -182,7 +184,9 @@ git
182184 # ===>>> Network packages <<<=== #
183185 b43-firmware
184186 broadcom-wl-dkms
185-dnsutils
187+# dnsutils change to bind:
188+# dnsutils
189+bind
186190 netctl
187191 nss-mdns
188192
@@ -196,6 +200,7 @@ nvidia-settings
196200
197201 # ===>>> Necessary for Cnchi. Enter Cnchi bloat! <<<=== #
198202 encfs
203+# In RebornOS repo (pam_encfs):
199204 pam_encfs
200205 libinput
201206 clutter
Show on old repository browser