You are not logged in.

#1 2006-05-02 14:24:03

Runzajs
Member
Registered: 2005-10-24
Posts: 24

KDE and RgbPath

Looks like KDE ignore the RgbPath from xorg.conf

Try this to reproduce it:
Controll center / Look and Feel / Background
in the option section klick on the color bar, a select color dialogbox
wil popup, now in the dropdown-list select the last or last-1 entry
called *Defined Colors and you wil get a warning :

Can't read the X11-RGB-Colors
/usr/lib/X11/rgb.txt
/usr/X11R6/lib/X11/rgb
/usr/openwin/lib/X11/rgb.txt

i solve this with a symbolic link :
ln -s /usr/share/X11/rgb.txt /usr/lib/X11/rgb.txt

i dont like do such changes this way because in the future pacman can get confused on such
things (file rgb.txt exsists in filesystem ...) but i know this so its np then.

Offline

#2 2006-05-02 17:15:56

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: KDE and RgbPath

Submit a bug report?

Offline

#3 2006-05-02 17:34:57

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: KDE and RgbPath

Bralkein wrote:

Submit a bug report?

If this is not related to me only, and you have this to then feel free to do it.

Offline

#4 2006-05-02 20:12:38

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: KDE and RgbPath

What about setting the correct RgbPath in /etc/X11/xorg.conf? Either set it correct or leave it out.

Offline

#5 2006-05-02 20:34:42

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: KDE and RgbPath

JGC wrote:

What about setting the correct RgbPath in /etc/X11/xorg.conf? Either set it correct or leave it out.

it is like it should be acording to the forum/wiki/docs

Section "Files"
RgbPath      "/usr/share/X11/rgb"
.
EndSection

and as i write "Looks like KDE ignore the RgbPath from xorg.conf " !...

Offline

#6 2006-05-02 23:51:22

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: KDE and RgbPath

Yeah I have the same problem, also my xorg.conf looks fine.

[jack@Jackington ~]$ slocate rgb.txt
/usr/share/X11/rgb.txt
[jack@Jackington ~]$ grep rgb /etc/X11/xorg.conf
# Files section.  This allows default font and rgb paths to be set
    RgbPath     "/usr/share/X11/rgb"

Offline

#7 2006-05-03 00:15:24

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: KDE and RgbPath

Runzajs wrote:

Looks like KDE ignore the RgbPath from xorg.conf

Try this to reproduce it:
Controll center / Look and Feel / Background
in the option section klick on the color bar, a select color dialogbox
wil popup, now in the dropdown-list select the last or last-1 entry
called *Defined Colors and you wil get a warning :

Which KDE do you have? I have 3.5.2 and I don't have what you wrote above?
I have:

Control center / Appearance & Themes / Background 

Offline

#8 2006-05-03 01:34:23

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: KDE and RgbPath

I have the same thing as you, lumiwa, and I get the same bug. You can also see the bug by right-clicking on the clock->configure clock->foreground colour (click on the bar)->drop-down menu at top right of select colour dialogue->named colours.

If "Named Colours" doesn't do the trick, just run the mouse wheel over the box, one of the choices should set it off at least.

Check it out:
[URL=http://img137.imageshack.us/my.php?image=colourerror9we.png]colourerror9we.th.png[/URL]

Offline

#9 2006-05-03 02:55:53

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: KDE and RgbPath

Confirmed, no named colors present here either

Offline

#10 2006-05-03 07:52:23

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: KDE and RgbPath

File a bug then someone smile

Offline

#11 2006-05-03 09:59:22

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: KDE and RgbPath

lumiwa wrote:
Runzajs wrote:

Looks like KDE ignore the RgbPath from xorg.conf

Try this to reproduce it:
Controll center / Look and Feel / Background
in the option section klick on the color bar, a select color dialogbox
wil popup, now in the dropdown-list select the last or last-1 entry
called *Defined Colors and you wil get a warning :

Which KDE do you have? I have 3.5.2 and I don't have what you wrote above?
I have:

Control center / Appearance & Themes / Background 

Controll center / Look and Feel / Background
Reading the words "Control center + Background" should be enought to find it.
(i have translated this in english, so its not must be 100% right, its where you can change you background wallpaper)

This affects all KDE programs where you can open a "select color dialogbox"

Other example :

start kolourpaint (from KDE-menu or from xterm) doubleklick on one of the colors, open the dropdown-list and select last or last-1 item there.

Offline

#12 2006-05-03 19:28:14

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: KDE and RgbPath

Ok I have figured out that the problem is in the kdelibs config scripts. I will (hopefully) fix it then tell KDE about it. Would it be a good idea to also notify the maintainer of the kdelibs package and also provide him/her with a patch? Probably, I guess there's no point in waiting for KDE 3.5.3 for a fix, right?

Offline

#13 2006-05-03 19:43:53

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: KDE and RgbPath

already reported....

Offline

#14 2006-05-03 19:46:11

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: KDE and RgbPath

Bralkein wrote:

Ok I have figured out that the problem is in the kdelibs config scripts. I will (hopefully) fix it then tell KDE about it. Would it be a good idea to also notify the maintainer of the kdelibs package and also provide him/her with a patch? Probably, I guess there's no point in waiting for KDE 3.5.3 for a fix, right?

Plz submit a bug report then : http://bugs.archlinux.org/
and give him some details.

Thx for checking out where the problem is located.

Offline

#15 2006-05-03 19:57:10

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: KDE and RgbPath

mpie wrote:

already reported....

i checked here but i dont found any report : ? http://bugs.archlinux.org/?order=date&p … sort2=desc

you have a URL ?

Offline

#16 2006-05-03 20:03:21

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: KDE and RgbPath

Offline

#17 2006-05-03 20:08:43

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: KDE and RgbPath

Ok, and I will report it to KDE myself.

Offline

#18 2006-05-03 20:44:37

Bralkein
Member
Registered: 2004-10-26
Posts: 354

Re: KDE and RgbPath

I discovered that this problem is simple to fix, requiring only an extra option specified when running the configure script. I will still report the problem to KDE, because obviously their default settings are obsolete and they should probably be trying to autodetect these kind of things anyway.

Offline

Board footer

Powered by FluxBB