Skip to content

Commit fe8acea

Browse files
committed
Merge branch 'dev' into archiso-45
2 parents e50a014 + f70d31a commit fe8acea

140 files changed

Lines changed: 6969 additions & 1937 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

channels/cinnamon/airootfs.any/etc/dconf/db/local.d/01-alter-cinnamon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ desktop-effects-unmaximize-effect='scale'
1919
desktop-effects-unmaximize-time=100
2020
desktop-effects-unmaximize-transition='easeOutBounce'
2121
enabled-applets=['panel1:left:0:menu@cinnamon.org:0', 'panel1:left:1:grouped-window-list@cinnamon.org:2', 'panel1:right:0:systray@cinnamon.org:3', 'panel1:right:1:xapp-status@cinnamon.org:4', 'panel1:right:2:notifications@cinnamon.org:5', 'panel1:right:3:printers@cinnamon.org:6', 'panel1:right:4:removable-drives@cinnamon.org:7', 'panel1:right:5:keyboard@cinnamon.org:8', 'panel1:right:6:network@cinnamon.org:9', 'panel1:right:7:sound@cinnamon.org:10', 'panel1:right:8:power@cinnamon.org:11', 'panel1:right:9:calendar@cinnamon.org:12']
22-
favorite-apps=['chromium.desktop', 'nemo.desktop', 'org.gnome.Terminal.desktop', 'cinnamon-settings.desktop']
2322
hotcorner-layout=['expo:true:0', 'scale:false:0', ':true:0', 'desktop:true:0']
2423
next-applet-id=13
2524
panel-edit-mode=false

channels/cinnamon/airootfs.any/etc/dconf/db/local.d/01-alter-screensaver

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[org/cinnamon/desktop/lockdown]
2+
disable-lock-screen=true
3+
4+
[org/gnome/desktop/lockdown]
5+
disable-lock-screen=true
6+
7+
[org/cinnamon/desktop/screensaver]
8+
allow-keyboard-shortcuts=false
9+
default-message='Password: %PASSWORD%'
10+
layout-group=0
11+
lock-enabled=false
12+
13+
[org/gnome/desktop/screensaver]
14+
lock-enabled=false
15+
16+
[org/cinnamon/desktop/keybindings/media-keys]
17+
screensaver=@as []

channels/cinnamon/airootfs.any/etc/dconf/db/local.d/02-live-config

Lines changed: 0 additions & 2 deletions
This file was deleted.

channels/cinnamon/airootfs.any/etc/default/useradd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# useradd defaults file for AlterLinux
1+
# useradd defaults file for Alter Linux
22
# original changes by TomK
33

4-
# In AlterLinux, the default shell is changed to /bin/zsh from the default of ArchLinux (by Hayao)
4+
# In , the default shell is changed to /bin/zsh from the default of ArchLinux (by Hayao)
55

66
GROUP=users
77
HOME=/home

channels/cinnamon/airootfs.any/etc/skel/.config/autostart/gensidebar.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version=1.0
44
Name=AlterLinux Sidebar
55
Comment=Generates sidebar items.
66
Icon=utilities-terminal
7-
Exec=/usr/local/bin/alterlinux-sidebar -f --alterlive init
7+
Exec=/usr/bin/alterlinux-gtk-bookmarks -f --alterlive init
88
X-GNOME-Autostart-enabled=true
99
Type=Application
1010
RunHook=0

channels/cinnamon/airootfs.any/etc/skel/.config/autostart/welcome_page.desktop

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[Desktop Entry]
22
Encoding=UTF-8
33
Version=1.0
4-
Name=Welcome to AlterLinux
5-
Comment=Displays the AlterLinux welcome page.
4+
Name=Welcome to Alter Linux
5+
Comment=Displays the Alter Linux welcome page.
66
Icon=utilities-terminal
7-
Exec=/usr/local/bin/alterlinux-welcome-page -l --alterlive
7+
Exec=/usr/bin/alterlinux-welcome-page -l --alterlive
88
X-GNOME-Autostart-enabled=true
99
Type=Application
1010
RunHook=0
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[Desktop Entry]
2+
Encoding=UTF-8
3+
Version=1.0
4+
Icon=/usr/share/icons/hicolor/scalable/alter.svg
5+
Exec=/usr/bin/alterlinux-welcome-page
6+
Type=Application
7+
StartupNotify=false
8+
Terminal=false
9+
Hidden=false
10+
11+
Name=Welcome to Alter Linux
12+
Comment=Displays the Alter Linux welcome page.
13+
14+
Name[ja]=Alter Linuxへようこそ
15+
GenericName[ja]=Alter Linuxへようこそ
16+
Comment[ja]=Alter Linuxの利用に役立つページです。

channels/cinnamon/airootfs.any/root/customize_airootfs_cinnamon.sh

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -83,27 +83,10 @@ if [[ "${arch}" = "x86_64" ]]; then
8383
fi
8484

8585

86-
# Update system datebase
87-
dconf update
88-
89-
9086
# firewalld
9187
systemctl enable firewalld.service
9288

9389

94-
# Replace link
95-
if [[ "${japanese}" = true ]]; then
96-
remove "/etc/skel/Desktop/welcome-to-alter.desktop"
97-
remove "/home/${username}/Desktop/welcome-to-alter.desktop"
98-
99-
mv "/etc/skel/Desktop/welcome-to-alter-jp.desktop" "/etc/skel/Desktop/welcome-to-alter.desktop"
100-
mv "/home/${username}/Desktop/welcome-to-alter-jp.desktop" "/home/${username}/Desktop/welcome-to-alter.desktop"
101-
else
102-
remove "/etc/skel/Desktop/welcome-to-alter-jp.desktop"
103-
remove "/home/${username}/Desktop/welcome-to-alter-jp.desktop"
104-
fi
105-
106-
10790
# Added autologin group to auto login
10891
groupadd autologin
10992
usermod -aG autologin ${username}
@@ -122,7 +105,13 @@ fi
122105

123106

124107
# Set script permission
125-
chmod 755 /usr/local/bin/alterlinux-sidebar
108+
chmod 755 /usr/bin/alterlinux-gtk-bookmarks
126109

127110
# Replace auto login user
128111
sed -i s/%USERNAME%/${username}/g /etc/lightdm/lightdm.conf
112+
113+
# Replace password for screensaver comment
114+
sed -i s/%PASSWORD%/${password}/g "/etc/dconf/db/local.d/02-disable-lock"
115+
116+
# Update system datebase
117+
dconf update

channels/cinnamon/airootfs.any/usr/local/bin/alterlinux-sidebar

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)