Use the new `drive-harddisk-root` icon for the root volume
ClosedPublic

Authored by ngraham on Nov 3 2018, 10:26 PM.

Details

Summary

Use the new drive-harddisk-root icon to mark the root volume. This makes it obvious which disk corresponds to / when there are multiple disks, and allows us to remove the root entry from the top section of the Places panel (D15739)

Depends on D16633

Test Plan

Diff Detail

Repository
R245 Solid
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ngraham created this revision.Nov 3 2018, 10:26 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptNov 3 2018, 10:26 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
ngraham requested review of this revision.Nov 3 2018, 10:26 PM
ngraham edited the summary of this revision. (Show Details)Nov 3 2018, 10:31 PM
ngraham edited the test plan for this revision. (Show Details)
bruns added inline comments.Nov 4 2018, 10:22 PM
src/solid/devices/backends/udisks2/udisksdevice.cpp
619

QLatin1String

620

QStringLiteral

ngraham updated this revision to Diff 44871.Nov 4 2018, 10:27 PM
ngraham marked 2 inline comments as done.

Fix embarrassing errors

bruns accepted this revision.Nov 4 2018, 10:28 PM
This revision is now accepted and ready to land.Nov 4 2018, 10:28 PM
abetts accepted this revision.Nov 4 2018, 10:48 PM
abetts added a subscriber: abetts.

Minor detail with great impact. Thank you for the work.

This revision was automatically updated to reflect the committed changes.

This broke icons for other things; currently investigating and will fix ASAP.

Hopefully this should fix it: D16678