<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED MOVED - Bibliography database option does not open when selected"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144607">bug 144607</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>heiko.tietze@documentfoundation.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED MOVED - Bibliography database option does not open when selected"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144607#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED MOVED - Bibliography database option does not open when selected"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144607">bug 144607</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Heiko/Xisco: in brief, I suppose we need an else case here:

162 if (officecfg::Office::Common::PackageKit::EnableBaseInstallation::get())
163 {
164     try
165     {
166         using namespace org::freedesktop::PackageKit;
167         using namespace svtools;
168         Reference< XSyncDbusSessionHelper >
xSyncDbusSessionHelper(SyncDbusSessionHelper::create(comphelper::getProcessComponentContext()));
169         Sequence< OUString > vPackages { "libreoffice-base" };
170         xSyncDbusSessionHelper->InstallPackageNames(vPackages, OUString());
171         // I'll be back (hopefully)!
172         SolarMutexGuard aGuard;
173         executeRestartDialog(comphelper::getProcessComponentContext(),
nullptr, RESTART_REASON_BIBLIOGRAPHY_INSTALL);
174     }
175     catch (const Exception &)
176     {
177         TOOLS_INFO_EXCEPTION("sfx.appl", "trying to install LibreOffice
Base");
178     }
179 }
180 return;

(See
<a href="https://opengrok.libreoffice.org/xref/core/sfx2/source/appl/appserv.cxx?r=e1138605#162">https://opengrok.libreoffice.org/xref/core/sfx2/source/appl/appserv.cxx?r=e1138605#162</a>)

The else case would contain a dialog indicating something like:
"You need to install Base part to use bibliography."
What do you think?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>