FLTK logo

Re: [fltk.bugs] [HIGH] STR #1605: uncomprensible text strings with kdesu

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.bugs  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [HIGH] STR #1605: uncomprensible text strings with kdesu Greg Ercolano Feb 16, 2007  
 
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

This might not be an FLTK issue; check to see if kdesu is setting some
environment variable that is somehow messing up fltk's ability to access
fonts. You might try adding a line like:

system("printenv > /var/tmp/foo");

in your FLTK program, and compare the contents of /var/tmp/foo when
invoked from kdesu vs. sudo, to see if there's any critical variables
being set (LOCALE, etc) that is causing the trouble, and if so, possibly
modify your app to look for this problem and prevent it.

I'm not sure, just chiming in..

Link: http://www.fltk.org/str.php?L1605
Version: 1.1.7


Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.