/etc/apt/apt.conf.d/60plasma-discover is in plasma-discover 5.12.4-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## This file is provided by KDE Discover to enable the download of
## small-size icons as well as bigger high-res application icons by default.
##
## The small (64x64px) icons are required for Discover to work, while the
## HiDPI icons are required for it to look good.
Acquire::IndexTargets {
deb::DEP-11-icons {
DefaultEnabled "true";
};
};
Acquire::IndexTargets {
deb::DEP-11-icons-large {
DefaultEnabled "true";
};
};
|