2024-06-12 08:44:04 -04:00
|
|
|
# debian-xfce
|
2024-01-12 11:47:21 -05:00
|
|
|
|
|
|
|
Debian Xfce Template in Qubes OS.
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
* [Description](#description)
|
|
|
|
* [Installation](#installation)
|
|
|
|
* [Usage](#usage)
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
Creates the Debian Xfce Template as well as a Disposable Template based on it.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
- Top:
|
|
|
|
```sh
|
2024-02-23 10:54:35 -05:00
|
|
|
sudo qubesctl top.enable debian-xfce
|
|
|
|
sudo qubesctl --targets=debian-12-xfce state.apply
|
|
|
|
sudo qubesctl top.disable debian-xfce
|
2024-01-12 11:47:21 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
- State:
|
|
|
|
<!-- pkg:begin:post-install -->
|
|
|
|
```sh
|
2024-02-23 10:54:35 -05:00
|
|
|
sudo qubesctl state.apply debian-xfce.create
|
|
|
|
sudo qubesctl --skip-dom0 --targets=debian-12-xfce state.apply debian-xfce.install
|
2024-01-12 11:47:21 -05:00
|
|
|
```
|
|
|
|
<!-- pkg:end:post-install -->
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
AppVMs and StandaloneVMs can be based on this template.
|