Skip to content

Commit

Permalink
More MATE -> XFCE work (#450)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
davidjharder authored Jan 12, 2024
1 parent c356eb2 commit dfb1068
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docs/user/quick-start/default-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Each Linux desktop environment has its own graphical application for managing fi
| ------- | ------------------------------- |
| Budgie | Nemo |
| GNOME | GNOME Files (formerly Nautilus) |
| MATE | Caja |
| Plasma | Dolphin |
| XFCE | Nemo |

## Nemo

Expand Down Expand Up @@ -110,8 +110,8 @@ Finnish language support is provided by installing `libreoffice-voikko`. After i
| ------- | ----------- |
| Budgie | Rhythmbox |
| GNOME | Rhythmbox |
| MATE | Rhythmbox |
| Plasma | Elisa |
| XFCE | Rhythmbox |

## Rhythmbox

Expand All @@ -127,17 +127,17 @@ Finnish language support is provided by installing `libreoffice-voikko`. After i
| ------- | ------------------------------ |
| Budgie | Celluloid (formerly GNOME MPV) |
| GNOME | Celluloid (formerly GNOME MPV) |
| MATE | VLC |
| Plasma | Haruna |
| XFCE | Parole

## Celluloid

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

## VLC

![VLC Screenshot](default-applications/vlc.jpg)

## Haruna

![Haruna Screenshot](default-applications/haruna.jpg)

## Parole

![Parole Screenshot](default-applications/parole.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/user/quick-start/default-applications/vlc.jpg
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/user/software/desktops/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ summary: Quick guides on switching between or installing additional Desktop Envi

# Desktop Environments

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.
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.

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.

## Budgie

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:
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:

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

## Gnome Shell

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:
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:

```bash
# Do NOT attempt to do this if you are running the KDE Plasma Desktop version of Solus!
Expand Down
8 changes: 4 additions & 4 deletions docs/user/software/networking/samba.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ In order to support user-managed (as opposed to system-managed) shares, Samba pr

### GUI - configuring shares via file manager plugins

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.
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.

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.

Expand All @@ -135,11 +135,11 @@ sudo eopkg install nemo-share
#GNOME
sudo eopkg install nautilus-share

# KDE
# Plasma
sudo eopkg install kdenetwork-filesharing

# MATE
sudo eopkg install caja-extensions
# XFCE
sudo eopkg install nemo-share
```

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.
Expand Down

0 comments on commit dfb1068

Please sign in to comment.