You are not logged in.

#101 2009-11-23 13:26:17

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: The Console Display Manager

choubi wrote:

I'm still having problems getting two X-sessions (with different users) running - xdpyinfo is complaining about a MIT magic cookie or something - I believe this is because it is not allowed to open the display of another user - worked around this by changing the if test at line 74 to

if `ls /tmp/.X11-unix/ | grep -q ${display}`; then

if Xorg decides to change where and how they define lock files this will break however so there's probably a better solution around.

xdpyinfo works fine for me with multiple users. But I still haven't tried cdm though


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#102 2009-11-23 14:21:11

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: The Console Display Manager

Can anyone else confirm this error? I haven't seen it before. Even better, can anyone get us the actual error message?


.:[My Blog] || [My GitHub]:.

Offline

#103 2009-11-23 14:43:45

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: The Console Display Manager

Ghost1227 wrote:

Can anyone else confirm this error? I haven't seen it before. Even better, can anyone get us the actual error message?

i just tried to login with a second user, and it dropped me back to tty1, i dont know where to find the error

using cdm from aur (NOT GIT)

Offline

#104 2009-11-23 14:45:28

choubi
Member
Registered: 2009-10-08
Posts: 15

Re: The Console Display Manager

Ghost1227 wrote:

Can anyone else confirm this error? I haven't seen it before. Even better, can anyone get us the actual error message?

when trying xdpyinfo -display :0.0 from user2 I get:

Invalid MIT-MAGIC-COOKIE-1 keyxdpyinfo:  unable to open display ":0.0".

when trying xdpyinfo -display :1.0 from user1 I get:

No protocol specified
xdpyinfo:  unable to open display ":1.0"

google'd the MIT-COOKIE line - seems it is related to access control to the x-server - that is way above my head.

Offline

#105 2009-11-23 23:49:40

acionyx
Member
Registered: 2009-11-23
Posts: 1

Re: The Console Display Manager

I know you have some debugging to do and you're more interested in reading about what other linux gurus have to say and all...

Nonetheless, could you please explain to me how in the world I can get a tarball of v0.3.2? You see, I'm still very much a noob and I would love to get rid of those bloated DMs.

That said, since I'm more of a Debian fan, is there any way I can simply download the source file? I went over to that git stuff but unfortunately it blew me off... didn't understand a thing (several files, displaying the code and whatnot) sad Needless to say I'm not that familiarized with the AUR thingy you all talk about either...

So far, my level of expertise (or lack thereof) is limited to: "untaring" and compiling... I sincerely apologize... I'm I the only noob in here? [echo...] Cue haters tongue

Keep up the most excellent work dude! Tks.

Offline

#106 2009-11-24 01:17:22

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: The Console Display Manager

if you have yaourt installed, just do

yaourt -S cdm-git

if not,

wget aur.archlinux.org/packages/cdm-git/cdm-git.tar.gz
tar -xvf cdm-git.tar.gz && cd cdm-git
makepkg
pacman -U *.pkg.tar.gz

And read the wiki!


.:[My Blog] || [My GitHub]:.

Offline

#107 2009-11-24 08:01:45

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: The Console Display Manager

I tried this little app and I have problems in X after logging in. I use zsh and usually log in at tty and execute startx. Then my .zshrc is being recognized, which means, gmrun knows the executables in my custom PATH. When I start X with cdm, gmrun doesn't know them. Seems like the .zshrc isn't being read. Also, my volume keys don't work.

Is this because I don't use bash? I thought I read, that you now use $SHELL

Feel free to tell me more things I can test, because I'd love to help, although I don't think I'll use cdm in the future.

Offline

#108 2009-11-24 14:09:23

ttynixer
Member
Registered: 2009-11-24
Posts: 2

Re: The Console Display Manager

Awesome!

Just what I was looking for... Great work!

Looking forward to seeing new themes, to which I hope to contribute, as soon as I get inspired.

Offline

#109 2009-12-04 01:34:16

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: The Console Display Manager

CDM now has it's own website! Granted the site is far from complete (or ordinary), but this means that my server is finally back up and running! And having my server back up and running means I'm finally ready to start focusing on developing CDM again!!! So keep the bug reports/ideas/suggestions/etc coming!!!


.:[My Blog] || [My GitHub]:.

Offline

#110 2009-12-04 04:32:32

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: The Console Display Manager

Ghost1227 wrote:

CDM now has it's own website! Granted the site is far from complete (or ordinary), but this means that my server is finally back up and running! And having my server back up and running means I'm finally ready to start focusing on developing CDM again!!! So keep the bug reports/ideas/suggestions/etc coming!!!

Wow! Neat site Ghost. wink

Offline

#111 2009-12-04 04:43:19

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: The Console Display Manager

ty


.:[My Blog] || [My GitHub]:.

Offline

#112 2009-12-04 06:32:40

gajo
Member
Registered: 2008-04-01
Posts: 93
Website

Re: The Console Display Manager

i tried googling that CLI of yours on the site, but i just couldn't find it? any hints to what it might be? i managed to find a bunch of sites that are using it but none are actually showing it's real name
EDIT: meh i think i found it, it's wordpress-cli isn't it? i think i overestimated it's quality, it really looks estheticly pleasing, much more than anyterm for example, but i'm not sure on it's functionality as a terminal, rather than a blog/site view

Last edited by gajo (2009-12-04 06:47:49)

Offline

#113 2009-12-04 06:50:47

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: The Console Display Manager

@Ghost1227 Neat! I would never have guessed that was a wordpress theme. smile Well used.

@gago: http://groups.google.com/group/wordpress-cli (EDIT: Ah you found it.)

Last edited by mikesd (2009-12-04 06:51:35)

Offline

#114 2009-12-04 06:54:55

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: The Console Display Manager

The CDM bugtracker is online! Please report bugs here.

HINT: You can also access the bugtracker by typing 'bugs' from the main CDM site. tongue

Last edited by Ghost1227 (2009-12-04 06:55:29)


.:[My Blog] || [My GitHub]:.

Offline

#115 2009-12-31 06:59:41

YZMSQ
Member
From: Hangzhou,Zhejiang,China
Registered: 2009-11-18
Posts: 97

Re: The Console Display Manager

It may look good,but in my opinion,if it's just a "console" DM which means no graphic things,why couldn't we just type "startx" or"xinit" to step into our desktop?


This is the way the world ends
Not with a bang but a whimper
                            -------T·S·Eliot

Offline

#116 2009-12-31 07:21:12

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: The Console Display Manager

The "problem" with CDM as opposed to other display managers is that it operates AFTER the user has logged in.


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#117 2009-12-31 11:30:56

Splex
Member
Registered: 2009-03-09
Posts: 33

Re: The Console Display Manager

From the name, one would expect CDM to be more of a console-based GDM/KDM.

Offline

#118 2009-12-31 12:10:09

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: The Console Display Manager

Splex wrote:

From the name, one would expect CDM to be more of a console-based GDM/KDM.

That would be much harder to accomplish. I believe it would have to be a getty replacement. Someone correct me if I'm wrong...


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#119 2009-12-31 12:22:08

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,000
Website

Re: The Console Display Manager

hmm interesting concept. i shall try it out. for microDE (http://bbs.archlinux.org/viewtopic.php?id=81622) i currently use some very simple and maybe more limited bash code

edit: checked it out. looks cool, but not really my thing.

Last edited by Dieter@be (2009-12-31 14:29:43)


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#120 2009-12-31 14:27:48

JesusSuperstar
Member
From: /dev/heaven
Registered: 2009-10-11
Posts: 77
Website

Re: The Console Display Manager

moljac024 wrote:
Splex wrote:

From the name, one would expect CDM to be more of a console-based GDM/KDM.

That would be much harder to accomplish. I believe it would have to be a getty replacement. Someone correct me if I'm wrong...

That's what I was thinking. Qingy works like that.


.:[dotfiles]:.

Offline

#121 2010-01-04 03:46:10

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: The Console Display Manager

Just did a massive update, involving quite a bit of code cleanup and the implementation of many of the requested features. Thanks for all the support everyone!


.:[My Blog] || [My GitHub]:.

Offline

#122 2010-01-04 04:36:48

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: The Console Display Manager

Ghost1227 wrote:

Just did a massive update, involving quite a bit of code cleanup and the implementation of many of the requested features. Thanks for all the support everyone!

whatever i do, it does not start X sad

using gnome-session. tested it with a clean cdmrc too (only added gnome-session as my wmbin)

it fails to shutdown too (never reaches the shutdown menu), and the suspend option  is missing. (is it supposed to appear in the shutdown menu?)

thankx

Offline

#123 2010-01-04 04:46:58

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: The Console Display Manager

Update again.... error on my part.


.:[My Blog] || [My GitHub]:.

Offline

#124 2010-01-04 14:27:00

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: The Console Display Manager

Ghost1227 wrote:

Update again.... error on my part.

thanks, but now source link doesnt work....it times out...

Offline

#125 2010-01-04 17:33:53

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: The Console Display Manager

Hmm... I appear to be having server issues... Maybe you should use the -git version?


.:[My Blog] || [My GitHub]:.

Offline

Board footer

Powered by FluxBB