[Bug 1796928] Re: Fast Double-tap Treated as Single Click

2020-01-01 Thread Constantine
Have this fix been backported to Ubuntu libinput packages? I'm asking,
because they're typically ancient there, so I don't think that because
it's been fixed upstream, it was fixed in Ubuntu as well.

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

Title:
  Fast Double-tap Treated as Single Click

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

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

[Bug 1847018] [NEW] Syncthing reports bad version, confusing other clients

2019-10-06 Thread Constantine Evans
Public bug reported:

Syncthing (1.1.4~ds1-4) in Eaon results in *other* clients (eg, one
running 1.0.1) reporting the error "Not sending symlinks to old client
{EAON CLIENT} - please upgrade to v0.14.14 or newer".  It appears that
it reports its version as "unknown-dev".  From the log of the 1.0.1
client:

2019-10-07 06:05:13 Device {DEVICE ID} client is "syncthing unknown-dev"
named "{DEVICE NAME}" at {IP ADDRESS}/tcp-server

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

** Description changed:

- Syncthing in Eaon results in *other* clients (eg, one running 1.0.1)
- reporting the error "Not sending symlinks to old client {EAON CLIENT} -
- please upgrade to v0.14.14 or newer".  It appears that it reports its
- version as "unknown-dev".  From the log of the 1.0.1 client:
+ Syncthing (1.1.4~ds1-4) in Eaon results in *other* clients (eg, one
+ running 1.0.1) reporting the error "Not sending symlinks to old client
+ {EAON CLIENT} - please upgrade to v0.14.14 or newer".  It appears that
+ it reports its version as "unknown-dev".  From the log of the 1.0.1
+ client:
  
  2019-10-07 06:05:13 Device {DEVICE ID} client is "syncthing unknown-dev"
  named "{DEVICE NAME}" at {IP ADDRESS}/tcp-server

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

Title:
  Syncthing reports bad version, confusing other clients

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

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

[Bug 626321]

2018-08-31 Thread Constantine
A memo to myself: reply for the question above from IRC

> [14:35:16]  Hi-Angel: the server-side dispatch functions are usually 
> named ProcExtnameRequestname or similar.
> [14:35:34]  Hi-Angel: in this case, 
> xserver/Xext/vidmode.c:ProcVidModeSwitchToMode()
> [14:36:50]  of course then you're in c vtable hell, and you need to 
> discover what fills in all the fptrs inside pVidMode... but at least gdb can 
> tell you those answers if you debug it live

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

Title:
  X.org server should keep track of and restore its initial (desktop)
  resolution and refresh rate

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

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

[Bug 626321]

2018-08-31 Thread Constantine
It's XF86VidModeSwitchToMode() that is used to change X resolution,
right? I wonder, where is it declared? Grepping through xserver sources
gives only this print DEBUG_P("XF86VidModeSwitchToMode");, no
declaration.

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

Title:
  X.org server should keep track of and restore its initial (desktop)
  resolution and refresh rate

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

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

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-06-15 Thread Constantine
** Changed in: linux (Ubuntu)
 Assignee: damiano (damiano1996) => (unassigned)

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

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

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

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

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2018-06-15 Thread Constantine
@JohnDoe_71Rus are you running a kernel 4.9 or higher? Per discussion
above, 4.9 seems to have solved the problem for many peoples.

I wonder if the problem is resolved for OP, and, if somebody still
affected, it should be opened as a separate bug.

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

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

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

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

[Bug 1751517] Re: ubuntu bionic grub can't boot zstd compressed filesystem

2018-03-25 Thread Constantine
> Another option:
> Archlinux uses this patched grub version:
> 
> https://github.com/Antynea/grub-btrfs

This is doubly wrong. Archlinux does not use what you linked, but
instead uses mainline version with some patches
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/grub#n60
Either way, it doesn't work for the topic.

