Skip to content

Commit d96ccde

Browse files
authored
AppStream.Pool: Don't load OS catalog (#2428)
1 parent 78b5a82 commit d96ccde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Core/FlatpakBackend.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ public class AppCenterCore.FlatpakBackend : Object, Backend {
294294

295295
worker_thread = new Thread<bool> ("flatpak-worker", worker_func);
296296
user_appstream_pool = new AppStream.Pool ();
297-
user_appstream_pool.set_flags (AppStream.PoolFlags.LOAD_OS_CATALOG);
297+
user_appstream_pool.set_flags (NONE);
298298

299299
system_appstream_pool = new AppStream.Pool ();
300-
system_appstream_pool.set_flags (AppStream.PoolFlags.LOAD_OS_CATALOG);
300+
system_appstream_pool.set_flags (NONE);
301301

302302
package_list = new Gee.HashMap<string, Package> (null, null);
303303

0 commit comments

Comments
 (0)