Fix icons of desktop files created by knetattach.

Signed-off-by: Chris <xchrisx@uber.space>
pull/114/head
Chris 4 years ago
parent 7b55ca5987
commit 81167e8fdb

@ -176,7 +176,7 @@ void KNetAttach::finished()
path += name + ".desktop";
KSimpleConfig desktopFile(path, false);
desktopFile.setGroup("Desktop Entry");
desktopFile.writeEntry("Icon", "package_network");
desktopFile.writeEntry("Icon", "applications-internet");
desktopFile.writeEntry("Name", name);
desktopFile.writeEntry("Type", "Link");
desktopFile.writeEntry("URL", url.prettyURL());

Loading…
Cancel
Save