Hi all!
I'm working on a small program that unifies the color scheme over all configs of TDE. But I found something that I quite don't understand: .trinity/share/config/kdeglobals has a bunch of color definitions, but almost all are set to "invalid" in my config.
Does anybody know what these are good for - and why "colorScheme=" is empty?
Nik
excerpt with all sectionnames + color from ~/.trinity/share/config/kdeglobals:
[DesktopIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [General] linkColor=140,140,255 visitedLinkColor=255,136,255 [KDE] colorScheme= [MainToolbarIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [PanelIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [SmallIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [ToolbarIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid
On Mon, 9 Aug 2021, Dr. Nikolaus Klepp wrote:
I'm working on a small program that unifies the color scheme over all configs of TDE. But I found something that I quite don't understand: .trinity/share/config/kdeglobals has a bunch of color definitions, but almost all are set to "invalid" in my config.
FWIW, it is the same here, too.
I happen to have an old $HOME saved on the system, and grep'ping .trinity/share/config/kdeglobals for "invalid" only shows ActiveColor=invalid ActiveColor2=invalid ActiveColor=invalid ActiveColor2=invalid That $HOME goes back 5 or more years...
Jonesy
Anno domini 06:22:54 Mon, 9 Aug 2021 -0600 (MDT) Marvin Jones via tde-users scripsit:
On Mon, 9 Aug 2021, Dr. Nikolaus Klepp wrote:
I'm working on a small program that unifies the color scheme over all configs of TDE. But I found something that I quite don't understand: .trinity/share/config/kdeglobals has a bunch of color definitions, but almost all are set to "invalid" in my config.
FWIW, it is the same here, too.
I happen to have an old $HOME saved on the system, and grep'ping .trinity/share/config/kdeglobals for "invalid" only shows ActiveColor=invalid ActiveColor2=invalid ActiveColor=invalid ActiveColor2=invalid That $HOME goes back 5 or more years...
Jonesy
5 years? Oh my ... your $HOME is still pristine :)
Nik
On Mon, 9 Aug 2021 06:22:54 -0600 (MDT) Marvin Jones via tde-users users@trinitydesktop.org wrote:
On Mon, 9 Aug 2021, Dr. Nikolaus Klepp wrote:
I'm working on a small program that unifies the color scheme over all configs of TDE. But I found something that I quite don't understand: .trinity/share/config/kdeglobals has a bunch of color definitions, but almost all are set to "invalid" in my config.
FWIW, it is the same here, too.
I happen to have an old $HOME saved on the system, and grep'ping .trinity/share/config/kdeglobals for "invalid" only shows ActiveColor=invalid ActiveColor2=invalid ActiveColor=invalid ActiveColor2=invalid That $HOME goes back 5 or more years...
My kdeglobals contains not a single "invalid"—all those colour entries are filled out, but I have no idea what, if anything, they do.
E. Liddell
On Monday 09 August 2021 04:31:28 Dr. Nikolaus Klepp wrote:
Hi all!
I'm working on a small program that unifies the color scheme over all configs of TDE. But I found something that I quite don't understand: .trinity/share/config/kdeglobals has a bunch of color definitions, but almost all are set to "invalid" in my config.
Does anybody know what these are good for - and why "colorScheme=" is empty?
Nik
excerpt with all sectionnames + color from ~/.trinity/share/config/kdeglobals:
[DesktopIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [General] linkColor=140,140,255 visitedLinkColor=255,136,255 [KDE] colorScheme= [MainToolbarIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [PanelIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [SmallIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [ToolbarIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid
Mine are rather different:
[$Version] update_info=socks.upd:trinity.0/r1,mouse_cursor_theme.upd:trinity.4.99,tdeaccel.upd:trinity.3/r1,klippershortcuts.upd:04112002,kded.upd:trinity.0,twin.upd:trinity.2Xinerama
[DesktopIcons] ActiveColor=70,42,7 ActiveColor2=43,26,4 ActiveEffect=none ActiveSemiTransparent=false ActiveValue=1 Animated=false DefaultColor=59,59,59 DefaultColor2=38,38,38 DefaultEffect=none DefaultSemiTransparent=false DefaultValue=1 DisabledColor=23,23,23 DisabledColor2=75,75,75 DisabledEffect=none DisabledSemiTransparent=false DisabledValue=1 DoublePixels=false Size=32
However, I *believe* that this file is related to these places (as well as maybe others): /home/<USER>/.trinity/share/config/kdm/trinity.kcsrc /home/<USER>/.trinity/share/config/tdm/trinity.kcsrc
/home/<USER>/.trinity/share/config/tdedisplay/tdedisplayconfigrc
If you have legacy KDE or KDE3 configurations, also the same -rc files here: /home/<USER>/.kde/share/config/*
And these all relate (I *believe*) to TCC / Appearance & Themes / Colors. If you have created your own color profile (and named it something), you ought to find that it relates to here. Whatever you set here (I *believe*) changes the values here:
/home/<USER>/.trinity/share/config/tdm/trinity.kcsrc /home/<USER>/.trinity/share/config/kdeglobals
Following this last file, in the same folder, I also have: kdeglobalsiHiNP9.new kdeglobalsJWjdaa.new kdeglobals.locklq06XV.tmp kdeglobalso5Mlei.new kdeglobalsuotrUb.new
But all but one of these are empty documents. They mostly appear to be left over from my KDE3 desktop, circa 2005/2006 or so; or, when I finally jumped ship to escape the rotten Apples and Windoze and other proprietary stuff.
I say "I believe" throughout, because I haven't done much of anything with these settings since then, and only vaguely recall how they seem to fit together with these other places.
Bill
On 2021-08-09 06:31:28 Dr. Nikolaus Klepp wrote:
Hi all!
I'm working on a small program that unifies the color scheme over all configs of TDE. But I found something that I quite don't understand: .trinity/share/config/kdeglobals has a bunch of color definitions, but almost all are set to "invalid" in my config.
Does anybody know what these are good for - and why "colorScheme=" is empty?
Nik
excerpt with all sectionnames + color from ~/.trinity/share/config/kdeglobals:
[DesktopIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [General] linkColor=140,140,255 visitedLinkColor=255,136,255 [KDE] colorScheme= [MainToolbarIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [PanelIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [SmallIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [ToolbarIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid
I think that these values depend on whether or not you have customized values in Control Center => Appearances and Themes => Colors If you're using an uncustomized theme this is probably the way Control Center indicates default colour values.
Leslie -- Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0
Anno domini 2021 Tue, 10 Aug 13:32:41 -0500 J Leslie Turriff scripsit:
On 2021-08-09 06:31:28 Dr. Nikolaus Klepp wrote:
Hi all!
I'm working on a small program that unifies the color scheme over all configs of TDE. But I found something that I quite don't understand: .trinity/share/config/kdeglobals has a bunch of color definitions, but almost all are set to "invalid" in my config.
Does anybody know what these are good for - and why "colorScheme=" is empty?
Nik
excerpt with all sectionnames + color from ~/.trinity/share/config/kdeglobals:
[DesktopIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [General] linkColor=140,140,255 visitedLinkColor=255,136,255 [KDE] colorScheme= [MainToolbarIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [PanelIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [SmallIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid [ToolbarIcons] ActiveColor=invalid ActiveColor2=invalid DefaultColor=invalid DefaultColor2=invalid DisabledColor=invalid DisabledColor2=invalid
I think that these values depend on whether or not you have customized values in Control Center => Appearances and Themes => Colors If you're using an uncustomized theme this is probably the way Control Center indicates default colour values.
Hm ... I'm quite sure I have all colors customized. That's why I'm so surprised.
Nik
Leslie
Operating System: Linux Distribution: openSUSE Leap 15.3 x86_64 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.10 tde-config: 1.0 ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...