Discussion:
[plasmashell] [Bug 390263] New: Desktop icons are inconsistent
Nick Stefanov
2018-02-11 12:51:36 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Bug ID: 390263
Summary: Desktop icons are inconsistent
Product: plasmashell
Version: master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Desktop Containment
Assignee: ***@kde.org
Reporter: ***@abv.bg
CC: plasma-***@kde.org
Target Milestone: 1.0

Created attachment 110533
--> https://bugs.kde.org/attachment.cgi?id=110533&action=edit
Desktop icons are inconsistent

The spaces between icons are inconsistent. This problem is present in 5.12 and
in many older versions too. See the attachment. Please fix it for we have to
edit FolderView.qml every time when update is being issued.
--
You are receiving this mail because:
You are watching all bug changes.
Nick Stefanov
2018-02-11 12:52:50 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Nick Stefanov <***@abv.bg> changed:

What |Removed |Added
----------------------------------------------------------------------------
Summary|Desktop icons are |Desktop icon spaces are
|inconsistent |inconsistent
--
You are receiving this mail because:
You are watching all bug changes.
Nate Graham
2018-02-12 22:13:36 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Nate Graham <***@zoho.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|***@kde.org |***@kde.org
Status|UNCONFIRMED |NEEDSINFO
Summary|Desktop icon spaces are |Desktop icon spaces are too
|inconsistent |consistent
Component|Desktop Containment |Folder
CC| |***@zoho.com
Resolution|--- |WAITINGFORINFO

--- Comment #1 from Nate Graham <***@zoho.com> ---
What's happening is that the tallest icon is determining the grid size for all
the others. In fact, your complaint is that the grid is too *consistent*!

Not sure what we could do about this. Can you attach your edited FolderView.qml
file as well as a screenshot for how it looks *when there are multiple columns
of icons*?
--
You are receiving this mail because:
You are watching all bug changes.
Nick Stefanov
2018-02-12 23:14:02 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

--- Comment #2 from Nick Stefanov <***@abv.bg> ---
Someone has renamed my bug! I named it "Desktop icon spaces are inconsistent".
I repeat - the spaces are inconsistent no matter which icon is first.
--
You are receiving this mail because:
You are watching all bug changes.
Nick Stefanov
2018-02-12 23:14:26 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Nick Stefanov <***@abv.bg> changed:

What |Removed |Added
----------------------------------------------------------------------------
Summary|Desktop icon spaces are too |Desktop icon spaces are
|consistent |inconsistent
--
You are receiving this mail because:
You are watching all bug changes.
Nick Stefanov
2018-02-12 23:27:00 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

--- Comment #3 from Nick Stefanov <***@abv.bg> ---
To receive consistent folder spaces In FolderView.qml I edit the following
lines:

var iconWidth = iconSize + (6 * units.largeSpacing) + (0 * units.smallSpacing);

and

var iconHeight = iconSize + (theme.mSize(theme.defaultFont).height *
plasmoid.configuration.textLines) + (0 * units.smallSpacing);

The inconsistent effect is with the default settings of FolderView.qml. When I
edit it the spaces are correct. See the screenshot below:


Loading Image...

The problem is not only on my installation. I tried brand new installation
where the inconsistent effect is also present.
--
You are receiving this mail because:
You are watching all bug changes.
Nate Graham
2018-02-12 23:46:20 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

--- Comment #4 from Nate Graham <***@zoho.com> ---
Does it still look good if you rename any of those icons to have a title long
enough to wrap onto the next row?
--
You are receiving this mail because:
You are watching all bug changes.
Eike Hein
2018-02-13 08:55:02 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Eike Hein <***@kde.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|WAITINGFORINFO |INVALID
Status|NEEDSINFO |RESOLVED

--- Comment #5 from Eike Hein <***@kde.org> ---
You can achieve the same effect by simply setting text lines to 1.
--
You are receiving this mail because:
You are watching all bug changes.
Nick Stefanov
2018-02-13 10:19:18 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Nick Stefanov <***@abv.bg> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |---
Status|RESOLVED |UNCONFIRMED

--- Comment #6 from Nick Stefanov <***@abv.bg> ---
Where? In FolderView.qml? No if I set it to 1, the icons gets very near to the
left side.

(In reply to Nate Graham from comment #4)
Post by Nate Graham
Does it still look good if you rename any of those icons to have a title
long enough to wrap onto the next row?
The problem isn't the icon's names. It's ridiculous to fill two rolls of every
icon on the desktop to receive consistency. Plasma is the only one DE with such
problems.

Install Plasma5 and set different types of icons on the desktop and you'll have
the same effect. It's a bug and I don't understand why my bug is with "Invalid"
status.
--
You are receiving this mail because:
You are watching all bug changes.
Eike Hein
2018-02-13 10:20:27 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Eike Hein <***@kde.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID

--- Comment #7 from Eike Hein <***@kde.org> ---
Not in the QML. In the config dialog on the "Icons" page.
--
You are receiving this mail because:
You are watching all bug changes.
Nick Stefanov
2018-02-13 10:52:29 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Nick Stefanov <***@abv.bg> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |---

--- Comment #8 from Nick Stefanov <***@abv.bg> ---
Ok, the bug it isn't for how we arrange icons on the desktop. The bug is for
inconsistent spaces between icons on the desktop. You don't need to set
something - brand new installation->set some different types of icons->the bug
is there. I send my edited desktop screenshot only for reference how shoud it
be. The default behaviour is in attachment.
--
You are receiving this mail because:
You are watching all bug changes.
Eike Hein
2018-02-13 10:57:43 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Eike Hein <***@kde.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Eike Hein <***@kde.org> ---
It's not inconsistent. The default is two lines of text, which means every icon
is given the space for two lines of text (even if there's only one line to
display) to make it consistent. If you want a consistent single-line grid
instead, you change the number of text lines.
--
You are receiving this mail because:
You are watching all bug changes.
Eike Hein
2018-02-13 10:59:35 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

Eike Hein <***@kde.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--
You are receiving this mail because:
You are watching all bug changes.
Nick Stefanov
2018-02-13 11:07:24 UTC
Permalink
https://bugs.kde.org/show_bug.cgi?id=390263

--- Comment #10 from Nick Stefanov <***@abv.bg> ---
Ok, I'll try but it's ridiculous such setting to destroy whole desktop...
--
You are receiving this mail because:
You are watching all bug changes.
Loading...