
Originally Posted by
theauditor
It is a fresh install on which i just did "gnome-shell --replace " to get gnome3 shell.
Teh response for the command you gave was:
Unable to find a reason to remove gdm3.
I think I now understand what you tried to achieve. ... Get a proper GNOME instead of GNOME Fallback.
Determine current session
Code:
gsettings get org.gnome.desktop.session session-name
Get GNOME
Code:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome'
Rollback:
Code:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome-fallback'
I can not say how much changes were made in your system, but you could just do an apt-get install for the mentioned packages, and aptitude will stop bugging for removal.
Code:
apt-get install baobab caribou caribou-antler dnsmasq-base empathy empathy-common fonts-cantarell gcalctool gdm3 gnome-backgrounds gnome-dictionary gnome-disk-utility gnome-font-viewer gnome-icon-theme-extras gnome-packagekit gnome-packagekit-data gnome-screenshot gnome-system-log gucharmap libavahi-gobject0 libavahi-ui-gtk3-0 libcaribou-gtk-module libcaribou-gtk3-module libchamplain-0.12-0 libchamplain-gtk-0.12-0 libgdict-1.0-6 libgdict-common libgdu-gtk0 libgeocode-glib0 libjim0debian2 libmozjs22d libnl-route-3-200 libtelepathy-farstream2 libunique-3.0-0 mobile-broadband-provider-info modemmanager nautilus-sendto-empathy network-manager network-manager-gnome sound-theme-freedesktop telepathy-gabble telepathy-logger telepathy-salut usb-modeswitch usb-modeswitch-data vino wpasupplicant xulrunner-22.0
However, that's probably not the best way to go about it.