Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Siduction Gnome 3 will never work...with vboxdriver  (Read 28093 times)

Offline Hanisch

  • User
  • Posts: 455
[EN] Re: Gnome 3 will never work
« Reply #15 on: 2014/09/29, 22:00:45 »
First do a d-u.
Ok.
Quote
Since you have as start release firestarter you need to install libpam-systemd .
Firestarter gnome display manager was gdm3.
Without libpam-systemd gdm3 won't work.
Code: [Select]
~$ sudo apt-get install libpam-systemdOk.
With 'gdm3' landing on Konsole and 'startx' bring the known message.
'lightdm' and 'kdm' bring for 'Gnome' the known message.

Quote
Also it's needed to install systemd-sysvinit and to remove old sysvinit.
If it's working it's ok. If not there are missing packages  because were removed at previous d-u.
Thank you.
Code: [Select]
~$ sudo apt-get purge sysvinit
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete werden ENTFERNT:
  sysvinit*
0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
Nach dieser Operation werden 122 kB Plattenplatz freigegeben.
Möchten Sie fortfahren? [J/n] j
(Lese Datenbank ... 334776 Dateien und Verzeichnisse sind derzeit installiert.)
Entfernen von sysvinit (2.88dsf-53.4) ...

~$ sudo apt-get install systemd-sysvinit
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
E: Paket systemd-sysvinit kann nicht gefunden werden.

Das hat alles nichts gebracht.

with regards
Ch. Hanisch

Offline convbsd

  • User
  • Posts: 92
Re: Gnome 3 will never work
« Reply #16 on: 2014/09/30, 06:25:30 »
Sorry systemd-sysv.
Sure you have purged sysvinit? After that systemd is installed.
When purge sysvinit you will get a message "Yes do as I say".
 
« Last Edit: 2014/09/30, 06:29:22 by convbsd »

Offline Hanisch

  • User
  • Posts: 455
Re: Gnome 3 will never work
« Reply #17 on: 2014/09/30, 11:35:25 »
Sorry systemd-sysv.
systemd-sysv was installed.
Quote
Sure you have purged sysvinit? After that systemd is installed.
I think sysvinit must be installed.
Quote
When purge sysvinit you will get a message "Yes do as I say".
No, I have no message like "Yes do as I say".
I have verified the situation on an old siduction-installation with D-U from 11.09.2014 with gnome-shell-Version 3.12.2-3. 'gdm3' was not installed, but after Installation of 'gdm3' or with 'kdm' I logged in to GNOME 3 well.

In my newest Installation after:
Code: [Select]
apt-get update
apt-get dist-upgrade
apt-get dist-upgrade -f
I have the gnome-shell-Version  3.14.0-1 and gdm3 Version 3.13.92-1.
With sysvinit and without sysvinit the Display-Manager 'gdm3' do not work. I have a black Screen.

I think my problem is come up with the last D-U (dist-upgrade -f) with newest gnome-shell and gdm3.

with regards
Ch. Hanisch



Offline convbsd

  • User
  • Posts: 92
Re: Gnome 3 will never work
« Reply #18 on: 2014/09/30, 14:38:06 »
Hi,
If you can log in gnome using kdm your's gnome install is ok and only gdm3 is not ok.
In last siduction we use lightdm instead of gdm3 due to a lot of gdm3 bugs.
I haven't tested gdm3 these days.
So your's problem seems to be solved.

Offline Hanisch

  • User
  • Posts: 455
Re: Gnome 3 will never work
« Reply #19 on: 2014/09/30, 16:30:25 »
Hi,
If you can log in gnome using kdm your's gnome install is ok and only gdm3 is not ok.
My problem is that I can't login in GNOME 3 neither with kdm nor with lightdm.
After choice GNOME at Login-Screen the known message appears.
Only KDE works well.

Quote
So your's problem seems to be solved.
No, no!  I have the known message since last 'dist-upgrade -f'.

with regards
Ch. Hanisch

Offline convbsd

  • User
  • Posts: 92
Re: Gnome 3 will never work
« Reply #20 on: 2014/09/30, 17:25:43 »
Hi,

I have prepared for you actual gnome pkglist.
You can install it after a d-u without -f param using:
 
apt-get install $(cat ./gnome-pkglist.txt)

Of course you need to be root and  in same dir as gnome-pkglist.txt.
You may remove unneeded languages from there.

Good luck!
Ps: It should work if you have systemd and systemd-sysv installed.

Offline Hanisch

  • User
  • Posts: 455
Re: Gnome 3 will never work
« Reply #21 on: 2014/09/30, 18:21:22 »
Hi,

I have prepared for you actual gnome pkglist.
You can install it after a d-u without -f param using:
 
apt-get install $(cat ./gnome-pkglist.txt)

