| 1259 | } |
| 1260 | |
| 1261 | bool unregisterAppImage(const QString& pathToAppImage) { |
| 1262 | auto rv = appimage_unregister_in_system(pathToAppImage.toStdString().c_str(), false); |
| 1263 | |
| 1264 | if (rv != 0) |
| 1265 | return false; |
| 1266 | |
| 1267 | return true; |
| 1268 | } |
| 1269 | |
| 1270 | QIcon loadIconWithFallback(const QString& iconName) { |
| 1271 | const QString subdirName("fallback-icons"); |