- changed display manager to lightdm by default and remove nodm completly
- desktop login manager enabled by default, toogle can be done with armbian-config
- added URL to the build script and commit hash to /etc/armbian-release file
- added debconf-utils,html2text,mmc-utils,sunxi-tools to the base and additional pkg list
- added synaptic package manager and onboard keyboard to the desktop base
- changed motd console welcome text to: Welcome to Debian Stretch with Armbian Linux 5.1.6-sunxi
- added "logout" to the panel/menu
- added normal users to additional groups: disk tty users games
This commit is contained in:
Igor Pečovnik 2019-06-11 00:24:46 +02:00 committed by GitHub
parent 953a7f85ac
commit da86ab5df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 128 additions and 89 deletions

View file

@ -3,7 +3,8 @@ background = #888a85
theme-name = Numix
icon-theme-name = Numix
default-user-image=/usr/share/pixmaps/armbian.png
indicators = ~language;~power
indicators = ~language;~power;~a11y
screensaver-timeout = 0
font-name = Sans 11
user-background = false
user-background = false
keyboard = onboard --theme=ModelM

View file

@ -36,7 +36,7 @@
<value type="string" value="+shutdown"/>
<value type="string" value="+restart"/>
<value type="string" value="+separator"/>
<value type="string" value="-logout"/>
<value type="string" value="+logout"/>
<value type="string" value="-logout-dialog"/>
</property>
<property name="appearance" type="uint" value="1"/>

View file

@ -26,8 +26,8 @@
<property name="Engine" type="empty"/>
</property>
<property name="shutdown" type="empty">
<property name="ShowLogout" type="bool" value="false"/>
<property name="ShowLogout" type="bool" value="true"/>
<property name="ShowHibernate" type="bool" value="false"/>
<property name="ShowSuspend" type="bool" value="true"/>
</property>
</channel>
</channel>