Hello,<br>We&#39;re a group of students currently programming a plasmoid applet for KDE and want to include an HTTP link in the text of our widget.<br><br>I use a Plasma::Label to show the text and I connected the signal &quot;linkActivated&quot; of the Label to a KRun::runUrl() call.<br>


<br>My problem is that the signal is never triggered, moreover if I 
replace the signal &quot;linkActivated&quot; by the signal &quot;linkHovered&quot; the link 
works just fine and is opened in my default web browser.<br><br>

Do you have any clue on what&#39;s the source of the problem?<br><br>&lt;code&gt;<br>//what i need but not working    <br>connect(m_contentWidget, SIGNAL(linkActivated(const QString&amp;)), this, SLOT(runLinkUrl(const QString&amp;)));<br>


<br>//this is working<br>connect(m_contentWidget, SIGNAL(linkHovered(const QString&amp;)), this, SLOT(runLinkUrl(const QString&amp;))); <br clear="all">&lt;/code&gt;<br><br><span style="border-collapse: collapse; color: rgb(51, 51, 51); font-family: arial,sans-serif; font-size: 13px;">Best regards,<br>
The IUP ISI team.</span><br>