Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
04-27-2014, 11:06 PM
|
#61
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,794
Original Poster
|
Well, at least they are in .css which is easy to spot on
if those were hardcoded in .c or .cpp or any other source code, it would be harder to debug
|
|
|
04-27-2014, 11:10 PM
|
#62
|
Member
Registered: Mar 2009
Location: Gold Coast, Queensland, Australia
Distribution: Puppy, Slackware
Posts: 92
Rep:
|
Quote:
Originally Posted by Woodsman
Took me a long while to find solutions:
* Restore GTK3 scrollbar slider behavior to Page Up/Page Down
touch /etc/gtk-3.0/settings.ini
[Settings]
gtk-primary-button-warps-slider=0
* Fix GTK3 scrollbar slider width
/usr/share/themes/$THEME/gtk-3.0/gtk-widgets.css: default -GtkRange-slider-width: 19px
* Fix Cinnamon menu scrollbar width
/usr/share/themes/$THEME/cinnamon/cinnamon.css: StScrollView STScrollBar min-width: 19px
I place that into /etc/gtk-2.0/gtkrc. Easier for everybody all around.
So many developers seem to display ignorance toward older users. They focus on making everything as small as possible. Some kind of nutty philosophy about "maximizing screen real estate." Or, they develop on monitors that are as big as televisions and everything looks grand --- to them. They forget to test the same design on humble 19" monitors. Web developers and their obsession with small fonts make the same design mistake.
|
And of course there is no consideration of touch screen either.
By the way, I don't think "px" is necessary as the documentation for GtkRange requires a gint type.
I managed to override the settings without altering themes; it is recommended (sorry can't find link now but it was on stackoverflow) to make ~/.config/gtk-3.0/{gtk.css,gtk-mine.css} containing;
Code:
@import url("gtk-mine.css");
and
Code:
* {
-GtkRange-slider-width: 18;
/* other stuff can go here */
}
respectively.
That should work OK if themes are ever changed. EDIT: trouble is it's only per user, doesn't seem to work from /etc/gtk-3.0.
Last edited by 01micko; 04-27-2014 at 11:17 PM.
|
|
|
04-28-2014, 03:08 PM
|
#63
|
Senior Member
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482
|
This is kind of thing pisses me off. No wonder many people shrug off Linux systems. Developers seldom work with non geeks. Watch any person with vision problems. The moment their necks start craning toward the monitor is a clue that the design is wrong. Those skinny sliders? Have any person with even a mild palsy test the desktop. Problems are revealed before the chair cushion is warm. Default mouse button double-click speeds? A person needs to move the finger faster than rabbits hump.
"Oh, just edit these text files...." Geeks roll over like pigs in mud thinking that is so cool. Normal people laugh and say "Bullshit."
A big problem with free/libre development is the developers receive feedback only from fellow geeks. They need to test with the other 6,999,999,998 people in this world.
Nobody involved here in this thread is responsible. Just saying this kind of thing is significantly common in free/libre software.
Oh well, now back to trying to figure out why a simple USB web cam does not work. And a printer. Some days Linux systems are indeed a joke.
|
|
|
05-03-2014, 07:22 AM
|
#64
|
Member
Registered: Aug 2003
Location: Shenzhen, China
Distribution: Slackware
Posts: 306
Rep:
|
pptp vpn is not working under Cinnamon. It is working fine under XFCE. I do not know why.
|
|
|
05-03-2014, 08:36 AM
|
#65
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,794
Original Poster
|
can you try running them from terminal?
|
|
|
05-03-2014, 05:26 PM
|
#66
|
Senior Member
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482
|
In Cinnamon, in the Nemo file manager, the default folder expanion widget is a triangle. In Mate the default folder expansion widget is the traditional + sign in a box. What is the GTK3 magical trick to change the triangle widgets to a + sign?
|
|
|
05-03-2014, 05:48 PM
|
#67
|
Senior Member
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482
|
Previous in this thread I posted some work-arounds for the narrow sliders. Is there a GTK3 way to make those changes global, through the /etc/gtk-3.0/settings.ini file?
|
|
|
05-03-2014, 08:12 PM
|
#68
|
Member
Registered: Aug 2003
Location: Shenzhen, China
Distribution: Slackware
Posts: 306
Rep:
|
Quote:
Originally Posted by willysr
can you try running them from terminal?
|
This did the trick. Running from terminal, the keyring prompt appeared, and I could enter key. There was no keyring prompt before, I think this is the source. Thanks a lot.
|
|
|
05-03-2014, 08:37 PM
|
#69
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,794
Original Poster
|
Quote:
Originally Posted by Woodsman
Previous in this thread I posted some work-arounds for the narrow sliders. Is there a GTK3 way to make those changes global, through the /etc/gtk-3.0/settings.ini file?
|
i'm not sure whether those kind of changes can be made through settings.ini
|
|
|
05-03-2014, 10:33 PM
|
#70
|
Senior Member
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482
|
Quote:
i'm not sure whether those kind of changes can be made through settings.ini
|
So no GUI method and no global config method?
|
|
|
05-03-2014, 10:50 PM
|
#71
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,794
Original Poster
|
They do provide system settings. You can have a look on the Preferences or in the main menu window
|
|
|
06-05-2014, 04:22 PM
|
#72
|
Member
Registered: Nov 2003
Distribution: Porteus 3.2 Mate (Slackware)
Posts: 141
Rep:
|
I use Porteus 3.0 and like to build a module but first remove the 003-mate.xzm and replace it with Cinnamon. Is there a order to install the packages to build cinnamon?
|
|
|
06-05-2014, 05:08 PM
|
#73
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,335
|
see willy's github repository: it contains a README and also a BUILD_ORDER file.
|
|
|
All times are GMT -5. The time now is 10:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|