Voldemort: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''Pi-is-four''' is our new Raspberry Pi 4 that shall replace Xbcmcbuntu for browsing / downloading / ... == Configuration == * Install Raspbian Buster 32-bit using {{deb...") |
|||
Line 2: | Line 2: | ||
== Configuration == |
== Configuration == |
||
* Install Raspbian Buster 32-bit using {{deb|imager_1.4_amd64.deb}} |
* Install Raspbian Buster 32-bit ({{file|2020-08-20-raspios-buster-armhf-full.zip}}) using {{deb|imager_1.4_amd64.deb}}. |
||
* Install NoMachine server (armv7 because 32-bit OS). |
|||
* Add to {{file|~/.config/autostart/set_belgian_kbd.desktop}}: |
|||
<source lang="bash"> |
|||
[Desktop Entry] |
|||
Type=Application |
|||
Name=Set Belgian autostart |
|||
Comment=Set keyboard to Belgian layout |
|||
NoDisplay=true |
|||
Exec=sh -c '/usr/bin/setxkbmap be' |
|||
</source> |
|||
:This should fix the wrong keyboard layout issue. |
Revision as of 00:14, 6 November 2020
Pi-is-four is our new Raspberry Pi 4 that shall replace Xbcmcbuntu for browsing / downloading / ...
Configuration
- Install Raspbian Buster 32-bit (2020-08-20-raspios-buster-armhf-full.zip) using imager_1.4_amd64.deb.
- Install NoMachine server (armv7 because 32-bit OS).
- Add to ~/.config/autostart/set_belgian_kbd.desktop:
[Desktop Entry]
Type=Application
Name=Set Belgian autostart
Comment=Set keyboard to Belgian layout
NoDisplay=true
Exec=sh -c '/usr/bin/setxkbmap be'
- This should fix the wrong keyboard layout issue.