Skip to content

Commit dfb1068

Browse files
authored
More MATE -> XFCE work (#450)
- Removed MATE from "default applications" page, added XFCE - Replace MATE with XFCE in "desktops" page - Removed MATE from "samba" page, added XFCE Part of #445
1 parent c356eb2 commit dfb1068

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

docs/user/quick-start/default-applications.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Each Linux desktop environment has its own graphical application for managing fi
2727
| ------- | ------------------------------- |
2828
| Budgie | Nemo |
2929
| GNOME | GNOME Files (formerly Nautilus) |
30-
| MATE | Caja |
3130
| Plasma | Dolphin |
31+
| XFCE | Nemo |
3232

3333
## Nemo
3434

@@ -110,8 +110,8 @@ Finnish language support is provided by installing `libreoffice-voikko`. After i
110110
| ------- | ----------- |
111111
| Budgie | Rhythmbox |
112112
| GNOME | Rhythmbox |
113-
| MATE | Rhythmbox |
114113
| Plasma | Elisa |
114+
| XFCE | Rhythmbox |
115115

116116
## Rhythmbox
117117

@@ -127,17 +127,17 @@ Finnish language support is provided by installing `libreoffice-voikko`. After i
127127
| ------- | ------------------------------ |
128128
| Budgie | Celluloid (formerly GNOME MPV) |
129129
| GNOME | Celluloid (formerly GNOME MPV) |
130-
| MATE | VLC |
131130
| Plasma | Haruna |
131+
| XFCE | Parole
132132

133133
## Celluloid
134134

135135
![Celluloid Screenshot](default-applications/celluloid.webp)
136136

137-
## VLC
138-
139-
![VLC Screenshot](default-applications/vlc.jpg)
140-
141137
## Haruna
142138

143139
![Haruna Screenshot](default-applications/haruna.jpg)
140+
141+
## Parole
142+
143+
![Parole Screenshot](default-applications/parole.png)
Loading
Binary file not shown.

docs/user/software/desktops/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ summary: Quick guides on switching between or installing additional Desktop Envi
55

66
# Desktop Environments
77

8-
Solus offers a [multitude of desktop environments](https://getsol.us/solus/experiences/), ranging from the feature-rich and modern Budgie to the traditional MATE experience. It is recommended to use the ISO for a specific desktop environment but it is possible to install them afterwards if you wish to do try one out.
8+
Solus offers a [multitude of desktop environments](https://getsol.us/solus/experiences/), ranging from the feature-rich and modern Budgie to the traditional XFCE experience. It is recommended to use the ISO for a specific desktop environment but it is possible to install them afterwards if you wish to do try one out.
99

1010
WARNING: Do NOT attempt to install ANY other desktop environments next to KDE Plasma Desktop. This scenario is NOT supported and you will be told so in no uncertain terms if asking for support.
1111

1212
## Budgie
1313

14-
The flagship desktop environment / experience of Solus is Budgie. If you have installed either our MATE or GNOME editions, you can try out and install Budgie by running the following command:
14+
The flagship desktop environment / experience of Solus is Budgie. If you have installed either our GNOME or XFCE editions, you can try out and install Budgie by running the following command:
1515

1616
```bash
1717
# Do NOT attempt to do this if you are running the KDE Plasma Desktop version of Solus!
@@ -20,7 +20,7 @@ sudo eopkg install -c desktop.budgie
2020

2121
## Gnome Shell
2222

23-
Solus offers a GNOME Shell experience that ships out-of-the-box with a variety of extensions. If you have installed either our Budgie or MATE editions, you can try out and install GNOME Shell by running the following commands:
23+
Solus offers a GNOME Shell experience that ships out-of-the-box with a variety of extensions. If you have installed either our Budgie or XFCE editions, you can try out and install GNOME Shell by running the following commands:
2424

2525
```bash
2626
# Do NOT attempt to do this if you are running the KDE Plasma Desktop version of Solus!

docs/user/software/networking/samba.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ In order to support user-managed (as opposed to system-managed) shares, Samba pr
124124

125125
### GUI - configuring shares via file manager plugins
126126

127-
The default Solus configuration was written with the `nemo-share` (Budgie), `nautilus-share` (GNOME), `kdenetwork-filesharing` (KDE) and `caja-share` (MATE) file manager plugins in mind. These plugins allow the user to share folders in an easy and convenient way.
127+
The default Solus configuration was written with the `nemo-share` (Budgie and XFCE), `nautilus-share` (GNOME), and `kdenetwork-filesharing` (Plasma) file manager plugins in mind. These plugins allow the user to share folders in an easy and convenient way.
128128

129129
All you need to do is to install either the `caja-extensions` package (which includes the `caja-share` plugin), the `kdenetwork-filesharing` package, the `nautilus-share` package or the `nemo-share` package from the Software Center and enable the relevant Samba services.
130130

@@ -135,11 +135,11 @@ sudo eopkg install nemo-share
135135
#GNOME
136136
sudo eopkg install nautilus-share
137137

138-
# KDE
138+
# Plasma
139139
sudo eopkg install kdenetwork-filesharing
140140

141-
# MATE
142-
sudo eopkg install caja-extensions
141+
# XFCE
142+
sudo eopkg install nemo-share
143143
```
144144

145145
In order to load the newly installed file manager plugin, you will need to log out of the current desktop session and log back in to a new desktop session, at which point the plugin in question will be ready for use.

0 commit comments

Comments
 (0)