cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #00734
[Bug 489458] Re: Stacks applet crashes with web addresses
This isn't about a bug, but for Stack applet to accept "https://" too, I
respectively changed line 98 in applet-stack.c and line 59 in applet-
load-icons.c as follows:
if (strncmp (cContent, "http://", 7) == 0 || strncmp (cContent, "https://", 8) == 0 || strncmp (cContent, "www", 3) == 0)
if (strncmp (cContent, "http://", 7) == 0 || strncmp (cContent,
"https://", 8) == 0)
I'm not a programmer but it worked.
--
Stacks applet crashes with web addresses
https://bugs.launchpad.net/bugs/489458
You received this bug notification because you are a member of Cairo-
Dock Team, which is the registrant for Cairo-Dock Plug-ins.
Status in Cairo-Dock : Plug-ins: Fix Committed
Bug description:
When an Internet link is dragged and dropped into the stacks applet on the dock, Cairo-Dock crashes and restarts. This also happens when the Internet address is manually copied and pasted into the applet.
Follow ups
References