Of course you need to be root and  in same dir as gnome-pkglist.txt.
You may remove unneeded languages from there.

Good luck!
Ps: It should work if you have systemd and systemd-sysv installed.

Sorry, with 'kdm' and 'lightdm' always the same situation with known message.

Sitzungsart: Abgesichert     funktioniert auch nicht!!

with regards
Ch. Hanisch
« Last Edit: 2014/09/30, 18:35:25 by Hanisch »

Offline michaa7

  • User
  • Posts: 2.295
Re: Gnome 3 will never work
« Reply #22 on: 2014/09/30, 18:36:17 »
...
apt-get install $(cat ./gnome-pkglist.txt)
...

Sorry, with 'kdm' always the same situation with known message.
...

But you did install the package list?
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

Offline Hanisch

  • User
  • Posts: 455
Re: Gnome 3 will never work
« Reply #23 on: 2014/09/30, 18:54:19 »

But you did install the package list?
Yes, I have downloaded your supplement to ~/Downloads and than in root-Mode from this Folder:
Code: [Select]
apt-get install $(cat ./gnome-pkglist.txt)It's right? Or what mean you with package list?

Code: [Select]
# apt-get install $(cat ./gnome-pkglist.txt)
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Note, selecting 'libreoffice-common' instead of 'libreoffice-l10n-en-us'
aisleriot ist schon die neueste Version.
alacarte ist schon die neueste Version.
baobab ist schon die neueste Version.
brasero ist schon die neueste Version.
cracklib-runtime ist schon die neueste Version.
cups-bsd ist schon die neueste Version.
cups-pk-helper ist schon die neueste Version.
dconf-tools ist schon die neueste Version.
empathy ist schon die neueste Version.
eog ist schon die neueste Version.
evince ist schon die neueste Version.
evolution ist schon die neueste Version.
evolution-data-server ist schon die neueste Version.
file-roller ist schon die neueste Version.
five-or-more ist schon die neueste Version.
fonts-dejavu ist schon die neueste Version.
fonts-liberation ist schon die neueste Version.
fonts-sil-gentium-basic ist schon die neueste Version.
four-in-a-row ist schon die neueste Version.
gconf-editor ist schon die neueste Version.
gdm3 ist schon die neueste Version.
geary ist schon die neueste Version.
gedit ist schon die neueste Version.
gengetopt ist schon die neueste Version.
gnome-backgrounds ist schon die neueste Version.
gnome-bluetooth ist schon die neueste Version.
gcalctool ist schon die neueste Version.
gnome-chess ist schon die neueste Version.
gnome-control-center ist schon die neueste Version.
gnome-dictionary ist schon die neueste Version.
gnome-disk-utility ist schon die neueste Version.
gnome-hearts ist schon die neueste Version.
gnome-keyring ist schon die neueste Version.
libpam-gnome-keyring ist schon die neueste Version.
gnome-klotski ist schon die neueste Version.
gnome-logs ist schon die neueste Version.
gnome-mahjongg ist schon die neueste Version.
gnome-media ist schon die neueste Version.
gnome-mines ist schon die neueste Version.
gnome-nibbles ist schon die neueste Version.
gnome-online-accounts ist schon die neueste Version.
gnome-photos ist schon die neueste Version.
gnome-robots ist schon die neueste Version.
gnome-screenshot ist schon die neueste Version.
gnome-search-tool ist schon die neueste Version.
gnome-session ist schon die neueste Version.
gnome-shell ist schon die neueste Version.
gnome-shell-extensions ist schon die neueste Version.
gnome-sudoku ist schon die neueste Version.
gnome-sushi ist schon die neueste Version.
gnome-system-log ist schon die neueste Version.
gnome-terminal ist schon die neueste Version.
gnome-tetravex ist schon die neueste Version.
gnome-tweak-tool ist schon die neueste Version.
gnome-user-guide ist schon die neueste Version.
gnome-user-share ist schon die neueste Version.
goobox ist schon die neueste Version.
gparted ist schon die neueste Version.
gstreamer1.0-fluendo-mp3 ist schon die neueste Version.
gstreamer1.0-plugins-bad ist schon die neueste Version.
gstreamer1.0-alsa ist schon die neueste Version.
gstreamer1.0-plugins-base ist schon die neueste Version.
gstreamer1.0-plugins-good ist schon die neueste Version.
gstreamer1.0-plugins-ugly ist schon die neueste Version.
gstreamer1.0-tools ist schon die neueste Version.
gucharmap ist schon die neueste Version.
hamster-applet ist schon die neueste Version.
iagno ist schon die neueste Version.
iceweasel ist schon die neueste Version.
iceweasel-l10n-de ist schon die neueste Version.
libcanberra-pulse ist schon die neueste Version.
gkbd-capplet ist schon die neueste Version.
libmtp-runtime ist schon die neueste Version.
libpaper-utils ist schon die neueste Version.
libreoffice-base ist schon die neueste Version.
libreoffice-calc ist schon die neueste Version.
libreoffice-common ist schon die neueste Version.
libreoffice-core ist schon die neueste Version.
libreoffice-draw ist schon die neueste Version.
libreoffice-gnome ist schon die neueste Version.
libreoffice-gtk3 ist schon die neueste Version.
libreoffice-help-de ist schon die neueste Version.
libreoffice-help-en-us ist schon die neueste Version.
libreoffice-impress ist schon die neueste Version.
libreoffice-l10n-de ist schon die neueste Version.
libreoffice-math ist schon die neueste Version.
libreoffice-report-builder-bin ist schon die neueste Version.
libreoffice-writer ist schon die neueste Version.
python3-uno ist schon die neueste Version.
libxml2-utils ist schon die neueste Version.
lightsoff ist schon die neueste Version.
mpg321 ist schon die neueste Version.
nautilus ist schon die neueste Version.
nautilus-open-terminal ist schon die neueste Version.
network-manager-gnome ist schon die neueste Version.
openclipart-libreoffice ist schon die neueste Version.
mythes-en-us ist schon die neueste Version.
mythes-de ist schon die neueste Version.
polari ist schon die neueste Version.
quadrapassel ist schon die neueste Version.
rhythmbox ist schon die neueste Version.
shared-mime-info ist schon die neueste Version.
sound-theme-freedesktop ist schon die neueste Version.
swell-foop ist schon die neueste Version.
tali ist schon die neueste Version.
totem ist schon die neueste Version.
tracker-gui ist schon die neueste Version.
transmission-gtk ist schon die neueste Version.
vinagre ist schon die neueste Version.
vino ist schon die neueste Version.
hexchat ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

with regards
Ch. Hanisch
« Last Edit: 2014/09/30, 19:13:03 by Hanisch »

Offline convbsd

  • User
  • Posts: 92
Re: Gnome 3 will never work
« Reply #24 on: 2014/09/30, 20:11:56 »
I don't speak german but I guess that you have there all needed packages.
If so you   haven't properly  migrated to systemd or it may be another problem.
Does start lightdm your's kde session ?


Offline convbsd

  • User
  • Posts: 92
Re: Gnome 3 will never work
« Reply #25 on: 2014/09/30, 21:48:09 »
Hanisch,

If you want to do tests with siduction mixed desktop environments as kde and gnome please tell us.
It's more easy to install in a new virtualbox a mixed desktop environment  than to fix an experiment as your's.
An existing virtual machine in virtualbox can be easy removed/reinstalled.
And bye the way, what virtualbox version are you using and on what distro is installed ?
 
Thank you
« Last Edit: 2014/09/30, 21:56:28 by convbsd »

Offline Hanisch

  • User
  • Posts: 455
Re: Gnome 3 will never work
« Reply #26 on: 2014/09/30, 23:26:29 »
Hanisch,

If you want to do tests with siduction mixed desktop environments as kde and gnome please tell us.
It's more easy to install in a new virtualbox a mixed desktop environment  than to fix an experiment as your's.
An existing virtual machine in virtualbox can be easy removed/reinstalled.
I have installed siduction with the two Desktops KDE and GNOME.
With the new Version of gnome-shell 3.14.0-1 coming up these message:
Code: [Select]
oh no! Something has gone wrong.
A problem has occured and the system can't recover.
All extensions have been disabled as a precaution.
                    Log out
Please show the attachment.
Can you determine whence this message is coming, from which program or routine?

Quote
And bye the way, what virtualbox version are you using and on what distro is installed ?
VirtualBox 4.3.16 in Host-Distro aptosid.

with regards
Ch. Hanisch
« Last Edit: 2014/09/30, 23:48:47 by Hanisch »

Offline Hanisch

  • User
  • Posts: 455
Re: Gnome 3 will never work
« Reply #27 on: 2014/09/30, 23:31:34 »
I don't speak german but I guess that you have there all needed packages.
If so you   haven't properly  migrated to systemd or it may be another problem.
Does start lightdm your's kde session ?
Yes, I think also.
lightdm and kdm start KDE sucessfully.

with regards
Ch. Hanisch

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: Gnome 3 will never work
« Reply #28 on: 2014/10/01, 01:50:39 »
Works fine here, both installed and from vbox



« Last Edit: 2014/10/01, 02:01:05 by piper »
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline convbsd

  • User
  • Posts: 92
Re: Gnome 3 will never work
« Reply #29 on: 2014/10/01, 06:32:11 »
Since your's install is an experiment I don't figure what's your's gnome3 problem.
What session tries lghtdm/gdm to start when you want gnome session ?
I have told you, If you want to do a fresh mixed install of both desktop environments I can help you.