So I am in a bit of a pickle. I have a 25 inch 1440p monitor, and the dpi is juuuuuuuuust high enough to cause me some frustration.
Gnome has decided to lock a lot of the icon sizes down to a max of 128.
The icon grid uses 96 pixels and no more. I can use the theme to make the icons smaller, but if you try to go bigger, nothing happens.
All I need is for Nautilus to go from 128 square pixels to 150-160 and the icon grid to go from 96 to 128. Here is a picture to show you the acres and acres of available UI space that just isn't being used.
I think this will help if you haven't tried this already...
To configure the layout of the application icons in the GNOME Shell, you have to modify /usr/share/gnome-shell/theme/gnome-shell.css. Note that the contents of this file may vary as it is dependent on the particular theme that you are using.
Have you tried the GNOME Tweak Tool? I believe their is an option for window scaling. I do not know if that would fix the small icons in the activity launcher tho.
If that does not work, you would have to go on a safari thru the source code and manually insert the number you need, then presumably recompile GNOME if they are locking the number via a non-scripting language.
There is a java script file for the icon grid that limits the size to 96 pixels.
Honestly, I am probably gonna have to fork gnome all together. I have been trying to get blur to work, and I have been trying to make it so that the user can freely control the DE.
IDK why we have gone from the old gnome 3 where you could customize everything to something where you really can not do jack shit.
And as for scaling, it does not work. As soon as you enable scaling, everything blows up to ridiculous proportions and the icon size stays the same in the grid.
Since it is javascript, cant you edit the 96 to a number you want to and then restart GNOME?
Its cool you found the exact file that is causing the problem so fast. I never have success looking thru source code. And cool that you want to fork GNOME.
I could think of a billion things I would rather do than fork gnome. Unfortunately gnome is really starting to piss me off, and I think forking it is really my only option.
I mean who honestly uses gnome in its stock form? No one. Because its fucking awful. With mods its great, but the UI elements get screwed over in the process.
Its also starting to look old. Plasma 5 has blur, OSX has blur, and even windows has blur. Gnome and anything GTK based has really fallen behind, when it comes to a modern UI appearance.
The bottom line is this file does not exist within gnome once you have installed it.
This file, plus many other useful files used to exist in gnome 3.14 and earlier editions, but ever since 3.16 files like these have completely disappeared.
I assume the file gets swallowed up into some other file. At least that is my guess.
Windows scaling will do everything I need it to, so long as I can use a scaling factor of 1.25.
In order to do that I need to set a custom resolution in xrandr and then apply a scaling factor of 2 to balance the UI out to roughly 1.25.
Unfortunately I used to be able to save an xrandr script in gdm and now the code for gdm has changed so much that IDK where to put the script in etc/gdm/Init/default
All the guides say to put xrandr scripts before this line.
You can, but a scaling factor of 2 on a 1440p screen makes everything huge.
Scaling was really mean for really high dpi screens. In my case I have slightly higher than average DPI, so I am kinda screwed unless I figure out a way to set a new custom resolution and embed the script in GDM