Skip to content

Commit d2679f9

Browse files
committed
Add help article on migrating desktop icons
Signed-off-by: Evan Maddock <[email protected]>
1 parent e3e6269 commit d2679f9

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Desktop Icons
3+
summary: Switching to Nemo desktop icons
4+
date: 2023-05-20
5+
---
6+
7+
# Desktop Icons
8+
9+
Budgie supports a few different desktop icons implementations: Budgie Desktop View, Nemo, and DesktopFolder.
10+
11+
As of Solus 4.3, desktop icons are provided by Budgie Desktop View, a barebones implementation created after desktop icon support was removed from Nautilus. Now that Nemo is available in the Solus package repository, users have the option to switch from Budgie Desktop View to Nemo for desktop icons. Using Nemo's implementation will be the default for Solus 4.5 and on for new installations.
12+
13+
## Switching to Nemo
14+
15+
If you don't want to wait and would like to use Nemo for your desktop icons now, heres how you can:
16+
17+
1. In Budgie Desktop Settings, go to the Desktop page on the left and turn off desktop icons, just in case.
18+
2. Create a file in `~/.config/autostart` named `org.nemo-desktop.desktop`, and into it paste the following:
19+
```
20+
[Desktop Entry]
21+
Type=Application
22+
Name=Nemo
23+
Comment=Start Nemo desktop at log in
24+
Exec=nemo-desktop
25+
OnlyShowIn=Budgie;
26+
AutostartCondition=GSettings org.nemo.desktop show-desktop-icons
27+
X-GNOME-AutoRestart=true
28+
NoDisplay=true
29+
```
30+
3. Run this in a terminal (or set it via Dconf Editor) to tell Budgie to use Nemo for the desktop view: `gsettings set com.solus-project.budgie-wm desktop-type-override nemo`
31+
4. Uninstall budgie-desktop-view
32+
5. Log out and back in
33+
6. Turn Desktop Icons back on in Budgie Desktop Settings if they aren't already enabled.
34+
35+
Make sure you have the package `budgie-desktop-branding-fortitude-plus` installed as well. It contains a few settings overrides to make Nemo Desktop work with conky, Showtime, and desktop_weather.
36+
37+
If you followed these steps, you should now be using Nemo's desktop icons! Yay!

0 commit comments

Comments
 (0)