You are not logged in.

#1 2012-01-23 15:20:54

cornelius14
Member
Registered: 2012-01-22
Posts: 6

{partial solved] nm-applet not appear in tint2

Hello, i have problem i can't autostart nm-applet, even i already add command:

nm-applet &

to autostart, after login to openbox i need to open terminal then: sudo NetworkManager
after that command the nm-applet appear in tint2.

any help?thank you

i just switch using wicd.

Last edited by cornelius14 (2012-01-24 11:25:01)

Offline

#2 2012-01-23 21:48:28

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

Re: {partial solved] nm-applet not appear in tint2

Is your networkmanager daemon running ? Check it in the daemons array in /etc/rc.conf.


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#3 2012-01-24 01:25:26

cornelius14
Member
Registered: 2012-01-22
Posts: 6

Re: {partial solved] nm-applet not appear in tint2

sorry,forgot to mention,yes my networkmanager daemon already running in /etc/rc.conf and already after dbus

thank you

Last edited by cornelius14 (2012-01-24 01:38:51)

Offline

#4 2012-01-25 17:12:29

JuseBox
Member
Registered: 2009-11-27
Posts: 260

Re: {partial solved] nm-applet not appear in tint2

I personally have been using wpa_cli and doing it manually. but in your case. How is your autostart.sh setup? Would you mind posting that? I will show you mine for an example:

--------------------------------------------------------------------------------
$ @Archlinux 12:07 PM ~
--------------------------------------------------------------------------------
 > cat .config/openbox/autostart 
#
# These things are run when an Openbox X Session is started.
# You may place a similar script in $HOME/.config/openbox/autostart
# to run user-specific things.
#

(sleep 1 && exec $HOME/.config/start-it/dual-it-up) &
(sleep 2 && exec tint2) &
(sleep 3 && exec parcellite) &
(sleep 4 && exec thunar --daemon) &
(sleep 5 && exec xscreensaver -no-splash) &
(sleep 6 && exec conky) &

Let I let things sleep after starting. I think there could be an issue with how things are starting. Maybe you could try to load tint2 first then sleep 1 and then start nm-applet? Doing this I have never had issues with items showing or working.


Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD

Offline

Board footer

Powered by FluxBB