Closed jake1164 closed 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.
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.
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.