[Risolto] - MX-18.0 - Larghezza scrollbar di firefox.

Forum italiano degli utenti MX
Post Reply
Message
Author
User avatar
Apanta
Posts: 96
Joined: Wed Mar 27, 2019 2:04 pm

[Risolto] - MX-18.0 - Larghezza scrollbar di firefox.

#1 Post by Apanta »

Salve, sotto ubuntu e Mint, avevo risolto per ottenere la scrollbar di firefox un pò più larga (questioni di vista),
scrollbar firefox.png
usando questo input:

Code: Select all

Create a plain text file called   
gtk.css  into:

~/.config/gtk-3.0    with the following content:

*{
-GtkRange-slider-width: 15;
}

This will affect all your gtk3 applications (Firefox, Thunderbird)
If you want it to only affect Firefox, that will take some more work.
In questo modo, variando il valore width sono riuscito ad avere la scrollbar a misura del mio visus abituale.
su MX-18.1 ho provato come root ad entrare nel file: ~/.config/gtk-3.0 per metterci dentro la stringa di cui sopra, ma ho trovato al suo interno un file già esistente nominato gtk.css con dentro la seguente stringa:

Code: Select all

/*set custom gtk3/css code below */
Ho provato allora ad aggiungere la mia stringa, per avere un file del tipo:

Code: Select all

/*set custom gtk3/css code below */

*{
-GtkRange-slider-width: 15;
}
ho salvato e riavviato, ma la larghezza della scrollbar non si è modificata.
Ho provato allora ad eliminare la scritta trovata all'interno del file gtk.css
in modo da avere:

Code: Select all

*{
-GtkRange-slider-width: 15;
}
ma il risultato non è cambiato.
Avete suggerimenti?.
Grazie
You do not have the required permissions to view the files attached to this post.
Last edited by Apanta on Mon Apr 15, 2019 6:52 am, edited 1 time in total.
MX-23.2 Libretto - Ubuntu 22.04 gnome - UbuBudgie 22.04
First read and, in doubt, ask, This is the best way to learn

User avatar
Apanta
Posts: 96
Joined: Wed Mar 27, 2019 2:04 pm

MX-18.0 - Larghezza scrollbar di firefox.

#2 Post by Apanta »

Ho risolto con l'aiuto del forum generale.
Condivido la soluzione per eventuali altri utenti:
viewtopic.php?f=23&t=49675&p=496421#p496421
Grazie
MX-23.2 Libretto - Ubuntu 22.04 gnome - UbuBudgie 22.04
First read and, in doubt, ask, This is the best way to learn

Post Reply

Return to “Forum Italiano”