mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-25 21:29:54 +07:00
systemadm: when systemd isn't found, quit right-away
This commit is contained in:
parent
2146621ba3
commit
703b48af70
@ -702,12 +702,13 @@ int main (string[] args) {
|
||||
|
||||
MainWindow window = new MainWindow();
|
||||
window.show_all();
|
||||
|
||||
Gtk.main();
|
||||
} catch (DBus.Error e) {
|
||||
message("%s", e.message);
|
||||
} catch (GLib.Error e) {
|
||||
message("%s", e.message);
|
||||
}
|
||||
|
||||
Gtk.main();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user