1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Disable Net::DBus. #1015

This commit is contained in:
Alessandro Ranellucci
2013-04-29 15:57:07 +02:00
parent c2301c5796
commit dde3e6e870
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -480,7 +480,8 @@ sub notify {
$self->{growler}->notify(Event => 'SKEIN_DONE', Title => $title, Message => $message)
if $self->{growler};
};
if (eval 'use Net::DBus; 1') {
# Net::DBus is broken in multithreaded environment
if (0 && eval 'use Net::DBus; 1') {
eval {
my $session = Net::DBus->session;
my $serv = $session->get_service('org.freedesktop.Notifications');