[Bug 1872186] Re: Country base system Locales is wrong

2020-06-10 Thread kokoye2007
MM) deflang=my ;;

Ref

deflang variable as selected in
https://git.launchpad.net/ubiquity/tree/d-i/patches/localechooser-post-
base-installer.patch#n46

and the duplication of that in
https://git.launchpad.net/ubiquity/tree/scripts/localechooser-apply#n45


** Package changed: localechooser (Ubuntu) => ubiquity (Ubuntu)

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

Title:
  Country base system Locales is wrong

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

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

Re: [Bug 1872186] Re: Country base system Locales is wrong

2020-06-10 Thread kokoye2007
we must be add

Specifically:

deflang variable as selected in
https://git.launchpad.net/ubiquity/tree/d-i/patches/localechooser-post-
base-installer.patch#n46

and the duplication of that in
https://git.launchpad.net/ubiquity/tree/scripts/localechooser-apply#n45


MM) deflang=my ;;


On Thu, Jun 11, 2020 at 9:33 AM Ko Ko Ye`  wrote:

> Yes Dimitri
> its sort from locales
> but
>
> grep UTF-8 /usr/share/i18n/SUPPORTED  | grep _US
> chr_US UTF-8
> en_US.UTF-8 UTF-8
> eo_US.UTF-8 UTF-8
> es_US.UTF-8 UTF-8
> unm_US UTF-8
> yi_US.UTF-8 UTF-8
>
> but en_US is official
>
> we must be support like
>
>
> https://en.wikipedia.org/wiki/List_of_official_languages_by_country_and_territory
>
> On Thu, Jun 11, 2020 at 8:50 AM Dimitri John Ledkov <
> 1872...@bugs.launchpad.net> wrote:
>
>> $ grep UTF-8 /usr/share/i18n/SUPPORTED  | grep _MM
>> mnw_MM UTF-8
>> my_MM UTF-8
>> shn_MM UTF-8
>>
>> the first one wins. I'm not sure we we can reorder entries in that file.
>>
>> or patch the vendored patch to localechooser in ubiquity to do this.
>>
>> Specifically:
>>
>> deflang variable as selected in
>> https://git.launchpad.net/ubiquity/tree/d-i/patches/localechooser-post-
>> base-installer.patch#n46
>> <https://git.launchpad.net/ubiquity/tree/d-i/patches/localechooser-post-base-installer.patch#n46>
>>
>> and the duplication of that in
>> https://git.launchpad.net/ubiquity/tree/scripts/localechooser-apply#n45
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1872186
>>
>> Title:
>>   Country base system Locales is wrong
>>
>> Status in localechooser package in Ubuntu:
>>   New
>>
>> Bug description:
>>   Country / City Base Locales system is wrong
>>
>>
>>   When we choose Yangon
>>   Our National Wide Official is Myanmar (Burma)
>>   my_MM (bur_MM)
>>
>>   but locales is Mon
>>   mnw_MM
>>
>>   someone explain about alphabet sort.
>>
>>   its wrong. is alphabet sort
>>   us is must be ar_US, not en_US
>>
>>   We can export and can be use this data.
>>
>> https://en.wikipedia.org/wiki/List_of_official_languages_by_country_and_territory
>>
>>   ref:
>>   https://en.wikipedia.org/wiki/Myanmar
>>
>> To manage notifications about this bug go to:
>>
>> https://bugs.launchpad.net/ubuntu/+source/localechooser/+bug/1872186/+subscriptions
>>
>
>
> --
>
> with regards *Ko Ko Ye`*
>
> +95 97989 22022
> +95 94500 22022
> +95 9731 47907
> kokoye2...@gmail.com
> kokoye2...@ubuntu.com
>
> skype: kokoye2007
> jitsi: kokoye2007
>
> http://ubuntu-mm.net
> http://wiki.ubuntu.com/kokoye2007
> http://wiki.ubuntu.com/MyanmarTeam http://loco.ubuntu.com/teams/ubuntu-mm
>


-- 

