Package Details: nodm 0.7-12

Package Base: nodm
Description: X display manager for automatic logins
Upstream URL: http://enricozini.org/sw/nodm/
Category: x11
Licenses: GPL
Submitter: cassava
Maintainer: stereohead
Last Packager: stereohead
Votes: 3
First Submitted: 2011-03-02 15:15
Last Updated: 2015-08-01 12:40

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by stereohead

2015-08-01 12:42

I just adopted the package and uploaded a new version.

The install script is removed, as is the nodm-wrapper.sh script, instead a systemd service file has been added.

Comment by luismy

2013-11-27 16:06

I have the same problem.

Could you fix it?

Anonymous comment

2013-06-24 01:03

Right going to get this fixed at some point.
In the meantime you can just omit the install=(nodm.install) line as to compile and install. It echos contains guidelines/notes on the post_install hook for that script, so first read it when prompted to edit then remove it from the PKGBUILD.

Comment by mutterschiff

2013-05-20 04:59

error in english:
Edit nodm PKGBUILD with $EDITOR? [Y/n] n
Edit nodm.install with $EDITOR? [Y/n] n
==> ERROR: install file ((nodm.install)) does not exist.
The build failed.

Comment by cassava

2012-04-10 20:15

Sorry guys, I haven't had the time to maintain this package, and it's especially hard, since I don't use it anymore. The program does not change very frequently, so it would make sense to do what tidalf2 said.

sevenfourk, could you try the following:

LANG=en_US.UTF-8 makepkg

or

LC_ALL=C makepkg

because I can't understand what the error message is.

Anonymous comment

2012-04-10 19:47

Does anyone support it ? Please, I don't have time to dig in it. Thanks

Anonymous comment

2012-04-04 11:12

Продовжити встановлення? [Y/n]
:: Одержання пакунків з extra...
perl-locale-gettext-1.05-8-x86_64 11,2 KiB 1466K/s 00:00 [#####################################] 100%
help2man-1.40.7-1-x86_64 72,7 KiB 812K/s 00:00 [#####################################] 100%
(2/2) перевіряння цілісності пакунків [#####################################] 100%
(2/2) завантаження файлів пакунка [#####################################] 100%
(2/2) перевіряння файлових конфліктів [#####################################] 100%
(2/2) перевіряння доступного місця на диску [#####################################] 100%
(1/2) встановлення perl-locale-gettext [#####################################] 100%
(2/2) встановлення help2man [#####################################] 100%
==> ПОМИЛКА: файл install ((nodm.install)) не існує.
==> ERROR: Makepkg was unable to build nodm.
==> Restart building nodm ? [y/N]
==> -----------------------------
==>
==> Packages no longer required by any installed package:
help2man
==> WARNING: Following packages have not been installed:
nodm

Anonymous comment

2011-12-18 22:15

copied /etc/pam.d/slim to /etc/pam.d/nodm (and especially the line with pam_ck_connector.so) and consolekit start working with nodm... perhaps you could ship too.

Anonymous comment

2011-11-12 08:17

@garyvdm still doesn't work. cassava is right. The session is not registered as local, making consolekit impossible to register the session:

$ who
twilight pts/0 2011-11-12 10:10 (:0.0)

Comment by garyvdm

2011-08-02 10:21

@cassava: To get ConsoleKit working, use:
NODM_XSESSION=exec /usr/bin/ck-launch-session /usr/bin/gnome-session
as documented here: https://wiki.archlinux.org/index.php/Xinitrc#Policykit

Comment by cassava

2011-03-05 08:36

There is one problem with this display manager: I have not been able to make ConsoleKit to work with it. This means for example, that in Gnome you will not have shutdown, restart, suspend, etc. support, and the Gnome automount feature won't work. If you want this, you can use console autologin (with mingetty) with the appropriate .bash_profile (or .zprofile) in your home directory. See the Wiki for more on that.