Hi
I am new to PC-BSD, but very keen on and would like to give it a good try and eventually help with testing or whatever I manage to help.
For now I need some help.
My choice for desktop environment is xfce4, because I am well familiar with and I prefer it than KDE. I already noticed that BSD is actually more comfortable using qt based environment. Anyway lets point to the main reason I opened this thread.
I want to try the pc-netmanager / pc-nettray, but I can't make it to work from xfce4. For now I installed it via pkg_add and tried to start it in different ways:
1. pc-netmanager showed me that needs to be run by root. So I tired:
|
Quote:
|
[martian@pcbsd-2794] ~> pc-su pc-netmanager
This libgtop was compiled on FreeBSD 9.0-RC3 i386
If you see strange problems caused by it,
you should recompile libgtop and dependent applications
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Locale: "en"
/usr/local/bin/pc-netmanager: Undefined symbol "_ZN5Utils16getConfFileValueE7QStringS0_i"LibG Top-Server: pid 24427 received eof.
|
2. From different sources I understood that most likely kdesu would help. So I tried:
|
Quote:
|
[martian@pcbsd-2794] ~> kdesu
kdesu: Command not found.
[martian@pcbsd-2794] ~> which kdesu
kdesu: Command not found.
Strange, because if I do:
[martian@pcbsd-2794] ~> set autolist
[martian@pcbsd-2794] ~> kde (hitting tab here)
kde4-config kded4 kdeinit4 kdeinit4_shutdown kdeinit4_wrapper kdestroy kdesu
I don't know where this kdesu it comes from?
|
3. Anyway I tried different approach and almost worked
|
Quote:
|
[martian@pcbsd-2794] ~> pc-su /usr/local/kde4/bin/kdeinit4_wrapper pc-netmanager
This libgtop was compiled on FreeBSD 9.0-RC3 i386
If you see strange problems caused by it,
you should recompile libgtop and dependent applications
Launched ok, pid = 25171
LibGTop-Server: pid 25167 received eof.
[martian@pcbsd-2794] ~> ps aux | grep 25171
martian 25191 0.0 0.1 9748 1356 0 S+ 12:20AM 0:00.00 grep 25171
|
4. pc-nettray has almost the same behavior:
|
Quote:
|
[martian@pcbsd-2794] ~> pc-nettray
Locale: "en"
[martian@pcbsd-2794] ~> pc-su pc-nettray
This libgtop was compiled on FreeBSD 9.0-RC3 i386
If you see strange problems caused by it,
you should recompile libgtop and dependent applications
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Locale: "en"
LibGTop-Server: pid 25327 received eof.
|
5. Later I found an icon for "Network Configuration" in pc-controlpanel, but it's not starting as well. Running Control Panel from the console and clicking over the Network Configuration icon shows me:
|
Quote:
|
[martian@pcbsd-2794] ~> pc-controlpanel
QMetaObject::connectSlotsByName: No matching signal for on_itemActivated(QListWidgetItem*)
Locale: "en"
/usr/local/bin/pc-netmanager: Undefined symbol "_ZN5Utils16getConfFileValueE7QStringS0_i"
|
... but nothing show up.
I wonder is it necessary to install full KDE? I would prefer to use XFce anyway
Any help would be appreciated!
P.S. Sorry, I mixed up the forum. Please move this thread to XFCE related forum!
Cheers,
Martin