2012/7/9 <[email protected]> > Hello! > > On Mon, 9 Jul 2012 08:51:32 +0800 > microcai <[email protected]> wrote: > > > You forgot to disable pgo when you compile some xfce-session . > > > What is 'pgo'? >
profile guided optimize If you enable it , software will generate profile data when it runs. of-course the profile data will be output to the *same* dir it got compiled. That's why it write to /var/tmp But you are not running xfce-session as root, are you? so xfce-session won't be able to create profile data. > > Thanks. > Vladimir > ----- > <[email protected]> > >

