is it possible to add network icon on login panel?

Asked by Anant Kumar Singh

I am looking for solution in gtk-greeter where we can add/enable network(network-manager/nm-applet) in loogin panel. so that users can select a network(lan/wifi) before login. I am using gtk-greeter in lxde.

Question information

Language:
English Edit question
Status:
Answered
For:
LightDM GTK Greeter Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andrew P. (kalgasnik) said :
#1

1. Greeter do not have special code for launching NetworkManager applet (unity-greeter have).
2. But yes, it's possible.

You need greeter version from trunk and "libapplication" indicator ("indicator-application" package for Ubuntu).
Greeter nust be compiled with indicators support (default for Ubuntu).

lightdm-gtk-greeter.conf:

[greeter]
...
# Launch nm-applet instead of screen reader
reader=nm-applet
# Launch it when greeter starts
a11y-states=+reader
# Indicator that can display nm-applet icon
indicators=<your panel items>;libapplication.so

At this moment it's the simplest way to get NM icon at greeter screen. It's not solution - it's workaround.

Revision history for this message
Anant Kumar Singh (anantkumarsingh) said :
#2

Thanks for your response Andrew.

I will try this workaround.

If it is possible in current architecture, I would like to add this feature in greeter. What needs to be done to add this feature? Can you give some pointer so that I can try.

Revision history for this message
Charly Pirre (charletto1) said :
#3

Hi,
I am also looking for a solution in the lightdm-gtk greeter to show up an network indicator. Could you please explain the workarraound in more detail?!

I run a couple of old netbooks (eeePCs) with Lubuntu 14.10 as clients in a Microsoft AD domain. To authenticate a user on a domain controler a proper WLAN or LAN connection is needed before a user is logged on.

Revision history for this message
Diego Sanjuan (dspadial) said :
#4

Thank you for all the information.
But sadly I could not solve the problem.
Could give us some more details on how to launch the nm-applet within the LightDM-gtk-greeter.

Revision history for this message
desouza85 (desouza85-gmail) said :
#5

I can confirm. It works.

vi /etc/lightdm/lightdm-gtk-greeter.conf

[greeter]
reader=nm-applet
a11y-states=+reader
indicators=~language;~session;libapplication.so; (In my case)

restart lightdm deamon ( /etc/init.d/lightdm restart) or reboot.

Revision history for this message
desouza85 (desouza85-gmail) said :
#6

But when I login , the connection hangs.
It won't keep the connection. I have to connect again.

Revision history for this message
Diego Sanjuan (dspadial) said :
#7

Sorry. What distribution do you use?
Have you compiled lightdm?
In my case it does not work:
In "/var/log/lightdm/seat0-greeter.log" you can see this:

** (lightdm-gtk-greeter:2587): WARNING **: [PIDs] Failed to execute command: upstart

(nm-applet:2629): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Recurso no disponible temporalmente) on X server :0.

Can you help with this problem?

Provide an answer of your own, or ask Anant Kumar Singh for more information if necessary.

To post a message you must log in.