Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnkmmr69420/enable-konsole-on-bazzite
This adds the konsole desktop file to your share/applications directory
https://github.com/dnkmmr69420/enable-konsole-on-bazzite
Last synced: 6 days ago
JSON representation
This adds the konsole desktop file to your share/applications directory
- Host: GitHub
- URL: https://github.com/dnkmmr69420/enable-konsole-on-bazzite
- Owner: dnkmmr69420
- Created: 2024-10-30T14:30:34.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:41:11.000Z (14 days ago)
- Last Synced: 2024-10-30T15:32:22.634Z (14 days ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# enable-konsole-on-bazzite
This adds the konsole desktop file to your share/applications directoryThis is needed because the ublue devs decided to replace the native konsole with the pytix terminal which does not fit with the KDE desktop. This is a way to have konsole without having the flatpak.
## Install
Make the directory just to be sure that it exist
```bash
mkdir -p ~/.local/share/applications
```Install the desktop file by running this
```bash
wget -P ~/.local/share/applications https://raw.githubusercontent.com/dnkmmr69420/enable-konsole-on-bazzite/refs/heads/main/org.kde.konsole.desktop
```### Remove
To remove, just run this
```bash
rm -f ~/.local/share/applications/org.kde.konsole.desktop
```