Предлагаю включить отображение на рабочем столе значков компьютера, домашней папки и корзины. Для этого нужно поправить в схеме /usr/share/glib-2.0/schemas/org.nemo.gschema.xml следующие опции с false на true: <key name="home-icon-visible" type="b"> <default>false</default> <summary>Home icon visible on desktop</summary> <description>If this is set to true, an icon linking to the home folder will be put on the desktop.</description> </key> <key name="computer-icon-visible" type="b"> <default>false</default> <summary>Computer icon visible on desktop</summary> <description>If this is set to true, an icon linking to the computer location will be put on the desktop.</description> </key> <key name="trash-icon-visible" type="b"> <default>false</default> <summary>Trash icon visible on desktop</summary> <description>If this is set to true, an icon linking to the trash will be put on the desktop.</description> </key>
Хорошо, сделаю.
nemo-3.8.6-alt2 -> sisyphus: Tue Oct 23 2018 Vladimir Didenko <cow@altlinux> 3.8.6-alt2 - make desktop icons visible by default (closes: #35541)