Comment 6 for bug 1751820

Revision history for this message
Iain Lane (laney) wrote :

with this, I removed the dh_translations override from ubuntu-settings, and:

   dh_translations
 check_buildsystem: got domain 'ubuntu-default-launchers', using intltool: 0
 /usr/bin/ninja -C /home/laney/temp/ubuntu-settings-18.04.2/obj-x86_64-linux-gnu ubuntu-default-launchers-pot
ninja: Entering directory `/home/laney/temp/ubuntu-settings-18.04.2/obj-x86_64-linux-gnu'
[0/1] Running external command ubuntu-default-launchers-pot.
dh_langpack: processing files to add translation domain 'ubuntu-default-launchers'..
  gnome-initial-setup.desktop
  ubuntu-amazon-default.desktop
  com.canonical.launcher.amazon.desktop

laney@raleigh> cat debian/ubuntu-settings/usr/share/ubuntu/applications/gnome-initial-setup.desktop
[Desktop Entry]
Name=Welcome to Ubuntu
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=ubuntu-logo-icon
TryExec=/usr/lib/gnome-initial-setup/gnome-initial-setup
Exec=/usr/lib/gnome-initial-setup/gnome-initial-setup
Terminal=false
Type=Application
StartupNotify=true
NoDisplay=true
X-Ubuntu-Gettext-Domain=ubuntu-default-launchers

laney@raleigh> ls po/ubuntu-default-launchers.pot
po/ubuntu-default-launchers.pot

but I guess the main thing to check is that it's not going to break random other packages.