with regards *Ko Ko Ye`*

+95 97989 22022
+95 94500 22022
+95 9731 47907
kokoye2...@gmail.com
kokoye2...@ubuntu.com

skype: kokoye2007
jitsi: kokoye2007

http://ubuntu-mm.net
http://wiki.ubuntu.com/kokoye2007
http://wiki.ubuntu.com/MyanmarTeam http://loco.ubuntu.com/teams/ubuntu-mm

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

Title:
  Country base system Locales is wrong

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

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

Re: [Bug 1872186] Re: Country base system Locales is wrong

2020-06-10 Thread kokoye2007
Yes Dimitri
its sort from locales
but

grep UTF-8 /usr/share/i18n/SUPPORTED  | grep _US
chr_US UTF-8
en_US.UTF-8 UTF-8
eo_US.UTF-8 UTF-8
es_US.UTF-8 UTF-8
unm_US UTF-8
yi_US.UTF-8 UTF-8

but en_US is official

we must be support like

https://en.wikipedia.org/wiki/List_of_official_languages_by_country_and_territory

On Thu, Jun 11, 2020 at 8:50 AM Dimitri John Ledkov <
1872...@bugs.launchpad.net> wrote:

> $ grep UTF-8 /usr/share/i18n/SUPPORTED  | grep _MM
> mnw_MM UTF-8
> my_MM UTF-8
> shn_MM UTF-8
>
> the first one wins. I'm not sure we we can reorder entries in that file.
>
> or patch the vendored patch to localechooser in ubiquity to do this.
>
> Specifically:
>
> deflang variable as selected in
> https://git.launchpad.net/ubiquity/tree/d-i/patches/localechooser-post-
> base-installer.patch#n46
> <https://git.launchpad.net/ubiquity/tree/d-i/patches/localechooser-post-base-installer.patch#n46>
>
> and the duplication of that in
> https://git.launchpad.net/ubiquity/tree/scripts/localechooser-apply#n45
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1872186
>
> Title:
>   Country base system Locales is wrong
>
> Status in localechooser package in Ubuntu:
>   New
>
> Bug description:
>   Country / City Base Locales system is wrong
>
>
>   When we choose Yangon
>   Our National Wide Official is Myanmar (Burma)
>   my_MM (bur_MM)
>
>   but locales is Mon
>   mnw_MM
>
>   someone explain about alphabet sort.
>
>   its wrong. is alphabet sort
>   us is must be ar_US, not en_US
>
>   We can export and can be use this data.
>
> https://en.wikipedia.org/wiki/List_of_official_languages_by_country_and_territory
>
>   ref:
>   https://en.wikipedia.org/wiki/Myanmar
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/localechooser/+bug/1872186/+subscriptions
>


-- 

with regards *Ko Ko Ye`*

+95 97989 22022
+95 94500 22022
+95 9731 47907
kokoye2...@gmail.com
kokoye2...@ubuntu.com

skype: kokoye2007
jitsi: kokoye2007

http://ubuntu-mm.net
http://wiki.ubuntu.com/kokoye2007
http://wiki.ubuntu.com/MyanmarTeam http://loco.ubuntu.com/teams/ubuntu-mm

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

Title:
  Country base system Locales is wrong

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

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

[Bug 1872186] Re: Country base system Locales is wrong

2020-04-18 Thread kokoye2007
** Tags added: ubiquity

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

Title:
  Country base system Locales is wrong

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

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

[Bug 1872186] [NEW] Country base system Locales is wrong

2020-04-11 Thread kokoye2007
Public bug reported:

Country / City Base Locales system is wrong


When we choose Yangon 
Our National Wide Official is Myanmar (Burma)
my_MM (bur_MM)

but locales is Mon 
mnw_MM 

someone explain about alphabet sort.

its wrong. is alphabet sort 
us is must be ar_US, not en_US

We can export and can be use this data.
https://en.wikipedia.org/wiki/List_of_official_languages_by_country_and_territory

ref:
https://en.wikipedia.org/wiki/Myanmar

