You are not logged in.

#1 2009-01-13 19:10:02

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

xfce4 and gnome-network-manager [solved]

I just made a clean install of archlinux. installed xorg and Xfce4, xfce-goodies, gnome-panel, gnome-desktop and gnome-network-manager. also I enabled GNOME services in startup and sessions. how do I start that network manager now? is nowhere in the settings, nor there is icon to add to the taskbar (i got xfapplets installed too)

Last edited by anarxi (2009-01-14 00:22:42)


there is now knowledge that is not power

Offline

#2 2009-01-13 19:10:57

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: xfce4 and gnome-network-manager [solved]

nm-applet or networkmanager in rc.conf

Last edited by Cew27 (2009-01-13 19:12:51)

Offline

#3 2009-01-13 19:33:11

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.

Gdk-WARNING **: locale not supported by C library


there is now knowledge that is not power

Offline

#4 2009-01-13 19:43:44

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: xfce4 and gnome-network-manager [solved]

whats your locale in rc.conf?

Offline

#5 2009-01-13 19:47:22

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

en_US.utf8


there is now knowledge that is not power

Offline

#6 2009-01-13 19:53:16

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: xfce4 and gnome-network-manager [solved]

quoted from a previous thread
I solved it by uncommenting my <locale><charset> in /etc/locale.gen.

First you have to enable the locales you want being supported by your system. To enable or disable them, the file /etc/locale.gen is used. It contains every locale you can enable, and you have just to uncomment lines you want to do so.

As we want to setup an english UTF-8 conform system, we want to enable en_US.UTF-8. But for compatibility to programs that don't support UTF-8 yet, it's recommended to support any other locale, prefixed with en_US as well. Having this in mind, we enable this set of locales:

en_US.UTF8    UTF-8
en_US  ISO-8859-1

After you've enabled the necessary locales, you have to run locale-gen as root to update them:

# sudo locale-gen
Generating locales...
  en_US.UTF-8... done
  en_US.ISO-8859-1... done
Generation complete.

Offline

#7 2009-01-13 19:54:47

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

yeah just googled that, now I get no errors when I start nm-applet, and no applet itself smile what else I am missing?


there is now knowledge that is not power

Offline

#8 2009-01-13 19:59:43

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: xfce4 and gnome-network-manager [solved]

the notification bar at the top? what happens when you run it from term

Offline

#9 2009-01-13 20:00:36

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: xfce4 and gnome-network-manager [solved]

also try rebooting

Offline

#10 2009-01-13 20:04:47

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

tried rebooting. when I run nm-applet nothing happens, cursor goes to new line and stays there, like application started, except that there is no application.


there is now knowledge that is not power

Offline

#11 2009-01-13 20:13:39

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: xfce4 and gnome-network-manager [solved]

is hal started? (that starts dbus)

Offline

#12 2009-01-13 20:15:45

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

yes hal and dbus are running


there is now knowledge that is not power

Offline

#13 2009-01-13 20:19:58

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: xfce4 and gnome-network-manager [solved]

gmm
get gdb - pacman -S gdb
and run - gdb nm-applet
then  - run
and post output

Offline

#14 2009-01-13 20:22:36

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

em, I got it working. added to rc.conf "networkmanager" and it starts. before I always tried to start manually with nm-applet. thanks.


there is now knowledge that is not power

Offline

#15 2009-01-13 20:32:01

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: xfce4 and gnome-network-manager [solved]

nm-applet or networkmanager in rc.conf
quoted from above, should of been and nor or.
sorry

Offline

#16 2009-01-13 22:04:35

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

this is a bit strange. if I put "nm-applet" in rc.conf it does not start, if i put "networkmanager" i get random ammount of applets (10, or 3, or 5 random after each reboot). I can use "killall nm-applet" and then start from console "nm-applet" then i get just one, and everything is fine. but if I do not put anything in rc.conf, I cannot start at all. neutral


there is now knowledge that is not power

Offline

#17 2009-01-13 22:13:13

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xfce4 and gnome-network-manager [solved]

I guess noone saw this?

Should be pretty comprehensive smile.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#18 2009-01-13 23:17:33

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

I saw that. its the same as starting it from console, does not work. the only way to get nm-applet working for me is tu put "networkmanager" to the rc.conf daemons list, then kill them all then I boot up, and then start it manually.


there is now knowledge that is not power

Offline

#19 2009-01-13 23:59:50

netVare
Member
From: Espoo, Finland
Registered: 2008-12-29
Posts: 13

Re: xfce4 and gnome-network-manager [solved]

I got it working in XFCE by adding a "nm-applet --sm-disable" to startup, but that's XFCE startup (take a look at system configuration in menu) but i didn't put it in rc.conf. And yes it needs hal and networkmanager daemons. Networkmanagers seems to be pulling dhcbcd as well so you can drop it from rc.conf i suppose. I think most of it is in the wiki...

Offline

#20 2009-01-14 00:22:32

anarxi
Member
From: schaumburg, IL
Registered: 2008-12-20
Posts: 55
Website

Re: xfce4 and gnome-network-manager [solved]

ok, i feel stupid. sorry didin't set not to boot network inside rc.conf. (!network) now everything is perfect smile


there is now knowledge that is not power

Offline

Board footer

Powered by FluxBB