Skip to content

Commit

Permalink
TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraposo committed Aug 15, 2024
1 parent 93ff84e commit 4c5c76e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions markdown/plasma6.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
```

### Table of Contents

1. [Install Required Packages](#1-install-required-packages)
2. [Install Qt 6.7.2](#2-install-qt-672)
3. [Update PATH and Environment Variables](#3-update-path-and-environment-variables)
Expand Down Expand Up @@ -50,7 +51,9 @@
![QT Custom Installation](../assets/plasma6-qt-custom-installation.png)

### 3. Update PATH and Environment Variables

- Add this to your `~/.bashrc` (or `~/.zshrc`), replacing `<qt-version>` with your version:

```bash
echo 'export QT6DIR=/opt/qt/<qt-version>/gcc_64' >> ~/.bashrc
echo 'export QT_SELECT=default' >> ~/.bashrc
Expand Down Expand Up @@ -206,6 +209,7 @@
```
### 8. Create a Startup Script
- Create `/opt/plasma6/bin/start-kde6`:
```bash
Expand All @@ -226,6 +230,7 @@
```
### 9. Add a Desktop Entry to SDDM
- Create a Wayland session entry:
```bash
Expand Down

0 comments on commit 4c5c76e

Please sign in to comment.