Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #162: Removes panic in Autostart package
Panic in Auotstart::create_autostart_file hang up the application. Log example: ``` *** unhandled exception in callback: *** Not a directory at /usr/share/perl5/Shutter/App/Autostart.pm line 59. *** Shutter::App::Autostart::create_autostart_file(Shutter::App::Autostart=HASH(0x555ef7853e08), "/home/user/.config/autostart", "", "", "") called at /usr/bin/shutter line 3189 *** Shutter::App::__ANON__() called at /usr/lib/x86_64-linux-gnu/perl5/5.38/Glib/Object/Introspection.pm line 67 *** eval {...} called at /usr/lib/x86_64-linux-gnu/perl5/5.38/Glib/Object/Introspection.pm line 67 *** Glib::Object::Introspection::__ANON__(Shutter::App=HASH(0x555ef76dcf20)) called at /usr/bin/shutter line 10943 *** ignoring at /usr/lib/x86_64-linux-gnu/perl5/5.38/Glib/Object/Introspection.pm line 67. ```
- Loading branch information