You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made a symlink ~/.config/autostart/shutter.desktop -> /usr/share/applications/shutter.desktop
Trying to close shutter produces:
*** unhandled exception in callback:
*** Permission denied at /usr/share/shutter/resources/modules/Shutter/App/Autostart.pm line 59.
*** ignoring at /usr/bin/shutter line 2884.
Shutter is unresponsive thereafter, need to resort to SIGKILL.
Replacing the symlink with a copy fixes the issue.
Shutter should fail gracefully in such a case and exit normally.
Launchpad Details: #LP1418162 Mindaugas Jakutis - 2015-02-04 18:26:13 +0000
The text was updated successfully, but these errors were encountered:
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.
```
I've made a symlink ~/.config/autostart/shutter.desktop -> /usr/share/applications/shutter.desktop
Trying to close shutter produces:
*** unhandled exception in callback:
*** Permission denied at /usr/share/shutter/resources/modules/Shutter/App/Autostart.pm line 59.
*** ignoring at /usr/bin/shutter line 2884.
Shutter is unresponsive thereafter, need to resort to SIGKILL.
Replacing the symlink with a copy fixes the issue.
Shutter should fail gracefully in such a case and exit normally.
Launchpad Details: #LP1418162 Mindaugas Jakutis - 2015-02-04 18:26:13 +0000
The text was updated successfully, but these errors were encountered: