Bug 35541 - Включить отображение значков на рабочем столе
Summary: Включить отображение значков на рабочем столе
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: nemo (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Антон Мидюков
QA Contact: qa-sisyphus
URL:
Keywords: usability
Depends on:
Blocks: 33000
  Show dependency tree
 
Reported: 2018-10-23 08:38 MSK by Антон Мидюков
Modified: 2018-10-23 21:07 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)