From s2@forceway.com Wed Apr 24 22:46:14 2013 From: johnm To: kde@lists.opensuse.org Subject: [opensuse-kde] hyperlinks in notifications? Date: Wed, 24 Apr 2013 14:45:39 -0800 Message-ID: <51786093.5000404@forceway.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4454901025088399177==" --===============4454901025088399177== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit It seems hyperlinks in notifications stopped working in openSUSE 12.3 KDE. The link text shows up as underlined, but clicking it does nothing. You can test like: notify-send "test link" -johnm -- To unsubscribe, e-mail: opensuse-kde+unsubscribe(a)opensuse.org To contact the owner, e-mail: opensuse-kde+owner(a)opensuse.org --===============4454901025088399177==-- From hrvoje.senjan@gmail.com Thu Apr 25 09:43:28 2013 From: =?utf-8?q?=C5=A1umski?= To: kde@lists.opensuse.org Subject: Re: [opensuse-kde] hyperlinks in notifications? Date: Thu, 25 Apr 2013 11:45:07 +0200 Message-ID: <1375825.1uk0qOgaz7@shumarija> In-Reply-To: <51786093.5000404@forceway.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0769755914343037857==" --===============0769755914343037857== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wednesday 24 of April 2013 14:45:39 johnm wrote: > It seems hyperlinks in notifications stopped working in openSUSE 12.3 > KDE. The link text shows up as underlined, but clicking it does nothing. >=20 > You can test like: > notify-send "test link" Hi johnm, the support for Rich text in new notifications is added in 4.10.3 version. If you are too anxious to wait, you can edit /usr/share/kde4/apps/plasma/plasmoids/org.kde.notifications/contents/ui/Notif= icationDelegate/NotificationDelegate.qml file, and somewhere around line 200 (below wrapMode: Text.Wrap) add line=20 textFormat: TextEdit.RichText > -johnm --=20 To unsubscribe, e-mail: opensuse-kde+unsubscribe(a)opensuse.org To contact the owner, e-mail: opensuse-kde+owner(a)opensuse.org --===============0769755914343037857==-- From foerster@lisas.de Thu Apr 25 10:07:34 2013 From: Yamaban To: kde@lists.opensuse.org Subject: [opensuse-kde] Re: hyperlinks in notifications? Date: Thu, 25 Apr 2013 12:07:09 +0200 Message-ID: In-Reply-To: <1375825.1uk0qOgaz7@shumarija> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3403248064056622739==" --===============3403248064056622739== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, 25 Apr 2013 11:45, =C5=A1umski wrote: > On Wednesday 24 of April 2013 14:45:39 johnm wrote: >> It seems hyperlinks in notifications stopped working in openSUSE 12.3 >> KDE. The link text shows up as underlined, but clicking it does nothing. >> >> You can test like: >> notify-send "test link" > > Hi johnm, the support for Rich text in new notifications is added in 4.10.3 > version. If you are too anxious to wait, you can edit > /usr/share/kde4/apps/plasma/plasmoids/org.kde.notifications/contents/ui/Not= ificationDelegate/NotificationDelegate.qml > file, and somewhere around line 200 (below wrapMode: Text.Wrap) add line > textFormat: TextEdit.RichText Thanks, works. (needs logout + login) line 205: wrapMode: Text.Wrap Could this change pushed before 4.10.3 as an update in the regular update channel? Package is now kdebase4-workspace-4.10.2-1.11.3.(x86_64|i586) from OSS-12.3-update repo - Yamaban. --===============3403248064056622739==--