But I (I'm on Archlinux) did try your github version, there's a user
package grub-btrfsᴬᵁᴿ for this one. It does not boot from zstd
compressed partition either.

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

Title:
  ubuntu bionic grub can't boot zstd compressed filesystem

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

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

[Bug 1292830] Re: Resuming from sleep makes black borders around windows appear

2017-02-15 Thread Constantine
NVIDIA GTX 750 Ti
I have white borders with latest 2 versions of Nvidia drivers: 378.13/378.09 
and 375.39
Two different dimension monitors. Drivers work fine - 370.28 and below
No wish to attach logs due to no one cares bugs here. Just want you to know.

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

Title:
  Resuming from sleep makes black borders around windows appear

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

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


[Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-09 Thread Constantine
Okay, so — in short — the problem was that the command `/usr/lib/x86_64
-linux-gnu/libgtk-3-0/gtk-query-immodules-3.0 --update-cache` wasn't run
upon distro upgrade. Actually, I'm not sure if it's a distro bug or not,
because in my case the distro-upgrade came not quite fine. I was having
a PPA with latest GCC, which I didn't purge — that looks right, why
would I care if I'm using a binary distro anyway? However, after upgrade
Xorg didn't even start; long story short — libstdc++, for some reason,
didn't have some function which some apps were using. Reinstalling to
vanilla libstdc++ solved the problem. I did even see a bug about it
somewhere, but can't find it. But I can assume that some apps for distro
upgrade failed to run because of the library — as the bug with
$GTK_IM_MODULE not the only problem I encountered here. I'm seeing
things like missing tray icons, ignored preview options in Dolphin,
crashing vlc, and more.

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

Title:
  $GTK_IM_MODULE ignored after upgrade

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

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

[Bug 1600102] [NEW] Readline combinations in ghci are broken

2016-07-07 Thread Constantine
Public bug reported:

After upgrade 14.04 → 16.04, none of readline combinations works in
ghci. Instead «Ctrl+c» produces «^C», «Ctrl+d» → «^D», «Ctrl+f» → «^F»,
tab inserts itself instead of completion, and etc.

The combinations still works e.g. in python3, so it's something specific
to ghci.

** Affects: ghc (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/1600102

Title:
  Readline combinations in ghci are broken

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

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

[Bug 1600102] Re: Readline combinations in ghci are broken

2016-07-07 Thread Constantine
Sorry, forgot the version. It is GHCi, version 7.10.3.

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

Title:
  Readline combinations in ghci are broken

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

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


[Bug 1562219] Re: xinit will not work as non-root.

2016-07-06 Thread Constantine
None of workarounds worked for me.

Omg, is there a single thing which 14.04 → 16.04 upgrade didn't break?
Sad to see that distro widely recommended for newbies slowly drowns
under a bunch of architectural, planning, and software problems, which
are hard to fight even for long time users. Perhaps since now we should
recommend Fedora instead.

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

Title:
  xinit will not work as non-root.

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

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

[Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-04 Thread Constantine
Reported the bug here https://bugzilla.gnome.org/show_bug.cgi?id=768412

** Bug watch added: GNOME Bug Tracker #768412
   https://bugzilla.gnome.org/show_bug.cgi?id=768412

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

Title:
  $GTK_IM_MODULE ignored after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1598295/+subscriptions

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


[Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-04 Thread Constantine
Okay, I'll report it as I can.

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

Title:
  $GTK_IM_MODULE ignored after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1598295/+subscriptions

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


[Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-03 Thread Constantine
Okay, this is definitely GTK3 bug. I tried to debug GTK3, and found that
in gtkimmodule.c it tries to lookup "xim" in some «contexts_hash»

  found = g_hash_table_lookup_extended (contexts_hash, *immodules_list,
(gpointer *) &context_id, NULL);

It fails, and a bit later in the line

  return context_id ? context_id : SIMPLE_ID;

it returns "gtk-im-context-simple".

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

Title:
  $GTK_IM_MODULE ignored after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1598295/+subscriptions

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

[Bug 1598295] [NEW] $GTK_IM_MODULE ignored after upgrade

2016-07-01 Thread Constantine
Public bug reported:

After upgrade trusty → xenial, Compose key stopped producing configured
through ~/.XCompose characters for GTK3 only apps. To be sure that its
the GTK problem, I created a simple GTK3 window with textbox, launched
it like:

$ GTK_IM_MODULE=xim XMODIFIERS=@im=none ./a

and the textbox produces wrong characters for Compose key. (the
variables are actually set globally, I wrote them here just for
clarity).

XCompose works fine for all other toolkit's apps, including GTK2 and Qt
ones.

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System
-> About Ubuntu

$ lsb_release -rd
Description:Ubuntu 16.04 LTS
Release:16.04

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
$ apt-cache policy libgtk-3-0
libgtk-3-0:
  Installed: 3.18.9-1ubuntu3
  Candidate: 3.18.9-1ubuntu3
  Version table:
 *** 3.18.9-1ubuntu3 500
500 http://ru.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

3) What you expected to happen

«Compose + - + space» would produce «— » in GTK3 apps.

4) What happened instead

«Compose + - + space» producing «~» in GTK3 apps.

** Affects: gtk+3.0 (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/1598295

Title:
  $GTK_IM_MODULE ignored after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1598295/+subscriptions

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

[Bug 1572903] Re: Upgrade from 14.04 to 16.04 dependency issues

2016-06-23 Thread Constantine
Okay, so, here's the workaround: download the libstdc++6 package from
here http://packages.ubuntu.com/xenial/libstdc%2B%2B6 , both i386 and
amd64 versions, then install them with dpkg -i.

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

Title:
  Upgrade from 14.04 to 16.04 dependency issues

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

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


[Bug 1572903] Re: Upgrade from 14.04 to 16.04 dependency issues

2016-06-23 Thread Constantine
The `dpkg --configure -a` didn't work for me. Upon configuring it throws
the same errors it threw when failed to configure it, like:

octave: relocation error: octave: symbol 
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_, version 
GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference
dpkg: error processing package octave (--configure):
 subprocess installed post-installation script returned error exit status 127

And no stable system at all, DM doesn't even start, I'm trying fix it
from chroot from live dvd, without a success yet.

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

Title:
  Upgrade from 14.04 to 16.04 dependency issues

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

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


[Bug 658469] Re: program smartctl is using a deprecated SCSI ioctl, please convert it to SG_IO

2016-05-26 Thread Constantine
This bug is present in smartmontools 6.2 2013-07-26 r3841 on trusty
amd64. Please re-open.

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

Title:
  program smartctl is using a deprecated SCSI ioctl, please convert it
  to SG_IO

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

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


[Bug 1511975] Re: /lib/systemd/system/console-setup.service has incorrect ExecStart

2016-04-07 Thread Constantine
Same for 15.10 and I bet for upcoming 16.04

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

Title:
  /lib/systemd/system/console-setup.service has incorrect ExecStart

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

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


[Bug 1543613] Re: After Xenial upgrade display will no longer turn on when waking from suspend.

2016-02-16 Thread Andrew Constantine
Changed to fix, after a recent batch of patches the issue has not
appeared again.

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

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] ProcEnviron.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567810/+files/ProcEnviron.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] Re: After Xenial upgrade display will no longer turn on when waking from suspend.

2016-02-09 Thread Andrew Constantine
apport information

** Tags added: apport-collected

** Description changed:

  I was unsure what daemon actually controls suspending of a laptop when
  the lid is closed, so filed under "I don't know.". After a fresh and
  patched install of Xenial, when I open the lid to my laptop it will wake
  up from suspend, however the LCD does not turn on, as far as I can tell
  everything is actually working underneath but I need to do a hard
  restart to make the machine usable again. My laptop is a Dell Latitude
  E6440. I will gladly provide any info needed.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-desktop 1.347
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Feb  9 09:28:34 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-02-05 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160204)
  SourcePackage: ubuntu-meta
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.19.4-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  gryphon1977 F pulseaudio
+  /dev/snd/controlC0:  gryphon1977 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=cd494614-f7db-4617-8897-89ae177f8b95
+ InstallationDate: Installed on 2016-02-05 (4 days ago)
+ InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160204)
+ MachineType: Dell Inc. Latitude E6440
+ NonfreeKernelModules: fglrx
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-2-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-2-generic N/A
+  linux-backports-modules-4.4.0-2-generic  N/A
+  linux-firmware   1.155
+ Tags:  xenial
+ Uname: Linux 4.4.0-2-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo vboxusers
+ _MarkForUpload: True
+ dmi.bios.date: 04/11/2015
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A11
+ dmi.board.name: 0KRMDW
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd04/11/2015:svnDellInc.:pnLatitudeE6440:pvr01:rvnDellInc.:rn0KRMDW:rvrA00:cvnDellInc.:ct9:cvr:
+ dmi.product.name: Latitude E6440
+ dmi.product.version: 01
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567802/+files/AlsaInfo.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] PulseList.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567813/+files/PulseList.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] UdevDb.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1543613/+attachment/4567815/+files/UdevDb.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] CurrentDmesg.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567804/+files/CurrentDmesg.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] RfKill.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1543613/+attachment/4567814/+files/RfKill.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] WifiSyslog.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567816/+files/WifiSyslog.txt

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

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] ProcCpuinfo.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567809/+files/ProcCpuinfo.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] ProcModules.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567812/+files/ProcModules.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] Lsusb.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1543613/+attachment/4567808/+files/Lsusb.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] JournalErrors.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567806/+files/JournalErrors.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] CRDA.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1543613/+attachment/4567803/+files/CRDA.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] IwConfig.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567805/+files/IwConfig.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] Lspci.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1543613/+attachment/4567807/+files/Lspci.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] ProcInterrupts.txt

2016-02-09 Thread Andrew Constantine
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1543613/+attachment/4567811/+files/ProcInterrupts.txt

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

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1543613] [NEW] After Xenial upgrade display will no longer turn on when waking from suspend.