** Affects: localechooser (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/1872186

Title:
  Country base system Locales is wrong

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

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

[Bug 1766063] Re: mm (Myanmar / Burmese) for zawgyi keyboard layout

2019-12-29 Thread kokoye2007
** Changed in: xkeyboard-config (Ubuntu)
 Assignee: (unassigned) => kokoye2007  (kokoye2007)

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

Title:
  mm (Myanmar / Burmese) for zawgyi keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1766063/+subscriptions

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

[Bug 1852885] [NEW] x11-common is dead

2019-11-16 Thread kokoye2007
Public bug reported:

x11-common is dead 
i cant use xorg or default server.
just work wayland only.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: x11-common 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.3.0-23.25-generic 5.3.7
Uname: Linux 5.3.0-23-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Nov 17 10:59:36 2019
Dependencies: lsb-base 11.0.1ubuntu1
DistUpgraded: Fresh install
DistroCodename: eoan
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo UHD Graphics 620 [17aa:225c]
InstallationDate: Installed on 2019-01-22 (298 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190122)
MachineType: LENOVO 20KH007UVA
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/16/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: N23ET68W (1.43 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20KH007UVA
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN23ET68W(1.43):bd10/16/2019:svnLENOVO:pn20KH007UVA:pvrThinkPadX1Carbon6th:rvnLENOVO:rn20KH007UVA:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad X1 Carbon 6th
dmi.product.name: 20KH007UVA
dmi.product.sku: LENOVO_MT_20KH_BU_Think_FM_ThinkPad X1 Carbon 6th
dmi.product.version: ThinkPad X1 Carbon 6th
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.99+git1909241510.0c4275~oibaf~d
version.libgl1-mesa-dri: libgl1-mesa-dri 19.3~git1909260954.031752~oibaf~d
version.libgl1-mesa-glx: libgl1-mesa-glx 19.3~git1909260954.031752~oibaf~d
version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug eoan ubuntu wayland-session

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

Title:
  x11-common is dead

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

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

Re: [Bug 1846807] Re: Xorg crash

2019-10-06 Thread kokoye2007
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1847008

On Mon, Oct 7, 2019 at 9:57 AM Ko Ko Ye`  wrote:

> https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1847007
>
> On Mon, Oct 7, 2019 at 9:30 AM Daniel van Vugt <
> daniel.van.v...@canonical.com> wrote:
>
>> Thank you for taking the time to report this bug and helping to make
>> Ubuntu better. It sounds like some part of the system has crashed. To
>> help us find the cause of the crash please follow these steps:
>>
>> 1. Look in /var/crash for crash files and if found run:
>> ubuntu-bug YOURFILE.crash
>> Then tell us the ID of the newly-created bug.
>>
>> 2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
>> ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
>> Do you find any links to recent problems on that page? If so then please
>> send the links to us.
>>
>> 3. If step 2 also failed then apply the workaround from bug 994921,
>> reboot, reproduce the crash, and retry step 1.
>>
>> Please take care to avoid attaching .crash files to bugs as we are
>> unable to process them as file attachments. It would also be a security
>> risk for yourself.
>>
>> ** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)
>>
>> ** Changed in: xorg-server (Ubuntu)
>>Status: New => Incomplete
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1846807
>>
>> Title:
>>   Xorg crash
>>
>> Status in xorg-server package in Ubuntu:
>>   Incomplete
>>
>> Bug description:
>>   When upgrade (include firmware update)
>>
>>   can't see login screen
>>   when i use startx
>>   looping login screen
>>
>>   Upgrade to 19.10 and install lightdm
>>   still again
>>
>>   when i use wayland is ok.
>>   other gnome, gnome-classic, ubuntu is looping
>>
>>   ProblemType: Bug
>>   DistroRelease: Ubuntu 19.10
>>   Package: xorg 1:7.7+19ubuntu12
>>   ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
>>   Uname: Linux 5.3.0-13-generic x86_64
>>   ApportVersion: 2.20.11-0ubuntu7
>>   Architecture: amd64
>>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>>   CompizPlugins: No value set for
>> `/apps/compiz-1/general/screen0/options/active_plugins'
>>   CompositorRunning: None
>>   CurrentDesktop: ubuntu:GNOME
>>   Date: Sat Oct  5 00:50:39 2019
>>   DistUpgraded: Fresh install
>>   DistroCodename: eoan
>>   DistroVariant: ubuntu
>>   GraphicsCard:
>>Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00
>> [VGA controller])
>>  Subsystem: Lenovo UHD Graphics 620 [17aa:225c]
>>   InstallationDate: Installed on 2019-01-22 (254 days ago)
>>   InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190122)
>>   MachineType: LENOVO 20KH007UVA
>>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-13-generic
>> root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
>>   SourcePackage: xorg
>>   Symptom: display
>>   Title: Xorg crash
>>   UpgradeStatus: No upgrade log present (probably fresh install)
>>   dmi.bios.date: 09/02/2019
>>   dmi.bios.vendor: LENOVO
>>   dmi.bios.version: N23ET66W (1.41 )
>>   dmi.board.asset.tag: Not Available
>>   dmi.board.name: 20KH007UVA
>>   dmi.board.vendor: LENOVO
>>   dmi.board.version: Not Defined
>>   dmi.chassis.asset.tag: No Asset Information
>>   dmi.chassis.type: 10
>>   dmi.chassis.vendor: LENOVO
>>   dmi.chassis.version: None
>>   dmi.modalias:
>> dmi:bvnLENOVO:bvrN23ET66W(1.41):bd09/02/2019:svnLENOVO:pn20KH007UVA:pvrThinkPadX1Carbon6th:rvnLENOVO:rn20KH007UVA:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
>>   dmi.product.family: ThinkPad X1 Carbon 6th
>>   dmi.product.name: 20KH007UVA
>>   dmi.product.sku: LENOVO_MT_20KH_BU_Think_FM_ThinkPad X1 Carbon 6th
>>   dmi.product.version: ThinkPad X1 Carbon 6th
>>   dmi.sys.vendor: LENOVO
>>   version.compiz: compiz N/A
>>   version.libdrm2: libdrm2 2.4.99+git1909241510.0c4275~oibaf~d
>>   version.libgl1-mesa-dri: libgl1-mesa-dri
>> 19.3~git1909260954.031752~oibaf~d
>>   version.libgl1-mesa-glx: libgl1-mesa-glx
>> 19.3~git1909260954.031752~oibaf~d
>>   version.xserver-xorg-core: xserver-xorg-core
>> 2:1.20.5+git20190820-0ubuntu3
>>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>>   version.xserver-xorg-video-ati: xserver-xorg-video

Re: [Bug 1846807] Re: Xorg crash

2019-10-06 Thread kokoye2007
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1847007

On Mon, Oct 7, 2019 at 9:30 AM Daniel van Vugt <
daniel.van.v...@canonical.com> wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. It sounds like some part of the system has crashed. To
> help us find the cause of the crash please follow these steps:
>
> 1. Look in /var/crash for crash files and if found run:
> ubuntu-bug YOURFILE.crash
> Then tell us the ID of the newly-created bug.
>
> 2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
> ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
> Do you find any links to recent problems on that page? If so then please
> send the links to us.
>
> 3. If step 2 also failed then apply the workaround from bug 994921,
> reboot, reproduce the crash, and retry step 1.
>
> Please take care to avoid attaching .crash files to bugs as we are
> unable to process them as file attachments. It would also be a security
> risk for yourself.
>
> ** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)
>
> ** Changed in: xorg-server (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1846807
>
> Title:
>   Xorg crash
>
> Status in xorg-server package in Ubuntu:
>   Incomplete
>
> Bug description:
>   When upgrade (include firmware update)
>
>   can't see login screen
>   when i use startx
>   looping login screen
>
>   Upgrade to 19.10 and install lightdm
>   still again
>
>   when i use wayland is ok.
>   other gnome, gnome-classic, ubuntu is looping
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 19.10
>   Package: xorg 1:7.7+19ubuntu12
>   ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
>   Uname: Linux 5.3.0-13-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu7
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sat Oct  5 00:50:39 2019
>   DistUpgraded: Fresh install
>   DistroCodename: eoan
>   DistroVariant: ubuntu
>   GraphicsCard:
>Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00
> [VGA controller])
>  Subsystem: Lenovo UHD Graphics 620 [17aa:225c]
>   InstallationDate: Installed on 2019-01-22 (254 days ago)
>   InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190122)
>   MachineType: LENOVO 20KH007UVA
>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-13-generic
> root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   Symptom: display
>   Title: Xorg crash
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 09/02/2019
>   dmi.bios.vendor: LENOVO
>   dmi.bios.version: N23ET66W (1.41 )
>   dmi.board.asset.tag: Not Available
>   dmi.board.name: 20KH007UVA
>   dmi.board.vendor: LENOVO
>   dmi.board.version: Not Defined
>   dmi.chassis.asset.tag: No Asset Information
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: LENOVO
>   dmi.chassis.version: None
>   dmi.modalias:
> dmi:bvnLENOVO:bvrN23ET66W(1.41):bd09/02/2019:svnLENOVO:pn20KH007UVA:pvrThinkPadX1Carbon6th:rvnLENOVO:rn20KH007UVA:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
>   dmi.product.family: ThinkPad X1 Carbon 6th
>   dmi.product.name: 20KH007UVA
>   dmi.product.sku: LENOVO_MT_20KH_BU_Think_FM_ThinkPad X1 Carbon 6th
>   dmi.product.version: ThinkPad X1 Carbon 6th
>   dmi.sys.vendor: LENOVO
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.99+git1909241510.0c4275~oibaf~d
>   version.libgl1-mesa-dri: libgl1-mesa-dri
> 19.3~git1909260954.031752~oibaf~d
>   version.libgl1-mesa-glx: libgl1-mesa-glx
> 19.3~git1909260954.031752~oibaf~d
>   version.xserver-xorg-core: xserver-xorg-core
> 2:1.20.5+git20190820-0ubuntu3
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20190815-1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1846807/+subscriptions
>


-- 

