From Fedora Project Wiki
(Created page with "= KDE Plasma Mobile = Fedora KDE Plasma Mobile is Fedora's implementation of [https://plasma-mobile.org/ Plasma Mobile] == Installation == === Install Packages === * dnf group install kde-mobile -y * (Optional: tablet) dnf group install kde-mobile-apps -y * (Optional: phone) dnf group install kde-mobile-apps --with-optional -y * (Optional) dnf install fedora-release-kde fedora-release-identity-kde --allowerasing -y === Enable Graphical Mode === If the machine you sta...") |
(App, and link to them.) |
||
Line 1: | Line 1: | ||
= KDE Plasma Mobile = | = KDE Plasma Mobile = | ||
Fedora KDE Plasma Mobile is Fedora's implementation of [https://plasma-mobile.org/ Plasma Mobile] | Fedora KDE Plasma Mobile is Fedora's implementation of [https://plasma-mobile.org/ Plasma Mobile] Most of the [https://plasma-mobile.org/apps/ Plasma Mobile Apps] are available in Fedora. | ||
== Installation == | == Installation == |
Latest revision as of 20:41, 10 June 2024
KDE Plasma Mobile
Fedora KDE Plasma Mobile is Fedora's implementation of Plasma Mobile Most of the Plasma Mobile Apps are available in Fedora.
Installation
Install Packages
- dnf group install kde-mobile -y
- (Optional: tablet) dnf group install kde-mobile-apps -y
- (Optional: phone) dnf group install kde-mobile-apps --with-optional -y
- (Optional) dnf install fedora-release-kde fedora-release-identity-kde --allowerasing -y
Enable Graphical Mode
If the machine you started with did not boot into graphical mode, set it so it does
- systemctl set-default graphical.target
Set sddm as default
- systemctl enable sddm -f
Reboot
- reboot