Bug #11716
Desktop icons look wrong on Stretch compared to Tails 2.x
100%
Description
- our custom launchers lack their own icon
- icons overlap with each other
- icons are too big?
Subtasks
History
#1 Updated by intrigeri 2016-08-25 03:46:45
- blocked by
Feature #11717: Drop launchers from the Desktop added
#2 Updated by intrigeri 2016-08-25 03:46:50
- Assignee deleted (
intrigeri)
#3 Updated by intrigeri 2016-08-28 04:04:17
- Assignee set to anonym
#4 Updated by spriver 2016-08-29 10:52:23
Icons in Nautilus are the same size as on the desktop which feels way too big. For a session the icons can be made smaller with the menu in the top-bar of Nautilus, which also makes the desktop icons smaller. Value is stored in ~/.config/nautilus/desktop-metadata.
#5 Updated by intrigeri 2016-09-10 07:31:51
- Status changed from Confirmed to In Progress
> Icons in Nautilus are the same size as on the desktop which feels way too big.
Agreed. I’m not surprised, given that icons on the desktop are managed by Nautilus.
> For a session the icons can be made smaller with the menu in the top-bar of Nautilus, which also makes the desktop icons smaller. Value is stored in ~/.config/nautilus/desktop-metadata.
Thanks!
#6 Updated by intrigeri 2016-11-15 11:19:48
- blocks deleted (
)Feature #11717: Drop launchers from the Desktop
#7 Updated by anonym 2016-11-15 13:36:52
To me it seems the icon size is determined by the dconf setting org/gnome/nautilus/icon-view default-zoom-level
. By default it’s 'large'
, but 'small'
(eq. to 50% zoom) will give something more similar to what we had in Jessie. It will also affect the icon size in nautilus “the file browser”, but that will in fact also make it look more like in Jessie — in Stretch the icons are obnoxiously large. So, imho, we should set this value to 'small'
and kill two birds in one stone (even if it means deviating from GNOME/Debian defaults).
#8 Updated by intrigeri 2016-11-15 14:06:26
> So, imho, we should set this value to 'small'
and kill two birds in one stone (even if it means deviating from GNOME/Debian defaults).
Yes. Please go ahead.
#9 Updated by sajolida 2016-11-16 22:32:39
- QA Check set to Ready for QA
I think I fixed that in Feature #11798.
#10 Updated by intrigeri 2016-11-17 07:54:18
> I think I fixed that in Feature #11798.
Besides, it seems that anonym has fixed it already in commit:90e2257.
#11 Updated by intrigeri 2016-11-17 07:57:52
- Status changed from In Progress to Resolved
- Assignee deleted (
anonym) - % Done changed from 0 to 100
- QA Check changed from Ready for QA to Pass
intrigeri wrote:
> Besides, it seems that anonym has fixed it already in commit:90e2257.
Tested, confirmed.