Re: [Lxde-list] [FOSSAPC@NCTU]How to remove lxqt if I build it from source?

2015-05-28 Thread 張育瑄
OK, Thanks!!!

 於 2015年5月29日 週五 上午3:00寫道:

> On Wed, 27 May 2015 16:10:33 +
>  wrote:
>
> > Hello, I’m a student from NCTU at Taiwan.
> >
> > My team want to contribute to the lxqt project.
> >
> > So we build lxqt from source on Ubuntu 15.04
> >
> > We follow the instructions in
> http://wiki.lxde.org/en/Build_LXDE-Qt_From_Source
> >
> > Below is our steps:
> >
> >   $export USE_QT5=ON
> >
> >   $LIB_SUFFIX=64 ./build_all.sh
> >
> >
> > And the lxqt-panel behaves normally at first.
> >
> > But when I pluged the external monitor, it crashed.
> >
> > And never come back no matter how many time I restart my computer even
> after I rebuild
> > it from source.
> >
> > So how can I remove lxqt and all its internal dependency?Or how can I
> recover
> > lxqt-panel without removing lxqt and rebuild all?
> >
> > Thanks a lot!
>
>
> Hi Harry,
>
> Check the content of /var/crash, and when you find files there have a look
> to see what it
> says then remove it/them. As long as there are files there, crashes are
> known to
> continue.
>
> While you are at it, you might want to check some log files in /var/log,
> just after a
> crash, which might provide you some information, such as /var/log/syslog
> (the last
> lines), /var/log/ and also the outputs (as root) of journalctl (check the
> options with
> the man).
>
> Best regards,
> Mélodie
>
> --
>
> http://linuxvillage.org/en
>
>
>
>
> --
> ___
> Lxde-list mailing list
> Lxde-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxde-list
>
--
___
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list


Re: [Lxde-list] [FOSSAPC@NCTU]How to remove lxqt if I build it from source?

2015-05-28 Thread meets
On Wed, 27 May 2015 16:10:33 +
 wrote:

> Hello, I’m a student from NCTU at Taiwan.
> 
> My team want to contribute to the lxqt project.
> 
> So we build lxqt from source on Ubuntu 15.04
> 
> We follow the instructions in 
> http://wiki.lxde.org/en/Build_LXDE-Qt_From_Source
> 
> Below is our steps:
> 
>   $export USE_QT5=ON
> 
>   $LIB_SUFFIX=64 ./build_all.sh
> 
> 
> And the lxqt-panel behaves normally at first.
> 
> But when I pluged the external monitor, it crashed.
> 
> And never come back no matter how many time I restart my computer even after 
> I rebuild
> it from source.
> 
> So how can I remove lxqt and all its internal dependency?Or how can I recover
> lxqt-panel without removing lxqt and rebuild all?
> 
> Thanks a lot!


Hi Harry,

Check the content of /var/crash, and when you find files there have a look to 
see what it
says then remove it/them. As long as there are files there, crashes are known to
continue.

While you are at it, you might want to check some log files in /var/log, just 
after a 
crash, which might provide you some information, such as /var/log/syslog (the 
last
lines), /var/log/ and also the outputs (as root) of journalctl (check the 
options with
the man).

Best regards,
Mélodie

--

http://linuxvillage.org/en



--
___
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list


Re: [Lxde-list] [FOSSAPC@NCTU]How to remove lxqt if I build it from source?

2015-05-27 Thread Paulo Lieuthier

Hi Harry,

welcome to LXQt, you and your team. It's good to have more contributors.

Inseide all build directories, you'll find a file generated by CMake 
which contains the files installed, called install_manifest.txt.


You can do something like: cat install_manifest.txt | xargs sudo rm. And 
if needed, although it looks a little dirty, you can always do: find 
/usr -iname lxqt -exec sudo rm {} \;


Looking forward to seeing code from you guys,
Paulo Lieuthier

On 05/27/2015 01:10 PM, harry830...@gmail.com wrote:







Hello, I’m a student from NCTU at Taiwan.
My team want to contribute to the lxqt project.
So we build lxqt from source on Ubuntu 15.04
We follow the instructions in 
http://wiki.lxde.org/en/Build_LXDE-Qt_From_Source

Below is our steps:
  $export USE_QT5=ON
  $LIB_SUFFIX=64 ./build_all.sh

And the lxqt-panel behaves normally at first.
But when I pluged the external monitor, it crashed.
And never come back no matter how many time I restart my computer even 
after I rebuild it from source.
So how can I remove lxqt and all its internal dependency?Or how can I 
recover lxqt-panel without removing lxqt and rebuild all?

Thanks a lot!

Harry Chang
harry830...@gmail.com 






--


___
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list





--
___
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list