[Bug 1877032] [NEW] Unable to use Pango with ImageMagick

2020-05-05 Thread GunChleoc
Public bug reported:

I am trying to use Pango for rendering text with Imagemagick, but it is
not recognized. I'm on Linux Mint 19.9 Tessa 64 Bit, which uses Bionic
packages.

The same command works fine on Ubuntu Trusty (14.04).

So, I am wondering whether this is a packaging bug. If it is not, please
close this.

This is what I was doing:

I am trying to run one of the examples from:
https://www.imagemagick.org/Usage/text/#pango

```
$ convert -background lightblue pango:"Anthony Thyssen" pango.gif
```
Resulting in:

```
convert-im6.q16: unable to open image `pango:Anthony Thyssen': No such file or 
directory @ error/blob.c/OpenBlob/2701.
convert-im6.q16: no decode delegate for this image format `' @ 
error/constitute.c/ReadImage/504.
convert-im6.q16: no images defined `pango.gif' @ 
error/convert.c/ConvertImageCommand/3258.
```

I checked the available formats with `convert -list format` and Pango is
indeed not listed.

Full conversation on the ImageMagick repo:

https://github.com/ImageMagick/ImageMagick/discussions/1989

** Affects: imagemagick (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877032

Title:
  Unable to use Pango with ImageMagick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1877032/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1722060] Re: Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

2019-09-21 Thread GunChleoc
** Changed in: widelands (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1722060

Title:
  Some programs (e.g. Widelands) crash when playing sounds with sdl2
  2.0.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ioquake3/+bug/1722060/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1827329] [NEW] Please update package to Build 20

2019-05-01 Thread GunChleoc
Public bug reported:

We have just tagged a new release:

https://launchpad.net/widelands/build20/build20

Could you please update the Ubuntu package?

c.f. our daily PPA: https://code.launchpad.net/~widelands-
dev/+recipe/widelands-b20

Thanks!

** Affects: widelands (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827329

Title:
  Please update package to Build 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/widelands/+bug/1827329/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789023] Re: Widelands package from Universe is not in the Software Center

2019-04-22 Thread GunChleoc
Fixed in build20-rc1

** Changed in: widelands
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789023

Title:
  Widelands package from Universe is not in the Software Center

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1789023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695879] Re: gcc7: trunk fails to compile a release build

2019-04-22 Thread GunChleoc
Fixed in build20-rc1

** Changed in: widelands
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695879

Title:
  gcc7: trunk fails to compile a release build

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1695879/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817451] Re: iconv error on command line for bg_BG on Ubuntu 16.04 LTS, Hunspell 1.3.3

2019-02-23 Thread GunChleoc
** Description changed:

  While trying to run Hunspell on the command line for the Bulgarian
  locale, I get the following error:
  
- 
-   $ hunspell -d bg_BG
-   error - iconv_open: UTF-8 -> microsoft-cp1251
-   Hunspell 1.3.3
- 
+   $ hunspell -d bg_BG
+   error - iconv_open: UTF-8 -> microsoft-cp1251
+   Hunspell 1.3.3
  
  Operating system: Ubuntu 16.04 LTS
  
  I guess the solution would be to reencode the dictionary as UTF-8?
  
  I tried to supply the -i parameter, but without any luck.
  
  Originally reported at: https://github.com/hunspell/hunspell/issues/458
  
  And patched in that repo:
  
https://github.com/hunspell/hunspell/commit/3b837d8cb6125820202da9dc8721ffc92a7ce19b
  
- The bug is still there in Linux Mint. Version info:
+ And fixed in LibreOffice:
+ https://bugs.documentfoundation.org/show_bug.cgi?id=117392
+ 
+ The bug is still there in Linux Mint though. Version info:
  
  Linux version 4.15.0-45-generic (buildd@lgw01-amd64-031) (gcc version
  7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC
  2019
  
  @(#) International Ispell Version 3.2.06 (but really Hunspell 1.6.2)

** Description changed:

  While trying to run Hunspell on the command line for the Bulgarian
  locale, I get the following error:
  
    $ hunspell -d bg_BG
    error - iconv_open: UTF-8 -> microsoft-cp1251
    Hunspell 1.3.3
  
  Operating system: Ubuntu 16.04 LTS
  
  I guess the solution would be to reencode the dictionary as UTF-8?
  
  I tried to supply the -i parameter, but without any luck.
  
  Originally reported at: https://github.com/hunspell/hunspell/issues/458
  
  And patched in that repo:
  
https://github.com/hunspell/hunspell/commit/3b837d8cb6125820202da9dc8721ffc92a7ce19b
  
  And fixed in LibreOffice:
  https://bugs.documentfoundation.org/show_bug.cgi?id=117392
  
  The bug is still there in Linux Mint though. Version info:
  
  Linux version 4.15.0-45-generic (buildd@lgw01-amd64-031) (gcc version
  7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC
  2019
  
  @(#) International Ispell Version 3.2.06 (but really Hunspell 1.6.2)
+ 
+ Package version for hunspell-bg: 1:6.0.3-3

** Description changed:

  While trying to run Hunspell on the command line for the Bulgarian
  locale, I get the following error:
  
    $ hunspell -d bg_BG
    error - iconv_open: UTF-8 -> microsoft-cp1251
    Hunspell 1.3.3
  
  Operating system: Ubuntu 16.04 LTS
  
  I guess the solution would be to reencode the dictionary as UTF-8?
  
  I tried to supply the -i parameter, but without any luck.
  
  Originally reported at: https://github.com/hunspell/hunspell/issues/458
  
  And patched in that repo:
  
https://github.com/hunspell/hunspell/commit/3b837d8cb6125820202da9dc8721ffc92a7ce19b
  
  And fixed in LibreOffice:
  https://bugs.documentfoundation.org/show_bug.cgi?id=117392
  
  The bug is still there in Linux Mint though. Version info:
  
  Linux version 4.15.0-45-generic (buildd@lgw01-amd64-031) (gcc version
  7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC
  2019
  
  @(#) International Ispell Version 3.2.06 (but really Hunspell 1.6.2)
  
  Package version for hunspell-bg: 1:6.0.3-3
+ 
+ See also https://bugs.launchpad.net/ubuntu/+source/libreoffice-
+ dictionaries/+bug/1675547

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1817451

Title:
  iconv error on command line for bg_BG on Ubuntu 16.04 LTS, Hunspell
  1.3.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hunspell/+bug/1817451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817451] [NEW] iconv error on command line for bg_BG on Ubuntu 16.04 LTS, Hunspell 1.3.3

2019-02-23 Thread GunChleoc
Public bug reported:

While trying to run Hunspell on the command line for the Bulgarian
locale, I get the following error:


  $ hunspell -d bg_BG
  error - iconv_open: UTF-8 -> microsoft-cp1251
  Hunspell 1.3.3


Operating system: Ubuntu 16.04 LTS

I guess the solution would be to reencode the dictionary as UTF-8?

I tried to supply the -i parameter, but without any luck.

Originally reported at: https://github.com/hunspell/hunspell/issues/458

And patched in that repo:
https://github.com/hunspell/hunspell/commit/3b837d8cb6125820202da9dc8721ffc92a7ce19b

The bug is still there in Linux Mint. Version info:

Linux version 4.15.0-45-generic (buildd@lgw01-amd64-031) (gcc version
7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC
2019

@(#) International Ispell Version 3.2.06 (but really Hunspell 1.6.2)

** Affects: hunspell (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1817451

Title:
  iconv error on command line for bg_BG on Ubuntu 16.04 LTS, Hunspell
  1.3.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hunspell/+bug/1817451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1798318] Re: After installing and deinstallig a language, it is left behind in the LANGUAGE system variable

2018-10-20 Thread GunChleoc
The following 2 files need to be fixed when a language is uninstalled:

/etc/default/locale
/home//.pam_environment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1798318

Title:
  After installing and deinstallig a language, it is left behind in the
  LANGUAGE system variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1798318/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1798318] Re: After installing and deinstallig a language, it is left behind in the LANGUAGE system variable

2018-10-17 Thread GunChleoc
** Description changed:

  After removing an installed language that was previously selected, it's
  still defined in the system. This leads to many UI elements and software
  applications picking the previously installed language if there is no
  translation available for the currently selected language.
  
  Steps to reproduce:
  
  1. Open GNOME Settings
  2. Install the Deutsch language pack
  3. Select it as your system language & locale
  4. Apply settings
  5. Pick a different language and uninstall the Deutsch language pack
  6. Reboot
  
  This is the result with `gd` as my usual language/locale:
  
  $ locale
  LANG=gd_GB.UTF-8
  LANGUAGE=gd:de_DE:en_GB:en
  LC_CTYPE="gd_GB.UTF-8"
  LC_NUMERIC=gd_GB.UTF-8
  LC_TIME=gd_GB.UTF-8
  LC_COLLATE="gd_GB.UTF-8"
  LC_MONETARY=gd_GB.UTF-8
  LC_MESSAGES="gd_GB.UTF-8"
  LC_PAPER=gd_GB.UTF-8
  LC_NAME=gd_GB.UTF-8
  LC_ADDRESS=gd_GB.UTF-8
  LC_TELEPHONE=gd_GB.UTF-8
  LC_MEASUREMENT=gd_GB.UTF-8
  LC_IDENTIFICATION=gd_GB.UTF-8
  LC_ALL=
  
- 
- Notice the `LANGUAGE=gd:de_DE:en_GB:en` bit that should read 
`LANGUAGE=gd:en_GB:en` instead.
+ Notice the `LANGUAGE=gd:de_DE:en_GB:en` bit that should read
+ `LANGUAGE=gd:en_GB:en` instead.
  
  I also noticed that after switching the language back to `gd` while
  keeping the `de` locale, part of the UI was still in `de`, including the
  "Manage Installed Languages" button, while other parts were in `gd`.
  That's probably the same bug and a symptom of the incomplete translation
  coverage for `gd`.
  
  I managed to manually sort of fix it by running sudo update-locale
  LANGUAGE=gd:en_GB:en as explained in
  https://askubuntu.com/questions/1083868/how-to-set-language-in-locale-
  permanently/1084062#1084062. However, it will regress every time I
  "Manage Installed Languages" -> "Apply System-wide". See attached
  screenshot for the result.
  
  Originally reported at https://gitlab.gnome.org/GNOME/gnome-control-
  center/issues/236
+ 
+ Ubuntu version: 18.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1798318

Title:
  After installing and deinstallig a language, it is left behind in the
  LANGUAGE system variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1798318/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1798318] [NEW] After installing and deinstallig a language, it is left behind in the LANGUAGE system variable

2018-10-17 Thread GunChleoc
Public bug reported:

After removing an installed language that was previously selected, it's
still defined in the system. This leads to many UI elements and software
applications picking the previously installed language if there is no
translation available for the currently selected language.

Steps to reproduce:

1. Open GNOME Settings
2. Install the Deutsch language pack
3. Select it as your system language & locale
4. Apply settings
5. Pick a different language and uninstall the Deutsch language pack
6. Reboot

This is the result with `gd` as my usual language/locale:

$ locale
LANG=gd_GB.UTF-8
LANGUAGE=gd:de_DE:en_GB:en
LC_CTYPE="gd_GB.UTF-8"
LC_NUMERIC=gd_GB.UTF-8
LC_TIME=gd_GB.UTF-8
LC_COLLATE="gd_GB.UTF-8"
LC_MONETARY=gd_GB.UTF-8
LC_MESSAGES="gd_GB.UTF-8"
LC_PAPER=gd_GB.UTF-8
LC_NAME=gd_GB.UTF-8
LC_ADDRESS=gd_GB.UTF-8
LC_TELEPHONE=gd_GB.UTF-8
LC_MEASUREMENT=gd_GB.UTF-8
LC_IDENTIFICATION=gd_GB.UTF-8
LC_ALL=

Notice the `LANGUAGE=gd:de_DE:en_GB:en` bit that should read
`LANGUAGE=gd:en_GB:en` instead.

I also noticed that after switching the language back to `gd` while
keeping the `de` locale, part of the UI was still in `de`, including the
"Manage Installed Languages" button, while other parts were in `gd`.
That's probably the same bug and a symptom of the incomplete translation
coverage for `gd`.

I managed to manually sort of fix it by running sudo update-locale
LANGUAGE=gd:en_GB:en as explained in
https://askubuntu.com/questions/1083868/how-to-set-language-in-locale-
permanently/1084062#1084062. However, it will regress every time I
"Manage Installed Languages" -> "Apply System-wide". See attached
screenshot for the result.

Originally reported at https://gitlab.gnome.org/GNOME/gnome-control-
center/issues/236

Ubuntu version: 18.04

** Affects: accountsservice (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "locale-change-ignored.png"
   
https://bugs.launchpad.net/bugs/1798318/+attachment/5202098/+files/locale-change-ignored.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1798318

Title:
  After installing and deinstallig a language, it is left behind in the
  LANGUAGE system variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1798318/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789023] Re: Widelands package from Universe is not in the Software Center

2018-09-07 Thread GunChleoc
Tested 1:19-ppa0-bzr8809-201809071017~ubuntu18.04.1

Thank you!

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789023

Title:
  Widelands package from Universe is not in the Software Center

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1789023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789023] Re: Widelands package from Universe is not in the Software Center

2018-08-28 Thread GunChleoc
** Changed in: widelands
   Status: In Progress => Fix Committed

** Changed in: widelands
 Assignee: GunChleoc (gunchleoc) => (unassigned)

** Changed in: widelands
Milestone: None => build20-rc1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789023

Title:
  Widelands package from Universe is not in the Software Center

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1789023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789023] Re: Widelands package from Universe is not in the Software Center

2018-08-26 Thread GunChleoc
** Branch linked: lp:~widelands-dev/widelands/bug-1789023-fix-icon-for-
software-center

** Changed in: widelands
   Status: New => In Progress

** Changed in: widelands
 Assignee: (unassigned) => GunChleoc (gunchleoc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789023

Title:
  Widelands package from Universe is not in the Software Center

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1789023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789023] [NEW] Widelands package from Universe is not in the Software Center

2018-08-25 Thread GunChleoc
Public bug reported:

Hi, I'm one of the developers of the Widelands game. It has landed in
Universe:

https://packages.ubuntu.com/search?keywords=widelands

The packages are also available in Debian stable:

https://packages.debian.org/search?keywords=widelands&searchon=names&suite=stretch§ion=all

However, nobody can see it in the software center. Is there anything
else I can do myself to get this in and then to maintain it in the
future?

The game consists of 2 packages, widelands and widelands-data.

Thanks!

** Affects: widelands
 Importance: Undecided
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Also affects: widelands
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789023

Title:
  Widelands package from Universe is not in the Software Center

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1789023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644838] Re: widelands crashed with SIGSEGV in Widelands::Soldier::battle_update()

2017-05-21 Thread GunChleoc
*** This bug is a duplicate of bug 1636966 ***
https://bugs.launchpad.net/bugs/1636966

I'll mark this as a duplicate now, since it's very likely that it's the
same bug as mentioned in #7.

** This bug has been marked a duplicate of bug 1636966
   Segfault in battle

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644838

Title:
  widelands crashed with SIGSEGV in Widelands::Soldier::battle_update()

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1644838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1675547] Re: bg_BG uses wrong encoding

2017-03-24 Thread GunChleoc
I filed a bug at the SourceForge project:

https://sourceforge.net/p/bgoffice/bugs/6/

Let's see what they say. Upstream is always best for a fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1675547

Title:
  bg_BG uses wrong encoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice-dictionaries/+bug/1675547/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1675547] [NEW] bg_BG uses wrong encoding

2017-03-23 Thread GunChleoc
Public bug reported:

for the Bulgarian Dictionary,

SET microsoft-cp1251

needs to be changed to:

SET cp1251

Unless you want to use UTF-8?

https://github.com/hunspell/hunspell/issues/458#issuecomment-288843786

any other (upstream) packages where a bug needs to be filed?

** Affects: libreoffice-dictionaries (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  for the Bulgarian Dictionary,
  
  SET microsoft-cp1251
  
  needs to be changed to:
  
  SET cp1251
  
+ Unless you want to use UTF-8?
+ 
  https://github.com/hunspell/hunspell/issues/458#issuecomment-288843786
  
  any other (upstream) packages where a bug needs to be filed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1675547

Title:
  bg_BG uses wrong encoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice-dictionaries/+bug/1675547/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1668214] [NEW] System information does not display Ubuntu name

2017-02-27 Thread GunChleoc
Public bug reported:

When I want to identify my Ubuntu version with "About this computer", it
says Ubuntu 16.04 LTS. However, when I search for packages on Launchpad,
I need to look for "Ubuntu Xenial".

This means that the user will need to remember or research what is what
every time.

I suggest adding the version code name to the "About this computer"
screen and the version number to the Launchpad info.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1668214

Title:
  System information does not display Ubuntu name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1668214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1644838] Re: widelands crashed with SIGSEGV in Widelands::Soldier::battle_update()

2016-12-03 Thread GunChleoc
Thanks for checking! Back to square one, then.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644838

Title:
  widelands crashed with SIGSEGV in Widelands::Soldier::battle_update()

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1644838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1644838] Re: widelands crashed with SIGSEGV in Widelands::Soldier::battle_update()

2016-11-28 Thread GunChleoc
Thanks - I'm going through them now. If you still have any autosaves,
that would be even better :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644838

Title:
  widelands crashed with SIGSEGV in Widelands::Soldier::battle_update()

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1644838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1644838] Re: widelands crashed with SIGSEGV in Widelands::Soldier::battle_update()

2016-11-27 Thread GunChleoc
Might be a duplicate of the following bug, which we also have trouble
reproducing:

https://bugs.launchpad.net/widelands/+bug/1636966

So, if you should have an autosave for this, it would be a great help :)

** Changed in: widelands
Milestone: None => build20-rc1

** Changed in: widelands
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644838

Title:
  widelands crashed with SIGSEGV in Widelands::Soldier::battle_update()

To manage notifications about this bug go to:
https://bugs.launchpad.net/widelands/+bug/1644838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1573503] [NEW] Can we have wider columns for translations?

2016-04-22 Thread GunChleoc
Public bug reported:

I tried to file an upstream bug, but I can't reach avahi.org. I hope
that opening a bug here is appropriate.

I have problems translating some column headers due to lack of space. Is
it possible to widen them a bit? These are the strings I'm talking
about:

E Ifce Prot Domain
Located in ../avahi-utils/avahi-browse.c:549 


E Ifce Prot %-*s %-20s Domain
Located in ../avahi-utils/avahi-browse.c:553 

Specifically, I need at least 1 more letter for "Ifce". Other languages
might have problems with different column headers though.

** Affects: avahi (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573503

Title:
  Can we have wider columns for translations?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1573503/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1351696] Re: "%s Features" needs translator comment

2016-01-16 Thread GunChleoc
+1 to #6.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1351696

Title:
  "%s Features" needs translator comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1351696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1395273] Re: Scottish Gaelic gone after update

2015-10-16 Thread GunChleoc
Thanks for looking into this :)

Another localization issue I have is that the gd hunspell package
recognizes a lot less words than in Windows - I filed a bug:
https://bugs.launchpad.net/ubuntu/+source/hunspell/+bug/1495024 but I
don't know if this is the correct place for it.

What do the package maintainers need to do to make sure that the current
versions are included in Ubuntu?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1395273

Title:
  Scottish Gaelic gone after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1395273/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1376728] Re: keywords should be translated as a list

2015-09-18 Thread GunChleoc
Elsewhere, you get a semicolon-separated list - it's all over the Gnome
project, for example. It will look like this:

   picture;pictures;image;images;photo;photos;

You can then use the ; to parse them into a list of dynamic length.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376728

Title:
  keywords should be translated as a list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1376728/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1495024] [NEW] Dictionary for gd locale is outdated in Ubuntu

2015-09-12 Thread GunChleoc
Public bug reported:

The Hunspell dictionary for Scottish Gaelic is seriously outdated in
Ubuntu. There are a lot of words that it doesn't recognize but that it
will recognize with Windows versions of the same software.

I noticed this in Firefox and LibreOffice.

General information about the gd package can be found on:

http://www.igaidhlig.net/en/an-dearbhair-beag-2/

** Affects: hunspell (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495024

Title:
  Dictionary for gd locale is outdated in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hunspell/+bug/1495024/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1377195] Re: String "Please re-enter" in Unity8 needs context

2015-07-20 Thread GunChleoc
Thanks for the info :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1377195

Title:
  String "Please re-enter" in Unity8 needs context

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1377195/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1452196] Re: Localedata for Scottish Gaelic (gd) is outdated

2015-05-07 Thread GunChleoc
Nothing is ever easy :(

Let's just go with the month and weekdays for now then, this will
already be a great improvement :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1452196

Title:
  Localedata for Scottish Gaelic (gd) is outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1452196/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1452196] Re: Localedata for Scottish Gaelic (gd) is outdated

2015-05-06 Thread GunChleoc
I think this is a good strategy. Thanks for acting on this so quickly :)

Maybe you can just replace the whole locale file?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1452196

Title:
  Localedata for Scottish Gaelic (gd) is outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1452196/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1452196] Re: Localedata for Scottish Gaelic (gd) is outdated

2015-05-06 Thread GunChleoc
I have attached a picture and underlined the wrong terms in it - this is
how we became aware of the issue.

I find the glibc stuff very hard to proofread, because most of it is
hidden behind raw unicode. The current glibc seems to be correct though
- at least the human-readable parts of it.

** Attachment added: "calendar_bugs.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1452196/+attachment/4392096/+files/calendar_bugs.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1452196

Title:
  Localedata for Scottish Gaelic (gd) is outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1452196/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1452196] Re: Localedata for Scottish Gaelic (gd) is outdated

2015-05-06 Thread GunChleoc
** Description changed:

  We have outdated translations in date/time - e.g. "Dilu" instead of
  "DiL" for "Mon" for Scottish Gaelic (gd/gd_GB). The strings appear most
  notably when you click on the time in the top bar on the right, and the
  calendar appears.
  
  How do I go about furnishing you with the correct translations? What can
  I do to help?
+ 
+ ETA: I had a look at the locale in the current glibc and it's correct there.
+ http://ftp.heanet.ie/mirrors/gnu/libc/glibc-2.21.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1452196

Title:
  Localedata for Scottish Gaelic (gd) is outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1452196/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1452196] [NEW] Localedata for Scottish Gaelic (gd) is outdated

2015-05-06 Thread GunChleoc
Public bug reported:

We have outdated translations in date/time - e.g. "Dilu" instead of
"DiL" for "Mon" for Scottish Gaelic (gd/gd_GB). The strings appear most
notably when you click on the time in the top bar on the right, and the
calendar appears.

How do I go about furnishing you with the correct translations? What can
I do to help?

ETA: I had a look at the locale in the current glibc and it's correct there.
http://ftp.heanet.ie/mirrors/gnu/libc/glibc-2.21.tar.gz

** Affects: langpack-locales (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1452196

Title:
  Localedata for Scottish Gaelic (gd) is outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1452196/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1451077] [NEW] "You have about %d more unread messages" needs plural treatment

2015-05-02 Thread GunChleoc
Public bug reported:

The following string needs to be fetched for plural forms:

"You have about %d more unread messages"

Located in plugins/gmail/gmail.go:194

https://translations.launchpad.net/account-polld/trunk/+pots/account-
polld/gd/5/+translate


e.g. for my language:

12 messages -> 12 theachdaireachd
19 messages -> 19 teachdaireachdan
20 messages -> 20 teachdaireachd

** Affects: account-polld (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1451077

Title:
  "You have about %d more unread messages" needs plural treatment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-polld/+bug/1451077/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431497] Re: Add translator comments where applicable

2015-03-12 Thread GunChleoc
Thanks for looking into this so fast!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431497

Title:
  Add translator comments where applicable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1431497/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431497] [NEW] Noun or verb?

2015-03-12 Thread GunChleoc
Public bug reported:

Could you add translator comments to the two following strings? Without
context, translators can't know if they are verbs or nouns, resulting in
possible translation errors.

"Lock"
qml/Components/Dialogs.qml:90 
https://translations.launchpad.net/unity8/trunk/+pots/unity8/gd/10/+translate

"Shutdown"
 qml/Components/Dialogs.qml:127 
https://translations.launchpad.net/unity8/trunk/+pots/unity8/gd/16/+translate

Thanks!

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431497

Title:
  Noun or verb?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1431497/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294858] Re: Installer does not install all language support packages

2014-11-24 Thread GunChleoc
Sorry, I mistook your comment on the mailing list, and the general
problem was also discussed here before. Do you know which package we
should file a new bug report against?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294858

Title:
  Installer does not install all language support packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1294858/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294858] Re: Installer does not install all language support packages

2014-11-24 Thread GunChleoc
Me too - my language was just gone. Another odd thing I noticed that
might be related, when I first installed Ubuntu, I had to pick English,
because my languages doesn't have the coverage yet - which is fine. The
problem is, why do I have to install all Englishes under the sun?

I think we should follow the fallback locale scheme defined in the
CLDR/ICU here.  http://userguide.icu-project.org/locale#TOC-Fallback

Which means that "en" and only "en" is the one locale that always gets
installed  (and not "en_CA" , "en_GB"  etc in addition to that), and
then everything in your chosen locale's fallback chain. For example, for
the "fr_FR.utf8@EURO" locale, the installed locales in order of
preference would be:

fr_FR@EURO
fr_FR
fr
en

The locale selection behaviour should be identical for all
installers/updaters/language option changes, because of orthogonality.
The chain for an individual package would ideally be:

Preliminary: The user is not allowed to select plain "en" as a locale,
but it has to be "en_CA", "en_US", or "en_GB" etc)

1. Try to get the locale selected by user for the particular package,
e.g. Firefox  (unless it's plain "en", so the user will be able to get
new language packages as they become available).

2. Try to get the system locale or any of its fallback locales (e.g. for
Breton, try French before you try English).

3. All else failing, get "en".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294858

Title:
  Installer does not install all language support packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1294858/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1395273] [NEW] Scottish Gaelic gone after update

2014-11-22 Thread GunChleoc
Public bug reported:

I run Firefox both on Windows and Ubuntu. On Windows, after every
update, the Scottish Gaelic language pack (gd) is at 100%, so the locale
translators are definitely keeping up.

On Ubuntu 14.04, Firefox is always littered with English language
strings. This week, after an update Firefox switched to 100% English.

I suspect that something's not working with your upstream coordination;
could you please look into this?

Thanks.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1395273

Title:
  Scottish Gaelic gone after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1395273/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1390893] Re: Fresh installation of Ubuntu installs poor choice of keyboard for gd

2014-11-09 Thread GunChleoc
Thanks for assigning the package.

The default should be "English (UK, extended WinKeys)".

http://www.igaidhlig.net/en/linux-ubuntu-co/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1390893

Title:
  Fresh installation of Ubuntu installs poor choice of keyboard for gd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1390893/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1377929] Re: "%1 free" needs translator comment

2014-10-23 Thread GunChleoc
Lack of translations appearing has nothing to do with this bug. ;)

The merge does fix the actualy bug I filed though . Seems like units can
be absolute values or percentages because the comment is very generic,
so translators will have to cover both cases at the same time with their
translations.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1377929

Title:
  "%1 free" needs translator comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1377929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382971] Re: "Reset APN Settings" needs Translators comment

2014-10-22 Thread GunChleoc
No. One thing can have many settings:

Singular: Access point name's settings
Plural: Access point names' settings

Not the same thing, although one would pronounce it the same in English.

So I get:

Singular: Roghainnean na puinge-inntrigidh
Plural: Roghainnean nam puingean-inntrigidh

If I had kept the English acronym, it would have looked like this:

Singular: Roghainnean an APN
Plural: Roghainnean nan APNan

Note that Roghainnean = Settings is in the plural form in both cases,
but APN is not.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382971

Title:
  "Reset APN Settings" needs Translators comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1382971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382971] Re: "Reset APN Settings" needs Translators comment

2014-10-20 Thread GunChleoc
Because APN is an abbreviation that can have a plural form if spelled
out ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382971

Title:
  "Reset APN Settings" needs Translators comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1382971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382971] Re: "Reset APN Settings" needs Translators comment

2014-10-20 Thread GunChleoc
Thanks :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382971

Title:
  "Reset APN Settings" needs Translators comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1382971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382971] [NEW] "Reset APN Settings" needs Translators comment

2014-10-19 Thread GunChleoc
Public bug reported:

The following string needs clarification for translators:

"Reset APN Settings"
  ../plugins/cellular//PageChooseApn.qml:591

Is this for both MMS and Internet, or just for one of them?

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382971

Title:
  "Reset APN Settings" needs Translators comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1382971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1377929] [NEW] "%1 free" needs translator comment

2014-10-06 Thread GunChleoc
Public bug reported:

Please add a comment for translators to the following string:

%1 free
Located in ../plugins/about//PageComponent.qml:144 

>From looking at the source code, I know you are talking about storage
here, but I don't know what's in the placeholder. Translations can
change depending on whether it's "20 MB free" or "20% free".

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1377929

Title:
  "%1 free" needs translator comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1377929/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1377195] [NEW] String "Please re-enter" in Unity8 Shell needs 2 versions for translations

2014-10-03 Thread GunChleoc
Public bug reported:

Regarding the following string:

Please re-enter
qml/Shell.qml:342

Is it possible to have it available for translation more than once?

It can refer to both a passphrase and a passcode in my language, which
have different genders. So, I need to translate it as "Please re-enter
him" or "Please re-enter her", depending pon what it refers to.

If this disambiguation isn't possible, maybe rephrase the source string
to "Please re-enter passcode" and "Please re-enter passphrase"?

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1377195

Title:
  String "Please re-enter" in Unity8 Shell needs 2 versions for
  translations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1377195/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1376728] [NEW] Problem with translation of search keywords

2014-10-02 Thread GunChleoc
Public bug reported:

There is a whole bunch of new strings that look like this:

TRANSLATORS: This is a keyword or name for the language plugin which is
used while searching

Now, we have "words", for example. In English, this will match both
"word" and "words" nicely. In my language, I will have to decide if
users can search for "facal", "facail" or "faclan".

This is also obvious if you look at english "photo", "picture", "image"
- we have 3 synonyms here. What if it's the other way around and my
language has multiple synonyms for a search keyword, but English doesn't?

The easiest solution for translators IMO would be to have ; separated
lists just like everywhere else in Ubuntu and Gnome.

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Description changed:

  There is a whole bunch of new strings that look like this:
  
  TRANSLATORS: This is a keyword or name for the language plugin which is
  used while searching
  
  Now, we have "words", for example. In English, this will match both
- "word" and "words" nicely. In ma language, I will have to decide if
- users can search for "facal". "facail" or "faclan".
+ "word" and "words" nicely. In my language, I will have to decide if
+ users can search for "facal", "facail" or "faclan".
  
- This is also obvious is you look at english "photo", "picture", "image"
+ This is also obvious if you look at english "photo", "picture", "image"
  - we have 3 synonyms here. What if it's the other way around and my
  language has multiple synonyms for a search keyword, but English doesn't?
  
  The easiest solution for translators IMO would be to have ; separated
  lists just like everywhere else in Ubuntu and Gnome.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376728

Title:
  Problem with translation of search keywords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1376728/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1375784] [NEW] Disk space messages need ordered placeholders

2014-09-30 Thread GunChleoc
Public bug reported:

While translating:

https://translations.launchpad.net/ubuntu/utopic/+source/unity-settings-
daemon/+pots/unity-settings-daemon

I have run into problems with fixed word order:

The volume "%s" has only %s disk space remaining. You may free up some space by 
emptying the trash.
Located in ../plugins/housekeeping/gsd-disk-space.c:590 


The volume "%s" has only %s disk space remaining.
Located in ../plugins/housekeeping/gsd-disk-space.c:594 
../plugins/housekeeping/gsd-ldsm-dialog.c:81 

Is is possible to have %1$s and  %2$s here, so I can reverse the order?
The current translation that I'm forced to do is very artificial.

** Affects: unity-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1375784

Title:
  Disk space messages need ordered placeholders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1375784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1368838] [NEW] HERE needs translator comment

2014-09-12 Thread GunChleoc
Public bug reported:

What does HERE mean in this string?

I have read and agreed to the HERE terms and
conditions

Is this some form of acronym or something? Please comment. Thanks!

This term also seems to appear in the Indicator Location app
https://translations.launchpad.net/indicator-location/14.10

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  What does HERE mean in this string?
  
  I have read and agreed to the HERE terms and
  conditions
  
  Is this some form of acronym or something? Please comment. Thanks!
+ 
+ This term also seems to appear in the Indicator Location app
+ https://translations.launchpad.net/indicator-location/14.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1368838

Title:
  HERE needs translator comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1368838/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1368159] [NEW] "Incorrect PIN. %1 attempts remaining." needs plural form

2014-09-11 Thread GunChleoc
Public bug reported:

The following string needs proper ngettext-style plural forms:

"Incorrect PIN. %1 attempts remaining."

  ../plugins/security-privacy//SimPin.qml:47 ../plugins/security-
privacy//SimPin.qml:184


And this string as well:

%1 attempts allowed.

../plugins/security-privacy//SimPin.qml:91 ../plugins/security-
privacy//SimPin.qml:243

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  The following string needs proper ngettext-style plural forms:
  
  "Incorrect PIN. %1 attempts remaining."
  
-   ../plugins/security-privacy//SimPin.qml:47 ../plugins/security-
+   ../plugins/security-privacy//SimPin.qml:47 ../plugins/security-
  privacy//SimPin.qml:184
+ 
+ 
+ And this string as well:
+ 
+ %1 attempts allowed.
+ 
+ ../plugins/security-privacy//SimPin.qml:91 ../plugins/security-
+ privacy//SimPin.qml:243

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1368159

Title:
  "Incorrect PIN. %1 attempts remaining." needs plural form

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1368159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1346228] [NEW] Need plural form for "%u results in Ubuntu Store" in ../scope/clickstore/store-query.cpp:404

2014-07-21 Thread GunChleoc
Public bug reported:

The following string needs ngettext-style plutal forms for correct
translation:

"%u results in Ubuntu Store"
Located in ../scope/clickstore/store-query.cpp:

Template: https://translations.launchpad.net/unity-scope-
click/devel/+pots/unity-scope-click/gd

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1346228

Title:
  Need plural form for "%u results in Ubuntu Store" in
  ../scope/clickstore/store-query.cpp:404

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1346228/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1342794] Re: unknown flag `scale'

