Package Details: kmscon-git 2:a-1

Git Clone URL: https://aur.archlinux.org/kmscon-git.git (read-only, click to copy)
Package Base: kmscon-git
Description: Terminal emulator based on Kernel Mode Setting (KMS)
Upstream URL: https://github.com/dvdhrm/kmscon
Licenses: MIT
Conflicts: kmscon
Provides: kmscon
Submitter: thestinger
Maintainer: swiftgeek (nickoe, dvdhrm)
Last Packager: swiftgeek
Votes: 12
Popularity: 0.000000
First Submitted: 2012-06-25 05:37 (UTC)
Last Updated: 2019-08-10 20:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

swiftgeek commented on 2013-01-17 05:01 (UTC)

Please use shallow clone git clone --depth=1 $_gitroot $_gitname https://aur.archlinux.org/packages/sl/slic3r-git/PKGBUILD

dvdhrm commented on 2013-01-08 16:54 (UTC)

@zbito Should be fixed now. Thanks for reporting it!

zbito commented on 2013-01-08 16:13 (UTC)

Build failes: /usr/bin/ld: src/kmscon-kmscon_module.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /usr/lib/libdl.so.2 so try adding it to the linker command line /usr/lib/libdl.so.2: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status

thestinger commented on 2012-12-17 16:13 (UTC)

@swiftgeek: Thanks, should be good now.

swiftgeek commented on 2012-12-17 15:34 (UTC)

kmscon@.service is now kmsconvt@.service

dvdhrm commented on 2012-12-11 08:07 (UTC)

@swiftgeek You need to add /dev/pts/X to /etc/securetty or remote pam_securetty from /etc/pam.d/login. pam prevents root logins via /bin/login from all terminals except the ones listed in /etc/securetty. However, PTYs are allocated dynamically so you need to basically list a lot of PTYs in /etc/securetty to make sure it's there. So disabling pam_securetty is probably the better idea.

swiftgeek commented on 2012-12-11 07:30 (UTC)

Also... i have quite a weird issue with /bin/login... it doesn't allow me to login on root, but it's possible to log on other users...

swiftgeek commented on 2012-12-11 05:24 (UTC)

Please use git clone --depth=1

dvdhrm commented on 2012-12-09 22:29 (UTC)

I forgot to add: Use: $ NOCONFIGURE=1 ./autogen.sh to avoid autogen.sh running ./configure automatically. Or use: $ ./autogen.sh --prefix=/usr --disable-wlterm directly. It's up to you. But the current file calls ./configure twice.

dvdhrm commented on 2012-12-09 22:28 (UTC)

I got slightly behind with kmscon releases but I wanted to get a proper kmscon-6 release that will be backwards-compatible. It's out now, sorry for breaking some ./configure options. I also pushed a "kmscon" PKGBUILD but feel free to contact me if you want to take it over (I spotted a message that you are planning to maintain it as TU). Some suggestions: - remove "xproto", "gtk-doc" from makedepends, they're no longer needed - add "libxslt", "docbook-xsl" to makedepends to allow building kmscon manpages - add "systemd" to depends for multi-seat setups, otherwise use --disable-multi-seat - add "libegl" to depends (it's needed if the drm video backend is used) - install the license header as suggested by AUR guidelines: mkdir -p "$pkgdir/usr/share/licenses/$pkgname/" cp COPYING "$pkgdir/usr/share/licenses/$pkgname/" Thanks for maintaning this package and for pushing xkbcommon into [community].