Commit graph

327 commits

Author SHA1 Message Date
Bastien Nocera
21459e6d7d build: Fix distcheck'ing of the systemd service file 2013-03-05 15:50:44 +01:00
Bastien Nocera
476b175cc0 data: Fix left-over build files from systemd service 2013-03-05 15:50:44 +01:00
Bastien Nocera
c35cf36ba8 data: Add systemd unit file to the dist 2013-03-05 15:27:40 +01:00
Colin Walters
9ea025d9cb Add a systemd unit file
It's just better if we get activated via systemd rather than dbus.
Various bits of configury/makefile taken from polkit.

https://bugs.freedesktop.org/show_bug.cgi?id=58468
2012-12-18 17:29:26 +01:00
Colin Walters
870a7a8361 build: Fix checks for pod2man
Previous commit had two obviously broken parts.
2012-11-19 00:44:16 +01:00
Bastien Nocera
0aaff3a6c6 device: Use non-deprecated PolKit call 2012-11-17 09:10:35 +01:00
Colin Walters
2e434a062d po: Update LINGUAS and remove unused translations
Fixes the build.
2012-11-17 09:08:36 +01:00
Colin Walters
78623147bc build: Only use pod2man if it exists
This fixes the build in gnome-ostree, where we don't have pod2man
to generate the manpages.
2012-11-17 09:07:04 +01:00
Bastien Nocera
8266f354cc po: Remove empty translation 2012-11-16 20:05:40 +01:00
Bastien Nocera
da44184115 po: Add missing PO files from Transifex 2012-11-16 19:43:08 +01:00
Colin Walters
4fa35c3207 autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
2012-11-16 19:32:50 +01:00
Bastien Nocera
4b05658597 README: Correct GPL version used
All the headers mention "GPL v2 or later", so reflect that in
the README.
2012-11-16 12:52:58 +01:00
Bastien Nocera
486c0bb347 po: Update translations 2012-11-13 17:19:52 +01:00
Bastien Nocera
42dd4a8b3a po: Add missing languages to LINGUAS 2012-11-13 17:19:42 +01:00
Ray Strode
9577b6db03 main: request name unconditionally at startup
the dbus activation machinery depends on daemons taking a name on
the bus to complete activation without timeouts.

fprintd fails prematurely if there is USB bus (as found in some
virtual machine setups).

This commit moves the bus-name-acquisition code to happen before
the fail-from-no-usb-bus code to keep callers from timing out
when activating fprintd.

https://bugs.freedesktop.org/show_bug.cgi?id=57025
2012-11-13 17:17:21 +01:00
Patrick Marlier
71bc81468f tests: Another uninitialised variable use
The GError was used without being initialised.

https://bugs.freedesktop.org/show_bug.cgi?id=53900
2012-08-28 22:10:39 +01:00
Patrick Marlier
b80f7359c3 tests: Fix uninitialised variable use
The GError was used without being initialised.

https://bugs.freedesktop.org/show_bug.cgi?id=53900
2012-08-28 19:29:20 +01:00
Bastien Nocera
1bd948ac16 po: Updated translations 2012-05-28 14:30:26 +01:00
Didier Raboud
73edad087f pam: Avoid segfault on login without devices
Avoid crashing if paths_array is NULL.

https://bugs.freedesktop.org/show_bug.cgi?id=49904
2012-05-14 15:09:25 +01:00
Bastien Nocera
4c120e487b pam: Fix crash when enumerating the devices
We don't need to free this by hand, it'll get freed when
we free the array itself.
2012-02-07 21:43:28 +00:00
Bastien Nocera
cde767cbc9 pam: Don't get a list of devices twice
GetDefaultDevice just gives you the first device in the list.
Use that fact to check for > 1 device, and get the default device
in one swoop.
2012-02-01 19:53:26 +00:00
Dan Winship
d77b59cd36 pam: don't use device name if there is only one reader 2012-02-01 19:41:58 +00:00
Bastien Nocera
77fa713920 po: Updated translations 2011-08-15 22:10:40 +01:00
Bastien Nocera
b10180503d 0.4.1
And fix distcheck.
2011-04-19 00:27:09 +01:00
Bastien Nocera
815df79451 build: Enable gtk-doc when dist'ing 2011-04-19 00:22:48 +01:00
Bastien Nocera
5b466bbab8 0.4.0 2011-04-18 18:07:00 +01:00
Bastien Nocera
0dcd7e5c48 po: Update from transifex 2011-04-18 17:57:33 +01:00
Bastien Nocera
2d11e76cb7 daemon: Use GDBus to monitor clients
Instead of the custom egg code.
2011-04-18 17:55:13 +01:00
Bastien Nocera
c3de292486 daemon: Fix warning about unused variable
By unref'ing the manager object before we exit.
2011-03-30 16:43:10 +01:00
Bastien Nocera
76700853f0 data: Update man page 2011-03-30 16:41:04 +01:00
Bastien Nocera
ebe1a062e0 tests: Remove unused variables 2011-03-30 16:40:35 +01:00
Bastien Nocera
33ed1d8671 build: Update .gitignore from git.mk 2011-03-30 16:40:02 +01:00
Bastien Nocera
bf538f884f build: Silent by default 2011-03-30 16:39:46 +01:00
Bastien Nocera
e4325d07c9 build: Add git.mk helper 2011-03-30 16:39:28 +01:00
Bastien Nocera
e01eed1bfd po: Update translations from Transifex 2011-03-30 16:33:38 +01:00
Bastien Nocera
3602356622 build: Add helpers for transifex 2011-03-30 16:33:19 +01:00
Bastien Nocera
1e5c78e8d0 Remove unused variable 2011-02-22 18:27:35 +00:00
Bastien Nocera
f4b9102b01 po: Add missing languages 2011-01-25 12:13:43 +00:00
Bastien Nocera
51117697e9 build: Add bigger box around error message 2011-01-25 12:12:55 +00:00
Ray Strode
00ac488cde Don't every allow pam module to get unloaded
The PAM module uses dbus-glib, static gobject types, etc,
so it really can't get unloaded.

This commit adds some linker-fu to keep it resident even
after the pam module closes.
2010-11-09 11:32:31 -05:00
Lucian Adrian Grijincu
c9b65f66d1 l10n: Added Romanian translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-10-10 22:32:33 +00:00
mateju
dc504bd153 l10n: Updated slovenian translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-09-16 17:48:02 +00:00
Gunleif Joensen
dd1b18490f l10n: Faroese translation
New status: 32 messages complete with 1 fuzzy and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-09-11 18:55:35 +00:00
Bastien Nocera
749b6ca31c Fix redefinition warning in pam_fprintd 2010-09-11 14:58:29 +01:00
Bastien Nocera
89cef68fa4 Update po/LINGUAS for new language 2010-09-11 14:58:17 +01:00
Bastien Nocera
ebd97c70ff Translate the messages from pam_fprintd
Using our new fangled translations
2010-09-11 14:56:57 +01:00
Bastien Nocera
b319f576dd Update LINGUAS for the current translations 2010-09-11 14:56:57 +01:00
Bastien Nocera
688ba64670 Add check for missing translations
So that we ship all the translations, and don't miss
updating LINGUAS.
2010-09-11 14:56:57 +01:00
Bastien Nocera
7ece7446b9 Fix verbose xmllint output 2010-09-11 14:56:56 +01:00
Petr Kovar
7aaea259c9 l10n: Add Czech translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-09-10 21:17:47 +00:00