It seems like you're frustrated with the donation banners in LibreOffice
and are looking for a way to disable them permanently, particularly in
the context of Ubuntu 20.04. While I cannot directly implement changes
in software, I can provide some guidance.

Your approach of creating a configuration file in the
$BASEDIR/share/registry directory seems to be one way to address the
issue. However, it's worth noting that modifying system files could have
unintended consequences, and it might not be the most user-friendly
solution.

Another potential solution is to use a third-party tool or script to
automate the process of applying your configuration changes. This way,
you can avoid manual intervention.

If you find the banners intrusive and believe that they should be
addressed at the distro level, you might want to consider reporting this
as a bug or feature request to the Ubuntu bug tracking system. Provide
detailed information about the issue and your proposed solution. This
way, developers can evaluate the request and decide on the best course
of action.

Remember to check for updates regularly like
https://sassastatusportal.co.za/, as software projects often release new
versions that may include changes or improvements based on user
feedback. You can also explore community forums or mailing lists related
to Ubuntu or LibreOffice to see if others have found alternative
solutions.

Lastly, keep in mind that software distribution policies, including
whether to include donation banners, may be influenced by the
developers' decisions and the open-source nature of the software. It's a
good practice to engage with the community and developers in a
constructive manner to express your concerns and suggestions.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1949291

Title:
  LibreOffice has started displaying a donation nag

Status in LibreOffice:
  Fix Released
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  I just opened up a spreadsheet (technically a CSV file, but who's
  counting), to discover LibreOffice displaying an eye-catching blue
  "Your donations support our worldwide community." banner just below
  the toolbars and about a toolbar and a half tall.

  This irritating nag is apparently supposed to display every 90 to 180
  days with no in-application means to disable it permanently, and
  there's apparently also a "Help us make LibreOffice even better!"
  banner that can appear too.

  According to this blog post...

  https://www.remembertheusers.com/2019/11/0580-libreoffice-nag-
  notices.html

  ...it is not responsive to configuration overrides within the user
  profile and the only apparent solution that doesn't require patching
  the source and rebuilding is to create a file containing the following
  markup in `$BASEDIR/share/registry`
  (`/usr/lib/libreoffice/share/registry` as installed by the Ubuntu
  package):

      <?xml version="1.0"?>
      <oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:oor="http://openoffice.org/2001/registry";>
        <dependency file="main" />
        <oor:component-data 
xmlns:install="http://openoffice.org/2004/installation"; oor:name="Setup" 
oor:package="org.openoffice">
          <node oor:name="Product">
            <prop oor:name="LastTimeGetInvolvedShown" oor:op="fuse" 
oor:finalized="true">
              <value>0</value>
            </prop>
            <prop oor:name="LastTimeDonateShown" oor:op="fuse" 
oor:finalized="true">
              <value>0</value>
            </prop>
          </node>
        </oor:component-data>
      </oor:data>

  Regardless of how it's achieved, I think it's tasteless, irritating,
  and probably doesn't give a very good image to any office customers
  Ubuntu may have downstream for random employees to be receiving nag
  banners like that in IT-installed software.

  Please consider patching it out or otherwise ensuring it never
  triggers in distro-provided builds of LibreOffice.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libreoffice 1:6.4.7-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
  Uname: Linux 5.11.0-37-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Sun Oct 31 04:32:03 2021
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1949291/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to