diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/desktop.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/desktop.vala b/src/desktop.vala index 7109874..5791e90 100644 --- a/src/desktop.vala +++ b/src/desktop.vala @@ -242,6 +242,10 @@ class Desktop: Profile { spawn_command_line_async ("unity-control-center " + panel); } + else if (is_desktop ("MATE") && Environment.find_program_in_path ("blueman-manager") != null) + { + spawn_command_line_async ("blueman-manager"); + } else { spawn_command_line_async ("gnome-control-center " + panel); |