2014-07-16 Thread GunChleoc
Maybe add this info to the guide then?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1342794

Title:
  unknown flag `scale'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1342794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1342794] [NEW] unknown flag `scale'

2014-07-16 Thread GunChleoc
Public bug reported:

According to this guide:

http://davidplanella.org/ubuntu-emulator-quickstart-guide/

There should be a flag for scaling the display, but there isn't. WIthout
this flag, the emularot is too big for my screen.

Command: sudo ubuntu-emulator create myinstance --arch=i386 --scale=0.7
Output: unknown flag `scale'

** Affects: goget-ubuntu-touch (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1342794

Title:
  unknown flag `scale'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1342794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1342644] [NEW] "Install %1 updates" needs plural forms

2014-07-16 Thread GunChleoc
Public bug reported:

The following 2 strings need ngettext-style plural forms, so that they
can be translated properly:

plugins/system-update//PageComponent.qml:217
Install %1 updates…

plugins/system-update//PageComponent.qml:217
Install %1 updates

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1342644

Title:
  "Install %1 updates" needs plural forms

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1342644/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1289184] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.5: virtualbox kernel module failed to build

2014-03-06 Thread GunChleoc
Public bug reported:

An error report came up after an update, so I have no further
information on this.

Ubuntu LTS 12.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.5
ProcVersionSignature: Ubuntu 3.5.0-46.70~precise1-generic 3.5.7.27
Uname: Linux 3.5.0-46-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.5.0-47-generic
Date: Fri Mar  7 07:32:13 2014
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.5
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.5: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: virtualbox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289184

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.5: virtualbox kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1289184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs