[arch-general] Something wrong with cmake

2012-08-01 Thread Xin Zhao
Dear all, I tried to install vtk in aur. But this gave me the following error: -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) But I tried to wrote a CMakeLists.txt include find_package(JNI). This gave me -- JNI found

Re: [arch-general] How to make wicd work under systemd?

2012-07-08 Thread Xin Zhao
Thank you, Mantas and Tom. Thanks again On Mon, Jul 9, 2012 at 12:37 AM, Tom Gundersen wrote: > On Mon, Jul 9, 2012 at 1:28 AM, Xin Zhao wrote: > > I write my own because > > "systemctl enable wicd.service" failed > > The error message is > > Fai

Re: [arch-general] How to make wicd work under systemd?

2012-07-08 Thread Xin Zhao
I write my own because "systemctl enable wicd.service" failed The error message is Failed to issue method call: File exists So I decide to google and write it on my own On Mon, Jul 9, 2012 at 12:16 AM, Mantas Mikulėnas wrote: > ...In other words, make it exactly like the "wicd.service" uni

[arch-general] How to make wicd work under systemd?

2012-07-08 Thread Xin Zhao
I changed to systemd recently but wicd does not start when system boots as before. I add /etc/systemd/wicd.service typed as [Unit] Description=Wicd Network Manager Requires=syslog.target After=syslog.target Conflicts=NetworkManager.service [Service] Type=dbus BusName=org.wicd.daemon ExecStart=/us