<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hello,<br>
    <br>
    Unfortunately I don't have a user to report a bug at the kde.org.<br>
    <br>
    Anyway it's not so important, I can use DK without this
    functionality.<br>
    <br>
    Regards,<br>
    Andrerj<br>
    <br>
    <div class="moz-cite-prefix">On 12/01/2026 14:04, Gilles Caulier
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAHFG6sFuo+vCVXepad_TxcTXFKjjg_eRidELBgvxJk_8YKKqpw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>Hi,</div>
        <div><br>
        </div>
        <div>Interesting. If the test sound in Notifications dialog
          works, well i don't know why the sound is not played at the
          event.</div>
        <div><br>
        </div>
        <div>In all cases, the code to play the sound at the event is
          definitively in the KDE KNotifications framework component
          (KNotifyConfig is the widgets collection to set up the
          notifications).</div>
        <div><br>
        </div>
        <div>Please report the issue in the git repository:</div>
        <div><br>
        </div>
        <div><a
href="https://invent.kde.org/frameworks/knotifications/-/issues?sort=created_date&state=opened&first_page_size=20"
            moz-do-not-send="true">https://invent.kde.org/frameworks/knotifications/-/issues?sort=created_date&state=opened&first_page_size=20</a></div>
        <div><br>
        </div>
        <div>Thanks in advance</div>
        <div><br>
        </div>
        <div>Gilles Caulier</div>
        <div><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote gmail_quote_container">
        <div dir="ltr" class="gmail_attr">Le lun. 12 janv. 2026 à 13:54,
          Andrej Valencic <<a href="mailto:andrej.valencic@zoho.com"
            moz-do-not-send="true" class="moz-txt-link-freetext">andrej.valencic@zoho.com</a>>
          a écrit :<br>
        </div>
        <blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div> Hello Giles,<br>
            <br>
            I'm using the Qt6 version for a long time now.<br>
            I've already tried with some videos and the sound is present
            (on my monitor's internal speaker and also on external
            bluetooth speaker).<br>
            <br>
            I forgot to mention that when in the Notifications setting
            dialog I try and test the sounds all are heard on the
            speaker.<br>
            I'm including the relevant settings page on my installation.<br>
            <br>
            Any other suggestions about what I might try?<br>
            <br>
            Regards,<br>
            Andrej<br>
            <br>
            <div>On 10/01/2026 09:03, Gilles Caulier wrote:<br>
            </div>
            <blockquote type="cite">
              <div dir="ltr">
                <div dir="ltr"><br>
                </div>
                <br>
                <div class="gmail_quote">
                  <div dir="ltr" class="gmail_attr">Le ven. 9 janv. 2026
                    à 10:45, Andrej Valencic <<a
                      href="mailto:andrej.valencic@zoho.com"
                      target="_blank" moz-do-not-send="true"
                      class="moz-txt-link-freetext">andrej.valencic@zoho.com</a>>
                    a écrit :<br>
                  </div>
                  <blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello!<br>
                    <br>
                    I was playing with the DK Notification settings a
                    bit. I was trying to <br>
                    change the sounds but no matter how i set it up only
                    the default sound <br>
                    is ever played for all actions.<br>
                    <br>
                    I'm running the latest 9.0.0 version on Windows 11 -
                    is this supposed to <br>
                    work in this combination?<br>
                    <br>
                    Regards,<br>
                    Andrej</blockquote>
                  <div><br>
                  </div>
                  <div>Hi,</div>
                  <div><br>
                  </div>
                  <div>I tried the same under macOS, and the sound is
                    played as expected. </div>
                  <div><br>
                  </div>
                  <div>The Notification configuration panel come with
                    the KDE framework component KNofyConfig :</div>
                  <div><br>
                  </div>
                  <div><a
href="https://invent.kde.org/frameworks/knotifyconfig" target="_blank"
                      moz-do-not-send="true"
                      class="moz-txt-link-freetext">https://invent.kde.org/frameworks/knotifyconfig</a></div>
                  <div><br>
                  </div>
                  <div>In this one the sounds are played with the
                    QtMultimedia framework (that we use in digiKam too
                    to play the video) :</div>
                  <div><br>
                  </div>
                  <div><a
href="https://invent.kde.org/frameworks/knotifyconfig/-/blob/master/CMakeLists.txt?ref_type=heads#L57"
                      target="_blank" moz-do-not-send="true"
                      class="moz-txt-link-freetext">https://invent.kde.org/frameworks/knotifyconfig/-/blob/master/CMakeLists.txt?ref_type=heads#L57</a></div>
                  <div><br>
                  </div>
                  <div><a
href="https://doc.qt.io/qt-6/qtmultimedia-index.html" target="_blank"
                      moz-do-not-send="true"
                      class="moz-txt-link-freetext">https://doc.qt.io/qt-6/qtmultimedia-index.html</a></div>
                  <div><br>
                  </div>
                  <div>Questions :</div>
                  <div><br>
                  </div>
                  <div>1/ Did you use the Qt6 version of digiKam under
                    Windows. If you use the Qt5, switching to Qt6 is the
                    future and the days are numbered for the Qt5. Note:
                    the Qt5 version does not use the QtMultimedia
                    framework. To check which Qt version you use, take a
                    look at the Help/Components Info dialog.</div>
                  <div>2/ If you use the Qt6 version, QtMultimedia
                    relies on the media backend to play content with the
                    right codec. To see if you use the right backend
                    (configurable in digiKam Setup/Misc/System dialog
                    page), please try to play a video in preview mode
                    and look if sound can be heard. If not, configure
                    the right backend as explained in the online
                    documentation:</div>
                  <div><br>
                  </div>
                  <div><a
href="https://docs.digikam.org/en/setup_application/miscs_settings.html#system-settings"
                      target="_blank" moz-do-not-send="true"
                      class="moz-txt-link-freetext">https://docs.digikam.org/en/setup_application/miscs_settings.html#system-settings</a></div>
                  <div><br>
                  </div>
                  <div>Best regards</div>
                  <div><br>
                  </div>
                  <div>Gilles Caulier</div>
                </div>
              </div>
            </blockquote>
            <br>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>