<p dir="ltr"><br>
Hello,</p>
<p dir="ltr">I was looking a way to change the name of the loop device found in dolphin's place panel. I found it's solid udisks2 backend which return an hard coded description in <br>
"backends/udisks2/udisksdevice.cpp"  line 254 :</p>
<p dir="ltr"> if (isLoop())<br>
          return QObject::tr("Loop Device");</p>
<p dir="ltr"> Is there any raison to hard coding this ?<br>
 I just try to change by this :</p>
<p dir="ltr">  if (isLoop())<br>
       return volumeDescription();</p>
<p dir="ltr"> And i get the label found by the udisksctl command line when i mounted an iso file (udf) and also  i get the label display in the dolphin's place panel.</p>
<p dir="ltr"> I don't really know if this is the right way to modify this.<br>
 I don't really know about c++ coding. See small patch<br>
 attached.<br>
 Sorry for my poor english, hope you understand me<br>
 This is solid in kde (libs) 4.12.3.</p>
<p dir="ltr"> Thanks !</p>