broulik added inline comments.

INLINE COMMENTS

> davidedmundson wrote in main.qml:147
> What does kcm.canInstall do?

// Disable the install button if we can't install new themes to ~/.icons,
  // or Xcursor isn't set up to look for cursor themes there.
  if (!m_model->searchPaths().contains(QDir::homePath() + "/.icons") || 
!iconsIsWritable()) {
      setCanInstall(false);
  }

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D14041

To: broulik, #plasma, mart
Cc: davidedmundson, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to