jonbrett / cinnamon-feeds-applet

Cinnamon applet for fetching and displaying RSS feeds
https://jonbrettdev.wordpress.com
20 stars 10 forks source link

App listed as "dangerous" in Mint 18 / Cinnamon 3 #90

Closed jake1164 closed 8 years ago

jake1164 commented 8 years ago

In Mint 18 cinnamon now checks apps for "dangerous" calls that could slow the desktop.

This includes the following commands: ["spawn_sync", "spawn_command_line_sync", "GTop", "get_file_contents_utf8_sync"]

We currently use Cinnamon.get_file_contents_utf8_sync to read the feeds stored on disk.

jake1164 commented 8 years ago

Added new python method that is called asynchronously to read the file in, removing the sync method that was being used to read the files.