2024-06-12 08:44:04 -04:00
|
|
|
# fedora-xfce
|
2024-01-12 11:47:21 -05:00
|
|
|
|
|
|
|
Fedora Xfce Template in Qubes OS.
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
* [Description](#description)
|
|
|
|
* [Installation](#installation)
|
|
|
|
* [Usage](#usage)
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
Creates the Fedora 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 fedora-xfce
|
2024-06-12 09:00:59 -04:00
|
|
|
sudo qubesctl --targets=fedora-40-xfce state.apply
|
2024-02-23 10:54:35 -05:00
|
|
|
sudo qubesctl top.disable fedora-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 fedora-xfce.create
|
2024-06-12 09:00:59 -04:00
|
|
|
sudo qubesctl --skip-dom0 --targets=fedora-40-xfce state.apply fedora-xfce.install
|
2024-01-12 11:47:21 -05:00
|
|
|
```
|
|
|
|
<!-- pkg:end:post-install -->
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
AppVMs and StandaloneVMs can be based on this template.
|