From: Seiichi S. <ss...@sh...> - 2005-03-09 01:58:13
|
On Wed, Mar 09, 2005 at 10:12:14AM +0900, MINAMI Hirokazu wrote: > On Tue, Mar 08, 2005 at 09:39:45AM +0100, Mike FABIAN wrote: > > the behavior is different, then I get: > > > > mike@kibou:~$ mlterm -p pic/backgrounds/1x1_blue.png > > X Error of failed request: BadDrawable (invalid Pixmap or Window > > > > Other backgrounds work fine, 1x1_blue.png is the only picture I could > > find so far which shows this problem. > > Hmm, I could reproduce the problem on -depth=8 but not on -depth=24. > Are you running X in 256 color mode? and how did you set your root > pixmap? 'invalid Pixmap' probably is an empty (or uninitilized?) root pixmap pointed by _XROOTPMAP_ID, since FVWM2 seems to set _XROOTPMAP_ID even though no root pixmap is available. Is the attached patch right? -- Seiichi |