Bug 35541

Summary: Включить отображение значков на рабочем столе
Product: Sisyphus Reporter: Антон Мидюков <antohami>
Component: nemoAssignee: Антон Мидюков <antohami>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: antohami, mike, vladimir.didenko
Version: unstableKeywords: usability
Hardware: all   
OS: Linux   
Bug Depends on:    
Bug Blocks: 33000    

Description Антон Мидюков 2018-10-23 08:38:08 MSK
Предлагаю включить отображение на рабочем столе значков компьютера, домашней папки и корзины. Для этого нужно поправить в схеме /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>
Comment 1 Владимир Диденко 2018-10-23 08:41:34 MSK
Хорошо, сделаю.
Comment 2 Repository Robot 2018-10-23 21:07:09 MSK
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)