D27982: use better strings for dri devices
Nathaniel Graham
noreply at phabricator.kde.org
Wed Mar 11 14:35:17 GMT 2020
ngraham added inline comments.
INLINE COMMENTS
> opengl.cpp:284
> auto info = get_dri_device_proc(QStringLiteral("/proc/dri/") + entry + QStringLiteral("/name"));
> - info.deviceId = entry;
> + info.deviceId = i18nc("%1 is a DRI card index integer", "Card %1", entry);
> if (info.isValid()) {
What does "Card" mean in this context? A graphics card?
REPOSITORY
R102 KInfoCenter
REVISION DETAIL
https://phabricator.kde.org/D27982
To: sitter
Cc: ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200311/b8191a53/attachment.html>
More information about the Plasma-devel
mailing list