cronomix: Unresponsive desktop after loading a todo file containing an url

After I installed the extension from https://extensions.gnome.org/extension/1238/time/ on Ubuntu 17.10, with GNOME Shell 3.26.1, my desktop become unresponsive and I was not able to click anywhere. The same problem happened with the version currently available on GitHub. I had to delete the folder ~/.local/share/gnome-shell/extensions/timepp@zagortenay333 from the console before I could use the machine again.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 37 (37 by maintainers)

Most upvoted comments

Nice! I finally figured what it is.

The url regex I was using was faulty and caused an infinite loop/recursion: https://regex101.com/r/swxUfd/1. I updated to a better one now: https://gist.github.com/dperini/729294

Thanks for you help! 😄