Hi, I have installed kdm-trinity only. If I do sudo dpkg-reconfigure kdm-trinity I get kdm and kdm-trinity offered with kdm marked red. When I choose kdm-trinity, I can see that /etc/X11/default-display-manager has been overwritten but cat /etc/X11/default-display-manager gives /opt/trinity/bin/kdm What is wrong?
Why is it marked Red, though?
On Sat, Apr 9, 2011 at 8:40 PM, Werner Joss werner@hoernerfranzracing.dewrote:
On Saturday 09 April 2011 09:38:01 you wrote:
cat /etc/X11/default-display-manager gives /opt/trinity/bin/kdm
that _is_ kdm-trinity :)
What is wrong?
nothing.
werner
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Sat, Apr 9, 2011 at 03:38, HHa hha4491@web.de wrote:
Hi, I have installed kdm-trinity only. If I do sudo dpkg-reconfigure kdm-trinity I get kdm and kdm-trinity offered with kdm marked red. When I choose
The red usually isn't a big deal - maybe indicates current option.
What is wrong?
Nothing.
o. k., Robert and the others, if nothing is wrong why do I get not the Trinity login box? If the others want to know what I mean, may I sent 3 little pictures to this address?
I attach 3 pictures. Kub1 and Kub2 come from Kubuntu+Trinity which have kdm 4.4.5 and kdm-kde3 3.5.12. LMDE comes from LMDE + Trinity. Robert wrote me Kub2 is the right one but how do I get it for LMDE? Where else can I look?
On Sunday 10 April 2011 09:10:33 you wrote:
I attach 3 pictures. Kub1 and Kub2 come from Kubuntu+Trinity which have kdm 4.4.5 and kdm-kde3 3.5.12. LMDE comes from LMDE + Trinity. Robert wrote me Kub2 is the right one but how do I get it for LMDE?
looks like lmde.jpg is the only one which shows kdm from trinity. kub1 is the kubuntu 4.x version, kub2 the kde3 version from kubuntu, not trinity, IMHO. btw., what is lmde - linux mint ?
werner
Hallo Werner,
looks like lmde.jpg is the only one which shows kdm from trinity.
well, if you are right, then it looks very poor because the users are not listed, and there are no pictures. I cannot change the greeting...
btw., what is lmde - linux mint ?
Linus Mint Debian Edition. It is based on Debian Testing.
On Sunday 10 April 2011 09:50:24 you wrote:
looks like lmde.jpg is the only one which shows kdm from trinity.
well, if you are right, then it looks very poor because the users are not listed, and there are no pictures. I cannot change the greeting...
if you cannot configure these things in controlcenter->login manager then you're missing something in your trinity installation or it is some other login manager from mint (xdm ?)
werner
Hallo Werner,
if you cannot configure these things in controlcenter->login manager then you're missing something in your trinity installation or it is some other login manager from mint (xdm ?)
as I wrote yesterday when I started this thread, there is only kdm-trinity installed. Is there a way to test kdm? sudo kdm doesn't do anything.
On Sunday 10 April 2011 10:55:25 you wrote:
as I wrote yesterday when I started this thread, there is only kdm-trinity installed.
then you have evtl. missed to also install kcontrol-trinity (which will allow you configure kdm from kontrolcenter)
Is there a way to test kdm? sudo kdm doesn't do anything.
that's clear, as it is probably already running :) try sudo killall X then from text-console, sudo /opt/trinity/bin/kdm.
werner
Hallo Werner,
then you have evtl. missed to also install kcontrol-trinity (which will allow you configure kdm from kontrolcenter)
the Control Center is installed, and I used it quite often.
sudo killall X
says: X: Kein Prozess gefunden
then from text-console, sudo /opt/trinity/bin/kdm.
no result.
For all: How do your login windows look like?
On Sunday 10 April 2011 11:21:30 you wrote:
then you have evtl. missed to also install kcontrol-trinity (which will allow you configure kdm from kontrolcenter)
the Control Center is installed, and I used it quite often.
in the post before, you mentioned you cannot configure kdm (users, pics..) so I suppose you missed to install kcontrol-trinity, which is not the controlcenter, but a configuration module for kdm.
werner
On Sunday 10 April 2011 11:52:09 you wrote:
in the post before, you mentioned you cannot configure kdm (users, pics..) so I suppose you missed to install kcontrol-trinity, which is not the controlcenter, but a configuration module for kdm.
oops, wrong :) kcontrol-trinity IS the controlcenter ... (some distros provide extra control modules for kdm, etc, however)
werner
Am Sonntag, 10. April 2011 schrieb HHa:
Hallo Werner,
if you cannot configure these things in controlcenter->login manager then you're missing something in your trinity installation or it is some other login manager from mint (xdm ?)
as I wrote yesterday when I started this thread, there is only kdm-trinity installed. Is there a way to test kdm? sudo kdm doesn't do anything.
Go to a text console: <ctrl/strg>+<alt>+<f1>
login, open root shell: $ sudo bash
look where X is running: # ps ax|grep X 1328 tty7 Ss+ 0:42 /usr/bin/X -br -nolisten tcp :0 vt7 -auth /var/run/xauth/A:0-zF79Xa
first column is process id - later referenced als <pid of X>, second is the terminal where X is running. in my case, I could go back to X by pressing alt>+<f7> as it's running on tty7.
look, which login manager is running:
# ps ax|grep dm 1320 ? Ss 0:00 /opt/trinity/bin/kdm 3739 pts/1 S+ 0:00 grep --color=auto dm
in my case, kdm from trinity.
Now kill kdm: # /etc/init.d/kdm-trinity stop
make sure X is gone: # kill -9 <pid of X>
restart kdm: # /etc/init.d/kdm-trinity start
Sorry Nik, but the result is still the same. If LMDE.jpg is the login window, we can stop here.
On Sun, Apr 10, 2011 at 11:21, HHa hha4491@web.de wrote:
Sorry Nik, but the result is still the same. If LMDE.jpg is the login window, we can stop here.
Dude, you can't just have kdm-trinity installed. If LMDE.jpg is your login window, this means you also have gdm installed and you need to uninstall it.
On Sun, Apr 10, 2011 at 12:40, Mag. Dr. Nikolaus Klepp office@klepp.biz wrote:
Am Sonntag, 10. April 2011 schrieb HHa:
Sorry Nik, but the result is still the same. If LMDE.jpg is the login window, we can stop here.
Well, yes, LMDE.jpg is exactly what my kdm looks like.
nik
Are you sure that's KDM? because that's the default login screen for GNOME in Debian using GDM; you must be using GDM also, not kdm.
Am Sonntag, 10. April 2011 schrieb Robert Xu:
On Sun, Apr 10, 2011 at 12:40, Mag. Dr. Nikolaus Klepp office@klepp.biz
wrote:
Am Sonntag, 10. April 2011 schrieb HHa:
Sorry Nik, but the result is still the same. If LMDE.jpg is the login window, we can stop here.
Well, yes, LMDE.jpg is exactly what my kdm looks like.
nik
Are you sure that's KDM? because that's the default login screen for GNOME in Debian using GDM; you must be using GDM also, not kdm.
it's definitly kdm. but the theme .. I do not know where it comes from. I cannot change it with kcontrol. So probably it's in some pace drawn in from debian, including the config.
but does gdm show username and password in one dialog? as far as I remember (and why I do not want that thing) it uses 2 dialogs, one for username and a second for password.
nik
On Apr 10, 2011, at 13:35, "Mag. Dr. Nikolaus Klepp" office@klepp.biz wrote:
Am Sonntag, 10. April 2011 schrieb Robert Xu:
On Sun, Apr 10, 2011 at 12:40, Mag. Dr. Nikolaus Klepp office@klepp.biz
wrote:
Am Sonntag, 10. April 2011 schrieb HHa:
Sorry Nik, but the result is still the same. If LMDE.jpg is the login window, we can stop here.
Well, yes, LMDE.jpg is exactly what my kdm looks like.
nik
Are you sure that's KDM? because that's the default login screen for GNOME in Debian using GDM; you must be using GDM also, not kdm.
it's definitly kdm. but the theme .. I do not know where it comes from. I cannot change it with kcontrol. So probably it's in some pace drawn in from debian, including the config.
but does gdm show username and password in one dialog? as far as I remember (and why I do not want that thing) it uses 2 dialogs, one for username and a second for password.
gdm isn't installed? I'm surprised. I just freshly installed debian and that's the default gdm login. Please check if 'sudo dpkg-reconfigure gdm' works for you - if it does, you are using gdm :-/ if not, i'm completely surprised.
gdm isn't installed? I'm surprised. I just freshly installed debian and that's the default gdm login. Please check if 'sudo dpkg-reconfigure gdm' works for you - if it does, you are using gdm
:-/ if not, i'm completely surprised.
You are an unbeliever :-) So look (I've cut the 4. row):
nik@dasding:~$ dpkg -l|grep gdm nik@dasding:~$
Nothing.
nik@dasding:~$ dpkg -l|grep kdm ii kdm-trinity 4:3.5.12-0debian7+r1181781 ii kdmtheme-trinity 4:3.5.12-0debian7+r1088046
No gdm.
nik@dasding:~$ dpkg -l|grep theme ii gtk-chtheme 0.3.1-4 ii gtk-qt-engine-trinity 4:3.5.12-0debian7+r1172006+rebuild2 ii gtk-theme-switch 2.1.0-2 ii gtk2-engines 1:2.20.1-1 ii hicolor-icon-theme 0.12-1 ii kdeartwork-theme-icon-trinity 4:3.5.12-0debian7+r1177246 ii kdeartwork-theme-window-trinity 4:3.5.12-0debian7+r1177246 ii kdeartwork-trinity 4:3.5.12-0debian7+r1177246 ii kdmtheme-trinity 4:3.5.12-0debian7+r1088046 ii lxappearance 0.4.0-1
nik@dasding:~$ dpkg -l|grep dm ii bsdmainutils 8.0.13 ii dmidecode 2.9-1.2 ii dmsetup 2:1.02.48-5 ii iptables 1.4.8-3 ii kdm-trinity 4:3.5.12-0debian7+r1181781 ii kdmtheme-trinity 4:3.5.12-0debian7+r1088046 ii libkadm5clnt-mit7 1.8.3+dfsg-4 ii libkadm5srv-mit7 1.8.3+dfsg-4 ii libmail-sendmail-perl 0.79.16-1 ii libnfsidmap2 0.23-2 ii libxdmcp-dev 1:1.0.3-2 ii libxdmcp6 1:1.0.3-2 ii passwd 1:4.1.4.2+svn3283-2+squeeze1 ii policykit-1 0.96-4 nik@dasding:~$
nik@dasding:~$ ps ax|grep dm 1330 ? Ss 0:00 /opt/trinity/bin/kdm 3449 pts/1 S+ 0:00 grep --color=auto dm nik@dasding:~$
So kdm-trinity is running.
I know, the theme is drown in from debian, but I do not know where and how to change it. Anyway, works for login, so I don't bother. On the other Hand, it could have something to do with my <crsr_up> and <ctrl>+<y> problem.
Nik
On Apr 10, 2011, at 14:21, "Mag. Dr. Nikolaus Klepp" office@klepp.biz wrote:
gdm isn't installed? I'm surprised. I just freshly installed debian and that's the default gdm login. Please check if 'sudo dpkg-reconfigure gdm' works for you - if it does, you are using gdm
:-/ if not, i'm completely surprised.
You are an unbeliever :-) So look (I've cut the 4. row):
nik@dasding:~$ dpkg -l|grep gdm nik@dasding:~$
Nothing.
nik@dasding:~$ dpkg -l|grep kdm ii kdm-trinity 4:3.5.12-0debian7+r1181781 ii kdmtheme-trinity 4:3.5.12-0debian7+r1088046
No gdm.
nik@dasding:~$ dpkg -l|grep theme ii gtk-chtheme 0.3.1-4 ii gtk-qt-engine-trinity 4:3.5.12-0debian7+r1172006+rebuild2 ii gtk-theme-switch 2.1.0-2 ii gtk2-engines 1:2.20.1-1 ii hicolor-icon-theme 0.12-1 ii kdeartwork-theme-icon-trinity 4:3.5.12-0debian7+r1177246 ii kdeartwork-theme-window-trinity 4:3.5.12-0debian7+r1177246 ii kdeartwork-trinity 4:3.5.12-0debian7+r1177246 ii kdmtheme-trinity 4:3.5.12-0debian7+r1088046 ii lxappearance 0.4.0-1
nik@dasding:~$ dpkg -l|grep dm ii bsdmainutils 8.0.13 ii dmidecode 2.9-1.2 ii dmsetup 2:1.02.48-5 ii iptables 1.4.8-3 ii kdm-trinity 4:3.5.12-0debian7+r1181781 ii kdmtheme-trinity 4:3.5.12-0debian7+r1088046 ii libkadm5clnt-mit7 1.8.3+dfsg-4 ii libkadm5srv-mit7 1.8.3+dfsg-4 ii libmail-sendmail-perl 0.79.16-1 ii libnfsidmap2 0.23-2 ii libxdmcp-dev 1:1.0.3-2 ii libxdmcp6 1:1.0.3-2 ii passwd 1:4.1.4.2+svn3283-2+squeeze1 ii policykit-1 0.96-4 nik@dasding:~$
nik@dasding:~$ ps ax|grep dm 1330 ? Ss 0:00 /opt/trinity/bin/kdm 3449 pts/1 S+ 0:00 grep --color=auto dm nik@dasding:~$
So kdm-trinity is running.
I know, the theme is drown in from debian, but I do not know where and how to change it. Anyway, works for login, so I don't bother. On the other Hand, it could have something to do with my <crsr_up> and <ctrl>+<y> problem.
wow. I totally wasn't expecting that :P If you want to change the theme, there should be a kcmshell module for it.
(always better to be suspicious, lol :P)
wow. I totally wasn't expecting that :P If you want to change the theme, there should be a kcmshell module for it.
There is. But it's not working. Well, I can change things, but they don't have any effect.
(always better to be suspicious, lol :P)
Agreed :-)
Nik
Mag. Dr. Nikolaus Klepp wrote:
wow. I totally wasn't expecting that :P If you want to change the theme, there should be a kcmshell module for it.
There is. But it's not working. Well, I can change things, but they don't have any effect.
I've had this same issue with Debian Lenny and KDE 3.5.10. If I recall correctly, something in /etc/init.d/kdm was pulling in a Debian-specific theme (and overriding kcontrol), and commenting it out allowed configuring kdm through the control center.
Hi, with synaptic I loaded some screenshots of different display managers. Unfortunately kdm-trinity has none. Remember: the OS is LMDE. Here we go.
Hi, I think I could invest some time to track this error down. Is startx still the script to start the X-server?
Hi, in the "saytemwide" kdmrc (/etc/trinity/kdm/kdmrc) I found the line Theme=/usr/share/apps/kdm/themes/debian-moreblue I replaced it by Theme=/opt/trinity/share/apps/kdm/themes/o2_enterprise What shall I say? It works, e.g. all users with there photos are shown. Maybe, it's kind of a Trinity installation problem.
Am Freitag, 15. April 2011 schrieb HHa:
Hi, in the "saytemwide" kdmrc (/etc/trinity/kdm/kdmrc) I found the line Theme=/usr/share/apps/kdm/themes/debian-moreblue I replaced it by Theme=/opt/trinity/share/apps/kdm/themes/o2_enterprise What shall I say? It works, e.g. all users with there photos are shown. Maybe, it's kind of a Trinity installation problem.
That is what I was looking for :-) Thank you!
Nik
On Friday 15 April 2011 10:51:51 am HHa wrote:
Hi, in the "saytemwide" kdmrc (/etc/trinity/kdm/kdmrc) I found the line Theme=/usr/share/apps/kdm/themes/debian-moreblue I replaced it by Theme=/opt/trinity/share/apps/kdm/themes/o2_enterprise What shall I say? It works, e.g. all users with there photos are shown. Maybe, it's kind of a Trinity installation problem.
Thanks here also.
I had an error messsage at login, /usr/share is the wrong path, not sure why Trinity doesn't point all things to /opt/trinity.
Just one thing I do not understand:
nik@dasding:~$ dpkg -S /usr/share/apps/kdm/themes/debian-moreblue desktop-base-trinity: /usr/share/apps/kdm/themes/debian-moreblue nik@dasding:~$
So that debian theme is from trinity. Wouldn't it be better to collect all themes in /opt/trinity/share/apps/kdm/themes ?
Nik
Am Freitag, 15. April 2011 schrieb HHa:
Hi, in the "saytemwide" kdmrc (/etc/trinity/kdm/kdmrc) I found the line Theme=/usr/share/apps/kdm/themes/debian-moreblue I replaced it by Theme=/opt/trinity/share/apps/kdm/themes/o2_enterprise What shall I say? It works, e.g. all users with there photos are shown. Maybe, it's kind of a Trinity installation problem.
Am Sonntag, 10. April 2011 schrieb HHa:
Hallo Werner,
looks like lmde.jpg is the only one which shows kdm from trinity.
well, if you are right, then it looks very poor because the users are not listed, and there are no pictures. I cannot change the greeting...
btw., what is lmde - linux mint ?
Linus Mint Debian Edition. It is based on Debian Testing.
I'd suggest, you purge all *dm packages and reinstall kdm-trinity.
nik