with regards *Ko Ko Ye`*

+95 97989 22022
+95 94500 22022
+95 9731 47907
kokoye2...@gmail.com
kokoye2...@ubuntu.com

skype: kokoye2007
jitsi: kokoye2007

http://ubuntu-mm.net
http://wiki.ubuntu.com/kokoye2

[Bug 1846807] [NEW] Xorg crash

2019-10-04 Thread kokoye2007
Public bug reported:

When upgrade (include firmware update)

can't see login screen 
when i use startx 
looping login screen

Upgrade to 19.10 and install lightdm 
still again

when i use wayland is ok.
other gnome, gnome-classic, ubuntu is looping

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
Uname: Linux 5.3.0-13-generic x86_64
ApportVersion: 2.20.11-0ubuntu7
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct  5 00:50:39 2019
DistUpgraded: Fresh install
DistroCodename: eoan
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo UHD Graphics 620 [17aa:225c]
InstallationDate: Installed on 2019-01-22 (254 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190122)
MachineType: LENOVO 20KH007UVA
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-13-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/02/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: N23ET66W (1.41 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20KH007UVA
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN23ET66W(1.41):bd09/02/2019:svnLENOVO:pn20KH007UVA:pvrThinkPadX1Carbon6th:rvnLENOVO:rn20KH007UVA:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad X1 Carbon 6th
dmi.product.name: 20KH007UVA
dmi.product.sku: LENOVO_MT_20KH_BU_Think_FM_ThinkPad X1 Carbon 6th
dmi.product.version: ThinkPad X1 Carbon 6th
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.99+git1909241510.0c4275~oibaf~d
version.libgl1-mesa-dri: libgl1-mesa-dri 19.3~git1909260954.031752~oibaf~d
version.libgl1-mesa-glx: libgl1-mesa-glx 19.3~git1909260954.031752~oibaf~d
version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20190820-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug crash eoan third-party-packages ubuntu wayland-session

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

Title:
  Xorg crash

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

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

[Bug 1766063] Re: mm (Myanmar / Burmese) for zawgyi keyboard layout

2019-04-14 Thread kokoye2007
https://bugs.freedesktop.org/show_bug.cgi?id=106169 is done

all of CentOS, Fedora, Arch, Debian is include

but still not include in  19.04

** Changed in: xkeyboard-config (Arch Linux)
 Assignee: (unassigned) => kokoye2007  (kokoye2007)

** Changed in: xkeyboard-config (CentOS)
 Assignee: (unassigned) => kokoye2007  (kokoye2007)

** Changed in: xkeyboard-config (Fedora)
 Assignee: (unassigned) => kokoye2007  (kokoye2007)

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

Title:
  mm (Myanmar / Burmese) for zawgyi keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1766063/+subscriptions

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

[Bug 1820597] [NEW] [needs-packaging] fonts-myanmar

2019-03-18 Thread kokoye2007
Public bug reported:

Request for package: fonts-myanmar

URL: https://launchpad.net/ttf-burmese-fonts
CODE: https://code.launchpad.net/~kokoye2007/ttf-burmese-fonts/ttf-burmese-fonts
License: GPL-3.0
Notes: fonts collection for (Burmese/Shan/Mon/Karen/Rakhine/Pao etc)

Ubuntu and Other Linux System have "Padauk" font (sil OFL-1.1) only.
Our government is announce statement
gov and semi gov office must be use Pyidaungsu Font.
(web / document / printed)

also designer and web developer need other Style and Glyph.
so we collect and upload to ppa.
but upstream is better than PPA,

sudo apt-get install fonts-myanmar

in ubuntu,kubuntu,lubuntu,xubuntu,edubuntu,ubuntu-mate,mint etc

it's more useful for our local community.

REF:
http://mcf.org.mm/myanmar-unicode/384-font-history.html
http://www.unicodetoday.org/
https://www.unicode.today/2015/03/21/myanmar-fonts-which-follow-unicode-rules/
https://www.mmunicode.org/pyidaungsu-font-%E1%80%94%E1%80%BE%E1%80%84%E1%80%B7%E1%80%BA-keyboard-%E1%80%A1%E1%80%9E%E1%80%AF%E1%80%B6%E1%80%B8%E1%80%95%E1%80%BC%E1%80%AF%E1%80%94%E1%80%8A%E1%80%BA%E1%80%B8-%E1%80%9E%E1%80%84/

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Description changed:

  Request for package: fonts-myanmar
  
  URL: https://launchpad.net/ttf-burmese-fonts
  CODE: 
https://code.launchpad.net/~kokoye2007/ttf-burmese-fonts/ttf-burmese-fonts
  License: GPL-3.0
  Notes: fonts collection for (Burmese/Shan/Mon/Karen/Rakhine/Pao etc)
  
+ Ubuntu and Other Linux System have "Padauk" font (sil OFL-1.1) only.
+ Our government is announce statement 
+ gov and semi gov office must be use Pyidaungsu Font.
  
- Ubuntu and Other Linux System have "Padauk" font (sil OFL-1.1) only.
- our government is announce any gov and semi gov office must be use Pyidaungsu 
Font.
  also designer and web developer need other Style and Glyph.
  so we collect and upload to ppa.
  bu upstream is better than PPA,
  
  sudo apt-get install fonts-myanmar
  
  in ubuntu,kubuntu,lubuntu,xubuntu,edubuntu,ubuntu-mate,mint etc
  
  it's more useful for our local community.
  
  REF:
  http://mcf.org.mm/myanmar-unicode/384-font-history.html
  http://www.unicodetoday.org/
  https://www.unicode.today/2015/03/21/myanmar-fonts-which-follow-unicode-rules/
  
https://www.mmunicode.org/pyidaungsu-font-%E1%80%94%E1%80%BE%E1%80%84%E1%80%B7%E1%80%BA-keyboard-%E1%80%A1%E1%80%9E%E1%80%AF%E1%80%B6%E1%80%B8%E1%80%95%E1%80%BC%E1%80%AF%E1%80%94%E1%80%8A%E1%80%BA%E1%80%B8-%E1%80%9E%E1%80%84/

** Description changed:

  Request for package: fonts-myanmar
  
  URL: https://launchpad.net/ttf-burmese-fonts
  CODE: 
https://code.launchpad.net/~kokoye2007/ttf-burmese-fonts/ttf-burmese-fonts
  License: GPL-3.0
  Notes: fonts collection for (Burmese/Shan/Mon/Karen/Rakhine/Pao etc)
  
  Ubuntu and Other Linux System have "Padauk" font (sil OFL-1.1) only.
- Our government is announce statement 
+ Our government is announce statement
  gov and semi gov office must be use Pyidaungsu Font.
+ (web / document / printed)
  
  also designer and web developer need other Style and Glyph.
  so we collect and upload to ppa.
  bu upstream is better than PPA,
  
  sudo apt-get install fonts-myanmar
  
  in ubuntu,kubuntu,lubuntu,xubuntu,edubuntu,ubuntu-mate,mint etc
  
  it's more useful for our local community.
  
  REF:
  http://mcf.org.mm/myanmar-unicode/384-font-history.html
  http://www.unicodetoday.org/
  https://www.unicode.today/2015/03/21/myanmar-fonts-which-follow-unicode-rules/
  
https://www.mmunicode.org/pyidaungsu-font-%E1%80%94%E1%80%BE%E1%80%84%E1%80%B7%E1%80%BA-keyboard-%E1%80%A1%E1%80%9E%E1%80%AF%E1%80%B6%E1%80%B8%E1%80%95%E1%80%BC%E1%80%AF%E1%80%94%E1%80%8A%E1%80%BA%E1%80%B8-%E1%80%9E%E1%80%84/

** Description changed:

  Request for package: fonts-myanmar
  
  URL: https://launchpad.net/ttf-burmese-fonts
  CODE: 
https://code.launchpad.net/~kokoye2007/ttf-burmese-fonts/ttf-burmese-fonts
  License: GPL-3.0
  Notes: fonts collection for (Burmese/Shan/Mon/Karen/Rakhine/Pao etc)
  
  Ubuntu and Other Linux System have "Padauk" font (sil OFL-1.1) only.
  Our government is announce statement
  gov and semi gov office must be use Pyidaungsu Font.
  (web / document / printed)
  
  also designer and web developer need other Style and Glyph.
  so we collect and upload to ppa.
- bu upstream is better than PPA,
+ but upstream is better than PPA,
  
  sudo apt-get install fonts-myanmar
  
  in ubuntu,kubuntu,lubuntu,xubuntu,edubuntu,ubuntu-mate,mint etc
  
  it's more useful for our local community.
  
  REF:
  http://mcf.org.mm/myanmar-unicode/384-font-history.html
  http://www.unicodetoday.org/
  https://www.unicode.today/2015/03/21/myanmar-fonts-which-follow-unicode-rules/
  
https://www.mmunicode.org/pyidaungsu-font-%E1%80%94%E1%80%BE%E1%80%84%E1%80%B7%E1%80%BA-keyboard-%E1%80%A1%E1%80%9E%E1%80%AF%E1%80%B6%E1%80%B8%E1%80%95%E1%80%BC%E1%80%AF%E1%80%94%E1%80%8A%E1%80

[Bug 1608689] Re: do-release-upgrade left machine in unrebootable state

2019-03-13 Thread kokoye2007
Yes 
after install upstart 
init 6 or reboot is working

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

Title:
  do-release-upgrade left machine in unrebootable state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1608689/+subscriptions

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

[Bug 1766063] Re: mm (Myanmar / Burmese) for zawgyi keyboard layout

2018-04-22 Thread kokoye2007
Done 
https://bazaar.launchpad.net/~alexeyten/xkeyboard-config/master/revision/1961

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

Title:
  mm (Myanmar / Burmese) for zawgyi keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1766063/+subscriptions

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

[Bug 1766063] Re: mm (Myanmar / Burmese) for zawgyi keyboard layout

2018-04-22 Thread kokoye2007
** Changed in: xkeyboard-config (Ubuntu)
 Assignee: (unassigned) => kokoye2007  (kokoye2007)

** Changed in: xkeyboard-config (Ubuntu)
   Status: New => Fix Committed

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

Title:
  mm (Myanmar / Burmese) for zawgyi keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1766063/+subscriptions

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

[Bug 1766063] Re: mm (Myanmar / Burmese) for zawgyi keyboard layout

2018-04-22 Thread kokoye2007
** Also affects: xkeyboard-config (Arch Linux)
   Importance: Undecided
   Status: New

** Also affects: xkeyboard-config (Gentoo Linux)
   Importance: Undecided
   Status: New

** Also affects: xkeyboard-config (CentOS)
   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/1766063

Title:
  mm (Myanmar / Burmese) for zawgyi keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1766063/+subscriptions

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

[Bug 1766063] Re: mm (Myanmar / Burmese) for zawgyi keyboard layout

2018-04-22 Thread kokoye2007
** Branch linked: lp:~kokoye2007/xkeyboard-config/xkeyboard-config

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

Title:
  mm (Myanmar / Burmese) for zawgyi keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1766063/+subscriptions

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

[Bug 1766063] [NEW] mm (Myanmar / Burmese) for zawgyi keyboard layout

2018-04-22 Thread kokoye2007
Public bug reported:

https://bugs.freedesktop.org/show_bug.cgi?id=106169


New Keyboard Layout addition in Myanmar / Burmese
 
--- New Keyboard Layout ---
 
Added New Keyboard Layout - Burmese Zawgyi Keyboard 
This is similar to Burmese MM.
Its most popular keyboard in Burmese.

** Affects: xkeyboard-config
 Importance: Unknown
 Status: Unknown

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: xkeyboard-config (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: xkeyboard-config (Fedora)
 Importance: Undecided
 Status: New

** Affects: xkeyboard-config (Unity Linux)
 Importance: Undecided
 Status: New


** Tags: xkeyboard-config

** Branch linked: lp:~kokoye2007/xkeyboard-config/xkeyboard-config

** Tags added: keyboard

** Description changed:

  https://bugs.freedesktop.org/show_bug.cgi?id=106169
+ 
+ 
+ New Keyboard Layout addition in Myanmar / Burmese
+  
+ --- New Keyboard Layout ---
+  
+ Added New Keyboard Layout - Burmese Zawgyi Keyboard 
+ This is similar to Burmese MM.
+ Its most popular keyboard in Burmese.

** Tags removed: keyboard
** Tags added: xkeyboard-config

** Also affects: xkeyboard-config (Fedora)
   Importance: Undecided
   Status: New

** Bug watch added: freedesktop.org Bugzilla #106169
   https://bugs.freedesktop.org/show_bug.cgi?id=106169

** Also affects: xkeyboard-config (Debian) via
   https://bugs.freedesktop.org/show_bug.cgi?id=106169
   Importance: Unknown
   Status: Unknown

** Also affects: xkeyboard-config (Unity Linux)
   Importance: Undecided
   Status: New

** Also affects: xkeyboard-config via
   https://bugs.freedesktop.org/show_bug.cgi?id=106169
   Importance: Unknown
   Status: Unknown

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

Title:
  mm (Myanmar / Burmese) for zawgyi keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1766063/+subscriptions

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

[Bug 1079510] Re: Add Myanmar mobile broadband provider

2015-10-24 Thread kokoye2007
** Changed in: mobile-broadband-provider-info (Ubuntu)
   Status: In Progress => New

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

Title:
  Add Myanmar mobile broadband provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/mobile-broadband-provider-info/+bug/1079510/+subscriptions

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


[Bug 1079510] Re: Add Myanmar mobile broadband provider

2015-10-16 Thread kokoye2007
Add 2 ISP

---





MPT





MPTNET
mptnet
mptnet




Telenor





Telenor
internet
internet




Ooredoo





Ooredoo
internet
internet




  CDMA 800
  
   
   


ubu...@c800.mm
   ubuntu
CDMA800
   
  
 


** Changed in: mobile-broadband-provider-info (Ubuntu)
   Status: Fix Released => In Progress

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

Title:
  Add Myanmar mobile broadband provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/mobile-broadband-provider-info/+bug/1079510/+subscriptions

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


[Bug 1314556] Re: Unable to mount Android MTP device

2015-10-15 Thread kokoye2007
Change to USB 3.0 Port

work laptop and desktop.

(Desktop usb 3.0 is back of system box, laptop 3.0 is blue or ss <-

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

Title:
  Unable to mount Android MTP device

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

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


[Bug 1200230] [NEW] nvidia driver unity error

2013-07-11 Thread kokoye2007
Public bug reported:

I install ubuntu nvidia-current 
but unity icon is look like 2d.
other display option is can't control. example same display clone or monitor.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nvidia-current 304.88-0ubuntu0.0.2
ProcVersionSignature: Ubuntu 3.2.0-49.75-generic-pae 3.2.46
Uname: Linux 3.2.0-49-generic-pae i686
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86 Kernel Module  304.88  Wed Mar 27 14:31:12 PDT 
2013
 GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
.tmp.unity.support.test.1:
 
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Jul 11 19:53:54 2013
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: nvidia-current, 304.88, 3.2.0-49-generic-pae, i686: installed
GraphicsCard:
 NVIDIA Corporation G72M [GeForce Go 7400] [10de:01d8] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Sony Corporation Device [104d:81e6]
InstallationMedia: Ubuntu-MM 12.04 - Release i386
MachineType: Sony Corporation VGN-SZ47SN_C
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-49-generic-pae 
root=UUID=d152bb92-05f6-4fb7-8cde-e8ee63c4a0d3 ro quiet splash vt.handoff=7
SourcePackage: nvidia-graphics-drivers
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/12/2007
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: R0112N0
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0112N0:bd04/12/2007:svnSonyCorporation:pnVGN-SZ47SN_C:pvrJ002D09B:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGN-SZ47SN_C
dmi.product.version: J002D09B
dmi.sys.vendor: Sony Corporation
version.compiz: compiz 1:0.9.7.12-0ubuntu2
version.libdrm2: libdrm2 2.4.43-0ubuntu0.0.2
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.6
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.13
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build3

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 patch precise running-unity ubuntu

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

Title:
  nvidia driver unity error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1200230/+subscriptions

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


[Bug 1197438] [NEW] 064e:c21c Suyin Corp. webcam is not working

2013-07-03 Thread kokoye2007
Public bug reported:

064e:c21c Suyin Corp. is now working

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-25-generic 3.8.0-25.37
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1827 F pulseaudio
  ubuntu 2762 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1827 F pulseaudio
  ubuntu 2762 F pulseaudio
Date: Wed Jul  3 21:31:52 2013
InstallationDate: Installed on 2013-07-02 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130419)
MachineType: Acer Aspire 4552G
MarkForUpload: True
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=a057b43b-b49d-4962-9b5a-f13300b93410 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-25-generic N/A
 linux-backports-modules-3.8.0-25-generic  N/A
 linux-firmware1.106
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/02/2010
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.05
dmi.board.name: JE41_DN
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.05:bd11/02/2010:svnAcer:pnAspire4552G:pvrNotApplicable:rvnAcer:rnJE41_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 4552G
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386 raring

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/bugs/1197438/+attachment/3723201/+files/lspci-vnvn.log

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

Title:
  064e:c21c Suyin Corp. webcam is not working

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

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


[Bug 1197438] Re: 064e:c21c Suyin Corp. webcam is not working

2013-07-03 Thread kokoye2007
now work with.
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10-saucy/

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

Title:
  064e:c21c Suyin Corp. webcam is not working

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

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


[Bug 1079510] [NEW] Add Myanmar mobile broadband provider

2012-11-15 Thread kokoye2007
Public bug reported:

!-- Myanmar --
country code=mm
 provider
  nameGSM/WCDMA/name
  gsm
   network-id mcc=414 mnc=01/
   apn value=mptnet
plan type=postpaid/
usage type=internet/
nameMPTNET/name
usernamemptnet/username
passwordmptnet/password
   /apn
  /gsm
 /provider
 provider
  nameCDMA 800/name
  cdma
   network-id mcc=460 mnc=03/
   apn value=internet
plan type=postpaid/
usage type=internet/
usernameubu...@c800.mm/username
   passwordubuntu/password
nameCDMA800/name
   /apn
  /cdma
 /provider
/country

** Affects: mobile-broadband-provider-info (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: mobile serviceproviders.xml umts

** Tags removed: quantal raring
** Tags added: serviceproviders.xml umts

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

Title:
  Add Myanmar mobile broadband provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mobile-broadband-provider-info/+bug/1079510/+subscriptions

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

[Bug 1079510] Re: Add Myanmar mobile broadband provider

2012-11-15 Thread kokoye2007
CDMA APN #777
GSM / WCDMA APN  mptnet

Plan Type is Optional ? plan type=postpaid/

** Description changed:

- 
  !-- Myanmar --
  country code=mm
-   provider
-   nameGSM/WCDMA/name
-   gsm
-   network-id mcc=414 mnc=01/
-   apn value=mptnet
-   plan type=postpaid/
-   usage type=internet/
-   nameMPTNET/name
-   usernamemptnet/username
-   passwordmptnet/password
-   /apn
-   /gsm
-   /provider
-   provider
-   nameCDMA 800/name
-   cdma
-   network-id mcc=460 mnc=03/
-   apn value=internet
-   plan type=postpaid/
-   usage type=internet/
-   usernameubu...@c800.mm/username
-   passwordubuntu/password
-   nameCDMA800/name
-   /apn
-   /cdma
-   /provider
+  provider
+   nameGSM/WCDMA/name
+   gsm
+    network-id mcc=414 mnc=01/
+    apn value=mptnet
+ plan type=postpaid/
+ usage type=internet/
+ nameMPTNET/name
+ usernamemptnet/username
+ passwordmptnet/password
+    /apn
+   /gsm
+  /provider
+  provider
+   nameCDMA 800/name
+   cdma
+    network-id mcc=460 mnc=03/
+    apn value=internet
+ plan type=postpaid/
+ usage type=internet/
+ usernameubu...@c800.mm/username
+    passwordubuntu/password
+ nameCDMA800/name
+    /apn
+   /cdma
+  /provider
  /country

** Description changed:

  !-- Myanmar --
  country code=mm
   provider
    nameGSM/WCDMA/name
    gsm
     network-id mcc=414 mnc=01/
     apn value=mptnet
  plan type=postpaid/
  usage type=internet/
  nameMPTNET/name
  usernamemptnet/username
  passwordmptnet/password
     /apn
    /gsm
   /provider
   provider
    nameCDMA 800/name
    cdma
     network-id mcc=460 mnc=03/
-    apn value=internet
+    apn value=#777
  plan type=postpaid/
  usage type=internet/
  usernameubu...@c800.mm/username
     passwordubuntu/password
  nameCDMA800/name
     /apn
    /cdma
   /provider
  /country

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

Title:
  Add Myanmar mobile broadband provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mobile-broadband-provider-info/+bug/1079510/+subscriptions

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

[Bug 918766] [NEW] Pls Add to Shan (shn) langpack

2012-01-19 Thread kokoye2007
Public bug reported:

Hello Dear,
Pls Help me. Shan (shn) langpack  add to Ubuntu language Pack.
Finish shn language and Ubuntu Shan LoCo Team. Now Report to file a bug. we 
want to Ubuntu contribute with Language Pack.

** 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/918766

Title:
  Pls Add to Shan (shn) langpack

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

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