[Bug 1349026] Re: regression: graphviz package does not configure plugins

2021-02-20 Thread anatoly techtonik
If anybody wants details on LXD bug - they are here
https://github.com/lxc/lxd/issues/8490#issuecomment-782596277

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

Title:
  regression: graphviz package does not configure plugins

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

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

[Bug 1349026] Re: regression: graphviz package does not configure plugins

2021-02-20 Thread anatoly techtonik
That was a problem with LXD container. There is no such error anymore,
so I believe this bug is fixed in recent Ubuntu versions.

** Bug watch added: LXD bug tracker #8490
   https://github.com/lxc/lxd/issues/8490

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

Title:
  regression: graphviz package does not configure plugins

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

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

[Bug 1349026] Re: regression: graphviz package does not configure plugins

2021-02-19 Thread anatoly techtonik
Still a problem on Ubuntu 20.10 and graphviz 2.43.0

# dot -Tpng
Format: "png" not recognized. Use one of:
root@repodraw:~/repodraw# dot -c
root@repodraw:~/repodraw# dot -v
dot - graphviz version 2.43.0 (0)
There is no layout engine support for "dot"
Perhaps "dot -c" needs to be run (with installer's privileges) to register the 
plugins?

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

Title:
  regression: graphviz package does not configure plugins

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

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

[Bug 1885609] Re: focal pipenv is broken

2020-06-29 Thread anatoly techtonik
The problem was in dangling virtualenv from previous versions. This is
the fix:

$ rm -rf  ~/.local/share/virtualenvs

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

Title:
  focal pipenv is broken

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

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

[Bug 1885609] [NEW] focal pipenv is broken

2020-06-29 Thread anatoly techtonik
Public bug reported:

Running pipenv 11.9.0-1 installed from
https://packages.ubuntu.com/focal/pipenv gives this when installing any
package:

$ pipenv install wget
Installing wget…
⠸
Error:  An error occurred while installing wget!
Could not find platform independent libraries 
Could not find platform dependent libraries 
Consider setting $PYTHONHOME to [:]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'

Current thread 0x7f693d915740 (most recent call first):
Aborted (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: pipenv 11.9.0-1
ProcVersionSignature: Ubuntu 5.4.0-39.43-generic 5.4.41
Uname: Linux 5.4.0-39-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: i3
Date: Mon Jun 29 20:16:34 2020
InstallationDate: Installed on 2018-11-01 (605 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
PackageArchitecture: all
SourcePackage: pipenv
UpgradeStatus: Upgraded to focal on 2020-05-06 (54 days ago)

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


** Tags: amd64 apport-bug focal

** Description changed:

  Running pipenv 11.9.0-1 installed from
- https://packages.ubuntu.com/focal/pipenv gives this.
+ https://packages.ubuntu.com/focal/pipenv gives this when installing any
+ package:
  
  $ pipenv install wget
  Installing wget…
  ⠸
  Error:  An error occurred while installing wget!
  Could not find platform independent libraries 
  Could not find platform dependent libraries 
  Consider setting $PYTHONHOME to [:]
  Fatal Python error: Py_Initialize: Unable to get the locale encoding
  ModuleNotFoundError: No module named 'encodings'
  
  Current thread 0x7f693d915740 (most recent call first):
  Aborted (core dumped)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pipenv 11.9.0-1
  ProcVersionSignature: Ubuntu 5.4.0-39.43-generic 5.4.41
  Uname: Linux 5.4.0-39-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: i3
  Date: Mon Jun 29 20:16:34 2020
  InstallationDate: Installed on 2018-11-01 (605 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  PackageArchitecture: all
  SourcePackage: pipenv
  UpgradeStatus: Upgraded to focal on 2020-05-06 (54 days ago)

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

Title:
  focal pipenv is broken

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

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

[Bug 1487534] Re: Unable to set Alt+Shift for switching keyboard layout

2020-02-18 Thread anatoly techtonik
It was Ubuntu Studio, but I switched to i3 since then.

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

Title:
  Unable to set Alt+Shift for switching keyboard layout

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

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

[Bug 1803021] Re: No tutorials

2019-07-04 Thread anatoly techtonik
Thanks everyone for fixing the error message. It is better now. Although
I would argue that adding 25% package size to help onboarding new users
to Inkscape is nothing compared to the fact that many users will not be
installing those docs, because they are not aware that these docs are
not a plain text, but actual SVG files used to practice by doing.
Anyway, this should be measured to draw any conclusions.

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

Title:
  No tutorials

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

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

[Bug 1832687] [NEW] apt-listchanges doesn't work on Ubuntu 19.04

2019-06-13 Thread anatoly techtonik
Public bug reported:

I've got apt-listchanges installed with the following config:

$ cat /etc/apt/listchanges.conf 
[apt]
frontend=pager
which=news
email_address=root
email_format=text
confirm=1
headers=false
reverse=false
save_seen=/var/lib/apt/listchanges.db

But running `sudo apt-get upgrade` doesn't show any changelogs, the
prompt contains the standard message:

83 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 296 MB of archives.
After this operation, 4.403 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://by.archive.ubuntu.com/ubuntu disco-updates/universe amd64 
systemd-journal-remote amd64 240-6ubuntu5.1 [60,2 kB]
Get:2 http://by.archive.ubuntu.com/ubuntu disco-updates/main amd64 libsystemd0 
amd64 240-6ubuntu5.1 [244 kB] 

After which the installation starts immediately.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: apt-listchanges 3.17ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-16.17-generic 5.0.8
Uname: Linux 5.0.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CurrentDesktop: i3
Date: Thu Jun 13 10:49:08 2019
InstallationDate: Installed on 2018-11-01 (223 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
PackageArchitecture: all
SourcePackage: apt-listchanges
UpgradeStatus: Upgraded to disco on 2019-05-01 (42 days ago)

** Affects: apt-listchanges (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug disco

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

Title:
  apt-listchanges doesn't work on Ubuntu 19.04

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

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

[Bug 1803021] Re: No tutorials

2019-02-10 Thread anatoly techtonik
I see that translations is the primary concern even though the spurious
error message in English is much worse than friendly explanation in
English.

But I just wonder what is your C++-fu? Don't get me wrong - I am unable
to write the patch myself, because my C++ skills are poor, and I am not
saying that package maintainer of C++ project should have C++ skills.
But if Inkscape was in Python, placing an exception handler into menu
action handle doesn't seem like a lot of codepaths.

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

Title:
  No tutorials

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

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

[Bug 1413283] Re: "Set as default" is absent from "Open with.." context menu

2019-02-10 Thread anatoly techtonik
Answering to my unspoken question about why 35k views and 68 heats gets
low priority. Because top and medium priority are all crashes, and it
seems that while crashes are popping up no user features willbe
developed
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bugs?orderby=-heat=0

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

Title:
  "Set as default" is absent from "Open with.." context menu

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

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

[Bug 1803021] Re: No tutorials

2019-02-10 Thread anatoly techtonik
Thanks! That's much better. =) As a minimal workaround, can you replace the text

Failed to load the requested file /usr/share/inkscape/tutorials
/tutorial-basic.svg

with check for file presence and the following text if check failed

Inkscape Tutorials are shipped as a separate package, which
saves 50Mb of Inkscape package size. Install `inkscape-tutorials`
from Software Center or use `apt` from terminal:

   sudo apt install inkscape-tutorials


https://packages.ubuntu.com/cosmic/graphics/inkscape-tutorials

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

Title:
  No tutorials

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

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

[Bug 1803021] Re: No tutorials

2019-02-05 Thread anatoly techtonik
It is okay if you don't have time to patch the string, but closing this
as invalid is like saying everybody else that they should not do this
either. I can not appreciate such collaboration over UX. Sorry.

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

Title:
  No tutorials

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

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

[Bug 1803021] Re: No tutorials

2019-01-21 Thread anatoly techtonik
This issue is about error message. Not a support request.

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

Title:
  No tutorials

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

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

[Bug 1806173] [NEW] autodetect indentation

2018-12-01 Thread anatoly techtonik
Public bug reported:

Vim already comes with a good syntax highlighting default, but editing
files with 2 space indentation is a disaster. All indentation aware
editors correctly detect this setup and are able to indent and dedent
lines correctly, but not vim.

There are a couple of plugins that fix the issue, even though I think
that it is a usability bug in vim.

https://vi.stackexchange.com/questions/52/how-do-i-make-vim-adapt-to-
the-current-indenting-style-of-the-file-im-editing

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: vim 2:8.0.1766-1ubuntu1
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CurrentDesktop: i3
Date: Sat Dec  1 12:08:48 2018
InstallationDate: Installed on 2018-11-01 (29 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: vim
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

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

Title:
  autodetect indentation

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

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

[Bug 1804359] [NEW] tutorial doesn't work

2018-11-20 Thread anatoly techtonik
Public bug reported:

Running `info` and pressing `h` doesn't bring up promised tutorial:

---cut---
File: dir,  Node: Top,  This is the top of the INFO tree.

This is the Info main menu (aka directory node).
A few useful Info commands:

  'q' quits;
  'H' lists all Info commands;
  'h' starts the Info tutorial;
  'mTexinfo RET' visits the Texinfo manual, etc.

---cut---

The error message displayed is "Cannot find node '(info)Help'"

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: info 6.5.0.dfsg.1-4
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CurrentDesktop: i3
Date: Wed Nov 21 07:16:55 2018
InstallationDate: Installed on 2018-11-01 (19 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: texinfo
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

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

Title:
  tutorial doesn't work

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

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

[Bug 1803021] [NEW] No tutorials

2018-11-12 Thread anatoly techtonik
Public bug reported:

When selecting `Help -> Tutorials` the error message is shown and no
tutorial is loaded.

Failed to load the requested file /usr/share/inkscape/tutorials
/tutorial-basic.svg

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: inkscape 0.92.3-4
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CurrentDesktop: i3
Date: Tue Nov 13 05:18:54 2018
InstallationDate: Installed on 2018-11-01 (11 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: inkscape
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

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

Title:
  No tutorials

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

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

[Bug 1543704] Re: Parted can't handle lack of space between logical partitions

2018-10-24 Thread anatoly techtonik
Oops. This is the correct `sudo fdisk -l -u` table for /dev/sda

Device Boot  StartEndSectors   Size Id Type
/dev/sda1  *  204820008951998848   976M 83 Linux
/dev/sda2  2002942  392624127  390621186 186.3G  5 Extended
/dev/sda3   1759543296 3907026943 2147483648 1T 83 Linux
/dev/sda5  2002944  163719167  161716224  77.1G 83 Linux
/dev/sda6163721216  197314559   3359334416G 82 Linux swap / Solaris
/dev/sda7197314560  392624127  195309568  93.1G 83 Linux

Partition table entries are not in disk order.

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

Title:
  Parted can't handle lack of space between logical partitions

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

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

[Bug 1543704] Re: Parted can't handle lack of space between logical partitions

2018-10-24 Thread anatoly techtonik
I am facing this bug as well. =(

DeviceBoot Start   End   Sectors   Size Id Type
/dev/loop22p1   2048   3074047   3072000   1.5G 27 Hidden NTFS WinRE
/dev/loop22p23074088  55119014  52044927  24.8G  7 HPFS/NTFS/exFAT
/dev/loop22p3   55119015 488392064 433273050 206.6G  5 Extended
/dev/loop22p5 * 55119078  56179304   1060227 517.7M 83 Linux
/dev/loop22p6   56179368  76437269  20257902   9.7G 83 Linux
/dev/loop22p7   97755588 102253724   4498137   2.1G 82 Linux swap / Solaris
/dev/loop22p8  102253788 488392064 386138277 184.1G 83 Linux
/dev/loop22p9   76437271  97754901  21317631  10.2G 8e Linux LVM

Partition table entries are not in disk order.
techtonik@SONiC:/etc$ sudo parted /dev/sda unit s print
Backtrace has 15 calls on stack:
  15: /lib/x86_64-linux-gnu/libparted.so.2(ped_assert+0x45) [0x7f91f89d36e5]
  14: /lib/x86_64-linux-gnu/libparted.so.2(+0x2216b) [0x7f91f89ea16b]
  13: /lib/x86_64-linux-gnu/libparted.so.2(+0x101ea) [0x7f91f89d81ea]
  12: /lib/x86_64-linux-gnu/libparted.so.2(ped_disk_add_partition+0x2d3) 
[0x7f91f89d8b53]
  11: /lib/x86_64-linux-gnu/libparted.so.2(+0x219f8) [0x7f91f89e99f8]
  10: /lib/x86_64-linux-gnu/libparted.so.2(+0x21b60) [0x7f91f89e9b60]
  9: /lib/x86_64-linux-gnu/libparted.so.2(+0x21b60) [0x7f91f89e9b60]
  8: /lib/x86_64-linux-gnu/libparted.so.2(+0x21bf9) [0x7f91f89e9bf9]
  7: /lib/x86_64-linux-gnu/libparted.so.2(+0x22a35) [0x7f91f89eaa35]
  6: /lib/x86_64-linux-gnu/libparted.so.2(ped_disk_new+0x46) [0x7f91f89d86f6]
  5: parted(+0x7794) [0x5636dc478794]
  4: parted(non_interactive_mode+0xa2) [0x5636dc47e532]
  3: parted(main+0x121e) [0x5636dc4772be]
  2: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f91f8171b97]
  1: parted(_start+0x2a) [0x5636dc47748a]

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

Title:
  Parted can't handle lack of space between logical partitions

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

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

[Bug 1794574] [NEW] xsel doesn't dump binary (screenshot) data

2018-09-26 Thread anatoly techtonik
Public bug reported:

xsel ignores binary data in clipboard.

$ maim -s | xclip -selection clipboard -t image/png
$ xclip -o -selection clipboard > 1xclip
$ xsel -o --clipboard > 1xsel
$ ls -go 1*
-rw-rw-r-- 1 11948 Sep 26 20:13 1xclip
-rw-rw-r-- 1 0 Sep 26 20:13 1xsel

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xsel 1.2.0-4
ProcVersionSignature: Ubuntu 4.15.0-35.38-generic 4.15.18
Uname: Linux 4.15.0-35-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CurrentDesktop: i3
Date: Wed Sep 26 20:16:36 2018
SourcePackage: xsel
UpgradeStatus: Upgraded to bionic on 2018-08-05 (51 days ago)

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


** Tags: amd64 apport-bug bionic

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

Title:
  xsel doesn't dump binary (screenshot) data

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

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

[Bug 1794425] [NEW] doesn't work with i3

2018-09-26 Thread anatoly techtonik
Public bug reported:

`gnome-screenshot` doesn't work with i3

$ gnome-screenshot --area --clipboard
** Message: 17:12:05.576: Unable to select area using GNOME Shell's builtin 
screenshot interface, resorting to fallback X11.
** Message: 17:12:09.870: Unable to use GNOME Shell's builtin screenshot 
interface, resorting to fallback X11.

Selection works, but buffer is empty. Checking file size:

$ xsel -po > 1 && xsel -so > 2 && xsel -bo > 3 && ls -l 1 2 3
-rw-rw-r-- 1 techtonik techtonik 2 Sep 25 17:14 1
-rw-rw-r-- 1 techtonik techtonik 0 Sep 25 17:14 2
-rw-rw-r-- 1 techtonik techtonik 0 Sep 25 17:14 3

`i3` developers told that it is not a bug in `i3` -
https://github.com/i3/i3/issues/3422

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-screenshot 3.25.0-0ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-35.38-generic 4.15.18
Uname: Linux 4.15.0-35-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CurrentDesktop: i3
Date: Wed Sep 26 09:56:49 2018
SourcePackage: gnome-screenshot
UpgradeStatus: Upgraded to bionic on 2018-08-05 (51 days ago)

** Affects: gnome-screenshot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  doesn't work with i3

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

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

[Bug 1793852] Re: sikulix doesn't start

2018-09-22 Thread anatoly techtonik
Quoting RainMan from https://bugs.launchpad.net/sikuli/+bug/1793854

> BTW: the problem is due to the fact that this package contains older
versions of SikuliX, that only run with Java up to version 8

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

Title:
  sikulix doesn't start

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

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

[Bug 1793852] [NEW] sikulix doesn't start

2018-09-22 Thread anatoly techtonik
Public bug reported:

Just installed with `apt install sikulix` and it doesn't work.

$ sikulix
[error] RunTimeINIT: Java version not detected (using 7): 
10.0.2+13-Ubuntu-1ubuntu0.18.04.2
java ?7?-64 version 10.0.2+13-Ubuntu-1ubuntu0.18.04.2 vm 
10.0.2+13-Ubuntu-1ubuntu0.18.04.2 class 54.0 arch amd64
*** system properties dump 
awt.toolkit   = sun.awt.X11.XToolkit
file.encoding = UTF-8
file.encoding.pkg = sun.io
file.separator= /
java.awt.graphicsenv  = sun.awt.X11GraphicsEnvironment
java.awt.printerjob   = sun.print.PSPrinterJob
java.class.path   = /usr/share/sikulix/sikulix.jar
java.class.version= 54.0
java.home = /usr/lib/jvm/java-11-openjdk-amd64
java.io.tmpdir= /tmp
java.library.path = 
/usr/lib/jni:/usr/lib/arm-linux-gnueabi/jni:/usr/lib/arm-linux-gnueabihf/jni:/usr/lib/i386-gnu/jni:/usr/lib/i386-linux-gnu/jni:/usr/lib/i386-kfreebsd-gnu/jni:/usr/lib/mips-linux-gnu/jni:/usr/lib/mipsel-linux-gnu/jni:/usr/lib/powerpc-linux-gnu/jni:/usr/lib/powerpc-linux-gnuspe/jni:/usr/lib/sparc-linux-gnu/jni:/usr/lib/x86_64-linux-gnux32/jni:/usr/lib/hppa-linux-gnu/jni:/usr/lib/sh4-linux-gnu/jni:/usr/lib/m68k-linux-gnu/jni
java.runtime.name = OpenJDK Runtime Environment
java.runtime.version  = 10.0.2+13-Ubuntu-1ubuntu0.18.04.2
java.specification.name   = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version= 10
java.vendor   = Oracle Corporation
java.vendor.url   = http://java.oracle.com/
java.vendor.url.bug   = http://bugreport.java.com/bugreport/
java.version  = 10.0.2
java.version.date = 2018-07-17
java.vm.compressedOopsMode= 32-bit
java.vm.info  = mixed mode
java.vm.name  = OpenJDK 64-Bit Server VM
java.vm.specification.name= Java Virtual Machine Specification
java.vm.specification.vendor  = Oracle Corporation
java.vm.specification.version = 10
java.vm.vendor= Oracle Corporation
java.vm.version   = 10.0.2+13-Ubuntu-1ubuntu0.18.04.2
jdk.debug = release
line.separator= 

os.arch   = amd64
os.name   = Linux
os.version= 4.15.0-35-generic
path.separator= :
python.home   = /usr/share/jython
sikuli.console= true
sun.arch.data.model   = 64
sun.boot.library.path = /usr/lib/jvm/java-11-openjdk-amd64/lib
sun.cpu.endian= little
sun.cpu.isalist   = 
sun.font.fontmanager  = sun.awt.X11FontManager
sun.io.unicode.encoding   = UnicodeLittle
sun.java.command  = /usr/share/sikulix/sikulix.jar
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding  = UTF-8
sun.management.compiler   = HotSpot 64-Bit Tiered Compilers
sun.os.patch.level= unknown
user.country  = US
user.dir  = /home/techtonik
user.home = /home/techtonik
user.language = en
user.name = techtonik
user.timezone = Europe/Minsk
*** system properties dump end
[info] runcmd: lsb_release -i -r -s 
Exception in thread "main" java.lang.ClassCastException: 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to 
java.base/java.net.URLClassLoader
at org.sikuli.script.RunTime.storeClassPath(RunTime.java:2505)
at org.sikuli.script.RunTime.isOnClasspath(RunTime.java:2552)
at org.sikuli.script.RunTime.isJarOnClasspath(RunTime.java:2576)
at org.sikuli.script.RunTime.libsExport(RunTime.java:933)
at org.sikuli.script.RunTime.init(RunTime.java:720)
at org.sikuli.script.RunTime.get(RunTime.java:297)
at org.sikuli.ide.SikuliIDE.run(SikuliIDE.java:232)
at org.sikuli.ide.Sikulix.main(Sikulix.java:31)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: sikulix 1.1.1-8
ProcVersionSignature: Ubuntu 4.15.0-35.38-generic 4.15.18
Uname: Linux 4.15.0-35-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CurrentDesktop: i3
Date: Sat Sep 22 09:08:25 2018
PackageArchitecture: all
SourcePackage: sikulix
UpgradeStatus: Upgraded to bionic on 2018-08-05 (47 days ago)

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


** Tags: amd64 apport-bug bionic

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

Title:
  sikulix doesn't start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 1790266] [NEW] packer is useless without builders (lxd)

2018-08-31 Thread anatoly techtonik
Public bug reported:

There are no plugins shipped with packer. Not even lxd, which is kind of
official Ubuntu proposition. Running example template from here -
https://www.packer.io/docs/builders/lxd.html - gives the following:

$ packer build example.json 
Failed to initialize build 'lxd-xenial': builder type not found: lxd
lxd-xenial output will be in this color.


==> Builds finished but no artifacts were created.

The example:

{
  "builders": [
{
  "type": "lxd",
  "name": "lxd-xenial",
  "image": "ubuntu-daily:xenial",
  "output_image": "ubuntu-xenial",
  "publish_properties": {
"description": "Trivial repackage with Packer"
  }
}
  ]
}

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: packer 1.0.4+dfsg-1
ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
Uname: Linux 4.15.0-33-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.3
Architecture: amd64
CurrentDesktop: i3
Date: Sat Sep  1 06:27:20 2018
SourcePackage: packer
UpgradeStatus: Upgraded to bionic on 2018-08-05 (26 days ago)

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


** Tags: amd64 apport-bug bionic

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

Title:
  packer is useless without builders (lxd)

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

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

[Bug 1787160] Re: Enable after installation

2018-08-16 Thread anatoly techtonik
I could install it by casting my Python-fu over
https://packages.ubuntu.com/bionic/all/mercurial-git/filelist and not
everybody possess such great skills as me. I wonder how many people
could not install the extension because of missing instructions.

Anyway, the answer is:


[extensions]
git =

But for /etc/mercurial/hgrc.d/hggit.rc the correct line would be:

[extensions]
hggit = /usr/lib/python2.7/dist-packages/hgext/git

This way people can trace back to original package source.

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

Title:
  Enable after installation

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

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

[Bug 1787160] Re: Enable after installation

2018-08-15 Thread anatoly techtonik
Can not enable it even manually.

[extensions]
hg-git =


$ hg clone git+https://github.com/techtonik/notfar.git
*** failed to import extension hg-git: No module named hg-git

The same with hggit.

*** failed to import extension hggit: No module named hggit

So how to install it? I am using official instructions from
https://bitbucket.org/durin42/hg-git/src/default/

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

Title:
  Enable after installation

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

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

[Bug 1787160] Re: Enable after installation

2018-08-15 Thread anatoly techtonik
It should be possible to provide `hgrc.d` file for enabling the
extension.

https://www.selenic.com/mercurial/hgrc.5.html

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

Title:
  Enable after installation

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

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

[Bug 1787160] [NEW] Enable after installation

2018-08-15 Thread anatoly techtonik
Public bug reported:

Plugin does not work after installation:

# apt install mercurial-git

$ hg clone https://github.com/techtonik/notfar.git
abort: HTTP Error 406: Not Acceptable

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: mercurial-git 0.8.11-1
ProcVersionSignature: Ubuntu 4.15.0-31.33-generic 4.15.18
Uname: Linux 4.15.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.3
Architecture: amd64
CurrentDesktop: i3
Date: Wed Aug 15 13:08:40 2018
PackageArchitecture: all
SourcePackage: hg-git
UpgradeStatus: Upgraded to bionic on 2018-08-05 (9 days ago)

** Affects: hg-git (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  Enable after installation

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

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

Re: [Bug 951610] Re: root partition combobox should include empty element

2018-06-19 Thread anatoly techtonik
> [Expired for ubiquity (Ubuntu) because there has been no activity for 60
> days.]

Correction. No activity for 6 years. =)

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

Title:
  root partition combobox should include empty element

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

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

[Bug 1713687] Re: --target is broken

2018-01-30 Thread anatoly techtonik
It is still actual for Ubuntu 17.10

** Changed in: python-pip (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/1713687

Title:
  --target is broken

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

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

[Bug 1745615] [NEW] glances crashes on 17.10 with time out

2018-01-26 Thread anatoly techtonik
Public bug reported:

This is Ubuntu 17.10 with glances 2.10-2.

After several minutes glances threads start to fail corrupting output
with these errors:

Exception in thread Thread-25:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/urllib3/response.py", line 302, in 
_error_catcher
yield
  File "/usr/lib/python3/dist-packages/urllib3/response.py", line 384, in read
data = self._fp.read(amt)
  File "/usr/lib/python3.6/http/client.py", line 449, in read
n = self.readinto(b)
  File "/usr/lib/python3.6/http/client.py", line 483, in readinto
return self._readinto_chunked(b)
  File "/usr/lib/python3.6/http/client.py", line 578, in _readinto_chunked
chunk_left = self._get_chunk_left()
  File "/usr/lib/python3.6/http/client.py", line 546, in _get_chunk_left
chunk_left = self._read_next_chunk_size()
  File "/usr/lib/python3.6/http/client.py", line 506, in _read_next_chunk_size
line = self.fp.readline(_MAXLINE + 1)
  File "/usr/lib/python3.6/socket.py", line 586, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
  File "/usr/lib/python3/dist-packages/glances/plugins/glances_docker.py", line 
668, in run
for i in self._stats_stream:
  File "/usr/lib/python3/dist-packages/docker/client.py", line 245, in 
_stream_helper
data = reader.read(1)
  File "/usr/lib/python3/dist-packages/urllib3/response.py", line 401, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "/usr/lib/python3.6/contextlib.py", line 99, in __exit__
self.gen.throw(type, value, traceback)
  File "/usr/lib/python3/dist-packages/urllib3/response.py", line 307, in 
_error_catcher
raise ReadTimeoutError(self._pool, None, 'Read timed out.')
urllib3.exceptions.ReadTimeoutError: UnixHTTPConnectionPool(host='localhost', 
port=None): Read timed out.

** Affects: glances (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/1745615

Title:
  glances crashes on 17.10 with time out

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

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

[Bug 1745221] [NEW] Default grub config gives warnings

2018-01-24 Thread anatoly techtonik
Public bug reported:

Grub updates always produce this warning:

Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.

And that comes from default grub config file:

$ diff -u3 /etc/default/grub /usr/share/grub/default/grub
$ cat /usr/share/grub/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
...

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: grub2-common 2.02~beta3-4ubuntu7.1
ProcVersionSignature: Ubuntu 4.13.0-30.33-generic 4.13.13
Uname: Linux 4.13.0-30-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: i3
Date: Wed Jan 24 23:12:18 2018
SourcePackage: grub2
UpgradeStatus: Upgraded to artful on 2017-10-20 (96 days ago)

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


** Tags: amd64 apport-bug artful package-from-proposed

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

Title:
  Default grub config gives warnings

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

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

[Bug 838760] Re: Support Word/Excel keys on Chicony KB-0350 keyboard

2018-01-07 Thread anatoly techtonik
Ok. It is like 6 years later and 18.04 at the door. I don't use those
two keys on Ubuntu, but the scroller wheel works as expected.

The confusing part is that `/etc/default/keyboard` lists my keyboard as
`XKBMODEL="pc105"` but I've got (17 keypad + 13 navigation + 13 F/ESC
keys) = 43 plus 62 = 105 main keys. And also there are 12 helper keys
like refresh, back, etc. + 6 media keys + 2 excel/word leys + scroller,
also clickable. So there are 125 keys without scroller and 126 with.

I found that `pc105` string comes from
`/usr/share/X11/xkb/rules/xorg.lst` so I want my keyboard to present
there too so that I can select it. I also found
`/usr/share/X11/xkb/geometry` which describes 86-key keyboard
https://www.apt-browse.org/browse/debian/wheezy/main/all/xkb-
data/2.5.1-3/file/usr/share/X11/xkb/geometry/chicony and I want to add
my keyboard with all my keys there too.

But I first, I need to find some software that allows to check all my
key mappings visually.

So far I found this description of PS/2 device discovery, which could be a good 
starting point:
https://www.mattfischer.com/blog/archives/182

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

Title:
  Support Word/Excel keys on Chicony KB-0350 keyboard

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

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

[Bug 1726809] Re: Vulkan does not work on nvidia-384 due to incorrect nvidia_icd.json

2018-01-01 Thread anatoly techtonik
This needs to be ported to nvidia-387, which still has this bug. The
problem is to locate where to report the isssue.

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

Title:
  Vulkan does not work on nvidia-384 due to incorrect nvidia_icd.json

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

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

[Bug 1735916] [NEW] Outdated upstream info

2017-12-02 Thread anatoly techtonik
Public bug reported:

https://launchpad.net/spyderlib - this page is confusing and get all the
links to old site that is not longer in use. It is possible to update it
with latest info?

** Affects: spyder (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/1735916

Title:
  Outdated upstream info

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

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

[Bug 1733844] [NEW] update artful version to 3.2.4

2017-11-22 Thread anatoly techtonik
Public bug reported:

It contains a lot of improvement for "find in files" among other things.
It will be really helpful to use that. Moreover, Spyder complains that
this new version is available.

https://answers.launchpad.net/ubuntu/+source/spyder/+question/660823

** Affects: spyder (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/1733844

Title:
  update artful version to 3.2.4

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

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

[Bug 1713749] [NEW] Gtk-WARNING **: Theme parsing error: gtk.css

2017-08-29 Thread anatoly techtonik
Public bug reported:

I don't know where to report this bug. Pretty much every GUI application
throws these warnings.


$ ubuntu-bug apport-gtk

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:597:14:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:597:14:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:600:17:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:784:14:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:784:14:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:787:17:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:1096:14:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:1096:14:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:1099:17:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:2286:8:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:2286:18:
Using Pango syntax for the font: style property is deprecated; please
use CSS syntax

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:2291:8:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:2291:18:
Using Pango syntax for the font: style property is deprecated; please
use CSS syntax

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4357:14:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4357:14:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4419:12:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4419:12:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4428:16:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4428:16:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4443:22:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4443:22:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4499:12:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4501:16:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4501:16:
Expected a string.

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4549:12:
not a number

(apport-gtk:3007): Gtk-WARNING **: Theme parsing error: gtk.css:4549:12:
Expected a string.


This happened after one of Ubuntu Studio upgrades. Studio uses Xfce. Is
there a way to fix this? Maybe there is a better package to report?

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: apport-gtk 2.20.4-0ubuntu4.5
ProcVersionSignature: Ubuntu 4.10.0-33.37-generic 4.10.17
Uname: Linux 4.10.0-33-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportLog:
 
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CrashReports: 640:1000:118:2325445:2017-08-28 12:29:40.645797729 
+0300:2017-08-28 12:29:41.645797729 +0300:/var/crash/_usr_bin_thunar.1000.crash
CurrentDesktop: XFCE
Date: Tue Aug 29 17:59:02 2017
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to zesty on 2017-04-15 (135 days ago)

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


** Tags: amd64 apport-bug third-party-packages zesty

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

Title:
  Gtk-WARNING **: Theme parsing error: gtk.css

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

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


[Bug 1373565] Re: pip install --user fails

2017-08-29 Thread anatoly techtonik
Have you tried with a newer `pip`? pip install --user?

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

Title:
  pip install --user fails

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

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


[Bug 1713687] [NEW] --target is broken

2017-08-29 Thread anatoly techtonik
Public bug reported:

I need to install a couple of packages for a custom sys.path and it
fails. Ubuntu patch modifies default `pip` behaviour to install packages
into user path, but it does this with a hack. That hack unconditionally
adds --user options, and it should add it only if user doesn't specify
alternatives, such as --target.


$ pip install --target xxx ansible
...
Installing collected packages: PyYAML, MarkupSafe, jinja2, pyasn1, six, 
pycparser, cffi, bcrypt, idna, enum34, ipaddress, asn1crypto, cryptography, 
pynacl, paramiko, pycrypto, setuptools, ansible
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 360, in 
run
prefix=options.prefix_path,
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 784, in 
install
**kwargs
  File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 851, in 
install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 1064, in 
move_wheel_files
isolated=self.isolated,
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 247, in 
move_wheel_files
prefix=prefix,
  File "/usr/lib/python2.7/dist-packages/pip/locations.py", line 153, in 
distutils_scheme
i.finalize_options()
  File 
"/usr/share/python-wheels/setuptools-32.3.1-py2.py3-none-any.whl/setuptools/command/install.py",
 line 38, in finalize_options
orig.install.finalize_options(self)
  File "/usr/lib/python2.7/distutils/command/install.py", line 289, in 
finalize_options
raise DistutilsOptionError("can't combine user with prefix, "
DistutilsOptionError: can't combine user with prefix, exec_prefix/home, or 
install_(plat)base

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: python-pip 9.0.1-2
ProcVersionSignature: Ubuntu 4.10.0-33.37-generic 4.10.17
Uname: Linux 4.10.0-33-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CurrentDesktop: XFCE
Date: Tue Aug 29 13:05:23 2017
PackageArchitecture: all
SourcePackage: python-pip
UpgradeStatus: Upgraded to zesty on 2017-04-15 (135 days ago)

** Affects: python-pip (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

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

Title:
  --target is broken

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

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


[Bug 1708367] [NEW] [needs-packaging] dnf

2017-08-03 Thread anatoly techtonik
Public bug reported:

Package management using RPM, libsolv and hawkey libraries. Metadata
handling and package downloads  through librepo. To process and
effectively handle the comps data it uses libcomps.

URL: https://github.com/rpm-software-management/dnf
License: GPLv2
Notes: Previous incantation of this tool called `yum` is already packaged for 
Debian - https://packages.debian.org/sid/yum The goal is to use familiar 
commands to work with Ubuntu packages.

https://unix.stackexchange.com/questions/304262/can-i-install-dnf-on-debian
https://bugzilla.redhat.com/show_bug.cgi?id=1477329

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

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

Title:
  [needs-packaging] dnf

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

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


[Bug 1690541] Re: Scrolled windows in update-manager are too small to read

2017-05-14 Thread anatoly techtonik
I wonder if Canonical invests into regression tests for user interfaces.

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

Title:
  Scrolled windows in update-manager are too small to read

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

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


[Bug 1683293] Re: fails to show processes tab after upgrade to 17.04

2017-04-17 Thread anatoly techtonik
It can not switch to File Systems tab either.

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

Title:
  fails to show processes tab after upgrade to 17.04

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

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


[Bug 1683293] [NEW] fails to show processes tab after upgrade to 17.04

2017-04-17 Thread anatoly techtonik
Public bug reported:

When monitor starts, it shows Resources tab by default. Clicking on
Processes tab does nothing, only this error message is produced.

(gnome-system-monitor:11370): dconf-WARNING **: failed to commit
changes to dconf: Could not connect: Connection refused

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: gnome-system-monitor 3.24.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Apr 17 12:49:18 2017
SourcePackage: gnome-system-monitor
UpgradeStatus: Upgraded to zesty on 2017-04-15 (1 days ago)

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

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

Title:
  fails to show processes tab after upgrade to 17.04

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

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


[Bug 1683232] Re: volume up key doesn't work for 17.04

2017-04-17 Thread anatoly techtonik
*** This bug is a duplicate of bug 1683244 ***
https://bugs.launchpad.net/bugs/1683244

Spent an hour to gather more info -
https://bugs.launchpad.net/ubuntu/+source/xfce4-volumed/+bug/1683244

** This bug has been marked a duplicate of bug 1683244
   volume up multimedia key doesn't work

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

Title:
  volume up key doesn't work for 17.04

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

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


[Bug 1683244] [NEW] volume up multimedia key doesn't work

2017-04-17 Thread anatoly techtonik
Public bug reported:

My volume up button doesn't change the volume at all. Volume down works okay, 
though. I have to use `alsa-mixer` to set the params. Here is more detailed 
info: 
https://askubuntu.com/questions/905676/linux-volume-control-message-standard

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xfce4-volumed 0.2.0-0ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Apr 17 08:35:21 2017
SourcePackage: xfce4-volumed
UpgradeStatus: Upgraded to zesty on 2017-04-15 (1 days ago)

** Affects: xfce4-volumed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

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

Title:
  volume up multimedia key doesn't work

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

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


[Bug 1683232] [NEW] volume up key doesn't work for 17.04

2017-04-16 Thread anatoly techtonik
Public bug reported:

I don't know how to troubleshoot it further. But neither key up nor
mouse control from the top panel works.

** Affects: xfce4-volumed (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/1683232

Title:
  volume up key doesn't work for 17.04

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

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


Re: [Bug 1623856] Re: Scrolled Windows in update-manager are too small to read

2017-04-09 Thread anatoly techtonik
Even as simple interface as update manager is so hard to get right and
debug. It is devastating.

Can I install just aptdaemon from proposed without turning a flood
checkbox for bugs from other packages?

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

Title:
  Scrolled Windows in update-manager are too small to read

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

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


[Bug 1623856] Re: Scrolled Windows in update-manager are too small to read

2017-04-04 Thread anatoly techtonik
Can't see the fix on 16.10 either.

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

Title:
  Scrolled Windows in update-manager are too small to read

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

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


Re: [Bug 1623856] Re: Scrolled Windows in update-manager are too small to read

2017-03-20 Thread anatoly techtonik
I am sure I've seen a very similar update interface in Fedora.
https://commons.wikimedia.org/wiki/File:Fedora_Update_manager.JPG
Most likely it is gnome-packagekit.
https://help.gnome.org/users/gnome-packagekit/stable/update-viewer.html.en
So maybe it can be used instead or merged into Ubuntu's.

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

Title:
  Scrolled Windows in update-manager are too small to read

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

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


[Bug 1672159] [NEW] Get latest 3.1.3 on Yakkety

2017-03-12 Thread anatoly techtonik
Public bug reported:

3.1.3 is forward better than current 3.0.2 and it is more stable. 3.0.2
currently lists 69 issues reported by users with 52 of them closed. It
is even hard to say how many of the crashers are potential security
issues.

https://github.com/spyder-
ide/spyder/issues?utf8=%E2%9C%93=%22Spyder%20Version%3A%203.0.2%22

Full changelog: https://github.com/spyder-
ide/spyder/blob/master/CHANGELOG.md

Related:
https://answers.launchpad.net/ubuntu/+source/spyder/+question/556881
https://groups.google.com/forum/#!topic/spyderlib/fi60vWYYI1I

** Affects: spyder (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/1672159

Title:
  Get latest 3.1.3 on Yakkety

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

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


[Bug 1655878] Re: uvcvideo fails to init camera and then dmesg is full with traces

2017-01-25 Thread anatoly techtonik
I failed to run on new kernel - I tried to run linux-
image-4.10.0-041000rc4-generic_4.10.0-041000rc4.201701152031_amd64.deb
and it just hangs.

I also tried to remove nvidia module and failed. 
http://askubuntu.com/questions/875310/where-nvidia-kernel-module-is-hiding

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

Title:
  uvcvideo fails to init camera and then dmesg is full with traces

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

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


[Bug 1655878] Re: uvcvideo fails to init camera and then dmesg is full with traces

2017-01-16 Thread anatoly techtonik
I don't remember that I tried to use this camera before.

Trying to follow the instructions at
https://wiki.ubuntu.com/KernelMainlineBuilds - it says to uninstall out-
of-tree modules, but doesn't refer to how to identify them and actually
uninstall.

There is exactly the same issue at
https://unix.stackexchange.com/questions/196616/identify-out-of-tree-
modules but provided solution looks more like hack. Maybe it is outdated
and there is a better official way to get them?

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

Title:
  uvcvideo fails to init camera and then dmesg is full with traces

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

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


[Bug 1655878] [NEW] uvcvideo fails to init camera and then dmesg is full with traces

2017-01-12 Thread anatoly techtonik
Public bug reported:

The dmesg log should be attached. Camera doesn't work. It worked once
when I first plugged it and run guvcview (cheese couldn't find it).
Offending lines:

[  184.760036] usb 2-4: new high-speed USB device number 2 using ehci-pci
[  184.936757] usb 2-4: New USB device found, idVendor=0ac8, idProduct=3420
[  184.936762] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  184.936765] usb 2-4: Product: Vimicro USB2.0 Camera
[  184.936768] usb 2-4: Manufacturer: Vimicro Corp.
[  185.096698] media: Linux media interface: v0.10
[  185.137703] Linux video capture interface: v2.00
[  236.272492] usbcore: registered new interface driver snd-usb-audio
[  236.273934] uvcvideo: Found UVC 1.00 device Vimicro USB2.0 Camera (0ac8:3420)
[  236.291047] uvcvideo 2-4:1.0: Entity type for entity Processing 2 was not 
initialized!
[  236.291054] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not 
initialized!
[  236.291057] uvcvideo 2-4:1.0: Entity type for entity Extension 4 was not 
initialized!
[  236.291781] input: Vimicro USB2.0 Camera as 
/devices/pci:00/:00:1d.7/usb2/2-4/2-4:1.0/input/input14
[  236.303796] usbcore: registered new interface driver uvcvideo
[  236.303799] USB Video Class driver (1.1.1)
[  256.624304] usb 2-4: USB disconnect, device number 2
[  256.648053] [ cut here ]
[  256.648063] WARNING: CPU: 1 PID: 6752 at 
/build/linux-RZGRu0/linux-4.8.0/fs/sysfs/group.c:237 
sysfs_remove_group+0x8b/0x90
[  256.648065] sysfs group 9c8d04a0 not found for kobject 'event14'

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: linux-image-4.8.0-34-generic 4.8.0-34.36
ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
Uname: Linux 4.8.0-34-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  techtonik   6121 F pulseaudio
 /dev/snd/controlC0:  techtonik   6121 F pulseaudio
Date: Thu Jan 12 11:40:54 2017
HibernationDevice: RESUME=UUID=89bb43be-f25f-4caa-9f0c-7bb67d5f5583
MachineType: System manufacturer P5KR
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-34-generic 
root=UUID=8814b3f6-00a6-45a7-a112-afd933fdc5b5 ro quiet splash vt.handoff=7
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.8.0-34-generic N/A
 linux-backports-modules-4.8.0-34-generic  N/A
 linux-firmware1.161.1
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to yakkety on 2016-10-20 (84 days ago)
dmi.bios.date: 06/26/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0703
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5KR
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0703:bd06/26/2008:svnSystemmanufacturer:pnP5KR:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KR:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5KR
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug yakkety

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

Title:
  uvcvideo fails to init camera and then dmesg is full with traces

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

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


[Bug 1655874] [NEW] Better error message for missing names

2017-01-12 Thread anatoly techtonik
Public bug reported:

I've tried to report bug against uvcvideo in dmesg. `ubuntu-bug` refused
with the message "The report belongs to a package that is not
installed".

http://imgur.com/a/GXtov

The message is wrong - it is not that there is a package that is not
installed, there is no such package at all
http://packages.ubuntu.com/search?keywords=uvcvideo=names=all

Apport could do this check and provide a link package search in that
popup message.

And if this bug is fixed, it will be possible to fill another request -
when the package is not found, make an additional lookup for name in
drivers shipped by default with kernel.

I can try to make a patch if somebody can enlighten me on a TRUE way to
make a package name lookup from apport. Ideally offline, but online is
fine too if there is no way.

** Affects: apport (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/1655874

Title:
  Better error message for missing names

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

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


[Bug 1650335] [NEW] easy screens maintenance strategy

2016-12-15 Thread anatoly techtonik
Public bug reported:

>From https://bugs.launchpad.net/ubuntu/+source/ubuntu-
docs/+bug/1573025/comments/5

> Screenshots add to the maintenance burden, and the desktop guide only
contains a few screenshots. We simply don't have the resources to
include screenshots everywhere.

This is very unfortunate, because people read visual information several
magnitudes times faster. I sense three problem with the maintenance of
screens:

1. new versions of software are released
2. referenced software getting replaced with alternatives
3. no place to upload screens

Replacing old screens is not needed - just a link needs to be updated.


The solution to this problem is to augment docs with some 
https://screens.ubuntu.com/ CDN where people with Ubuntu logins can upload and 
review screens for software distributed with Ubuntu. Making this CDN available 
will also allow people to implement search for bug targets using screens shots.

** Affects: ubuntu-docs (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/1650335

Title:
  easy screens maintenance strategy

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

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


[Bug 1646382] [NEW] details window are not visible

2016-12-01 Thread anatoly techtonik
Public bug reported:

When update process starts, details are not visible without ability to
expand:

http://imgur.com/4ByJwHcl.png

Which is very annoying if the update process takes a lot of time.

** Affects: update-manager (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/1646382

Title:
  details window are not visible

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

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


[Bug 1635809] [NEW] Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

2016-10-22 Thread anatoly techtonik
Public bug reported:

Greeter log contains these lines:

(lightdm-gtk-greeter:3607): Gtk-WARNING **: Drawing a gadget with
negative dimensions. Did you forget to allocate a size? (node menubar
owner GreeterMenuBar)

I am writing, because I don't see any language switched on greeter
screen. Maybe that's the reason.

** Affects: lightdm-gtk-greeter (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/1635809

Title:
  Drawing a gadget with negative dimensions. Did you forget to allocate
  a size? (node menubar owner GreeterMenuBar)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/1635809/+subscriptions

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


[Bug 1635788] [NEW] LightDM deadlocks station after resume

2016-10-22 Thread anatoly techtonik
Public bug reported:

After getting back from sleep or suspend, LightDM provides login screen
with no controls to switch layout, change user or suspend/shutdown
machine. And it doesn't accept right password. I guess because system
was on different language layout at suspend time. But there is no layout
indication either.

I had to hard reboot the PC. Can anybody at least explain what's going
on?

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: lightdm 1.19.5-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Oct 22 09:55:16 2016
SourcePackage: lightdm
UpgradeStatus: Upgraded to yakkety on 2016-10-20 (2 days ago)

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


** Tags: amd64 apport-bug yakkety

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

Title:
  LightDM deadlocks station after resume

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

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


[Bug 1051288] Re: LightDM assumes there's only ONE system default layout

2016-10-22 Thread anatoly techtonik
Ubuntu 16.10 it is even worse, Even for a single user I can not unlock
or suspend/shutdown resumed PC if I was on different layout than my
password.

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

Title:
  LightDM assumes there's only ONE system default layout

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

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


[Bug 1380194] Re: Terminal emulator opens menu by F10 key and/or opens help by F1 key.

2016-09-11 Thread anatoly techtonik
That's unfortunate that this terminal uses F1 key binding for function
that its less advanced users will invoke from appropriate menu anyway.

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

Title:
  Terminal emulator opens menu by  F10 key and/or opens help by F1 key.

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

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


[Bug 1502173] Re: Python warnings: modules imported without specifying a version first

2016-09-06 Thread anatoly techtonik
Thanks Numan for the patch. Inline text helped me gain inspiration to
get into launchpad patch submission process -
https://askubuntu.com/questions/372654/how-do-i-submit-a-patch-to-a
-launchpad-project

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

Title:
  Python warnings: modules imported without specifying a version first

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

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


[Bug 1620223] [NEW] blocks F1 key from mc and other apps

2016-09-05 Thread anatoly techtonik
Public bug reported:

xfce4-terminal intercepts F1 key making help and other functions in
terminal programs unusable. There is no need to provide F1 shortcut for
help that is easily accessible from main GUI menu *and* requires GUI to
read.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xfce4-terminal 0.6.3-2ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Sep  5 11:16:45 2016
SourcePackage: xfce4-terminal
UpgradeStatus: Upgraded to xenial on 2016-04-07 (150 days ago)

** Affects: xfce4-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  blocks F1 key from mc and other apps

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

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


[Bug 1523225] Re: ubuntu-bug gives warning message

2016-09-01 Thread anatoly techtonik
$ ubuntu-bug -h

** (apport-gtk:4897): WARNING **: Couldn't connect to accessibility bus: Failed 
to connect to socket /tmp/dbus-4bCMsEJDXR: Connection refused
/usr/share/apport/apport-gtk:16: PyGIWarning: Wnck was imported without 
specifying a version first. Use gi.require_version('Wnck', '3.0') before import 
to ensure that the right version gets loaded.
  from gi.repository import GLib, Wnck, GdkX11, Gdk
Usage: ubuntu-bug [options] [symptom|pid|package|program path|.apport/.crash 
file]

Options:
  -h, --helpshow this help message and exit
  -w, --window  Click a window as a target for filing a problem
report.
  --hanging The provided pid is a hanging application.
  --save=PATH   In bug filing mode, save the collected information
into a file instead of reporting it. This file can
then be reported later on from a different machine.
  --tag=TAG Add an extra tag to the report. Can be specified
multiple times.
  -v, --version Print the Apport version number.

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

Title:
  ubuntu-bug gives warning message

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

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


[Bug 1523225] Re: ubuntu-bug gives warning message

2016-09-01 Thread anatoly techtonik
Still present on Ubuntu Studio 16.04. Maybe Xfce is the reason?

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

Title:
  ubuntu-bug gives warning message

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

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


[Bug 1079758] Re: apport error - connection refused

2016-09-01 Thread anatoly techtonik
*** This bug is a duplicate of bug 1523225 ***
https://bugs.launchpad.net/bugs/1523225

** This bug has been marked a duplicate of bug 1523225
   ubuntu-bug gives warning message

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

Title:
  apport error - connection refused

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

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


[Bug 1606793] [NEW] no help for options

2016-07-27 Thread anatoly techtonik
Public bug reported:

apt should support -h and --help options. Right now it doesn't parse -h
or --help resulting in not very useful general command list.

$ sudo apt list -h
apt 1.2.12 (amd64)
Usage: apt [options] command

...

Most used commands:
  list - list packages based on package names
  search - search in package descriptions
  show - show package details
  install - install packages
  remove - remove packages
  autoremove - Remove automatically all unused packages
  update - update list of available packages
  upgrade - upgrade the system by installing/upgrading packages
  full-upgrade - upgrade the system by removing/installing/upgrading packages
  edit-sources - edit the source information file

See apt(8) for more information about the available commands.
Configuration options and syntax is detailed in apt.conf(5).
Information about how to configure sources can be found in sources.list(5).
Package and version choices can be expressed via apt_preferences(5).
Security details are available in apt-secure(8).
This APT has Super Cow Powers.

** Affects: apt (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/1606793

Title:
  no help for options

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

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


Re: [Bug 1573025] Re: disk check help is outdated

2016-06-17 Thread anatoly techtonik
On Mon, May 9, 2016 at 9:34 PM, Gunnar Hjalmarsson
<1573...@bugs.launchpad.net> wrote:
> On 2016-05-09 18:54, anatoly techtonik wrote:
>> Link in email is broken.
>
> Yep. You may want to file a bug to the Launchpad project about that.
>
>> So what the problem with the screens?
>
> Screenshots add to the maintenance burden, and the desktop guide only
> contains a few screenshots. We simply don't have the resources to
> include screenshots everywhere. That's the reason.

If you call people resources, the you could make it possible by
lowering entry barrier to submit changes (including screens). I
could add it long ago together with pull request.

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

Title:
  disk check help is outdated

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

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


[Bug 1583883] Re: lightdm blocks login screen on non-english layout

2016-05-20 Thread anatoly techtonik
PrintScreen key doesn't seem to work on this screen. It can be called be
clicking on my name and selecting "Lock Screen" in top bar. Language
indicator is to the right of input field.

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

Title:
  lightdm blocks login screen on non-english layout

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

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


[Bug 1583883] [NEW] lightdm blocks login screen on non-english layout

2016-05-19 Thread anatoly techtonik
Public bug reported:

Sometimes lightdm pops up after the sleep mode and proposes its own
login screen without ability to change keyboard layout. How to fix it?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lightdm 1.18.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu May 19 10:41:43 2016
SourcePackage: lightdm
UpgradeStatus: Upgraded to xenial on 2016-04-07 (41 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  lightdm blocks login screen on non-english layout

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

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


[Bug 1580978] [NEW] unable to write to 9p share

2016-05-12 Thread anatoly techtonik
Public bug reported:

I am running under user vagrant/vagrant which has 775 access on the
guest directory, but writing to this directory fails with "permission
denied". Directory is mounted as

Driver: Path
Mode: Passthrough
Write Policy: Immediate

How to troubleshoot this?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libvirt-bin 1.3.1-1ubuntu10
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu May 12 13:54:35 2016
SourcePackage: libvirt
UpgradeStatus: Upgraded to xenial on 2016-04-07 (35 days ago)
modified.conffile..etc.libvirt.qemu.conf: [inaccessible: [Errno 13] Permission 
denied: '/etc/libvirt/qemu.conf']
modified.conffile..etc.libvirt.qemu.networks.default.xml: [inaccessible: [Errno 
13] Permission denied: '/etc/libvirt/qemu/networks/default.xml']

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


** Tags: amd64 apport-bug xenial

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

Title:
  unable to write to 9p share

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

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


[Bug 1559420] Re: plugin install fails in ubuntu/debian packaged version of vagrant (xenial)

2016-05-11 Thread anatoly techtonik
Dammit, who is able to raise priority of the bug to critical? So many
hours wasted.

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

Title:
  plugin install fails in ubuntu/debian packaged version of vagrant
  (xenial)

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

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


Re: [Bug 1573025] Re: disk check help is outdated

2016-05-09 Thread anatoly techtonik
Link in email is broken.


So what the problem with the screens? I can't validate your text, because
I am not sure that it describes the same program version that I have on my
non-Gnome desktop.

On Sat, May 7, 2016 at 8:38 PM, Gunnar Hjalmarsson
<1573...@bugs.launchpad.net> wrote:
> Thanks for your report, anatoly. I updated the text.
>
> http://bazaar.launchpad.net/~ubuntu-core-doc/ubuntu-
> docs/trunk/revision/525
>
> ** Changed in: ubuntu-docs (Ubuntu)
>Importance: Undecided => Medium
>
> ** Changed in: ubuntu-docs (Ubuntu)
>Status: New => Fix Committed
>
> ** Changed in: ubuntu-docs (Ubuntu)
>  Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1573025
>
> Title:
>   disk check help is outdated
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1573025/+subscriptions


-- 
--
anatoly t.

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

Title:
  disk check help is outdated

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

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


Re: [Bug 1577401] Re: crashes on build

2016-05-03 Thread anatoly techtonik
On Mon, May 2, 2016 at 8:03 PM, James Cowgill  wrote:
> Hi!
>
> Thanks for reporting this bug. I've managed to reproduce it and I'll
> have a look at how it can be fixed. It seems to only occur if you try to
> use "Run" in an empty workspace so hopefully it isn't bothering you too
> much.

Well, I switched to gnome-builder already. Maybe next time.. Another bug was
that it detected crash (which is good) and proposed to rerun under gdb, but just
hanged instead.

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

Title:
  crashes on build

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

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


[Bug 1577401] [NEW] crashes on build

2016-05-02 Thread anatoly techtonik
Public bug reported:

Installed just to try. Created workspace, tried to build, and it
crashed.

Looks like I also needed to create the project or something. I just
added needed folder.

Thread 1 "codelite" received signal SIGSEGV, Segmentation fault.
0x759100e0 in wxXmlDocument::GetRoot() const ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu_xml-3.0.so.0
(gdb) bt
#0  0x759100e0 in wxXmlDocument::GetRoot() const ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu_xml-3.0.so.0
#1  0x7428fcd3 in Project::GetName() const ()
   from /usr/lib/codelite/libplugin.so.0
#2  0x55b67a79 in clMainFrame::OnExecuteNoDebug(wxCommandEvent&) ()
#3  0x7528d1fe in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, 
wxEventFunctor&, wxEvent&) const ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#4  0x754136c7 in 
wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, 
wxEvtHandler*, wxEvent&) ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#5  0x754137bb in wxEventHashTable::HandleEvent(wxEvent&, 
wxEvtHandler*) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#6  0x75413b6b in wxEvtHandler::TryHereOnly(wxEvent&) ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#7  0x75413bf3 in wxEvtHandler::ProcessEventLocally(wxEvent&) ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#8  0x75413c55 in wxEvtHandler::ProcessEvent(wxEvent&) ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#9  0x75f96d08 in wxWindowBase::TryAfter(wxEvent&) ()
   from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#10 0x754139c7 in wxEvtHandler::SafelyProcessEvent(wxEvent&) ()
   from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#11 0x75f3bb1f in wxMenuBase::SendEvent(int, int) () from 
/usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#12 0x75e1f0eb in ?? () from 
/usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#13 0x70d88fa5 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#14 0x70d9afc1 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#15 0x70da3d5c in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#16 0x70da408f in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#17 0x779d567e in gtk_widget_activate () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#18 0x778d08ed in gtk_menu_shell_activate_item () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#19 0x778d0c56 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#20 0x778beafc in ?? () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#21 0x70d88fa5 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#22 0x70d9b56e in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#23 0x70da37f9 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#24 0x70da408f in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#25 0x779d68cc in ?? () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#26 0x778bd294 in gtk_propagate_event () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#27 0x778bd64b in gtk_main_do_event () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#28 0x728bcc4c in ?? () from 
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#29 0x70ab2127 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x70ab2380 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x70ab26a2 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x778bc6a7 in gtk_main () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#33 0x75d81ed5 in wxGUIEventLoop::DoRun() () from 
/usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#34 0x752cf343 in wxEventLoopBase::Run() () from 
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#35 0x75294666 in wxAppConsoleBase::MainLoop() () from 
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#36 0x75320f50 in wxEntry(int&, wchar_t**) () from 
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#37 0x5582e47e in main ()

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: codelite 9.1+dfsg-2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon May  2 16:17:43 2016
SourcePackage: codelite
UpgradeStatus: Upgraded to xenial on 2016-04-07 (25 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  crashes 

Re: [Bug 1573001] Re: No link to page sources

2016-04-25 Thread anatoly techtonik
On Sat, Apr 23, 2016 at 3:37 AM, Doug Smythies
<1573...@bugs.launchpad.net> wrote:
>> Do you have UX team at Canonical?
>
> Beats me. I do not know what "UX" team is, and I am just a volunteer
> contributor anyhow.

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

Previously known as "ergonomics" in times when human-machine
interfaces were hardware. I advise you to ask this question about UX
on your Ubuntu mailing list and point to this bug, so that somebody
from UX team can tell you more.

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

Title:
  No link to page sources

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

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


Re: [Bug 1573001] Re: No link to page sources

2016-04-22 Thread anatoly techtonik
On Thu, Apr 21, 2016 at 3:39 PM, Peter Matulis
 wrote:
> Can you be more specific by pointing to a readthedocs page?

Sure. http://www.ethdocs.org/en/latest/ - try to spot it yourself,
and measure the time it takes for user to understand he has
the power. Compare it to user experience for Ubuntu help.

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

Title:
  No link to page sources

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

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


Re: [Bug 1573001] Re: No link to page sources

2016-04-22 Thread anatoly techtonik
On Fri, Apr 22, 2016 at 12:43 AM, Doug Smythies
<1573...@bugs.launchpad.net> wrote:
> ?? There is a link on the bottom of every page on help.ubuntu.com on
> where to file a bug, which will be in the master bizzarre branch. Just
> go to the code tab from there. And note that the link destination
> changes as a function of being in desktop-help or serverguide or
> whatever.
>
>
> ** Changed in: ubuntu-docs (Ubuntu)
>Status: New => Invalid

Do you have UX team at Canonical?

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

Title:
  No link to page sources

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

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


Re: [Bug 1573025] Re: disk check help is outdated

2016-04-22 Thread anatoly techtonik
On Fri, Apr 22, 2016 at 1:01 AM, Doug Smythies
<1573...@bugs.launchpad.net> wrote:
> We will not do screenshots for this page.

Because Launchpad doesn't show them? =)

> I am running Ubuntu 16.04 and not Ubuntu-Studio. The web page seems
> accurate to me. I did everything it said to do and it worked fine. The
> only discrepancy I noticed was for Step 3 "SMART Status" seems to
> actually be called "Assessment".

Without screens it won't go anythere.

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

Title:
  disk check help is outdated

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

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


[Bug 1573025] [NEW] disk check help is outdated

2016-04-21 Thread anatoly techtonik
Public bug reported:

https://help.ubuntu.com/16.04/ubuntu-help/disk-check.html

This need screenshots.

I using Ubuntu Studio, and although there is "Disks" application, which
is labelled "Gnome disks" in process switcher, there is no "Storage
Devices" list, no "Drive" or "Smart Status".

** Affects: ubuntu-docs (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/1573025

Title:
  disk check help is outdated

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

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


[Bug 1573001] [NEW] No link to page sources

2016-04-21 Thread anatoly techtonik
Public bug reported:

readthedocs implemented a good practice of linking to exact page on
GitHub. This make it really easy for users used to GH user experience to
change changes for those docs. Would be nice to see at least source
links for Ubuntu help pages.

https://help.ubuntu.com/16.04/ubuntu-help/disk-check.html

** Affects: ubuntu-docs (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/1573001

Title:
  No link to page sources

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

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


[Bug 1008876] Re: plugin package broken

2016-02-08 Thread anatoly techtonik
I guess the best way is to open a new bug, summarize these points and
start from scratch in 2016.

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

Title:
  plugin package broken

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

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


[Bug 1532488] Re: apitrace is very outdated

2016-02-05 Thread anatoly techtonik
When it will be installable in Ubuntu?

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

Title:
  apitrace is very outdated

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

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


[Bug 1532488] [NEW] apitrace is very outdated

2016-01-09 Thread anatoly techtonik
Public bug reported:

Ubuntu version of apitrace is outdated. It is unable to replay traces
takes on other systems.

error: unsupported trace format version 5
error: failed to open saved.trace

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: apitrace-gl-frontend 3.0+git20121018.d1c301f7-0ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
Uname: Linux 4.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Jan 10 00:58:47 2016
SourcePackage: apitrace
UpgradeStatus: Upgraded to wily on 2015-10-24 (77 days ago)

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


** Tags: amd64 apport-bug wily

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

Title:
  apitrace is very outdated

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

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


[Bug 1531894] [NEW] glxinfo Error: couldn't find RGB GLX visual or fbconfig

2016-01-07 Thread anatoly techtonik
Public bug reported:

Failing to get glxinfo output.

$ glxinfo
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

How to troubleshoot the issue? Is it possible to extend glxinfo with
additional code that helps to go deeper without resorting to Google?

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: mesa-utils 8.2.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: XFCE
Date: Thu Jan  7 18:25:31 2016
DistUpgraded: 2015-10-24 19:09:47,218 DEBUG enabling apt cron job
DistroCodename: wily
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation GF119 [GeForce GT 520] [10de:1040] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:83a0]
MachineType: System manufacturer P5KR
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-26-generic 
root=UUID=8814b3f6-00a6-45a7-a112-afd933fdc5b5 ro quiet splash
SourcePackage: mesa-demos
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UnitySupportTest:
 Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 5: Xlib:  extension "GLX" missing on display ":0.0".
 Xlib:  extension "GLX" missing on display ":0.0".
 Error: GLX is not available on the system
UpgradeStatus: Upgraded to wily on 2015-10-24 (74 days ago)
dmi.bios.date: 06/26/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0703
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5KR
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0703:bd06/26/2008:svnSystemmanufacturer:pnP5KR:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KR:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5KR
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Thu Jan  7 17:53:00 2016
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputMicrosoft Comfort Mouse 6000 KEYBOARD, id 8
 inputAT Translated Set 2 keyboard KEYBOARD, id 9
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9.1

** Affects: mesa-demos (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubuntu wily

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

Title:
  glxinfo Error: couldn't find RGB GLX visual or fbconfig

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

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


[Bug 1032690] Re: couldn't find RGB GLX visual or fbconfig

2016-01-07 Thread anatoly techtonik
"cant start GNOME" looks like a particular problem with particular
system. Is it still actual to keep this open?

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

Title:
  couldn't find RGB GLX visual or fbconfig

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

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


[Bug 1465699] Re: which version of Go standard is that?

2015-11-05 Thread anatoly techtonik
I expect Ubuntu developers to maintain connection with upstream through
Ubuntu packaging tools, so that this upstream can decide if is it their
issue or not.

** Changed in: gccgo-go (Ubuntu)
   Status: Incomplete => New

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

Title:
  which version of Go standard is that?

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

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


[Bug 1465699] Re: which version of Go standard is that?

2015-11-01 Thread anatoly techtonik
Can you explain why it is not gccgo-go actionable bug?

** Changed in: gccgo-go (Ubuntu)
   Status: Incomplete => New

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

Title:
  which version of Go standard is that?

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

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


[Bug 1498345] Re: python-enum conflict with python-enum34 causing havoc

2015-10-25 Thread anatoly techtonik
This is not fixed for current non-ISO version.

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

Title:
  python-enum conflict with python-enum34 causing havoc

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

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


[Bug 869491] Re: "No Screenshot" no longer says how to add one.

2015-10-17 Thread anatoly techtonik
Oh, well. That's no better.

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

Title:
  "No Screenshot" no longer says how to add one.

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

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


[Bug 1487534] [NEW] Unable to set Alt+Shift for switching keyboard layout

2015-08-21 Thread anatoly techtonik
Public bug reported:

I used to Alt+Shift combination for switching keyboard layouts. but I
can't find where to do this. Right clicking on language indicator and
choosing Preferences open IBus configuration window. But when I set
Alt+Shift, it just hangs.

** Affects: ubuntustudio
 Importance: Undecided
 Status: New

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

** Also affects: ibus (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/1487534

Title:
  Unable to set Alt+Shift for switching keyboard layout

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

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


[Bug 887821] Re: Show copy dialog right click launcher entry doesn't work (on nautilus copy)

2015-08-19 Thread anatoly techtonik
How to bring it back to visible state on 14.04?

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

Title:
  Show copy dialog right click launcher entry doesn't work (on
  nautilus copy)

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

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


[Bug 1486695] [NEW] copy dialog gone ninja

2015-08-19 Thread anatoly techtonik
Public bug reported:

This is almost the same as
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1399077 - during
long copy I closed all other nautilus windows, except the copy dialog.
Now I can't switch back to it. Icon shows that there is some progress,
alt-tab shows an icon, but alt-tabbing doesn't work. Clicking on panel
just bring up nautilus with Home folder, Show Copy Dialog does nothing.

wmctrl does nothing.

$ wmctrl -l
0x026266a5  0 PCO File Operations
0x026a  0 PCO Desktop
...
$ wmctrl -R File Operations -v
envir_utf8: 1
Using window: 0x026266a5

There were several mistakes during copy, so my bet is that the progress
dialog is blocked by some other window.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.9
ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
Uname: Linux 3.13.0-62-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: i386
CurrentDesktop: Unity
Date: Wed Aug 19 21:00:25 2015
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'group', 'where', 'mime_type', 
'owner', 'permissions']
InstallationDate: Installed on 2012-03-12 (1255 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120301)
SourcePackage: nautilus
UpgradeStatus: Upgraded to trusty on 2014-04-18 (487 days ago)

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


** Tags: apport-bug i386 third-party-packages trusty

** Description changed:

- This is almost the same as #1399077 - during long copy I closed all
- other nautilus windows, except the copy dialog. Now I can't switch back
- to it. Icon shows that there is some progress, alt-tab shows an icon,
- but alt-tabbing doesn't work. Clicking on panel just bring up nautilus
- with Home folder, Show Copy Dialog does nothing.
+ This is almost the same as
+ https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1399077 - during
+ long copy I closed all other nautilus windows, except the copy dialog.
+ Now I can't switch back to it. Icon shows that there is some progress,
+ alt-tab shows an icon, but alt-tabbing doesn't work. Clicking on panel
+ just bring up nautilus with Home folder, Show Copy Dialog does nothing.
  
  wmctrl does nothing.
  
  $ wmctrl -l
  0x026266a5  0 PCO File Operations
  0x026a  0 PCO Desktop
  ...
  $ wmctrl -R File Operations -v
  envir_utf8: 1
  Using window: 0x026266a5
  
  There were several mistakes during copy, so my bet is that the progress
  dialog is blocked by some other window.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.9
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  CurrentDesktop: Unity
  Date: Wed Aug 19 21:00:25 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'group', 'where', 'mime_type', 
'owner', 'permissions']
  InstallationDate: Installed on 2012-03-12 (1255 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120301)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (487 days ago)

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

Title:
  copy dialog gone ninja

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

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


[Bug 975063] Re: 'Compress' gives cryptic error message

2015-08-19 Thread anatoly techtonik
*** This bug is a duplicate of bug 696546 ***
https://bugs.launchpad.net/bugs/696546

Yes, it is highly annoying that there is no message log.

** This bug has been marked a duplicate of bug 696546
   Crypic error comment

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

Title:
  'Compress' gives cryptic error message

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

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


[Bug 887821] Re: Show copy dialog right click launcher entry doesn't work (on nautilus copy)

2015-08-19 Thread anatoly techtonik
Added a new bug for trusty -
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1486695

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

Title:
  Show copy dialog right click launcher entry doesn't work (on
  nautilus copy)

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

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


[Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-08-16 Thread anatoly techtonik
This is fixed upstream in Debian. How to make 0.1.1-4 appear in Ubuntu?

http://metadata.ftp-
master.debian.org/changelogs//main/l/legit/legit_0.1.1-4_changelog

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

Title:
  `legit` fails with trace right from the start on 14.04

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

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


[Bug 1485348] [NEW] legit is broken on 14.04 due to missing dependency

2015-08-16 Thread anatoly techtonik
Public bug reported:

$ sudo apt-get install legit -V
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
   legit (0.1.1-3)
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Need to get 0 B/13.5 kB of archives.
After this operation, 104 kB of additional disk space will be used.
Selecting previously unselected package legit.
(Reading database ... 887508 files and directories currently installed.)
Preparing to unpack .../archives/legit_0.1.1-3_all.deb ...
Unpacking legit (0.1.1-3) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up legit (0.1.1-3) ...
$ legit
Traceback (most recent call last):
  File /usr/bin/legit, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2749, in 
module
working_set = WorkingSet._build_master()
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 446, in 
_build_master
return cls._build_from_requirements(__requires__)
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 459, in 
_build_from_requirements
dists = ws.resolve(reqs, Environment())
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 628, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: gitdb=0.6.4

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: legit 0.1.1-3
ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
Uname: Linux 3.13.0-61-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: i386
CurrentDesktop: Unity
Date: Sun Aug 16 20:46:17 2015
InstallationDate: Installed on 2012-03-12 (1252 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120301)
PackageArchitecture: all
SourcePackage: legit
UpgradeStatus: Upgraded to trusty on 2014-04-18 (484 days ago)

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


** Tags: apport-bug i386 third-party-packages trusty

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

Title:
  legit is broken on 14.04 due to missing dependency

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

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


[Bug 1485351] Re: Sync legit 0.1.1-4 (universe) from Debian stable (main)

2015-08-16 Thread anatoly techtonik
This fixes https://bugs.launchpad.net/ubuntu/+source/legit/+bug/1412879

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

Title:
  Sync legit 0.1.1-4 (universe) from Debian stable (main)

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

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


[Bug 1485351] [NEW] Sync legit 0.1.1-4 (universe) from Debian stable (main)

2015-08-16 Thread anatoly techtonik
Public bug reported:

Please sync legit 0.1.1-4 (universe) from Debian stable (main)

Changelog entries since current trusty version 0.1.1-3:

legit (0.1.1-4) unstable; urgency=medium

  * debian/patches/fix_import_args: Support new version of clint
(Closes: #747206)
  * Bump Standards-Version to 3.9.5. 

 -- TANIGUCHI Takaki tak...@debian.org  Thu, 04 Sep 2014 15:21:14
+0900

** Affects: legit (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/1485351

Title:
  Sync legit 0.1.1-4 (universe) from Debian stable (main)

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

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


[Bug 869491] Re: No Screenshot no longer says how to add one.

2015-08-10 Thread anatoly techtonik
@dino99 I don't know if the original design is supposed to provide such
feature, but the feature is useful.

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

Title:
  No Screenshot no longer says how to add one.

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

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


[Bug 869491] Re: No Screenshot no longer says how to add one.

2015-08-10 Thread anatoly techtonik
So that alone should be enough to set the status to something different
that Incomplete.

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

Title:
  No Screenshot no longer says how to add one.

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

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


[Bug 869491] Re: No Screenshot no longer says how to add one.

2015-08-10 Thread anatoly techtonik
oneiric?

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

Title:
  No Screenshot no longer says how to add one.

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

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


  1   2   3   4   >