I have a Gnome session definition with XMonad as windows manager where I start the gnome-panel explicitly. The session definition looks like this:
[GNOME Session]
Name=GNOME + XMonad
RequiredComponents=xmonad;gnome-flashback-init;gnome-flashback;gnome-panel;nautilus-classic;org.gnome.SettingsDaemon.A11ySettings;org.gnome.SettingsDaemon.Clipboard;org.gnome.SettingsDaemon.Color;org.gnome.SettingsDaemon.Datetime;org.gnome.SettingsDaemon.Housekeeping;org.gnome.SettingsDaemon.Keyboard;org.gnome.SettingsDaemon.MediaKeys;org.gnome.SettingsDaemon.Mouse;org.gnome.SettingsDaemon.Power;org.gnome.SettingsDaemon.PrintNotifications;org.gnome.SettingsDaemon.Rfkill;org.gnome.SettingsDaemon.ScreensaverProxy;org.gnome.SettingsDaemon.Sharing;org.gnome.SettingsDaemon.Smartcard;org.gnome.SettingsDaemon.Sound;org.gnome.SettingsDaemon.Wacom;org.gnome.SettingsDaemon.XSettings;
With this setup in one english language Ubuntu 18.10 installation the gnome-panel pops up like this:
I tried all applets available but none is supplying the set of items combined in one applet that I see on another german Ubuntu 18.10 installation starting the Gnome shell (gnome-panel), this is the appet layout that I really want:
The above applet contains all the relevant pieces in on applet.
I think both are called "Indicator Applet Complete" but does anybody know why one version is only showing 2 icons while the other shows all icons?
gnome-panelisn't the GNOME panel of old. It's just GNOME shell with some extensions. – muru Dec 01 '18 at 19:57indicator-applet-completeif it helps... @murugnome-panelis still available on 18.10, we can get GNOME FlashBack session based on it. – N0rbert Dec 01 '18 at 19:57gnome-panel– Konrad Eisele Dec 01 '18 at 20:00indicator-applet-completeand added the "Indicator Applet Complete" but somehow the icons are still only 2 (up-down arrow and mail) The rest of the icons that I'm used to are mssing. Any idea? – Konrad Eisele Dec 01 '18 at 20:02gnome-paneland it has nothing to do with GNOME Shell and/or with its extensions. There is GNOME Classic session that isgnome-shell+ extensions. – muktupavels Dec 06 '18 at 20:48gnome-panelontop of xmobar, see startgpanel https://github.com/eiselekd/dotfiles/blob/master/.xmonad/xmonad.hs functionstartgpanel– Konrad Eisele Dec 06 '18 at 20:57DesktopNamesingnome-xmonad.desktopshould beDesktopNames=GNOME-Flashback;GNOME;notDesktopNames=Unity. You might try to changeExecline like here - https://git.launchpad.net/~ubuntu-gnome-flashback/gnome-flashback/tree/debian/patches/run-systemd-session.diff – muktupavels Dec 06 '18 at 21:18gnome-xmonad.desktopto userun-systemd-session... – muktupavels Dec 06 '18 at 21:25