mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Linux fixes
This commit is contained in:
parent
ad3d90e521
commit
6a35544195
5 changed files with 39 additions and 0 deletions
|
@ -623,6 +623,9 @@ abstract class CommonDialog
|
|||
|
||||
public Result<DialogResult> ShowDialog(INativeWindow owner = null)
|
||||
{
|
||||
if (!Linux.IsSystemdAvailable)
|
||||
return .Err;
|
||||
|
||||
TryC!(Linux.SdBusOpenUser(&mBus)); // Maybe keep the bus open while the program is running ?
|
||||
|
||||
Linux.DBusMsg* call = ?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue