added new slides and reverted some changes
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
systemctl enable calamares-launch.timer
|
16
calamares.desktop
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Install Manjaro Linux
|
||||
Name[da]=Installer Manjaro Linux
|
||||
GenericName=Live Installer
|
||||
GenericName[da]=Live-installationsprogram
|
||||
Comment=Install the operating system to disk
|
||||
Comment[da]=Installer styresystemet på disk
|
||||
Comment[de]=Manjaro Linux installieren
|
||||
Exec=/usr/bin/calamares_polkit %f
|
||||
Icon=calamares
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Type=Application
|
||||
Categories=Qt;System;
|
Before Width: | Height: | Size: 982 KiB After Width: | Height: | Size: 290 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 273 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 38 KiB |
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Service starts calamares_polkit
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=tromjaro
|
||||
ExecStart=/bin/bash calamares_polkit
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,8 +0,0 @@
|
|||
[Unit]
|
||||
Description=Run calamares_polkit on boot
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|