In previous releases, the Folder/folderview widget was much more space-efficient. For this widget, I always set the size of the icons to the smallest setting, but now that doesn't help much because of the absurd amount of space between each icon in this widget. (e.g. here) Surely this is configurable? Or will be?
Announcement
Collapse
No announcement yet.
Folder widget: spacing between icons
Collapse
This topic is closed.
X
X
-
[PLASMA 5] Folder widget: spacing between icons
Tags: None
- Top
- Bottom
-
Wishes & Ideas & DIY
Folder widget: spacing between icons
...Surely this is configurable? Or will be?...
and to the KDE 'Visual Design Group': https://forum.kde.org/viewforum.php?f=285
and you could add a wish to the KDE bug report system - an example: Bug 344178 - Wish for optional configuration for vertical list of folders: https://bugs.kde.org/show_bug.cgi?id=344178
Meanwhile
/usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml has cellWidth and cellHeight:
Code:cellWidth: iconSize + (4 * units.largeSpacing) cellHeight: (iconSize + (theme.mSize(theme.defaultFont).height * plasmoid.configuration.textLines) + (3 * units.smallSpacing) + (2 * units.largeSpacing))
editing a bit and restarting the plasma (*) or simlply log out log in:
(*) plasma restart:
Code:kquitapp5 plasmashell plasmashell
- Top
- Bottom
-
thanks, OneLine. As it turns out, though, the file /usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml is non-existent on my system.
I'm hesitant to file a bug report, though, as this functionality was there in previous releases. As Teunis noted, some widgets aren't ported to Plasma 5 yet. And I would add that others, such as Folder, are just not as good as they were in the last Plasma version.I run Kubuntu 18.04 LTS.
- Top
- Bottom
Comment
-
Originally posted by rybnik View Postthanks, OneLine. As it turns out, though, the file /usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml is non-existent on my system.
I'm hesitant to file a bug report, though, as this functionality was there in previous releases. As Teunis noted, some widgets aren't ported to Plasma 5 yet. And I would add that others, such as Folder, are just not as good as they were in the last Plasma version.
- Top
- Bottom
Comment
-
Plasma version ?
As it turns out, though, the file /usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml is non-existent on my system.
Backporting things
There is the (K)Ubuntu backports: https://help.ubuntu.com/community/UbuntuBackports
but: http://irclogs.ubuntu.com/2015/05/21...el.html#t13:39
BluesKaj is plasma 5.3 in the regular kubuntu-backports yet or is the ppa still needed ? 13:39
...
yofel BluesKaj: PPA, it won't get into backports 14:14Last edited by OneLine; May 26, 2015, 01:01 AM.
- Top
- Bottom
Comment
-
Originally posted by oshunluvr View PostInteresting, as I, after reading this thread, went into that file and edited as oneline suggested with the expected results. Maybe you're experiencing not-a-bug but rather an install issue?
I did this install from a liveUSB that I made with LiLi from a windows machine. I confirmed the md5sum before running LiLi.
EDIT: Nope, the file was also missing on other installs.Last edited by rybnik; Jul 04, 2015, 04:52 PM.I run Kubuntu 18.04 LTS.
- Top
- Bottom
Comment
Comment