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.
Search Criteria
Package Details: nodm 0.7-12
Package Actions
| Package Base: | nodm |
|---|---|
| Description: | X display manager for automatic logins |
| Upstream URL: | http://enricozini.org/sw/nodm/ |
| Category: | x11 |
| Licenses: | |
| 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
- http://enricozini.org/sw/nodm/nodm-0.7.tar.gz
- nodm.conf
- nodm.service
- norestart.patch
Latest Comments
Comment by stereohead
Comment by luismy
I have the same problem.
Could you fix it?
Anonymous comment
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
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
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
Does anyone support it ? Please, I don't have time to dig in it. Thanks
Anonymous comment
Продовжити встановлення? [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
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
@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
@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
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.