| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> hi <1> anyone using synaptics and willing to help me test out a patch? <2> sure <2> if i dont have to use synaptic <1> you have to use synaptic <1> it's a patch to the driver <1> I bet poolio will! <2> nope, i know myself too good to know i will break something <3> _markt: hmm? <3> _markt: I'm getting my name in a publication :) <1> I'm looking for someone to help me test a patch to the synaptics driver <1> I did that years ago <3> _markt: I have a synaptics touchpad and never did install the synaptics driver for it =P I should probably do that. <1> oh, then I guess it won't get any real use out of you <4> bye <5> Rathnor: I second tenner's request :)
<1> what was tenner's request? <5> Warning: unbalanced [encoding] tags <5> what's this? <5> basically <1> the menu has new [encoding] and [endencoding] tags to specify the encoding used in that section of the menu file <1> so that distributions can have common includes without changing it for every locale <2> but what does unbalanced mean in this context? <1> I would guess that there's more of one than the other <2> good night <6> eh <6> can i use XF86* keynames in my fluxboy keyfile? <6> XF86AudioLower or whatever <1> you can use anything that xev reports <6> very nice <7> DeadCanny: they work <6> =) <6> ty <6> ps x <6> huh <6> wrong window :) <6> ehehehe it works <1> yeah, I generally pipe my own output to the room when people do that, but I didn't feel like flooding <7> =) <5> uname -a :) <1> Linux localhost 2.6.17-gentoo-r4T #1 PREEMPT Sat Jul 22 06:24:38 CDT 2006 i686 mobile AMD Athlon(tm) XP2800+ AuthenticAMD GNU/Linux <6> :P <6> now i dont have to use any crap like lineak <1> or maybe you were looking for this: bash: syntax error near unexpected token `)' <5> nah, I was just curious what did you named your host <8> i am on a dual display system...how can i make is so when i launch an application it only opens on one of the screens, i have fluxbox compiled with xinerama if that helps <1> you should have xinerama enabled in xorg, too <8> _markt, what would that line look like? <1> I don't know <8> for most things i don't have an issue with it opening in the middle of the screen <8> i just want to set it so when i open this one application it opens on one screen <1> it's nothing to do with the application <1> if it's enabled in fluxbox and xorg, it should just work <8> well <1> what happens when you maximize a window? <8> the issue is that it is a game and grabs the mouse, so you can't move the window <9> hey, who maintains fluxbox in the gentoo portage tree? <1> nobody, apparently <10> the name is in the ebuild <9> rc2 isnt there.. it would be nice <1> yeah, it's nobody here <10> youre telling the wrong people <1> if it was, we'd've banned him by now <9> thats true... <10> go file a bug report <9> lol why bann? <10> bugs.gentoo.org <9> yea i know.. i was going to do that =) <1> 'cause it's been three weeks <9> arrgh... ok me looks into it now <9> http://bugs.gentoo.org/show_bug.cgi?id=139711 | its been there since 2006-07-08 <1> I know <1> someone came in and told us <9> hmmm i think i should just overlay... <11> hello, can anybody help with an error I'm having when I try to start Fluxbox? <1> ,ad <12> state your question including a good description of the problem, your fluxbox-version, perhaps the distro is running and wait, til someone answers, dont ask to ask or ask unspecific general questions just to hear a sound ... :)
<11> well, i'm runing Mandriva 2006 <11> Fluxbox version is 0.9.16 <1> interesting theory... <11> and the error is "couldn't connect to XServer" <1> run this: startx `which startfluxbox` <11> ok, I'm going to try that <9> _markt, i've been wondering about the amsn problem... there was blame being somewhat thrown around ... whats up with it? <1> what's up is that I can't reproduce it and thus can't ***ess the blame <1> I didn't find anything wrong with the fluxbox code <9> its quite wierd... i cant reproduce it either.. it seems very random <1> probably a race condition <1> which means that it could easily be amsn's fault for mapping the window itself <9> hmmm that is true <1> there's a bug on the tracker <9> the wierd thing is that the email icon seems to always dock fine ... <7> xaNz-Laptop: sounds like amsn's fault then <9> yes, and it probably does tie into _markt 's other idea of the race condition... <9> it makes sense <9> the puzzling fact tho is that it works fine in gnome and kde <1> it could be a combination of them doing the wrong thing and us not being sensitive to them doing the wrong thing <9> i agree <1> the code would definitely support that theory on our end <1> I guess I can take a look at amsn's code <9> _markt, good luck =) <1> ok, it looks like amsn is mapping the window, doing some stuff to it, then unmapping it, then sending the message to request docking; I suspect that the bug occurs when the message arrives before the unmapnotify event <9> _markt, you are looking at libtray.c? <1> yeah <1> but then it would still disappear afterward, I think <9> hmmm DockIcon(ClientData clientData) is used for both mail and the main icon tho.. <9> yea... <1> could just be a difference in the number of events going through; when the main icon is created, fluxbox is receving lots of events from the other stuff amsn is creating <9> its not the unmapping <1> hmmm? <9> i tried putting it through the "KWin" side of the if statement <9> the mail icon still gets docked <9> the main does not <1> that should fail miserably with fluxbox <1> I bet the mail icon doesn't go through here, then <9> ? <9> it does <9> i have a print statement ... it gets run twice <1> hmmm <1> oh, never mind; we do have support for kde's system <1> are you sure it isn't the same window getting called twice? 8) <9> hmm no im not sure.. ill make sure <1> try printing icon->win; it should be an unsigned long <13> hi everyone <1> anyway, they're definitely not doing the right thing, mapping the window themselves and then setting XEMBED_MAPPED <13> when using alt+tab in fluxbox; the minimized windows are not included, is there a way to have them switch too <1> update to svn <13> _markt: should i update to svn> <1> yes <13> great. thanx <1> xaNz-Laptop: what happens if you just remove everything between the map and unmap? <1> inclusive <9> ok ill try <9> nothign new happens and the mail and main both go thru the same thing <1> hmmm, so it must be something before this function <1> unfortunately, I can't tell what calls it <9> hang on... i restarted fluxbox and its *seeming* to work <9> gonna restart it a bit and see <9> ok i restarted it about 5 times seems like its something to do with the mapping / unmapping <1> as I suspected <1> well, does it have any noticeable effect on the appearance of the icon? <1> well, if that fixes it for you, then I'm going to work on something else <9> ill keep looking into it... it might have fixed it <9> then again i changed things back and the error doesnt occur ... dont worry about it ill keep looking into it... thanks =) <14> I just installed flux and I can't see a desktop background <14> why is that ? <15> what are you expecting? <14> I'm expecting what I see in dsl or slackware - changing shades of background according to style <14> I changes styles and it stays black <14> changed
Return to
#fluxbox or Go to some related
logs:
#php turing compiler linux vsftpd unknown host rpm php-pear-db rhel4 REAPIT TUTORIAL 2 sessions xchat Gentoo egg_desktop_entries_add_group: assertion `egg_desktop_entries_lookup_grou en dash ubuntu eppicat substack alaska
|
|