A kinf off dirty work around that a just added. It will not show You're
network icon but well show a menu entry network settings. In the real
base menu. Which after all is the most importatnt. I was also ennoyed
with the missing sound settings. And for both there is no descent gnome
extention to find for gnome 3.10 .

Just add to the file /usr/share/gnome-shell/js/ui/status/volume.js  The
following adds after line 325

        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
        this.menu.addSettingsAction(_("Network Settings"), 
'gnome-network-panel.desktop');
        this.indicators.connect('scroll-event', Lang.bind(this, 
this._onScrollEvent));
        this._control.open();

        this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
        this.menu.addSettingsAction(_("Sound Settings"), 
'gnome-sound-panel.desktop');
        this.indicators.connect('scroll-event', Lang.bind(this, 
this._onScrollEvent));
        this._control.open();

and before the line containing
this.menu.addMenuItem(this._volumeMenu);

And restart you're pc. Now you will find network settings and sound
settings under the basic menu (where you find the start and stop
commands log outs commnads and so on

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1308291

Title:
  network-manager icon is gone in 14.04

Status in “gnome-shell” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 14.04, the network-manger icon is no longer shown
  by gnome-shell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1308291/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to