summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-28Add appdata fileHEADmasterZbigniew Jędrzejewski-Szmek2-0/+30
2014-04-29Fix ambiguity between `GLib.Notification' and `Notify.Notification'Michael Biebl1-2/+2
Notification is both defined by Notify and the latest GLib, resulting in a build failure. Use Notify.Notification instead to avoid this ambiguity. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746130
2013-12-19version 3v3Zbigniew Jędrzejewski-Szmek2-3/+2
2013-12-19Make name in desktop entry less genericZbigniew Jędrzejewski-Szmek1-2/+2
2013-12-19Use strerror in error dialogZbigniew Jędrzejewski-Szmek1-20/+105
https://bugzilla.redhat.com/show_bug.cgi?id=980204
2013-12-19Fix index of snapshots in type chooserZbigniew Jędrzejewski-Szmek1-3/+2
2013-12-19Make various things resizable and scrollableZbigniew Jędrzejewski-Szmek1-14/+26
https://bugzilla.redhat.com/show_bug.cgi?id=980203
2013-12-19Use black/brown for dead/exited servicesZbigniew Jędrzejewski-Szmek1-1/+5
https://bugzilla.redhat.com/show_bug.cgi?id=980207
2013-12-16Add systemadm to the Settings categorySergio1-1/+1
https://bugzilla.redhat.com/show_bug.cgi?id=874988
2013-08-23gnome-ask-password-agent: do not send password when user hits "Cancel"Michael Laß1-1/+2
When the user hits the Cancel button no action should be triggered.
2013-08-23gnome-ask-password-agent: allow user to answer directly to notificationMichael Laß1-0/+1
Add a button "Enter password" to the notification, so that the user can directly react to the notification and does not have to use the tray icon.
2013-08-23gnome-ask-password-agent: make icon visible _after_ notification was closedMichael Laß1-3/+5
This fixes an issue where the tray icon disappears after the notification is closed, though no action has been triggered and there is still a password to enter.
2013-08-14gnome-ask-password-agent: do not double fork spawned processMichael Laß1-2/+6
pkexec does not like being a lonely child: "Refusing to render service to dead parents." Do not double fork when spawning the process by using the DO_NOT_REAP_CHILD flag. Clean up manually using a child watch.
2013-07-14gnome-ask-password-agent: report GLib.Error only to stderrZbigniew Jędrzejewski-Szmek1-2/+3
When a GLib.Error happens, it is likely that showing a message box would fail too. Solution copied from systemadm and https://bugzilla.redhat.com/show_bug.cgi?id=716663. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716369
2013-07-14systemadm: filter on slices and scopes tooZbigniew Jędrzejewski-Szmek1-8/+14
2013-03-26Add missing trailing ';' to Categories= in desktop file.Michał Górny1-1/+1
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=62736
2013-03-24version 2v2Kay Sievers1-1/+1
2012-11-17Port to Gtk3Thomas Hindoe Paaboel Andersen5-137/+67
Based on basic patch by Marc-Antoine Perennou in bug #41814 * Replaces the gtk2-specific WrapLabel with normal Label. Wrap+resize works reasonably well in gtk3. * Simplifies layout by using Grid instead of Table * Replaces use of various deprecated objects
2012-07-31build-sys: copy autogen.sh changes from systemdZbigniew Jędrzejewski-Szmek1-3/+6
- Use default sh - Fail on error
2012-07-31build-sys: put one more generated file in CLEANFILESZbigniew Jędrzejewski-Szmek1-11/+9
The rules in Makefile.am are reordered and simplified a bit.
2012-07-31build-sys: fix substitution of GEE_PACKAGE variableZbigniew Jędrzejewski-Szmek1-3/+2
There is no need to AC_DEFINE it.
2012-07-30build-sys: support newer gee versionZbigniew Jędrzejewski-Szmek2-3/+16
"Libgee version numbers are a little confusing. In libgee 0.5 and 0.6, the package name was gee-1.0, identified by a file gee-1.0.pc. In libgee 0.7, the package name changed to gee-0.8 (since the library changed incompatibly)." Since systemadm seems to work fine with newer libgee (found in Fedora 17), let's check for both versions, starting with the newer one. Between 1.0 and 0.8 there seems to have been 0.7, but since I don't have one at hand, I'm not adding a check for it. If necessary, configure.ac can be extended to check for that version too.
2012-07-29build-sys: do not initialize EXTRA_DIST twiceZbigniew Jędrzejewski-Szmek1-1/+1
Makefile.am:62: EXTRA_DIST multiply defined in condition TRUE ... Makefile.am:23: ... EXTRA_DIST previously defined here
2012-03-18add systemadm desktop filev1Kay Sievers3-6/+17
2012-01-25README: update header lineLennart Poettering1-1/+1
2012-01-25git: update .gitignoreLennart Poettering2-18/+20
2012-01-25build-sys: fix upload targetLennart Poettering1-1/+1
2012-01-24add man pageKay Sievers3-0/+136
2012-01-22delete all non-systemd-ui filesKay Sievers517-126718/+30
2012-01-22login: move seat udev rules to login subdirKay Sievers10-21/+24
2012-01-22cgtop: add new cgtop toolLennart Poettering7-9/+795
2012-01-22tmpfiles: fix bad memory accessLennart Poettering1-1/+1
2012-01-22cgls: don't show kernel threads by defaultLennart Poettering8-22/+85
2012-01-21journal: systemd v38 fails to build on big-endiansDan Horák1-1/+1
Hi, during the builds for Fedora/s390x I've found that systemd v38 fails to build on big-endian platforms. ... make[2]: Entering directory `/root/systemd' CC src/journal/libsystemd_journal_la-sd-journal.lo src/journal/sd-journal.c: In function 'init_location': src/journal/sd-journal.c:69:22: error: incompatible types when initializing type 'long unsigned int' using type 'sd_id128_t' src/journal/sd-journal.c:69:20: error: incompatible types when assigning to type 'sd_id128_t' from type 'long unsigned int' make[2]: *** [src/journal/libsystemd_journal_la-sd-journal.lo] Error 1 I see the problem in using le64toh() on the 16 bytes boot_id structure in init_location() Please see http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=544375 for a full build log and attachment for a proposed fix. With regards Dan
2012-01-21systemctl: don't show ln -s/rm output in 'install' mode if --quiet is passedLennart Poettering1-9/+13
2012-01-21util: open the first RTC that has hctosys=1 setLennart Poettering3-4/+69
2012-01-21readahead: don't monopolize IO when replayingLennart Poettering2-1/+10
2012-01-21dbus: export ControlGroupPersistent field on the bus againLennart Poettering4-1/+19
2012-01-21update TODOKay Sievers1-4/+1
2012-01-20socket: don't fail the socket on ENOTCONNMichal Schmidt1-10/+26
Albert Strasheim reported a socket unit with Accept=yes was failing sometimes. getpeername() returns ENOTCONN if the connection was killed by TCP RST. The socket unit must not fail when it happens. Reproducer available at: https://bugzilla.redhat.com/show_bug.cgi?id=783344
2012-01-20dbus-execute: don't publish control_group_persistent on DBus for nowMichal Schmidt1-1/+1
Since the addition of ControlGroupPersistent, systemd is trivially killed by "systemctl status any.service". bus_property_append_bool must not be used for a tri-state int. Also, should it really "b", or do we want the tri-state nature to be seen? For now just comment out the buggy DBus property.
2012-01-20service: add missing pid file unwatch in the destructorMichal Schmidt1-11/+12
The pid file watch could outlive the service unit if a daemon-reload request came at the right time. The inotify event would then be delivered to who knows where. Fix it by unwatching in the service destructor. Further changes will be needed to preserve the state of the pid file watch across daemon-reload. For now let's just fix the crash observed by Jóhann Guðmundsson: Assertion 's->state == SERVICE_START || s->state == SERVICE_START_POST' failed at src/service.c:2609, function service_fd_event(). Aborting Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=783118
2012-01-19log: move #pragma around the functionMichal Schmidt1-3/+3
Koen reported errors with gcc 4.5.4 for arm: src/log.c:624:9: error: #pragma GCC diagnostic not allowed inside functions
2012-01-18persistant -> persistentKay Sievers5-11/+11
2012-01-18tmpfiles: support writing short strings to files, in order to support /sys ↵Lennart Poettering4-13/+77
manipulations at boot time, a la sysctl
2012-01-18manager: don't place units in the 'cpu' group when run as user instance, for nowLennart Poettering1-2/+5
2012-01-18journal: when sending journal data via file, place it in /dev/shm, to allow ↵Lennart Poettering1-1/+4
early boot operation, even if it sucks
2012-01-18exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering15-39/+135
2012-01-18journalctl: properly honour -n when -f is passed, tooLennart Poettering2-1/+9
2012-01-18tmpfiles: add support for creating symlinks, char/block device nodesLennart Poettering2-31/+176