OSDN Git Service

Initial commit
[rebornos/cnchi-gnome-mac-osdn.git] / CHANGELOG
1 python-parted and python-pyparted compiled and required by the installer.
2
3
4 Important module for cnchi and not existing in the Arch Linux repository:
5
6 python-pyparted
7
8 For prevent module not found when "import parted", is compiled and present in RebornOS repo.
9
10
11
12 Gnome extensions used (are installed from the RebornOS repository):
13
14 gnome-shell-extension-appindicator  (KStatusNotifierItem/AppIndicator Support)
15 gnome-shell-extension-dash-to-panel
16
17
18 Visual theme used:
19
20 yaru
21 papirus icon theme
22
23 The RebornOS live installer can be used as the original Arch Linux installation ISO
24 for system recovery, as it comes with arch-install-scripts installed.
25
26 ===========================================================================
27
28 2020.04.27
29
30 Previously, cnchi was downloaded from the Antergos (read-only) Gitlab repository.
31 Now, cnchi is downloaded from our repository.
32 Location: https://repo.rebornos.org/RebornOS/sources/cnchi/
33
34
35 ===========================================================================
36
37 2020.04.29
38
39 Change load.conf (live efi boot) from:
40
41 timeout 3
42 default archiso-x86_64
43
44 to:
45
46 timeout 5
47 default archiso-x86_64.conf
48
49 Live image now starts correctly in EFI mode
50
51 Change the Wallpaper
52
53 Change to a new location/subgroup:
54
55 https://gitlab.com/reborn-os-team/rebornos-cnchi/cnchi-gnome-based
56
57
58 =========================================================================
59
60 2020.05.07
61
62 Installation options (file selection) exist in:
63
64 desktop_info.py
65 feature_info.py
66
67
68 Nixnote2 (abandoned maintenance, and malfunctioning) was changed to qownnotes
69
70
71 Fixed Uncomplicated Firewall (gufw) shortcut to display properly on different desktops
72
73
74 File /etc/pacman.d/reborn-mirrorlist change:
75
76 chmod 644 /etc/pacman.d/reborn-mirrorlist
77
78
79 =========================================================================
80
81 2020.05.22
82
83 In file "desktop.py" change in line 65:
84
85 self.desktop_choice = 'deepin'
86
87 ...to:
88
89 self.desktop_choice = 'base'
90
91 file 172:
92
93         # Set Gnome as default
94         self.select_default_row(desktop_info.NAMES["gnome"])
95         
96 ...changed to:
97
98         # Set base as default
99         self.select_default_row(desktop_info.NAMES["base"])
100
101 ...so that the default selection of the desktop at the time of installation goes
102 from Deepin to base (base is chosen only because it is the first option
103 existing in the list).
104
105
106
107 In file "desktop_info.py" change the Deepin description from:
108
109     'deepin': _("Deepin desktop is a lightweight, elegant desktop environment that "
110                 "has been commented as a mix between Windows and Macs by many of its' "
111                 "users. It was originally created for the Linux Deepin distribution. "
112                 "Now, DDE will support most Linux operating systems such as Arch "
113                 "Linux, Ubuntu, Fedora, openSUSE etc."),
114                 
115 ...to:
116
117    'deepin': _("IMPORTANT: Keep in mind that the Deepin desktop can often be unstable. "
118                 "This does not depend on us, but on the developers of Deepin who "
119                 "usually upload BETA versions of the desktop or some components in the "
120                 "stable repositories of Arch Linux."),
121
122
123 Added file "auto_partition.py" in Cnchi folder with changes to original one,
124 and modified build.sh to make this change when compiling.
125 Here we changed the references from AntergosRoot to RebornOSRoot, etc.
126 To return to the previous condition, remove the modification in build.sh.
127
128
129
130