2016-02-09 Thread Andrew Constantine
Public bug reported:

I was unsure what daemon actually controls suspending of a laptop when
the lid is closed, so filed under "I don't know.". After a fresh and
patched install of Xenial, when I open the lid to my laptop it will wake
up from suspend, however the LCD does not turn on, as far as I can tell
everything is actually working underneath but I need to do a hard
restart to make the machine usable again. My laptop is a Dell Latitude
E6440. I will gladly provide any info needed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-desktop 1.347
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Feb  9 09:28:34 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-02-05 (4 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160204)
SourcePackage: ubuntu-meta
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-meta (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/1543613

Title:
  After Xenial upgrade display will no longer turn on when waking from
  suspend.

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

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


[Bug 1524697] [NEW] wrong --detail --test

2015-12-10 Thread Constantine Shulyupin
Public bug reported:

Degradation in 3.2 to 3.3.4, last working 3.2.6.

mdadm --detail  --test returns 0 on for degraded array, when only the
second of two disks is removed, works as expected when the first disk
removed.

Expected:
  --test-t   : exit status 0 if ok, 1 if degrade, 2 if dead, 4 if 
missing

Expected:
mdadm --detail  /dev/md2 --test ; echo $?
/dev/md2:
Version : 1.2
  Creation Time : Thu Dec 10 11:50:20 2015
 Raid Level : raid1
 Array Size : 780226240 (744.08 GiB 798.95 GB)
  Used Dev Size : 780226240 (744.08 GiB 798.95 GB)
   Raid Devices : 2
  Total Devices : 1
Persistence : Superblock is persistent

  Intent Bitmap : Internal

Update Time : Thu Dec 10 11:50:22 2015
  State : active, degraded 
 Active Devices : 1
Working Devices : 1
 Failed Devices : 0
  Spare Devices : 0

   Name : A1
   UUID : 333592b4:40d92ae2:9cf82398:b92d466e
 Events : 24

Number   Major   Minor   RaidDevice State
   0   000  removed
   1   8   341  active sync   /dev/sdc2
1
^^ not a bug

Bug:

mdadm --detail  /dev/md1 --test ; echo $?
/dev/md1:
Version : 1.2
  Creation Time : Thu Dec 10 11:39:41 2015
 Raid Level : raid1
 Array Size : 780226240 (744.08 GiB 798.95 GB)
  Used Dev Size : 780226240 (744.08 GiB 798.95 GB)
   Raid Devices : 2
  Total Devices : 1
Persistence : Superblock is persistent

  Intent Bitmap : Internal

Update Time : Thu Dec 10 11:42:35 2015
  State : active, degraded 
 Active Devices : 1
Working Devices : 1
 Failed Devices : 0
  Spare Devices : 0

   Name : A1
   UUID : 6a29c716:b804f9f3:3519867f:32f98380
 Events : 32

Number   Major   Minor   RaidDevice State
   0   8   180  active sync   /dev/sdb2
   2   002  removed
0
^^^ BUG

** Affects: mdadm (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/1524697

Title:
  wrong --detail  --test

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

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


[Bug 1369164] Re: Installer hangs on language selection with PowerEdge R610

2015-11-10 Thread Constantine Peresypkin
Looks like newer version of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1244176

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

Title:
  Installer hangs on language selection with PowerEdge R610

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

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


[Bug 1511457] [NEW] using delete key on hidden trash folder, makes nautilus crash

2015-10-29 Thread Andrew Constantine
Public bug reported:

When working on an external hard drive, viewing the hidden folders I
highlighted .trashes100 and pressed the delete key on the keyboard, this
caused what I assume nautilus to try to trash the trash, ultimately
leading to a crash.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: nautilus 1:3.14.2-0ubuntu12
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Oct 29 11:05:05 2015
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2015-10-10 (19 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: nautilus
UpgradeStatus: Upgraded to wily on 2015-10-22 (7 days ago)

** Affects: nautilus (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/1511457

Title:
  using delete key on hidden trash folder, makes nautilus crash

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

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


[Bug 1509358] [NEW] gcc-5.1 segfaulting for compilation

2015-10-23 Thread Constantine
Public bug reported:

A minimal reproducible example ↓

 #include 

 struct StateNegotiating {};

 struct Negotiating{
  StateNegotiating State;

 };

 struct Connection {
  std::vector State;
 };

 struct ConnectionList {
  ConnectionList(Connection v);
 };

 struct Ctrld{
  Negotiating syncpr;
  bool ExecuteCmds(){
   ConnectionList con = syncpr.State;
  }
 };

The command with output is ↓

 $ g++-5 test.cpp -std=c++1y -c -o a.o
 test.cpp: In member function ‘bool Ctrld::ExecuteCmds()’:
 test.cpp:21:43: internal compiler error: Segmentation fault
ConnectionList con = syncpr.State;
  ^
 0xab2edf crash_signal
   ../../src/gcc/toplev.c:383
 0x5ff3f9 build_aggr_conv
   ../../src/gcc/cp/call.c:954
 0x5ff3f9 implicit_conversion
   ../../src/gcc/cp/call.c:1864
 0x5ff5a9 build_list_conv
   ../../src/gcc/cp/call.c:837
 0x5ff5a9 implicit_conversion
   ../../src/gcc/cp/call.c:1815
 0x600614 add_function_candidate
   ../../src/gcc/cp/call.c:2114
 0x60123f add_candidates
   ../../src/gcc/cp/call.c:5295
 0x601427 add_list_candidates
   ../../src/gcc/cp/call.c:3558
 0x5fef46 build_user_type_conversion_1
   ../../src/gcc/cp/call.c:3655
 0x5ff1f6 implicit_conversion
   ../../src/gcc/cp/call.c:1866
 0x6049a6 can_convert_arg(tree_node*, tree_node*, tree_node*, int, int)
   ../../src/gcc/cp/call.c:9339
 0x5ff12f build_aggr_conv
   ../../src/gcc/cp/call.c:945
 0x5ff12f implicit_conversion
   ../../src/gcc/cp/call.c:1864
 0x600614 add_function_candidate
   ../../src/gcc/cp/call.c:2114
 0x60123f add_candidates
   ../../src/gcc/cp/call.c:5295
 0x5fef46 build_user_type_conversion_1
   ../../src/gcc/cp/call.c:3655
 0x5ff1f6 implicit_conversion
   ../../src/gcc/cp/call.c:1866
 0x5fd188 perform_implicit_conversion_flags(tree_node*, tree_node*, 
int, int)
   ../../src/gcc/cp/call.c:9392
 0x6b32c0 ocp_convert(tree_node*, tree_node*, int, int, int)
   ../../src/gcc/cp/cvt.c:869
 0x6bae95 expand_default_init
   ../../src/gcc/cp/init.c:1661
 Please submit a full bug report,
 with preprocessed source if appropriate.
 Please include the complete backtrace with any bug report.
 See  for instructions.

The version is: g++-5 (Ubuntu 5.1.0-0ubuntu11~14.04.1) 5.1.0

** Affects: gcc-5 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  A minimal reproducible example ↓
  
- #include 
+  #include 
  
- struct StateNegotiating {};
+  struct StateNegotiating {};
  
-   struct Negotiating{
-   StateNegotiating State;
+    struct Negotiating{
+     StateNegotiating State;
  
- };
+  };
  
-   struct Connection {
-   std::vector State;
-   };
+    struct Connection {
+     std::vector State;
+    };
  
-   struct ConnectionList {
-   ConnectionList(Connection v);
-   };
+    struct ConnectionList {
+     ConnectionList(Connection v);
+    };
  
-   struct Ctrld{
-   Negotiating syncpr;
-   bool ExecuteCmds(){
-   ConnectionList con = syncpr.State;
-   }
-   };
+    struct Ctrld{
+     Negotiating syncpr;
+     bool ExecuteCmds(){
+      ConnectionList con = syncpr.State;
+     }
+    };
  
  The command with output is ↓
  
-   $ g++-5 test.cpp -std=c++1y -c -o a.o
-   test.cpp: In member function ‘bool Ctrld::ExecuteCmds()’:
-   test.cpp:21:43: internal compiler error: Segmentation fault
-  ConnectionList con = syncpr.State;
-   
   ^
-   0xab2edf crash_signal
-   ../../src/gcc/toplev.c:383
-   0x5ff3f9 build_aggr_conv
-   ../../src/gcc/cp/call.c:954
-   0x5ff3f9 implicit_conversion
-   ../../src/gcc/cp/call.c:1864
-   0x5ff5a9 build_list_conv
-   ../../src/gcc/cp/call.c:837
-   0x5ff5a9 implicit_conversion
-   ../../src/gcc/cp/call.c:1815
-   0x600614 add_function_candidate
-   ../../src/gcc/cp/call.c:2114
-   0x60123f add_candidates
-   ../../src/gcc/cp/call.c:5295
-   0x601427 add_list_candidates
-   ../../src/gcc/cp/call.c:3558
-   0x5fef46 build_user_type_conversion_1
-   ../../src/gcc/cp/call.c:3655
-  

[Bug 1508257] [NEW] No CD eject prompt, however CD was ejected, enter key did not cause reboot on fresh install of 15.10

2015-10-20 Thread Andrew Constantine
Public bug reported:

Unsure if this is the correct package to select. When following a
testcase for a fresh whole disk install of 15.10 after being told to
reboot upon installer completion, I was presented with the messages in
the attachment, the disk was ejected, and the enter key did not make the
machine reboot. This install is under a Virtualbox VM.

Expected behaviour would be, a notice to remove media and close tray and
press enter when completed and the machine would reboot.

 I'll be more then happy to answer any questions.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: syslinux 3:6.03+dfsg-8ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Oct 20 20:06:27 2015
Dependencies:
 gcc-5-base 5.2.1-22ubuntu2
 libc6 2.21-0ubuntu4
 libgcc1 1:5.2.1-22ubuntu2
 mtools 4.0.18-2
 syslinux-common 3:6.03+dfsg-8ubuntu2
InstallationDate: Installed on 2015-10-21 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151020)
SourcePackage: syslinux
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: syslinux (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/1508257

Title:
  No CD eject prompt, however CD was ejected, enter key did not cause
  reboot on fresh install of 15.10

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

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


[Bug 1508257] Re: No CD eject prompt, however CD was ejected, enter key did not cause reboot on fresh install of 15.10

2015-10-20 Thread Andrew Constantine
The message I received.

** Attachment added: "Ubuntu 1510 no prompt to eject.png"
   
https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/1508257/+attachment/4501453/+files/Ubuntu%201510%20no%20prompt%20to%20eject.png

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

Title:
  No CD eject prompt, however CD was ejected, enter key did not cause
  reboot on fresh install of 15.10

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

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


[Bug 1507330] [NEW] installer detail pane not opening

2015-10-18 Thread Andrew Constantine
Public bug reported:

When the installer is running for Wily (15.10) , the available drop-down
to see the details of the packaged being manipulated will not drop down
and open. As you can see in the attachment, the arrow to click would
rotate to give you the option to close the pane but the pane was not
opened to begin with.

Results of 'apt-cache policy ubiquity':
\ubiquity:
  Installed: 2.21.33
  Candidate: 2.21.33
  Version table:
 *** 2.21.33 0
500 http://archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: ubiquity 2.21.33
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.365
CurrentDesktop: Unity
Date: Sun Oct 18 11:40:32 2015
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151017)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.33 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/1507330

Title:
  installer detail pane not opening

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

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


[Bug 1507330] Re: installer detail pane not opening

2015-10-18 Thread Andrew Constantine
Doh, helps to actually attach the file correctly.

** Attachment added: "UbiquityInProgress"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1507330/+attachment/4499285/+files/Ubuntu%201510%20RC.png

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

Title:
  installer detail pane not opening

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

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


[Bug 1507330] Re: installer detail pane not opening

2015-10-18 Thread Andrew Constantine
Here is a screenshot of the installer in progress, as you can see i've
selected the pane to drop, yet it remains closed.

** Attachment added: "Ubuntu 15.10 RC"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1507330/+attachment/4499284/+files/Ubuntu%2015.10%20RC

** Attachment removed: "UbiquityInProgress"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1507330/+attachment/4499284/+files/Ubuntu%2015.10%20RC

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

Title:
  installer detail pane not opening

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

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


[Bug 1232497] Re: appear when installing Dropbox application

2015-10-15 Thread Andrew Constantine
Need more information about what this bug entails. What happened when
installing these applications? Were they done from terminal or the
Software Center? Need further information to triage further.

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

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

Title:
  appear when installing Dropbox application

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

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


[Bug 1371361] Re: Memory leak in compiz

2015-08-03 Thread Constantine
** Also affects: compiz
   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/1371361

Title:
  Memory leak in compiz

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

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


[Bug 1303995] Re: iproute-dev is missing in Ubuntu Trusty

2015-02-23 Thread Constantine Peresypkin
Ahem, there is enough publicly available code that explicitly uses -lnetlink 
which obviously won't build with libmnl.
So, the original question stands: where is the iproute-dev (that included 
libnetlink)?
And why was it removed?

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

Title:
  iproute-dev is missing in Ubuntu Trusty

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

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


[Bug 1420243] Re: iwlwifi + intel 6205 + tp-link 4300: bandwidth changed = host unreachable

2015-02-12 Thread Constantine Peresypkin
It's very hard to reproduce, unfortunately. Sometimes it happens number
of times per day, sometimes it's a month without problems.

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

Title:
  iwlwifi + intel 6205 + tp-link 4300: bandwidth changed = host
  unreachable

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

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


[Bug 1420243] [NEW] iwlwifi + intel 6205 + tp-link 4300: bandwidth changed = host unreachable

2015-02-10 Thread Constantine Peresypkin
Public bug reported:

when using the combo of Intel 6205N (IBM ThinkPad T430s) and TP-Link TL-
WDR4300 router there is a problem of sudden loss of connectivity after a
"bandwidth change" event is registered by wifi module.

In log:
Feb 10 13:09:28 lenovo kernel: [1981878.856612] wlan0: AP  changed 
bandwidth, new config is 2462 M
Hz, width 1 (2462/0 MHz)
Feb 10 13:09:31 lenovo kernel: [1981881.929193] wlan0: AP  changed 
bandwidth, new config is 2462 M
Hz, width 2 (2452/0 MHz)

After that point no frames are coming from the router. I.e. even ARP is
not resolving, although the wifi connection seems to look fine in
NetworkManager. Restarting networking or killing wpa_supplicant solves
the problem for a while.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-extra-3.13.0-38-generic 3.13.0-38.65
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kit2467 F pulseaudio
CRDA:
 country IL:
(2402 - 2482 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 23), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 23), NO-OUTDOOR, DFS
CurrentDesktop: Unity
Date: Tue Feb 10 13:19:45 2015
HibernationDevice: RESUME=UUID=5719e2ac-f0f6-464f-99cf-f732c3ec9606
InstallationDate: Installed on 2014-01-28 (378 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
MachineType: LENOVO 235389G
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic.efi.signed 
root=UUID=0c5e577c-b641-490c-ae43-f88b134fe24a ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-45-generic N/A
 linux-backports-modules-3.13.0-45-generic  N/A
 linux-firmware 1.127.11
SourcePackage: linux
UpgradeStatus: Upgraded to trusty on 2014-09-07 (156 days ago)
dmi.bios.date: 02/18/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G7ET92WW (2.52 )
dmi.board.asset.tag: Not Available
dmi.board.name: 235389G
dmi.board.vendor: LENOVO
dmi.board.version: Win8 Pro DPK TPG
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG7ET92WW(2.52):bd02/18/2013:svnLENOVO:pn235389G:pvrThinkPadT430s:rvnLENOVO:rn235389G:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 235389G
dmi.product.version: ThinkPad T430s
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug package-from-proposed 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/1420243

Title:
  iwlwifi + intel 6205 + tp-link 4300: bandwidth changed = host
  unreachable

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

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


[Bug 1418056] [NEW] sometimes modal dialogs are not displayed

2015-02-04 Thread Constantine Peresypkin
Public bug reported:

Sometimes (actually quite frequently) clicking on items that should display 
modal dialogs (edit connection, connection information, configure VPN, etc.) 
are not displayed, at all.
The problem manifests itself only in a dual monitor setup (doesn't matter in 
which orientation).
monitors.xml attached.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager 0.9.8.8-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Feb  4 15:55:48 2015
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-01-28 (372 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: Upgraded to trusty on 2014-09-07 (150 days ago)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 94:CE:2C:41:8A:46 bluetooth disconnected  
/org/freedesktop/NetworkManager/Devices/3  
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


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

** Attachment added: "monitors.xml"
   
https://bugs.launchpad.net/bugs/1418056/+attachment/4312208/+files/monitors.xml

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

Title:
  sometimes modal dialogs are not displayed

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

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


[Bug 1358271] Re: Eclipse crashes with 'oxygen-gtk' theme enabled

2014-08-18 Thread Constantine
Kubuntu 14.04.1, Eclipse + ADT plugin from the official 
http://developer.android.com/sdk/index.html 
The problem has been solved by using Eclipse Luna with ADT installed manually

** Changed in: gtk2-engines-oxygen (Ubuntu)
   Status: New => Opinion

** Changed in: gtk2-engines-oxygen (Ubuntu)
   Status: Opinion => Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to gtk2-engines-oxygen in Ubuntu.
https://bugs.launchpad.net/bugs/1358271

Title:
  Eclipse crashes with 'oxygen-gtk' theme enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-oxygen/+bug/1358271/+subscriptions

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


[Bug 1358271] [NEW] Eclipse crashes with 'oxygen-gtk' theme enabled

2014-08-18 Thread Constantine
Public bug reported:

Every time I have Eclipse crashed when I create an Android project.
After some investigations I discovered it is due to 'oxygen-gtk' theme.
Eclipse works fine with others but I'd like it to look like native Qt
apps.

** Affects: gtk2-engines-oxygen (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: eclipse gtk kde

** Attachment added: "On of the logs Eclipse creates having crashed"
   
https://bugs.launchpad.net/bugs/1358271/+attachment/4180536/+files/hs_err_pid2118.log

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

Title:
  Eclipse crashes with 'oxygen-gtk' theme enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-oxygen/+bug/1358271/+subscriptions

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


[Bug 1316384] Re: After upgrade from Lubuntu 13.10 to 14.04, color customization is ignored

2014-08-09 Thread Steven Constantine
After nearly 2hrs on this, I found the solution, here:
http://ubuntuforums.org/showthread.php?t=2230149

"Just delete the entry iGtk/ColorScheme= from
~/.config/lxsession/Lubuntu/desktop.conf, and then your settings will be
saved"

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

Title:
  After upgrade from Lubuntu 13.10 to 14.04, color customization is
  ignored

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

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


[Bug 750724] Re: emacs hangs when i try to use it with gdb

2014-07-22 Thread Constantine
Gorshenkov Sergey, this is not a reason for Emacs to hang up.

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

Title:
  emacs hangs when i try to use it with gdb

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

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


[Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2014-06-02 Thread Constantine
Ubuntu 14.04. Notebook Asus K55DR with AMD+AMD graphics system. The same
issue

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

Title:
  Suspend/Resume hangs and fails - Ubuntu 12.04LTS

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

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-05-30 Thread Constantine
WIll it ever be fixed? :D

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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


[Bug 149987] Re: CONFIG_MODULE_FORCE_UNLOAD is not set

2014-05-05 Thread Constantine
ichele Mangili (mangilimic), what do you mean by "incomplete
information"? You may just issue on an Ubuntu a command "grep
CONFIG_MODULE_FORCE_UNLOAD /boot/config-`uname -r`", and you will see an
output "# CONFIG_MODULE_FORCE_UNLOAD is not set"

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

Title:
  CONFIG_MODULE_FORCE_UNLOAD is not set

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

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


[Bug 1249297] Re: incorrect frameless window size

2014-04-08 Thread Constantine
I have the same experience using QMMP

** Changed in: compiz (Ubuntu)
   Status: Triaged => Incomplete

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

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

Title:
  incorrect frameless window size

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

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


[Bug 1247442] Re: childsplay crashes

2014-03-28 Thread Constantine Mousafiris
ok guys, I followed Maxim Sokolski's  advice and although the programme
will run, but at the terminal level I get the following message:

schoolsplay - ERROR - unhandled exception in toplevel, traceback follows:
Traceback (most recent call last):
  File "/usr/games/childsplay", line 132, in 
language=LANG)
  File "/usr/lib/python2.7/dist-packages/childsplay_sp/SPMainCore.py", line 
202, in __init__
except sqla_exceptions.SQLError:
AttributeError: 'module' object has no attribute 'SQLError'

Could anybody make some useful suggestion as to what to do???
Thanx again.

P.S.
I run Ubuntu GNOME 13.10

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

Title:
  childsplay crashes

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

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


[Bug 499924] Re: 'ctrl+shift+right/left arrow' does not select the word

2013-11-02 Thread Constantine
*** This bug is a duplicate of bug 36812 ***
https://bugs.launchpad.net/bugs/36812

➜  ~  cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu 13.10"

If I set change keyboard layout to ctrl+shift I cannot slect words with
shift+ctrl+arrow

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

** This bug has been marked a duplicate of bug 36812
   Keyboard layout change on hotkeys press instead of release and do not work 
well with shortcuts

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

Title:
  'ctrl+shift+right/left arrow' does not select the word

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/499924/+subscriptions

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

[Bug 36812] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts

2013-11-02 Thread Constantine
Appears again in Ubuntu 13.10

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 873007] Re: python fails to cross-build

2013-11-01 Thread Constantine Peresypkin
Backport (backpackage?) to precise?

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

Title:
  python fails to cross-build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/873007/+subscriptions

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-10-20 Thread Constantine
By the way, on login screen I can switch with old ctrl+shift. After
login only awailable bind is ctrls+space

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1218322/+subscriptions

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


[Bug 1241270] Re: Can't switch keyboard layout by alt+shift

2013-10-19 Thread Constantine
*** This bug is a duplicate of bug 1218322 ***
https://bugs.launchpad.net/bugs/1218322

** This bug has been marked a duplicate of bug 1218322
   Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

Title:
  Can't switch keyboard layout by alt+shift

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

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


[Bug 1222791] Re: (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed

2013-09-09 Thread Constantine
This bug affects me too.
GPU line from 'lspci': Advanced Micro Devices [AMD] nee ATI Madison [Mobility 
Radeon HD 5730 / 6570M]
Should I attach something too?

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

Title:
  (EE) [mi] EQ overflowing. Additional events will be discarded until
  existing events are processed

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

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


[Bug 962718] Re: mount_afp fails with "Could not connect, never got a response to getstatus, Connection timed out" error

2013-07-18 Thread Constantine
As workaround applied patches from 
https://bugzilla.redhat.com/show_bug.cgi?id=538699 and rebuiled
package. It solved issue for me.

** Attachment added: "afpfs-ng_0.8.1-5_all.deb"
   
https://bugs.launchpad.net/ubuntu/+source/afpfs-ng/+bug/962718/+attachment/3741323/+files/afpfs-ng_0.8.1-5_all.deb

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

Title:
  mount_afp fails with "Could not connect, never got a response to
  getstatus, Connection timed out" error

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

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


[Bug 1077616] Re: 10de:0ca3 (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed

2013-06-26 Thread Constantine
I don't really know is it bug of nvidia. Sometimes I have the same
problem on my radeon(last was a few minutes ago), so it could be Xorg's
problem.

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

Title:
  10de:0ca3 (EE) [mi] EQ overflowing.  Additional events will be
  discarded until existing events are processed

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

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


[Bug 1178843] Re: kdevelop won't start

2013-06-16 Thread Constantine
constantine@flow:~$ kdevelop
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading 
configurations from ~/.fonts.conf is deprecated.
KGlobal::locale(): Warning your global KLocale is being recreated with a valid 
main component instead of a fake component, this usually means you tried to 
call i18n related functions before your main component was created. You should 
not do that since it most likely will not work
WARNING: deleting stale lockfile 
/home/constantine/.kde/share/apps/kdevelop/sessions/{cd4fdff5-5195-4266-af70-2dd2db128a1f}/lock
WARNING: deleting stale lockfile 
/home/constantine/.cache/kdevduchain/{cd4fdff5-5195-4266-af70-2dd2db128a1f}/1/lock
kdevelop(2851)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: 
version-hint not found, seems to be an old version 
kdevelop(2851)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: 
"The data-repository at 
/home/constantine/.cache/kdevduchain/{cd4fdff5-5195-4266-af70-2dd2db128a1f}/1 
has to be cleared." 
kdevelop(2851)/kdecore (KLibrary) findLibraryInternal: plugins should not have 
a 'lib' prefix: "libkonsolepart.so"
qrc:/main.qml:23:1: QML Loader: Binding loop detected for property "source"
static bool QDeclarativeMetaType::isModule(const QByteArray&, int, int) Qt 4.7 
import detected; please note that Qt 4.7 is directly reusable as QtQuick 1.x 
with no code changes. Continuing, but startup time will be slower. 
kdevelop(2851)/kdevplatform (shell) 
KDevelop::SessionControllerPrivate::performRecovery: Starting recovery from  
"/home/constantine/.kde/share/apps/kdevelop/sessions/{cd4fdff5-5195-4266-af70-2dd2db128a1f}/recovery/current"
 
The program 'kdevelop' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 1158 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
kdevelop(2851)/konsole Konsole::SessionManager::~SessionManager: Konsole 
SessionManager destroyed with sessions still alive

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

Title:
  kdevelop won't start

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

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


[Bug 1178843] Re: kdevelop won't start

2013-06-16 Thread Constantine
In my case it just simply doesn't start. This happened after an update
from kdevelop 4.5 to 4.5.1

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

Title:
  kdevelop won't start

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

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


[Bug 1134202] Re: Removing overlay-scrollbar causes lots of noise

2013-05-24 Thread Constantine
Same here. As Uni, I installed gnome shell and removed overlay-
scrollbar, now message happens all the time. Ubuntu 13.04 x64

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

Title:
  Removing overlay-scrollbar causes lots of noise

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

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


[Bug 1181519] [NEW] Strange work with the icons

2013-05-18 Thread Constantine
Public bug reported:

As it's known, for many years neither Gnome nor KDE developed any convenient 
tools to work with links(like Windows' shortcuts). today I downloaded Eclipse 
package andd tried to make a link to it's executable file. Here is what I got: 
http://chod.sk/a08n2
That would be great if you developed much more sane ways to work with links

I do understand that a general user would use soft provided from
repositories but I find it limiting a great range of possibilities a
modern OS can provide to it's user.

GNOME project is known for it's total ignoring users' requests about
different improvements. So hope you accept this feature request.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: nautilus 1:3.6.3-0ubuntu16
ProcVersionSignature: Ubuntu 3.8.0-21.32-generic 3.8.8
Uname: Linux 3.8.0-21-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sat May 18 16:24:24 2013
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'676x541+201+56'"
InstallationDate: Installed on 2013-05-15 (2 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

** Description changed:

  As it's known, for many years neither Gnome nor KDE developed any convenient 
tools to work with links(like Windows' shortcuts). today I downloaded Eclipse 
package andd tried to make a link to it's executable file. Here is what I got: 
http://chod.sk/a08n2
- I do understand that a general user would use soft provided from repositories 
but I find it limiting a great range of possibilities a modern OS can provide 
to it's user.
+ That would be great if you developed much more sane ways to work with links
+ 
+ I do understand that a general user would use soft provided from
+ repositories but I find it limiting a great range of possibilities a
+ modern OS can provide to it's user.
  
  GNOME project is known for it's total ignoring users' requests about
  different improvements. So hope you accept this feature request.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-21.32-generic 3.8.8
  Uname: Linux 3.8.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Sat May 18 16:24:24 2013
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'676x541+201+56'"
  InstallationDate: Installed on 2013-05-15 (2 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Strange work with the icons

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

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


[Bug 1178539] [NEW] gdb 7.6 can take tens of seconds to resolve symbols in C++

2013-05-09 Thread Constantine Sapuntzakis
Public bug reported:

See http://sourceware.org/bugzilla/show_bug.cgi?id=15454
filed by me.

Reverting 677b1bf from the gdb git repository fixes the problem.

In this revision, gdb started searching the base classes for the symbol
too. The algorithm seems to require optimization.

Meanwhile, the problem can be worked with a one-line diff that reverts
the behavior to the pre-677b1bf. Attaching the patch


lsb_release -rd
Description:Ubuntu 13.04
Release:13.04

gdb:
  Installed: 7.6~20130417-0ubuntu1
  Candidate: 7.6~20130417-0ubuntu1
  Version table:
 *** 7.6~20130417-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

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

** Patch added: "Disable base class search"
   
https://bugs.launchpad.net/bugs/1178539/+attachment/3671618/+files/gdb-7.6-slow-baseclass-search-disable.diff

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

Title:
  gdb 7.6 can take tens of seconds to resolve symbols in C++

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

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


[Bug 1155542] Re: compiz (opengl) - Error: FBO is incomplete: GL::FRAMEBUFFER_INCOMPLETE_ATTACHMENT (0x8cd6)

2013-05-02 Thread Constantine
Andrea Amoroso, thanks, this workaround, on my Xfce4 works too!

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

Title:
  compiz (opengl) - Error: FBO is incomplete:
  GL::FRAMEBUFFER_INCOMPLETE_ATTACHMENT (0x8cd6)

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

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


[Bug 368419] Re: apt-mirror i18n files

2013-04-26 Thread Craig Constantine
SRU: thanks.

...but I meant, can you point me into a source repo/file/whatever that
shows the actual change which constitutes the fix...

apt-mirror isn't mission critical for me; I'll just smash the fix into
my installation (if possible.) I've no time to learn the SRU process and
to petition to have this fix ushered into Precise.

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

Title:
  apt-mirror i18n files

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

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


[Bug 368419] Re: apt-mirror i18n files

2013-04-26 Thread Craig Constantine
can you point me to the actual change... I don't see it under Raring or
Raring-proposed under source...

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

Title:
  apt-mirror i18n files

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

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


[Bug 368419] Re: apt-mirror i18n files

2013-04-26 Thread Craig Constantine
Will 0.4.9-1 get into Precise?

Does the fix correct the mirroring of the i18n packages?

(trying to rsync from postmirror.sh doesn't work reliably anyway.
Whatever the server(s) are that it rsyncs to have very limited
connection numbers... my rsyncs never succeeded reliably.)

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

Title:
  apt-mirror i18n files

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

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


[Bug 368419] Re: apt-mirror i18n files

2013-04-26 Thread Craig Constantine
will 0.4.9-1 get into Precise?

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

Title:
  apt-mirror i18n files

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

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


[Bug 576284] Re: kwalletmanager does not start in GNOME

2013-04-09 Thread Steven Constantine
I used 64bit 12.10, then 3 days ago my system updated to 13.04. I am
*now* affected by this bug.

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

Title:
  kwalletmanager does not start in GNOME

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

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


[Bug 1068277] Re: New /media/$user mounting in 12.10 is poorly dcumented

2013-03-19 Thread Constantine
It would be great if we have symlink in home directory ~/Media to
/media/UserName

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

Title:
  New /media/$user mounting in 12.10 is poorly dcumented

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

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


[Bug 1072769] Re: default USB mount point breaks many things

2013-03-19 Thread Constantine
It would be great if we have symlink in home directory ~/Media to
/media/UserName

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

Title:
  default USB mount point breaks many things

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

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


[Bug 1129842] [NEW] Usability. Need option "reset and clear" in context menu

2013-02-18 Thread Constantine
Public bug reported:

All time I open context menu, look for clear and then go to window menu.
Very frestrating.

** Affects: gnome-terminal (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/1129842

Title:
  Usability. Need option "reset and clear" in context menu

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

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


[Bug 1064744] Re: sh: 1: /usr/bin/qemu: not found

2012-12-21 Thread George Constantine
After installing the latest qemu via sudo apt-get install qemu, I had
the same issue with qemu-launcher. qemu doesn't exist in /usr/bin, but
/usr/bin/qemu-system-i386 does, and works perfectly with launcher. I
also had to download qemuctl.

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

Title:
  sh: 1: /usr/bin/qemu: not found

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

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


[Bug 38782] Re: whishlist: add midnight commander as a default package in Ubuntu CD/DVD

2012-10-24 Thread Constantine
Distributive adapted for flash media and 800mb, so there free space now,
good time to add so necessary package.

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

Title:
  whishlist: add midnight commander as a default package in Ubuntu
  CD/DVD

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

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


[Bug 959221] Re: swift consumes over 100% of cpu during upload

2012-08-27 Thread Constantine Peresypkin
--- ssl.py.fcs 2012-04-10 08:54:43.257885841 -0600
+++ ssl.py 2012-04-10 08:56:27.282585355 -0600
@@ -129,7 +129,10 @@
 count = 0
 while (count < amount):
 v = self.send(data[count:])
- count += v
+ if v:
+ count += v
+ else:
+ time.sleep(0.01)
 return amount
 else:
 while True:

I think you can just:

count += v
+ time.sleep()

And it will yield some CPU time.

I think it will be impossible to do a parallel upload without green threads, 
e.g.
swift --object-threads 10
or
swift --segment-threads 10

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

Title:
  swift consumes over 100% of cpu during upload

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

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


[Bug 484336] Re: /etc/rsyslog.conf permissions incorrect/missing for creation of dynamic files

2012-08-27 Thread Constantine Peresypkin
So what happens? 
Will it ever be fixed in Ubuntu repos or I need to create a deb package for 
rsyslog myself and distribute it with my software?

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

Title:
  /etc/rsyslog.conf permissions incorrect/missing for creation of
  dynamic files

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

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


[Bug 590924] Re: Broadcom STA (bcmwl) driver fails to build with 2.6.35-1 kernel

2012-05-18 Thread Constantine
Same on Ubuntu 12.04 with 3.2.0-24-generic

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

Title:
  Broadcom STA (bcmwl) driver fails to build with 2.6.35-1 kernel

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

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


[Bug 1001090] Re: No sound in firefox after update to 12.04 unless you root

2012-05-18 Thread Constantine
also running firefox in safe mode has no effect, so it's probably not a
plugin problem

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

Title:
  No sound in firefox after update to 12.04 unless you root

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

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


[Bug 1001090] Re: No sound in firefox after update to 12.04 unless you root

2012-05-17 Thread Constantine
Hmm:
constantine@orange:~$ apport-collect 1001090
Package alsa-lib not installed and no hook available, ignoring

Does it mean? that problem not in alsa?

After running firefox in console no output during music listening

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

Title:
  No sound in firefox after update to 12.04 unless you root

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

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


[Bug 1001090] [NEW] No sound in firefox after update to 12.04 unless you root

2012-05-17 Thread Constantine
Public bug reported:

Bug looks almost same as https://bugs.launchpad.net/ubuntu/+source/alsa-
lib/+bug/134942 except that I trying to listen sound on youtube in
firefox. Chromium works well.

** Affects: alsa-lib (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: alsa firefox flash

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

Title:
  No sound in firefox after update to 12.04 unless you root

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

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


[Bug 983291] Re: Screen Rotation options only Counterclockwise & Clockwise

2012-05-05 Thread Constantine Chuprina
The same problem on the HP nx6310

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

Title:
  Screen Rotation options only Counterclockwise & Clockwise

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

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


[Bug 957040] Re: keyboard layout settings lost on package upgrade - return on logout/reboot

2012-04-29 Thread Constantine
NondefultlLayout have lost after dist upgrate to pangolin

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

Title:
  keyboard layout settings lost on package upgrade - return on
  logout/reboot

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

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


[Bug 989464] Re: virtualbox-dkms 4.1.2-dfsg-1ubuntu1: virtualbox kernel module failed to build

2012-04-27 Thread Constantine
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989464

Title:
  virtualbox-dkms 4.1.2-dfsg-1ubuntu1: virtualbox kernel module failed
  to build

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

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


[Bug 989464] [NEW] virtualbox-dkms 4.1.2-dfsg-1ubuntu1: virtualbox kernel module failed to build

2012-04-27 Thread Constantine
Public bug reported:

Error after dist-upgrade to the pangolin

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2
ProcVersionSignature: Ubuntu 3.0.0-19.33-generic-pae 3.0.27
Uname: Linux 3.0.0-19-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu6
Architecture: i386
DKMSKernelVersion: 3.2.0-24-generic-pae
Date: Fri Apr 27 13:55:48 2012
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427)
PackageArchitecture: all
PackageVersion: 4.1.2-dfsg-1ubuntu1
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.2-dfsg-1ubuntu1: virtualbox kernel module failed to 
build
UpgradeStatus: Upgraded to precise on 2012-04-27 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  virtualbox-dkms 4.1.2-dfsg-1ubuntu1: virtualbox kernel module failed
  to build

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

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


[Bug 961518] Re: Global menu is rendered too slow

2012-03-21 Thread Constantine
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/961518

Title:
  Global menu is rendered too slow

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

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


[Bug 961518] [NEW] Global menu is rendered too slow

2012-03-21 Thread Constantine
Public bug reported:

Global menu is rendered too slow that it reminds me just installed
Windows 95 with no video drivers. Please make appmenu more optimised. We
live in the 21st century and it is awfull to tolerate slow interfaces on
smart machines.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.6.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-19.31-generic-pae 3.2.12
Uname: Linux 3.2.0-19-generic-pae i686
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 1.94.1-0ubuntu2
Architecture: i386
CompizPlugins: 
[core,composite,gtkloader,opengl,decor,grid,vpswitch,compiztoolbox,resize,gnomecompat,place,regex,mousepoll,imgpng,unitymtgrabhandles,move,dbus,session,thumbnail,animation,wall,expo,workarounds,fade,ezoom,scale,unityshell]
CompositorRunning: compiz
Date: Wed Mar 21 22:58:14 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.911, 3.2.0-19-generic-pae, i686: installed
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RV635 [Mobility Radeon HD 3650] 
[1002:9591] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:013c]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120306)
JockeyStatus:
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Enabled, 
In use)
MachineType: Acer Extensa 5630
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-19-generic-pae 
root=UUID=872eceb4-ef07-4bea-ac2e-a09235e50e47 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-03-21 (0 days ago)
dmi.bios.date: 08/05/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.19
dmi.board.name: Homa
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd08/05/2008:svnAcer:pnExtensa5630:pvr0100:rvnAcer:rnHoma:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Extensa 5630
dmi.product.version: 0100
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: apport-bug compiz-0.9 i386 precise reproducible ubuntu

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

Title:
  Global menu is rendered too slow

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

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


[Bug 961492] Re: yelp crashed with SIGABRT in raise()

2012-03-21 Thread Constantine
*** This bug is a duplicate of bug 949209 ***
https://bugs.launchpad.net/bugs/949209

** Visibility changed to: Public

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

Title:
  yelp crashed with SIGABRT in raise()

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

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


[Bug 961478] [NEW] It's impossible to move Workspaces icon in the launcher

2012-03-21 Thread Constantine
Public bug reported:

It's impossible to move Workspaces icon up in the launcher. So it is
really uncomfortable to scroll the Launcher icons down every time I need
to switch to another workspace

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.6.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-19.31-generic-pae 3.2.12
Uname: Linux 3.2.0-19-generic-pae i686
NonfreeKernelModules: fglrx
ApportVersion: 1.94.1-0ubuntu2
Architecture: i386
CompizPlugins: 
[core,composite,gtkloader,opengl,decor,grid,vpswitch,compiztoolbox,resize,gnomecompat,place,regex,mousepoll,imgpng,unitymtgrabhandles,move,dbus,session,thumbnail,animation,wall,expo,workarounds,fade,ezoom,scale,unityshell]
Date: Wed Mar 21 22:25:24 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120306)
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-03-21 (0 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  It's impossible to move Workspaces icon in the launcher

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

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


[Bug 961478] Re: It's impossible to move Workspaces icon in the launcher

2012-03-21 Thread Constantine
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/961478

Title:
  It's impossible to move Workspaces icon in the launcher

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

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


  1   2   3   4   >