Summary: | Desktop icon created by drag'n'dropping an URL shows wrong name/isn't editable | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Elias Probst <mail> |
Component: | widget-misc | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, kde, wonko |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Unspecified | ||
Latest Commit: | http://commits.kde.org/kde-workspace/246d9bcc81878977d68c3cc030f1b6fd2e28cb87 | Version Fixed In: | |
Sentry Crash Report: |
Description
Elias Probst
2009-07-11 23:00:54 UTC
SVN commit 1065548 by beatwolf: partial fix for 199811, case A has been solved CCBUG:199811 M +6 -3 icon.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1065548 i don't know if i am right bug Case A seems valid, for ex if my url is http://www2.mandriva.com/downloads/ the icon will be called downloads forget comment #2 is ok now ( i must have wrongly tested ) for B it have not created a .desktop for me but copied the webpage on the desktop for case B we have to see when when link and when we copy. When we link it works OK for me, when we copy if the URL is http://kde.org/workspaces/ the icon have "workspaces" as name This still happens with 4.5.3. While it is a nice feature to just drag a favicon onto the desktop, it's not very useful now, when the name does not tell me what the URL of this link actually is. If only I could edit it, but this is not possible, probably not even by manipulating the plasma-desktop-appletsrc file directly. Here is an entry for my online banking URL: [Containments][47][Applets][134] geometry=168,443,93,72 immutability=1 plugin=icon zvalue=0 [Containments][47][Applets][134][Configuration] Url=https://bankingportal.sparkasse-koelnbonn.de/portal/portal/Starten So there isn't even a name I could change. Or could one add something like 'name="Online Banking"'? Oh, and another thing: The icon (the white one showing a blue glob) first had the favicon added to the top right, but after a restart that is gone, I only see the icon. And the name 'Starten' is the only thing telling me this is the access for my banking account. That's not very intuitive :) Git commit a0fd4056bdb115bd74e4e50a0c5b12d2462fa92f by Gregor Tätzner. Committed on 11/01/2012 at 20:57. Pushed by gregort into branch 'master'. desktop icon drag'n'drop url name I have added an additional check so the desktop icon gets a pretty name when you drag and drop a favicon onto the desktop. REVIEW: 103435 M +3 -0 plasma/generic/applets/icon/icon.cpp http://commits.kde.org/kde-workspace/a0fd4056bdb115bd74e4e50a0c5b12d2462fa92f Git commit 246d9bcc81878977d68c3cc030f1b6fd2e28cb87 by Gregor Tätzner. Committed on 11/01/2012 at 20:57. Pushed by gregort into branch 'KDE/4.8'. desktop icon drag'n'drop url name I have added an additional check so the desktop icon gets a pretty name when you drag and drop a favicon onto the desktop. REVIEW: 103435 M +3 -0 plasma/generic/applets/icon/icon.cpp http://commits.kde.org/kde-workspace/246d9bcc81878977d68c3cc030f1b6fd2e28cb87 |