[Bug 1705369] Re: Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2018-06-30 Thread Eldar Khayrullin
The last comment appliable to Laptop DNS H90MB with Intel GMA 3150

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

Title:
  Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on
  a desktop with an Intel GPU)

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

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

[Bug 1705369] Re: Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2018-06-29 Thread Eldar Khayrullin
Laptop Samsung NC110-P03RU
Fix:
in '/etc/gdm3/custom.conf' uncommenting

#WaylandEnable=false

to

WaylandEnable=false

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

Title:
  Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on
  a desktop with an Intel GPU)

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

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

[Bug 1620762] Re: Support AverMedia DVD EZMaker 7 USB video capture dongle

2018-03-24 Thread Eldar Khayrullin
Added kernel works fine

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

Title:
  Support AverMedia DVD EZMaker 7 USB video capture dongle

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

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

[Bug 1620762] Re: Support AverMedia DVD EZMaker 7 USB video capture dongle

2018-03-19 Thread Eldar Khayrullin
For why I should to try this kernel?

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

Title:
  Support AverMedia DVD EZMaker 7 USB video capture dongle

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

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

[Bug 1620762] Re: Support AverMedia DVD EZMaker 7 USB video capture dongle

2018-03-03 Thread Eldar Khayrullin
Who has problems with audio and has Intel+Nvidia should try to use Nvidia Prime 
(http://help.ubuntu.ru/wiki/nvidia-prime - russian manual).
Others can try proprietary video drivers.

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

Title:
  Support AverMedia DVD EZMaker 7 USB video capture dongle

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

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

[Bug 1620762] Re: Support AverMedia DVD EZMaker 7 USB video capture dongle

2018-03-03 Thread Eldar Khayrullin
My recipe:
$apt download linux-source-4.13.0 # 4.13.0 - version of kernel
$dpkg-deb --extract *.deb linux-source
$tar xaf linux-source/usr/src/linux-source-4.13.0/linux-source-4.13.0.tar.bz2

$cd linux-source-4.13.0
$export KDIR=$PWD
$cd ./drivers/media/usb/cx231xx/

EDIT cx231xx-cards.c:
ADD AT THE END OF 'struct usb_device_id cx231xx_id_table[] = {':
{USB_DEVICE(0x07ca, 0xc039),
 .driver_info = CX231XX_BOARD_CNXT_VIDEO_GRABBER},
BEFORE '{},'

$C_INCLUDE_PATH="$KDIR/drivers/media/dvb-
core:$KDIR/drivers/media/tuners/:$KDIR/drivers/media/dvb-frontends" make
-C /lib/modules/`uname -r`/build M=$PWD cx231xx.ko

Install:
$sudo usermod -a -G video `whoami`
$sudo apt-get install vlc

Work:
Plug-in USB adapter
sudo modprobe -a videobuf-core videodev v4l2-common cx2341x videobuf-vmalloc 
rc-core videobuf2-core i2c-mux tveeprom dvb-core i2c-core tda18271 snd_pcm 
snd_timer snd_page_alloc snd soundcore
$sudo insmod ./cx231xx.ko

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

Title:
  Support AverMedia DVD EZMaker 7 USB video capture dongle

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

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

[Bug 1620762] Re: Support AverMedia DVD EZMaker 7 USB video capture dongle

2018-02-26 Thread Eldar Khayrullin
My recipe:
$apt download linux-source-4.13.0# 4.13.0 - version of kernel
$dpkg-deb --extract *.deb linux-source
$tar xaf linux-source/usr/src/linux-source-4.13.0/linux-source-4.13.0.tar.bz2

$cd linux-source-4.13.0
$export KDIR=$PWD
$cd ./drivers/media/usb/cx231xx/

EDIT cx231xx-cards.c:
ADD AT THE END OF 'struct usb_device_id cx231xx_id_table[] = {': 
{USB_DEVICE(0x07ca, 0xc039),
 .driver_info = CX231XX_BOARD_CNXT_VIDEO_GRABBER},
BEFORE '{},'

$C_INCLUDE_PATH="$KDIR/drivers/media/dvb-
core:$KDIR/drivers/media/tuners/:$KDIR/drivers/media/dvb-frontends" make
-C /lib/modules/`uname -r`/build M=$PWD cx231xx.ko

Install:
$sudo usermod -a -G video `whoami`
$sudo apt-get install vlc 

Work:
Plug-in USB adapter
$sudo modprobe -a videobuf-core videodev v4l2-common cx2341x videobuf-vmalloc 
rc-core videobuf2-core i2c-mux tveeprom
$sudo insmod ./cx231xx.ko

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

Title:
  Support AverMedia DVD EZMaker 7 USB video capture dongle

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

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

[Bug 1725921] Re: [regression] Combobox has gray text on gray background

2018-02-12 Thread Eldar Khayrullin
Fix #2 (use light menu in popup):
It is need to change in file /usr/share/themes/Ambiance/gtk-2.0/gtkrc the next 
line:
style "menu" = "dark" {
to
style "menu" = "white" {

Restart buggy application.

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

Title:
  [regression] Combobox has gray text on gray background

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

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

[Bug 1725921] Re: Combobox has gray text on gray background on ubuntu 17.10 (gnome)

2018-02-11 Thread Eldar Khayrullin
Fix:
It is need to comment (with '#') in file 
/usr/share/themes/Ambiance/gtk-2.0/gtkrc the next line:
widget "*.gtk-combobox-popup-menu.*" style 
"menuitem_text_is_fg_color_workaround"
Restart buggy application.

** Summary changed:

- Combo boxes have gray text on gray background on ubuntu 17.10 (gnome)
+ Combobox has gray text on gray background on ubuntu 17.10 (gnome)

** Also affects: light-themes
   Importance: Undecided
   Status: New

** Also affects: ubuntu-themes
   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/1725921

Title:
  Combobox has gray text on gray background on ubuntu 17.10 (gnome)

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/1725921/+subscriptions

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

[Bug 1743710] Re: Since 2018 text in combo boxes is dark and unreadable

2018-02-11 Thread Eldar Khayrullin
*** This bug is a duplicate of bug 1725921 ***
https://bugs.launchpad.net/bugs/1725921

** This bug has been marked a duplicate of bug 1725921
   Combobox has gray text on gray background on ubuntu 17.10 (gnome)

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

Title:
  Since 2018 text in combo boxes is dark and unreadable

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

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

[Bug 1746771] Re: black background drop-down menu

2018-02-11 Thread Eldar Khayrullin
*** This bug is a duplicate of bug 1725921 ***
https://bugs.launchpad.net/bugs/1725921

** This bug is no longer a duplicate of bug 1743710
   Since 2018 text in combo boxes is dark and unreadable
** This bug has been marked a duplicate of bug 1725921
   Combobox has gray text on gray background on ubuntu 17.10 (gnome)

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

Title:
  black background drop-down menu

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

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

[Bug 1725921] Re: Combo boxes have gray text on gray background on ubuntu 17.10 (gnome)

2018-02-11 Thread Eldar Khayrullin
** No longer affects: kicad

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

Title:
  Combo boxes have gray text on gray background on ubuntu 17.10 (gnome)

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

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

[Bug 1725921] Re: Combo boxes have gray text on gray background on ubuntu 17.10 (gnome)

2018-02-11 Thread Eldar Khayrullin
** Project changed: kicad => ubuntu

** Also affects: kicad
   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/1725921

Title:
  Combo boxes have gray text on gray background on ubuntu 17.10 (gnome)

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

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

[Bug 1722319] Re: Totem Player not working correctly on 17.10 Beta 2

2017-10-28 Thread Eldar Khayrullin
Ubuntu 17.10
In the wayland session the standart Video Player give error message "Input 
error stream". (VLC plays video).
In Xorg session - OK.

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

Title:
  Totem Player not working correctly on 17.10 Beta 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1722319/+subscriptions

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

[Bug 1717985] [NEW] package texlive-latex-extra-doc 2016.20170123-5 failed to install/upgrade

2017-09-18 Thread Eldar Khayrullin
Public bug reported:

apt install tries to install texlive-latex-extra-doc continually

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: texlive-latex-extra-doc 2016.20170123-5
ProcVersionSignature: Ubuntu 4.10.0-33.37-generic 4.10.17
Uname: Linux 4.10.0-33-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
AptOrdering:
 texlive-latex-extra-doc:amd64: Purge
 NULL: ConfigurePending
 NULL: PurgePending
 NULL: ConfigurePending
Architecture: amd64
Date: Mon Sep 18 20:27:53 2017
DpkgTerminalLog:
 dpkg: ошибка при обработке пакета texlive-latex-extra-doc (--remove):
  пакет абсолютно неработоспособен; перед попыткой удаления
  его следует переустановить
ErrorMessage: пакет абсолютно неработоспособен; перед попыткой удаления  его 
следует переустановить
InstallationDate: Installed on 2017-04-15 (155 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4.6~17.04.1
SourcePackage: texlive-extra
Title: package texlive-latex-extra-doc 2016.20170123-5 failed to 
install/upgrade: пакет абсолютно неработоспособен; перед попыткой удаления  его 
следует переустановить
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: texlive-extra (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package zesty

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

Title:
  package texlive-latex-extra-doc 2016.20170123-5 failed to
  install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-extra/+bug/1717985/+subscriptions

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

[Bug 1678510] Re: gprof: get empty output

2017-07-28 Thread Eldar Khayrullin
@max-staff As workarount use gcc 4.9 for profilling. I don't know
another ways yet.

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

Title:
  gprof: get empty output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1678510/+subscriptions

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


[Bug 1586671] Re: ERC : SIMILAR DEVICE, SIMILAR NET - DIFFERENT ERROR

2017-07-17 Thread Eldar Khayrullin
** Package changed: erc (Ubuntu) => kicad

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

Title:
  ERC : SIMILAR DEVICE, SIMILAR NET  - DIFFERENT ERROR

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

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


[Bug 1661496] Re: eeschema: orientation of global label resets to right on edit

2017-07-17 Thread Eldar Khayrullin
Can you check this issue in the last release of Kicad
http://kicad-pcb.org/download/

** Changed in: kicad (Ubuntu)
   Status: New => Incomplete

** Package changed: kicad (Ubuntu) => kicad

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

Title:
  eeschema: orientation of global label resets to right on edit

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

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


[Bug 1647031] Re: systemd-resolved’s 127.0.0.53 server does not follow CNAME records

2017-04-15 Thread Eldar Khayrullin
The same issue as Sudeep Duggal say (Ubuntu 17.04 bug, Ubuntu 16.10
works fine).

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

Title:
  systemd-resolved’s 127.0.0.53 server does not follow CNAME records

To manage notifications about this bug go to:
https://bugs.launchpad.net/nextcloud-snap/+bug/1647031/+subscriptions

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

[Bug 1678510] Re: gprof: get empty output

2017-04-01 Thread Eldar Khayrullin
Affected:
gcc-5 (Ubuntu 5.4.1-2ubuntu2) 5.4.1 20160929
gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005

Works fine:
gcc-4.9 (Ubuntu 4.9.4-2ubuntu1) 4.9.4

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

Title:
  gprof: get empty output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1678510/+subscriptions

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


[Bug 1678510] Re: gprof: get empty output

2017-04-01 Thread Eldar Khayrullin
gcc-5 (Ubuntu 5.4.1-2ubuntu2) 5.4.1 20160929

** No longer affects: binutils (Ubuntu)

** Also affects: gcc-5 (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/1678510

Title:
  gprof: get empty output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1678510/+subscriptions

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


[Bug 1678510] Re: gprof: get empty output

2017-04-01 Thread Eldar Khayrullin
** Also affects: gcc-6 (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: profile

** Tags removed: profile
** Tags added: profiler

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

Title:
  gprof: get empty output

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

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


[Bug 1351286] Re: colord-sane assert failure: colord-sane: simple-watch.c:454: avahi_simple_poll_prepare: Assertion `s->state == STATE_INIT || s->state == STATE_DISPATCHED || s->state == STATE_FAILURE

2017-04-01 Thread Eldar Khayrullin
Ubuntu 16.10 has the same bug

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

Title:
  colord-sane assert failure: colord-sane: simple-watch.c:454:
  avahi_simple_poll_prepare: Assertion `s->state == STATE_INIT ||
  s->state == STATE_DISPATCHED || s->state == STATE_FAILURE' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1351286/+subscriptions

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


[Bug 1678510] Re: gprof: get empty output

2017-04-01 Thread Eldar Khayrullin
gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005

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

Title:
  gprof: get empty output

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

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


[Bug 1678510] [NEW] gprof: get empty output

2017-04-01 Thread Eldar Khayrullin
Public bug reported:

OS: Ubuntu 16.10 x64.
Version: GNU gprof (GNU Binutils for Ubuntu) 2.27

Steps:
gcc tst.c -g -pg -o tst
./tst # produced gmon.out file
gprof ./tst

*Output
Flat profile:

Each sample counts as 0.01 seconds.
 no time accumulated

  %   cumulative   self  self total   
 time   seconds   secondscalls  Ts/call  Ts/call  name

 % the percentage of the total running time of the
time   program used by this function.

cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.

 self  the number of seconds accounted for by this
secondsfunction alone.  This is the major sort for this
   listing.

calls  the number of times this function was invoked, if
   this function is profiled, else blank.

 self  the average number of milliseconds spent in this
ms/callfunction per call, if this function is profiled,
   else blank.

 total the average number of milliseconds spent in this
ms/callfunction and its descendents per call, if this
   function is profiled, else blank.

name   the name of the function.  This is the minor sort
   for this listing. The index shows the location of
   the function in the gprof listing. If the index is
   in parenthesis it shows where it would appear in
   the gprof listing if it were to be printed.


Copyright (C) 2012-2016 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

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


** Tags: gprof

** Summary changed:

- gprof: get empty list
+ gprof: get empty output

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

Title:
  gprof: get empty output

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

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


[Bug 1633842] Re: Package is not installable in Ubuntu 16.10 since Google stopped shipping Flash with Chrome 54 for Linux. Workaround to get Flash in Yandex Browser.

2016-10-29 Thread Eldar Khayrullin
Thank you. I have reported your message to the Yandex Browser support

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

Title:
  Package is not installable in Ubuntu 16.10 since Google stopped
  shipping Flash with Chrome 54 for Linux. Workaround to get Flash in
  Yandex Browser.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

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


[Bug 1633842] Re: Install in Ubuntu 16.10: error the public key is not available

2016-10-29 Thread Eldar Khayrullin
I use the browser from https://browser.yandex.ru/beta/?from=promo.

I have response from support of browser (SOLVE my problem):
1. Download flash_player_ppapi_linux.x86_64.tar.gz here: 
http://get.adobe.com/ru/flashplayer/otherversions/
2. Extract and move the file libpepflashplayer.so in:
 /usr/lib/PepperFlash/libpepflashplayer.so
or
 /usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so

I was putting libpepflashplayer.so to /opt/yandex/browser-beta/ and
/opt/yandex/browser-beta/lib/. This didn't resolve my problem.

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

Title:
  Install in Ubuntu 16.10: error the public key is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

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


[Bug 1633842] Re: Install in Ubuntu 16.10: error the public key is not available

2016-10-27 Thread Eldar Khayrullin
adobe-flashplugin -didn't help.
libpepflashplayer.so -didn't help. Browser doesn't find this plugin

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

Title:
  Install in Ubuntu 16.10: error the public key is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

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


[Bug 1633842] Re: Install in Ubuntu 16.10: error the public key is not available

2016-10-25 Thread Eldar Khayrullin
I use Yandex.Browser 16.10.0.2260 beta (64-bit).
I tried first link already (GPG). It doesn't resolve problem.

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

Title:
  Install in Ubuntu 16.10: error the public key is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

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


[Bug 1633842] [NEW] Install in Ubuntu 16.10: error the public key is not available

2016-10-16 Thread Eldar Khayrullin
Public bug reported:

pepperflashplugin-nonfree: 1.8.2+nmu1ubuntu1
OS: Ubuntu 16.10

sudo apt install pepperflashplugin-nonfree:

ERROR: failed to retrieve status information from google : W: GPG error: 
http://dl.google.com/linux/chrome/deb stable Release: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 
A040830F7FAC5991 NO_PUBKEY 1397BC53640DB551
W: The repository 'http://dl.google.com/linux/chrome/deb stable Release' is not 
signed.
E: flAbsPath on ./var/lib/dpkg/status failed - realpath (2: No such file or 
directory)
E: Could not open file  - open (2: No such file or directory)
E: Problem opening 
E: The package lists or status file could not be parsed or opened.
More information might be available at:
  http://wiki.debian.org/PepperFlashPlayer

** Affects: pepperflashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: error install

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

Title:
  Install in Ubuntu 16.10: error the public key is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

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


[Bug 702785] Re: cvpcb display footprints list documentation button doesn't work

2016-10-07 Thread Eldar Khayrullin
I don't use this feature.

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

Title:
  cvpcb display footprints list documentation button doesn't work

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

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


[Bug 1620762] Re: Support AverMedia DVD EZMaker 7 USB video capture dongle

2016-09-09 Thread Eldar Khayrullin
I sent this question only here

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

Title:
  Support AverMedia DVD EZMaker 7 USB video capture dongle

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

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


[Bug 1620762] Re: Support AverMedia DVD EZMaker 7 USB video capture dongle

2016-09-06 Thread Eldar Khayrullin
No it is bug applies to all releases of Ubuntu. 
I say that I tested the patch on Ubuntu 16.04 and it works fine.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Support AverMedia DVD EZMaker 7 USB video capture dongle

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

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


[Bug 1620762] [NEW] Support AverMedia DVD EZMaker 7 USB video capture dongle

2016-09-06 Thread Eldar Khayrullin
Public bug reported:

Linux doesn't support this capture.
Link to patch 
https://www.linuxtv.org/wiki/index.php/AVerMedia_DVD_EZMaker_7_(C039). 
I tested it on Ubuntu 16.04 - OK.
It will be great if this patch is built-in to kernel.

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


** Tags: device

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

Title:
  Support AverMedia DVD EZMaker 7 USB video capture dongle

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

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


[Bug 1611063] Re: can't mkdir SNAP_USER_COMMON directory

2016-08-27 Thread Eldar Khayrullin
@Bruno, Ok, I'm agree with you.

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

Title:
  can't mkdir SNAP_USER_COMMON directory

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

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


[Bug 1611063] Re: can't mkdir SNAP_USER_COMMON directory

2016-08-26 Thread Eldar Khayrullin
To brunonova, your methode shows perm denied:
mkdir: cannot create directory '/home/user/snap/my-snap/common': Permission 
denied

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

Title:
  can't mkdir SNAP_USER_COMMON directory

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

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


[Bug 1611063] Re: can't mkdir SNAP_USER_COMMON directory

2016-08-26 Thread Eldar Khayrullin
The temporary solve:
$ snap run my-snap
This cmd create COMMON directory (Needs to ignore errors of prev cmd).

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

Title:
  can't mkdir SNAP_USER_COMMON directory

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

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


[Bug 1615190] [NEW] Add mono-runtime to “Open With” menu

2016-08-19 Thread Eldar Khayrullin
Public bug reported:

After install mono-runtime I expect a adding "Mono Runtime" entry to
“Open With” menu but this isn't appear.

OS: Ubuntu 16.04.1 LTS
[FIX] modify line "Exec=mono" in file 
/usr/share/applications/mono-runtime-common.desktop:
Exec=mono %F

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


** Tags: menu

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

Title:
  Add mono-runtime to “Open With” menu

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

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

[Bug 702785] Re: cvpcb display footprints list documentation button doesn't work

2016-08-06 Thread Eldar Khayrullin
Same bug.

Application: kicad
Version: 4.1.0-alpha+201608050946+7006~46~ubuntu16.04.1-product, release build
Libraries: wxWidgets 3.0.2
   libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3
Platform: Linux 4.4.0-31-generic x86_64, 64 bit, Little endian, wxGTK
- Build Info -
wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8)
Boost: 1.58.0
Curl: 7.47.0
KiCad - Compiler: GCC 5.4.0 with C++ ABI 1009
Settings: USE_WX_GRAPHICS_CONTEXT=OFF
  USE_WX_OVERLAY=OFF
  KICAD_SCRIPTING=ON
  KICAD_SCRIPTING_MODULES=ON
  KICAD_SCRIPTING_WXPYTHON=ON
  USE_FP_LIB_TABLE=HARD_CODED_ON
  BUILD_GITHUB_PLUGIN=ON


** Changed in: kicad
   Importance: Undecided => Low

** Changed in: kicad
   Status: New => Confirmed

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

Title:
  cvpcb display footprints list documentation button doesn't work

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

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


[Bug 1239827] Re: vim unusable with large files

2016-07-11 Thread Eldar Khayrullin
OS: 16.04

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

Title:
  vim unusable with large files

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

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


[Bug 1239827] Re: vim unusable with large files

2016-07-11 Thread Eldar Khayrullin
Insert or paste became slow in my case in line 670.
But theb I go to the first line and edit it then undo changes.
Then return to 670 line. Slowing disappear.

File size 4677 lines.

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 16 2016 10:50:38)
Included patches: 1-1689

Package: vim-nox-py22:7.4.1689-3ubuntu amd64

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

Title:
  vim unusable with large files

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

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


[Bug 1239827] Re: vim unusable with large files

2016-07-11 Thread Eldar Khayrullin
Insert or paste became slow in my case in line 670.
But then I go to the first line and edit it then undo changes.
Then return to 670 line. Slowing disappear.

File size 4677 lines.

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 16 2016 10:50:38)
Included patches: 1-1689

Package: vim-nox-py2 2:7.4.1689-3ubuntu amd64

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

Title:
  vim unusable with large files

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

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


[Bug 1579870] Re: wx python app seg fault

2016-06-04 Thread Eldar Khayrullin
I writed this wrapper 
(http://www.linuxuk.org/post/20160518_snapping_electron_based_applications_simplenote/):
#!/bin/sh
export FONTCONFIG_PATH=$SNAP/etc/fonts
export FONTCONFIG_FILE=$SNAP/etc/fonts/fonts.conf
export XDG_DATA_HOME=$SNAP/usr/share
export LD_LIBRARY_PATH=$SNAP_LIBRARY_PATH:$SNAP/usr/lib/x86_64-linux-gnu/
exec "$SNAP/share/kicadbom2spec/kicadbom2spec.pyw" "$@"
It helped

** Changed in: snapd (Ubuntu)
   Status: New => Invalid

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

Title:
  wx python app seg fault

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

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


[Bug 1586592] Re: package kicad-common not installed failed to install/upgrade: trying to overwrite /usr/share/kicad/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch , which is also

2016-05-28 Thread Eldar Khayrullin
Hello.
In begin try to delete kicad-demo package which conflict with release packages:
$ sudo apt purge kicad-demo
Then try to reinstall kicad-common package.

P.S. You have kicad packages installed from non-official Ubuntu repo
that conflicting with official

** Changed in: kicad (Ubuntu)
   Status: New => Incomplete

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

Title:
  package kicad-common  not installed  failed to install/upgrade: trying
  to overwrite  /usr/share/kicad/demos/kit-dev-coldfire-xilinx_5213/kit-
  dev-coldfire-xilinx_5213.sch , which is also in package kicad-demo
  4.0.2 e4-6225~38~ubuntu16.04.1

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

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


[Bug 1574650] Re: Sweethome3D crashes in Ubuntu 16.04 64-Bit version

2016-05-21 Thread Eldar Khayrullin
OS: Ubuntu 16.04 x64.
Video: ATI HD4870
  GL_VERSION: 3.0 Mesa 11.2.0
  GL_VENDOR: X.Org
  GL_RENDERER: Gallium 0.4 on AMD RV770 (DRM 2.43.0, LLVM 3.8.0)

ATI don't support this video card only open-source drivers.

P.S. in Ubuntu 15.10 x64 with open-source driver Sweethome 3d works OK.

sweethom3d LOG:
Java 3D: implicit antialiasing enabled
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x7fc77f3b4b6d, pid=6752, tid=140494822700800
#
# JRE version: OpenJDK Runtime Environment (8.0_91-b14) (build 
1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14)
# Java VM: OpenJDK 64-Bit Server VM (25.91-b14 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C [r600_dri.so+0x1f4b6d]
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid6752.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Title:
  Sweethome3D crashes in Ubuntu 16.04 64-Bit version

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

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


[Bug 1574650] Re: Sweethome3D crashes in Ubuntu 16.04 64-Bit version

2016-05-21 Thread Eldar Khayrullin
OS: Ubuntu 16.04 x64.
Video: ATI HD4870
  GL_VERSION:  3.0 Mesa 11.2.0
  GL_VENDOR:   X.Org
  GL_RENDERER: Gallium 0.4 on AMD RV770 (DRM 2.43.0, LLVM 3.8.0)

ATI don't support this video card only open-source drivers.

P.S. in Ubuntu 15.10 x64 sweethome 3d works OK.

sweethom3d LOG:
Java 3D: implicit antialiasing enabled
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7fc77f3b4b6d, pid=6752, tid=140494822700800
#
# JRE version: OpenJDK Runtime Environment (8.0_91-b14) (build 
1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14)
# Java VM: OpenJDK 64-Bit Server VM (25.91-b14 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [r600_dri.so+0x1f4b6d]
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid6752.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Title:
  Sweethome3D crashes in Ubuntu 16.04 64-Bit version

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

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


[Bug 1579870] Re: wx python app seg fault

2016-05-14 Thread Eldar Khayrullin
** Project changed: snappy => ubuntu-core-security

** Project changed: ubuntu-core-security => snappy

** Project changed: snappy => snapd (Ubuntu)

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

Title:
  wx python app seg fault

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

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


[Bug 1571389] Re: Help > KiCad Manual locks up computer

2016-05-08 Thread Eldar Khayrullin
Or install one from Ubuntu Software Center

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

Title:
  Help > KiCad Manual locks up computer

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

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


[Bug 1571389] Re: Help > KiCad Manual locks up computer

2016-05-08 Thread Eldar Khayrullin
If you have added the repo ppa:js-reynaud/kicad-4, you should run in the 
terminal:
# apt-get update
# apt-get install kicad-doc-en

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

Title:
  Help > KiCad Manual locks up computer

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

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


[Bug 1571389] Re: Help > KiCad Manual locks up computer

2016-05-08 Thread Eldar Khayrullin
If you add the repo ppa:js-reynaud/kicad-4, you should run in the terminal:
# apt-get update
# apt-get install kicad-doc-en

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

Title:
  Help > KiCad Manual locks up computer

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

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


[Bug 1576939] Re: Locales are missing

2016-05-01 Thread Eldar Khayrullin
** Tags added: needs-packaging

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

Title:
  Locales are missing

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

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


[Bug 915868] Re: Landscape A4 printing cuts page horizontally

2016-04-30 Thread Eldar Khayrullin
** Tags removed: i386 oneiric
** Tags added: printing

** Also affects: kicad
   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/915868

Title:
  Landscape A4 printing cuts page horizontally

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

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


[Bug 404579] Re: Printing to file (ps or pdf) do not rotate the sheet

2016-04-30 Thread Eldar Khayrullin
Try the Stable Release 4.0.2

** Changed in: kicad (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Printing to file (ps or pdf) do not rotate the sheet

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

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


[Bug 668145] Re: Font preferences not available anymore, internal font changed

2016-04-30 Thread Eldar Khayrullin
** Tags removed: oneiric
** Tags added: fonts

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

Title:
  Font preferences not available anymore, internal font changed

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

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


[Bug 198353] Re: eeschema redraw errors under compiz

2016-04-30 Thread Eldar Khayrullin
Try the Stable Release 4.0.2

** Changed in: kicad (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  eeschema redraw errors under compiz

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

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


[Bug 702785] Re: cvpcb display footprints list documentation button doesn't work

2016-04-30 Thread Eldar Khayrullin
Kicad 4.0.2

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

** Attachment added: "error.png"
   
https://bugs.launchpad.net/kicad/+bug/702785/+attachment/4651939/+files/error.png

** Tags added: cvpcb

** Tags removed: i386 lucid

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

Title:
  cvpcb display footprints list documentation button doesn't work

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

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


[Bug 816739] Re: kicad warps mouse

2016-04-30 Thread Eldar Khayrullin
Try the Stable Release 4.0.2

** Changed in: kicad (Ubuntu)
   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/816739

Title:
  kicad warps mouse

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

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


[Bug 921483] Re: Net name in "Zone properties" lost when editing zone

2016-04-30 Thread Eldar Khayrullin
Try the Stable Release 4.0.2

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

Title:
  Net name in "Zone properties" lost when editing zone

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

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


[Bug 921483] Re: Net name in "Zone properties" lost when editing zone

2016-04-30 Thread Eldar Khayrullin
Try the Stable Release

** Changed in: kicad (Ubuntu)
   Status: New => Incomplete

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

Title:
  Net name in "Zone properties" lost when editing zone

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

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


[Bug 1321306] Re: Build_Board_Rats_Nest: error, net 1 not found

2016-04-30 Thread Eldar Khayrullin
Try Stable Release

** Changed in: kicad (Ubuntu)
   Status: New => Invalid

** Changed in: kicad (Ubuntu)
   Status: Invalid => Incomplete

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

Title:
  Build_Board_Rats_Nest: error, net 1 not found

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

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


[Bug 1228996] Re: help calls gimp for opening PDF file

2016-04-30 Thread Eldar Khayrullin
In Kicad: 
Go in main menu to Preferences->PDF Viewer->Set PDF Viewer.
Then select your favorite viewer

** Changed in: kicad (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/1228996

Title:
  help calls gimp for opening PDF file

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

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


[Bug 1299220] Re: crash at Undo after moved pad

2016-04-30 Thread Eldar Khayrullin
Try the Stable Release

** Changed in: kicad (Ubuntu)
   Status: New => Incomplete

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

Title:
  crash at Undo after moved pad

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

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


[Bug 958240] Re: Dragging a polygon doesn't work when starting the selection not from top left

2016-04-30 Thread Eldar Khayrullin
Try the Stable Release

** Changed in: kicad (Ubuntu)
   Status: New => 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/958240

Title:
  Dragging a polygon doesn't work when starting the selection not from
  top left

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

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


[Bug 1576939] [NEW] Locales are missing

2016-04-30 Thread Eldar Khayrullin
Public bug reported:

Where are i18n files?

Ubuntu 16.04 LTS
Kicad 4.0.2

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


** Tags: i18n

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

Title:
  Locales are missing

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

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


[Bug 1571389] Re: Help > KiCad Manual locks up computer

2016-04-30 Thread Eldar Khayrullin
Hello. Try install kicad-doc-en package

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

Title:
  Help > KiCad Manual locks up computer

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

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


[Bug 1511959] Re: Msg: Source code not available.

2016-04-24 Thread Eldar Khayrullin
Poedit 1.8.7.1 works OK in Ubuntu 16.04. This bug doesn't present

** Changed in: poedit (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Msg: Source code not available.

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

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


[Bug 599755] Re: Copying files to usb pauses after each one being copied.

2016-03-26 Thread Eldar Khayrullin
Same bug in Ubuntu 15.10

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

Title:
  Copying files to usb pauses after each one being copied.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fl-cow/+bug/599755/+subscriptions

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


[Bug 1005025] Re: copying files to external USB media is extremely slow

2016-03-26 Thread Eldar Khayrullin
Same bug in Ubuntu 15.10

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

Title:
  copying  files to external USB media is extremely slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-backport-oneiric/+bug/1005025/+subscriptions

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


[Bug 702452] Re: [launcher] Wine applications are wrongly matched

2016-02-06 Thread Eldar Khayrullin
In wine-1.9.2 same bug

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

Title:
  [launcher] Wine applications are wrongly matched

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

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


[Bug 1537361] [NEW] Release is very old

2016-01-23 Thread Eldar Khayrullin
Public bug reported:

See http://www.gnu.org/prep/standards/

** Affects: gnu-standards (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/1537361

Title:
  Release is very old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnu-standards/+bug/1537361/+subscriptions

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


[Bug 1531190] [NEW] package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade: попытка перезаписать «/usr/include/i386-linux-gnu/zconf.h», который уже имеется в пакете lib32z1-dev 1:1.2.8.dfs

2016-01-05 Thread Eldar Khayrullin
Public bug reported:

Ubuntu 15.10

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: zlib1g-dev 1:1.2.8.dfsg-2ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Tue Jan  5 10:24:05 2016
ErrorMessage: попытка перезаписать «/usr/include/i386-linux-gnu/zconf.h», 
который уже имеется в пакете lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
InstallationDate: Installed on 2015-10-22 (75 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: zlib
Title: package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade: 
попытка перезаписать «/usr/include/i386-linux-gnu/zconf.h», который уже имеется 
в пакете lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package wily

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

Title:
  package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade:
  попытка перезаписать «/usr/include/i386-linux-gnu/zconf.h», который
  уже имеется в пакете lib32z1-dev 1:1.2.8.dfsg-2ubuntu4

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

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

[Bug 1515367] [NEW] SIGABRT: GtkSourceView:ERROR:gtksourcecontextengine.c:5567:update_syntax: assertion failed: (g_slist_length (ce->priv->invalid) <= 1)

2015-11-11 Thread Eldar Khayrullin
Public bug reported:

Meld 3.14.0
OS: Ubuntu 15.10

When call
$ meld . # in bzr repo
meld is opening and show changed files.
When if I have clicked to conflict merge I see this error

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


** Tags: sigabort

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

Title:
  SIGABRT:
  GtkSourceView:ERROR:gtksourcecontextengine.c:5567:update_syntax:
  assertion failed: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 1511959] [NEW] Msg: Source code not available.

2015-10-31 Thread Eldar Khayrullin
Public bug reported:

If click Update poedit show error message (see picture)
Poedit 1.8.4
OS: Ubuntu 15.10

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

** Attachment added: "bug.png"
   https://bugs.launchpad.net/bugs/1511959/+attachment/4509786/+files/bug.png

** Summary changed:

- Msg: source code isn't acceptable
+ Msg: Source code not available.

** Description changed:

- If click refresh poedit show error message (see picture)
+ If click Update poedit show error message (see picture)
  Poedit 1.8.4
  OS: Ubuntu 15.10

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

Title:
  Msg: Source code not available.

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

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


[Bug 1477205] Re: problem with keys etc. backspace, delete on the edit fields

2015-07-23 Thread Eldar Khayrullin
It isn't kicad bug

** Changed in: kicad (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  problem with keys etc. backspace, delete on the edit fields

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

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


[Bug 1477205] Re: problem with keys etc. backspace, delete on the edit fields

2015-07-22 Thread Eldar Khayrullin
Try to change Keyboard input method to None

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

Title:
  problem with keys etc. backspace, delete on the edit fields

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

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


[Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2015-01-24 Thread Eldar Khayrullin
** Also affects: vim
   Importance: Undecided
   Status: New

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

Title:
  MASTER Copy-Paste doesn't work if the source is closed before the
  paste

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

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


[Bug 1275210] Re: gdbtui does not give input and show cyrillic symbols

2015-01-21 Thread Eldar Khayrullin
** Changed in: gdb (Ubuntu)
   Status: Expired => New

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

Title:
  gdbtui does not give input and show cyrillic symbols

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

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


[Bug 1275210] Re: gdbtui does not give input and show cyrillic symbols

2014-11-21 Thread Eldar Khayrullin
$ file main.c
main.c: C source, UTF-8 Unicode text

(gdb) show charset
The host character set is "auto; currently UTF-8".
The target character set is "auto; currently UTF-8".
The target wide character set is "auto; currently UTF-32".

Enter text:
-with TUI
(gdb) M-PM-?M-Q~@M-PM-8M-PM-2M-PM-5M-Q~B   // currently
-without TUI
(gdb) привет
// must be

Without TUI
(gdb) list main.c:1
1   #include 
2   
3   int main()
4   {
5   printf("Привет Мир\n"); 
 // correctly
6   return 0;
7   }

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

Title:
  gdbtui does not give input and show cyrillic symbols

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

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

[Bug 1275210] Re: gdbtui does not give input and show cyrillic symbols

2014-11-21 Thread Eldar Khayrullin
Must be:
#include 

int main()
{
printf("Привет Мир\n");
return 0;
}

Current:
#include 

int main()
{
printf("M-P~_M-Q~@M-PM-8M-PM-2M-PM-5M-Q~B M-P~\M-PM-8M-Q~@\n");
return 0;
}

The russian text is not displayed correctly.

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

Title:
  gdbtui does not give input and show cyrillic symbols

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

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

[Bug 1275210] Re: gdbtui does not give input and show cyrillic symbols

2014-11-20 Thread Eldar Khayrullin
Ubuntu 14.10

GNU gdb (Ubuntu 7.8-1ubuntu4) 7.8.0.20141001-cvs
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".

┌──main.cpp─┐
   │1   #include   
  │
   │2   
  │
   │3   int main()  
  │
   │4   {   
  │
   │5   printf("M-P~_M-Q~@M-PM-8M-PM-2M-PM-5M-Q~B 
M-P~\M-PM-8M-Q~@\n");   
│
   │6   return 0;   
  │
   │7   }

** Changed in: gdb (Ubuntu)
   Status: Invalid => New

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

Title:
  gdbtui does not give input and show cyrillic symbols

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

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

[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

2014-07-07 Thread Eldar Khayrullin
** Also affects: monodevelop
   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/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

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


[Bug 1302885] Re: Media keyboard shortcuts not working

2014-06-12 Thread Eldar Khayrullin
If you want set another functional key, do next, example:
$ gsettings get org.gnome.settings-daemon.plugins.media-keys previous
'XF86AudioPrev'
$ gsettings set org.gnome.settings-daemon.plugins.media-keys previous ''
$ gsettings set org.gnome.settings-daemon.plugins.media-keys volume-down 
XF86AudioPrev
After reboot you can volume down with media previous button.

P.S. you can set in GUI settings need short-key, then from gsettings add
XF86 prefix .

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

Title:
  Media keyboard shortcuts not working

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

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


[Bug 1302885] Re: Media keyboard shortcuts not working

2014-06-12 Thread Eldar Khayrullin
If you want set short combination from another functional buttons, do next:
$ gsettings get org.gnome.settings-daemon.plugins.media-keys previous
'XF86AudioPrev'
$ gsettings set org.gnome.settings-daemon.plugins.media-keys volume-down 
XF86AudioPrev
$ gsettings reset org.gnome.settings-daemon.plugins.media-keys previous
After reboot you can volume down with media previous button.
P.s. Set short cut key in GUI settings, and set new value with add prefix XF86 
in begin.

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

Title:
  Media keyboard shortcuts not working

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

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


[Bug 1242367] Re: gnome-control-center user-accounts don't load, only hangs

2014-04-21 Thread Eldar Khayrullin
14.04 -> freeze

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

Title:
  gnome-control-center user-accounts don't load, only hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good1.0/+bug/1242367/+subscriptions

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


[Bug 1275210] [NEW] gdbtui does not give input and show cyrillic symbols

2014-02-01 Thread Eldar Khayrullin
Public bug reported:

┌──main.c┐
   │1   #include   
 │
   │2   
 │
   │3   int main()  
 │
   │4   {   
 │
   │5   printf("M-P~_M-Q~@M-PM-8M-PM-2M-PM-5M-Q~B 
M-P~\M-PM-8M-Q~@\n");  │
   │6   return 0;   
 │
   │7   }   
 │
   │8   


 │
   
└─┘
exec No process In: 
Line: ??   PC: ??
GNU gdb (GDB) 7.6.1-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /home/eldar/hello...done.
(gdb) M-Q~GM-Q~BM-PM-> M-Q~BM-PM-0M-PM-:M-PM->M-PM-5

** Affects: gdb (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/1275210

Title:
  gdbtui does not give input and show cyrillic symbols

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

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

[Bug 1275210] Re: gdbtui does not give input and show cyrillic symbols

2014-02-01 Thread Eldar Khayrullin
main.c

** Attachment added: "main.c"
   
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1275210/+attachment/3965035/+files/main.c

** Description changed:

-
┌──main.c─┐
-│1   #include 
   │
-│2 
   │
-│3   int main()
   │
-│4   { 
   │
-│5   printf("M-P~_M-Q~@M-PM-8M-PM-2M-PM-5M-Q~B 
M-P~\M-PM-8M-Q~@\n");  │
-│6   return 0; 
   │
-│7   } 
   │
-│8 
   │
-│9 
   │
-│10
   │
-│11
   │
-│12
   │
-│13
   │
-│14
   │
-│15
   │
-│16
   │
-│17
   │
-│18
   │
-│19
   │
-│20
   │
-│21
   │
-│22
   │
-│23
   │
-│24
   │
-│25
   │
-│26
   │
-│27
   │
-│28
   │
-│29
   │
-│30
   │
-│31
   │
-│32
   │
-│33