Version: (using KDE 4.4.1) Installed from: Debian testing/unstable Packages If a package type translation contains a capital letter, like "Plasmoid", plasmapkg fails to interpret it correctly. main.cpp: const QString type = args->getOption("type").toLower(); [...] if (type == i18n("plasmoid") || type == "plasmoid") { The error is in the assumption that i18n("plasmoid") is lowercase (same applies to all other types as well).
Fixed in r1139060