Fix icons of desktop files created by knetattach.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 81167e8fdb)
pull/182/head
Chris 4 years ago committed by Slávek Banko
parent 59cdece141
commit d4cce6c571
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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