Re: [Bug 1883676] Re: ZFS performance drops suddenly

2020-07-14 Thread Andrey Gelman
1. free
  totalusedfree  shared  buff/cache
available
Mem:8025436 1255616 6457736   11780  312084
6512296
Swap:   1425404   0 1425404

2. cat /proc/spl/kstat/zfs/arcstats
12 1 0x01 98 26656 4085867100 20862566338548
nametype data
hits48977275
misses  420770
demand_data_hits47154775
demand_data_misses  413760
demand_metadata_hits41810210
demand_metadata_misses  44292
prefetch_data_hits  4112
prefetch_data_misses4719
prefetch_metadata_hits  412178
prefetch_metadata_misses41999
mru_hits44041554
mru_ghost_hits  40
mfu_hits44923504
mfu_ghost_hits  40
deleted 431
mutex_miss  40
access_skip 49
evict_skip  4124
evict_not_enough40
evict_l2_cached 40
evict_l2_eligible   4396800
evict_l2_ineligible 48192
evict_l2_skip   40
hash_elements   420337
hash_elements_max   422033
hash_collisions 482157
hash_chains 4196
hash_chain_max  42
p   42054511616
c   44109023232
c_min   4256813952
c_max   44109023232
size41856513648
compressed_size 41349638144
uncompressed_size   41738882048
overhead_size   4446370304
hdr_size47828496
data_size   41709473792
metadata_size   486534656
dbuf_size   49437376
dnode_size  423086368
bonus_size  420152960
anon_size   4438411264
anon_evictable_data 40
anon_evictable_metadata 40
mru_size41186710528
mru_evictable_data  4908280320
mru_evictable_metadata  44658688
mru_ghost_size  40
mru_ghost_evictable_data40
mru_ghost_evictable_metadata40
mfu_size4170886656
mfu_evictable_data  4134954496
mfu_evictable_metadata  43134976
mfu_ghost_size  40
mfu_ghost_evictable_data40
mfu_ghost_evictable_metadata40
l2_hits 40
l2_misses   40
l2_feeds40
l2_rw_clash 40
l2_read_bytes   40
l2_write_bytes  40
l2_writes_sent  40
l2_writes_done  40
l2_writes_error 40
l2_writes_lock_retry40
l2_evict_lock_retry 40
l2_evict_reading40
l2_evict_l1cached   40
l2_free_on_write40
l2_abort_lowmem 40
l2_cksum_bad40
l2_io_error 40
l2_size 40
l2_asize40
l2_hdr_size 40
memory_throttle_count   40
memory_direct_count 40
memory_indirect_count   40
memory_all_bytes48218046464
memory_free_bytes   45230358528
memory_available_bytes  35101953024
arc_no_grow 40
arc_tempreserve 40
arc_loaned_bytes40
arc_prune   40
arc_meta_used   4147039856
arc_meta_limit  43081767424
arc_dnode_limit 4308176742
arc_meta_max4152895280
arc_meta_min416777216
async_upgrade_sync  459
demand_hit_predictive_prefetch  4484
demand_hit_prescient_prefetch   40
arc_need_free   40
arc_sys_free4128406976
arc_raw_size40


This behavior was observed on more than one machine, both small and large
(the large was on AWS).

Thanks,
Andrey Gelman


On Mon, Jul 13, 2020 at 5:45 PM Colin Ian King <1883...@bugs.launchpad.net>
wrote:

> It would be interesting in knowing the following data:
>
> 1. How much memory does the machine have when booted?
>
> run: free
>
> 2. What the arcstats look like when it goes slowly
>
> use: cat /proc/spl/kstat/zfs/arcstats
>
> thanks
>
> ** Changed in: zfs-linux (Ubu

[Bug 1883676] [NEW] ZFS performance drops suddenly

2020-06-16 Thread Andrey Gelman
Public bug reported:

Run Phoronix Flexible IO / Random write benchmark.  
After running the benchmark repeatedly multiple times (occasionally it can be 
30 minutes or 8 hours), the performance drops suddenly. The only way (I know 
of) to get back to high performance is reboot.
---
$ for i in $(seq 1 1000); do printf "2\n4\n2\n1\n1\n1\nn\n" | 
phoronix-test-suite run fio | awk '/Average.*IOPS/ {print $2}' >> /tmp/iops; 
done
$ less /tmp/iops
...
2095
2095
2093
783
388
389
...

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: zfsutils-linux 0.7.5-1ubuntu16.9
ProcVersionSignature: User Name 5.3.0-1023.25~18.04.1-aws 5.3.18
Uname: Linux 5.3.0-1023-aws x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
Date: Tue Jun 16 08:55:01 2020
Ec2AMI: ami-06fd83ae47b05282f
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1f
Ec2InstanceType: c4.xlarge
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
SourcePackage: zfs-linux
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.sudoers.d.zfs: [deleted]

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


** Tags: amd64 apport-bug bionic ec2-images

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

Title:
  ZFS performance drops suddenly

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

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

Re: [Bug 1742418] Re: Stuck attempting to acess "/proc/sys/kernel/nmi_watchdog" file

2018-01-10 Thread Andrey Gelman
Hi !
Indeed this fixes the issue:
--
# cat /proc/sys/kernel/nmi_watchdog
0
--
Thank you !
Andrey Gelman


On Wed, Jan 10, 2018 at 11:15 PM, Joseph Salisbury <
joseph.salisb...@canonical.com> wrote:

> This may be a duplicate of bug 1741934, which was fixed by the 4.4.0-109
> kernel. Can you upgrade to 4.4.0-109 and see if this bug still exists?
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> ** Tags added: pti
>
> ** Changed in: linux (Ubuntu)
>  Assignee: (unassigned) => Joseph Salisbury (jsalisbury)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1742418
>
> Title:
>   Stuck attempting to acess "/proc/sys/kernel/nmi_watchdog" file
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I has always been able to both read and write 
> "/proc/sys/kernel/nmi_watchdog"
> file.
>   After the recent kernel update (4.4.0-108-generic, updated on
> 10-Jan-2018) the computer merely gets stuck on these commands. Ctrl-C
> cannot interrupt.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: linux-image-4.4.0-108-generic 4.4.0-108.131
>   ProcVersionSignature: Ubuntu 4.4.0-108.131-generic 4.4.98
>   Uname: Linux 4.4.0-108-generic x86_64
>   AlsaVersion: Advanced Linux Sound Architecture Driver Version
> k4.4.0-108-generic.
>   AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
>   ApportVersion: 2.20.1-0ubuntu2.15
>   Architecture: amd64
>   ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
>   AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path',
> '/dev/snd/hwC0D2', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D7p',
> '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p',
> '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/controlC0',
> '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
>   Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
>   Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
>   Date: Wed Jan 10 12:30:37 2018
>   HibernationDevice: RESUME=UUID=a0f49bd7-5ec0-414e-8183-41221652c849
>   InstallationDate: Installed on 2016-08-17 (510 days ago)
>   InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release
> amd64 (20160719)
>   IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
>   Lsusb:
>Bus 001 Device 003: ID 04b4:6570 Cypress Semiconductor Corp.
>Bus 001 Device 002: ID 8087:07e6 Intel Corp.
>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>   MachineType: CompuLab Ltd. SBC-iBT
>   ProcFB: 0 inteldrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-108-generic.efi.signed
> root=UUID=1ee7c5d5-a843-43d4-a90d-0c484d09d041 ro
>   RelatedPackageVersions:
>linux-restricted-modules-4.4.0-108-generic N/A
>linux-backports-modules-4.4.0-108-generic  N/A
>linux-firmware 1.157.14
>   RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
>   SourcePackage: linux
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 02/24/2015
>   dmi.bios.vendor: CompuLab Ltd.
>   dmi.bios.version: SBC-iBT_3.1.0.314 X64
>   dmi.board.asset.tag: None
>   dmi.board.name: SBC-iBT
>   dmi.board.vendor: CompuLab Ltd.
>   dmi.board.version: 1.x
>   dmi.chassis.asset.tag: Asset Tag
>   dmi.chassis.type: 11
>   dmi.chassis.vendor: CompuLab Ltd.
>   dmi.chassis.version: 1.0
>   dmi.modalias: dmi:bvnCompuLabLtd.:bvrSBC-iBT_3.1.0.314X64:bd02/24/2015:
> svnCompuLabLtd.:pnSBC-iBT:pvr1.x:rvnCompuLabLtd.:rnSBC-
> iBT:rvr1.x:cvnCompuLabLtd.:ct11:cvr1.0:
>   dmi.product.name: SBC-iBT
>   dmi.product.version: 1.x
>   dmi.sys.vendor: CompuLab Ltd.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1742418/+subscriptions
>

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

Title:
  Stuck attempting to acess "/proc/sys/kernel/nmi_watchdog" file

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

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

[Bug 1742418] [NEW] Stuck attempting to acess "/proc/sys/kernel/nmi_watchdog" file

2018-01-10 Thread Andrey Gelman
Public bug reported:

I has always been able to both read and write "/proc/sys/kernel/nmi_watchdog" 
file.
After the recent kernel update (4.4.0-108-generic, updated on 10-Jan-2018) the 
computer merely gets stuck on these commands. Ctrl-C cannot interrupt.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-108-generic 4.4.0-108.131
ProcVersionSignature: Ubuntu 4.4.0-108.131-generic 4.4.98
Uname: Linux 4.4.0-108-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.4.0-108-generic.
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D2', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
Date: Wed Jan 10 12:30:37 2018
HibernationDevice: RESUME=UUID=a0f49bd7-5ec0-414e-8183-41221652c849
InstallationDate: Installed on 2016-08-17 (510 days ago)
InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 Bus 001 Device 003: ID 04b4:6570 Cypress Semiconductor Corp. 
 Bus 001 Device 002: ID 8087:07e6 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: CompuLab Ltd. SBC-iBT
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-108-generic.efi.signed 
root=UUID=1ee7c5d5-a843-43d4-a90d-0c484d09d041 ro
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-108-generic N/A
 linux-backports-modules-4.4.0-108-generic  N/A
 linux-firmware 1.157.14
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2015
dmi.bios.vendor: CompuLab Ltd.
dmi.bios.version: SBC-iBT_3.1.0.314 X64
dmi.board.asset.tag: None
dmi.board.name: SBC-iBT
dmi.board.vendor: CompuLab Ltd.
dmi.board.version: 1.x
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 11
dmi.chassis.vendor: CompuLab Ltd.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnCompuLabLtd.:bvrSBC-iBT_3.1.0.314X64:bd02/24/2015:svnCompuLabLtd.:pnSBC-iBT:pvr1.x:rvnCompuLabLtd.:rnSBC-iBT:rvr1.x:cvnCompuLabLtd.:ct11:cvr1.0:
dmi.product.name: SBC-iBT
dmi.product.version: 1.x
dmi.sys.vendor: CompuLab Ltd.

** Affects: linux (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/1742418

Title:
  Stuck attempting to acess "/proc/sys/kernel/nmi_watchdog" file

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

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

[Bug 1680015] [NEW] Window decorations distortion after resuming from suspend

2017-04-05 Thread Andrey Gelman
Public bug reported:

After resuming from being suspended, the window decorations are badly
distorted.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160906-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-71.92-generic 4.4.49
Uname: Linux 4.4.0-71-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  375.39  Tue Jan 31 20:47:00 
PST 2017
 GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Apr  5 13:12:15 2017
DistUpgraded: 2016-08-11 09:32:27,283 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-70-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-71-generic, x86_64: installed
 nvidia-375, 375.39, 4.4.0-70-generic, x86_64: installed
 nvidia-375, 375.39, 4.4.0-71-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation GF108 [GeForce GT 520] [10de:0de4] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GF108 [GeForce GT 520] [1043:83d2]
InstallationDate: Installed on 2012-05-13 (1787 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-71-generic 
root=UUID=e073ef69-1057-4c6b-801b-5d5fa762340f ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
SourcePackage: unity
UpgradeStatus: Upgraded to xenial on 2016-08-11 (237 days ago)
dmi.bios.date: 10/16/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1604
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: SABERTOOTH 990FX
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1604:bd10/16/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FX:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Wed Apr  5 01:04:57 2017
xserver.configfile: default
xserver.errors:
 open /dev/fb0: No such file or directory
 evdev: Logitech USB Receiver: Unable to open evdev device "/dev/input/event3".
 evdev: Logitech USB Receiver: Unable to open evdev device "/dev/input/event3".
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu xenial

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1680015/+attachment/4855208/+files/Screenshot%20from%202017-04-05%2012-52-37.png

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

Title:
  Window decorations distortion after resuming from suspend

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

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


[Bug 1660588] [NEW] Password is not required upon returning from suspend

2017-01-31 Thread Andrey Gelman
Public bug reported:

Following the security settings (in Ubuntu System Settings) my system should 
require password upon waking from suspend or simply returning from a blank 
screen.
Once it worked this very way, but starting a few months back (unfortunately, I 
cannot point exactly that moment) it stopped. The computer would seamlessly 
wake up from a suspend / a blank screen not requiring the password.
I have two 16.04 systems (with quite different hardware specifications) - one 
suspends when inactive, the other one goes to the blank screen. Both suffer 
this scenario.
Probably there is some 3-rd party application that causes such behavior ?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160906-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Jan 31 13:03:49 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation Haswell-ULT Integrated Graphics Controller 
[8086:2010]
InstallationDate: Installed on 2016-04-28 (278 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: CompuLab Ltd. Intense-PC2 (IPC2)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=785246f9-2baf-496e-85b9-370033d39a56 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/29/2014
dmi.bios.vendor: Compulab Ltd.
dmi.bios.version: IPC2_3.330.2 X64
dmi.board.name: Intense-PC2 (IPC2)
dmi.board.vendor: CompuLab Ltd.
dmi.board.version: 1.x
dmi.chassis.type: 9
dmi.chassis.vendor: CompuLab Ltd.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnCompulabLtd.:bvrIPC2_3.330.2X64:bd08/29/2014:svnCompuLabLtd.:pnIntense-PC2(IPC2):pvr1.x:rvnCompuLabLtd.:rnIntense-PC2(IPC2):rvr1.x:cvnCompuLabLtd.:ct9:cvr0.1:
dmi.product.name: Intense-PC2 (IPC2)
dmi.product.version: 1.x
dmi.sys.vendor: CompuLab Ltd.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.68-1~ppa
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sun Jan 22 11:58:53 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   41114 
 vendor DEL
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu xenial

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

Title:
  Password is not required upon returning from suspend

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

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


[Bug 1539729] Re: amd_freq_sensitivity cannot be loaded

2016-03-09 Thread Andrey Gelman
Have tested the issue with the upcoming Xenial release (kernel 4.4) - no
changes.

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

Title:
  amd_freq_sensitivity cannot be loaded

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

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


[Bug 1539729] [NEW] amd_freq_sensitivity cannot be loaded

2016-01-29 Thread Andrey Gelman
Public bug reported:

Hardware: AMD Phenom(tm) II X6 1100T

amd_freq_sensitivity.ko driver cannot be loaded nor automatically upon boot, 
neither manually:
$ modprobe amd_freq_sensitivity
modprobe: ERROR: could not insert 'amd_freq_sensitivity': No such device

$ sudo modprobe -f amd_freq_sensitivity
modprobe: ERROR: could not insert 'amd_freq_sensitivity': Exec format error

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-extra-3.13.0-76-generic 3.13.0-76.120
ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
Uname: Linux 3.13.0-76-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  andrey 4173 F pulseaudio
 /dev/snd/controlC2:  andrey 4173 F pulseaudio
 /dev/snd/controlC0:  andrey 4173 F pulseaudio
CurrentDesktop: Unity
Date: Fri Jan 29 20:31:35 2016
HibernationDevice: RESUME=UUID=af49e02b-30c7-4695-9748-f78bc942f31d
InstallationDate: Installed on 2012-05-13 (1355 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-76-generic 
root=UUID=e073ef69-1057-4c6b-801b-5d5fa762340f ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-76-generic N/A
 linux-backports-modules-3.13.0-76-generic  N/A
 linux-firmware 1.127.20
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to trusty on 2014-04-27 (641 days ago)
dmi.bios.date: 03/12/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1102
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: SABERTOOTH 990FX
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1102:bd03/12/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FX:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.

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


** Tags: amd64 apport-bug trusty

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

Title:
  amd_freq_sensitivity cannot be loaded

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

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


[Bug 1448754] Re: gnome-terminal menu items disappeared

2016-01-26 Thread Andrey Gelman
Cannot open a tab nor via menus, neither via HUD.
Don't remember keyboard shortcuts !

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

Title:
  gnome-terminal menu items disappeared

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

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


Re: [Bug 1027428] Re: half-maximized window follows to other desktop views

2015-09-23 Thread Andrey Gelman
Hello !
Since I have upgraded to Trusty this bug does not appear.
I'm not sure whether or not it still exists in 12.04 or somewhere in the 
middle.
Thanks,
Andrey Gelman

On 09/18/2015 02:45 PM, Andrea Azzarone wrote:
> hank you for taking the time to report this bug.  We have tried to
> recreate this on the latest release of Ubuntu and cannot reproduce it.
> This bug is being marked as Invalid.  If you believe the problem to
> still exist in the latest version of Ubuntu please comment on why that
> is the case and change the bug status to NEW.
>
> ** Changed in: unity
> Status: New => Invalid
>
> ** Changed in: unity (Ubuntu)
> Status: New => Invalid
>

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

Title:
  half-maximized window follows to other desktop views

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

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


Re: [Bug 1187552] Re: a window is shifted when I switch workspaces

2015-09-23 Thread Andrey Gelman
As of Trusty - this bug seems to disappear.
I am not sure whether or not it still appears in 12.04 or somewhere in 
the middle.
Thanks,
Andrey

On 09/18/2015 04:13 PM, Andrea Azzarone wrote:
> Thank you for taking the time to report this bug.  We have tried to
> recreate this on the latest release of Ubuntu and cannot reproduce it.
> This bug is being marked as Invalid.  If you believe the problem to
> still exist in the latest version of Ubuntu please comment on why that
> is the case and change the bug status to NEW.
>
> ** Changed in: unity
> Status: New => Invalid
>
> ** Changed in: unity (Ubuntu)
> Status: New => Invalid
>

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

Title:
  a window is shifted when I switch workspaces

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

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


[Bug 1463327] [NEW] Cannot Lock to Launcher Android Studio icon

2015-06-09 Thread Andrey Gelman
Public bug reported:

It does not matter if you select Lock to Launcher or not.
Upon exiting Android Studio editor, the icon would disappear.
Creating the .desktop file manually, also solves the problem only partially:
upon clicking on the Android Studio icon, yet another Android Studio icon would 
appear in the bottom of the Unity bar  --  see screenshot attached (look at the 
icon with a green calipers).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.5+14.04.20150521.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
Uname: Linux 3.13.0-53-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
CurrentDesktop: Unity
Date: Tue Jun  9 12:20:06 2015
InstallationDate: Installed on 2011-10-23 (1324 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-05-25 (380 days ago)

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


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

** Attachment added: screenshot.png
   
https://bugs.launchpad.net/bugs/1463327/+attachment/4411955/+files/screenshot.png

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

Title:
  Cannot Lock to Launcher Android Studio icon

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

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


Re: [Bug 1200295] Re: evince cannot open attachment that is not PDF

2015-01-02 Thread Andrey Gelman
The attachments are accessed via left side panel - screenshot attached.


On 01/02/2015 12:24 AM, Christopher M. Penalver wrote:
 Andrey Gelman, could you please detail where the attachment within the
 document is specifically?



** Attachment added: Screenshot_evince_attachments.png
   
https://bugs.launchpad.net/bugs/1200295/+attachment/4291243/+files/Screenshot_evince_attachments.png

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

Title:
  evince cannot open attachment that is not PDF

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

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


Re: [Bug 1200295] Re: evince cannot open attachment that is not PDF

2015-01-01 Thread Andrey Gelman
In Trusty evince opens the attachments almost all right.
In a sample PDF with attachments, I get:
- .pdf attachment is opened Ok
- .avi attachment is opened Ok
- .jpg attempts to do the right thing (open with 'eog'), but fails with 
Failed to execute child process 'eog' (Permission denied) error message.
For convenience, I attach a public link to the sample PDF with attachments:
https://docs.google.com/uc?id=0B28LYgbCJ5QuNTN5Mm1TdUdRQ00export=download

Thanks,
Andrey


On 12/25/2014 10:55 AM, Christopher M. Penalver wrote:
 Andrey Gelman, this bug was reported a while ago and there hasn't been
 any activity in it recently. We were wondering if this is still an
 issue? If so, could you please provide an example document that
 demonstrates this problem?

 ** Changed in: evince (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/1200295

Title:
  evince cannot open attachment that is not PDF

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

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


Re: [Bug 1177934] Re: open window follows when I switch workspace

2014-12-11 Thread Andrey Gelman
Apparently no.


On 12/11/2014 07:47 AM, Andrea Azzarone wrote:
 Is this still a problem?

 ** Changed in: unity
 Status: New = Incomplete

 ** Changed in: unity (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/1177934

Title:
  open window follows when I switch workspace

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

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


[Bug 1376468] [NEW] Totem crashes attempting to play wmv file

2014-10-01 Thread Andrey Gelman
Public bug reported:

Totem segfaults when I attempt to open a wmv file.
The same when Totem serves as video playback plugin in Firefox.
I believe that this is some kind of dependency problem, because I have 2 
additional Trusty machines, that do not experience the same problems.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: totem 3.10.1-1ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
Uname: Linux 3.13.0-36-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Oct  2 00:32:27 2014
InstallationDate: Installed on 2012-05-13 (871 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
UpgradeStatus: Upgraded to trusty on 2014-04-27 (156 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Totem crashes attempting to play wmv file

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

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


[Bug 1364109] [NEW] Firefox crashes when attempting to play video

2014-09-01 Thread Andrey Gelman
Public bug reported:

Firefox crashes when attempting to play particular video streams.
1) Example of video stream that does not cause crash:
YouTube

2) Example of video stream that causes the crash:
https://archive.org/details/dconf2014-day03-talk05

3) firefox -safe-mode  --  crashes just the same

4) Console output:
(process:5055): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
(firefox:5055): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::sm-connect after class was initialised
(firefox:5055): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::show-crash-dialog after class was initialised
(firefox:5055): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::display after class was initialised
(firefox:5055): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
[5123] ###!!! ABORT: Aborting on channel error.: file 
/build/buildd/firefox-31.0+build1/ipc/glue/MessageChannel.cpp, line 1531
[5123] ###!!! ABORT: Aborting on channel error.: file 
/build/buildd/firefox-31.0+build1/ipc/glue/MessageChannel.cpp, line 1531

5) A thought ...
It seems like on another machine running Ubuntu 14.04 as well, this does not 
happen. Does this cast a shadow on library issues ?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: firefox 31.0+build1-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
BuildID: 20140715214327
CurrentDesktop: Unity
Date: Mon Sep  1 20:45:56 2014
InstallationDate: Installed on 2012-05-13 (840 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=Safe Mode/Safe Mode (Out of date)
SourcePackage: firefox
UpgradeStatus: Upgraded to trusty on 2014-04-27 (126 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Firefox crashes when attempting to play video

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

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


[Bug 1346899] [NEW] gedit crashes on particular document

2014-07-22 Thread Andrey Gelman
Public bug reported:

gedit crashed when opening an excutable.
While there is no reason to open an executable with gedit, it surely should not 
crash in this case.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gedit 3.10.4-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jul 22 16:00:14 2014
InstallationDate: Installed on 2011-10-23 (1002 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: gedit
UpgradeStatus: Upgraded to trusty on 2014-05-25 (58 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  gedit crashes on particular document

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

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


[Bug 1335638] [NEW] git fetch fails silently if remote repo is not checked out on any branch

2014-06-29 Thread Andrey Gelman
Public bug reported:

Reproduction steps:
1) Create a git repository that has no branches at all (detached HEAD and no 
branches).
2) Let this repository serve as a remote to another repository.
   Now, 'git fetch name' fails silently.

Notes:
1) If it cannot succeed, let it fail loudly at least, if possible providing a 
useful hint.
2) A repository with no branches at all is not that rare thing as one might 
think - e.g. clone AOSP (Android Open Source Project) - every one of its git 
repos is checked out at some point with no branches at all.
3) I have built git version 2 - the bug is still there.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: git 1:1.9.1-1
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jun 29 18:25:16 2014
InstallationDate: Installed on 2011-10-23 (980 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: git
UpgradeStatus: Upgraded to trusty on 2014-05-25 (35 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  git fetch fails silently if remote repo is not checked out on any
  branch

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

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


[Bug 1331545] [NEW] gitk instances create separate icons in Unity bar

2014-06-18 Thread Andrey Gelman
Public bug reported:

Distinct instances of gitk create distinct icons in Unity bar, instead of one 
icon with 2 or 3 white triangles on the left.
Screenshot attached.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
CurrentDesktop: Unity
Date: Wed Jun 18 19:15:08 2014
InstallationDate: Installed on 2011-10-23 (969 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-05-25 (24 days ago)

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


** Tags: amd64 apport-bug trusty

** Attachment added: 2 gitk icons in Unity bar
   
https://bugs.launchpad.net/bugs/1331545/+attachment/4134261/+files/desktop_screenshot.png

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

Title:
  gitk instances create separate icons in Unity bar

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

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


[Bug 1327621] [NEW] Expo mode doesn't work right when one of the windows is always on top

2014-06-07 Thread Andrey Gelman
Public bug reported:

I open 2 gnome-terminals. One of them I mark as Always On Top, from the 
right-click menu. When this window is on top (it may be minimized explicitly), 
clicking on the terminal icon in the Unity bar does not bring the expo mode, 
essentially making the second terminal window inaccessible.
As a matter of fact, I don't think the Always on top thing should impact expo 
mode at all.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Sun Jun  8 00:27:35 2014
InstallationDate: Installed on 2012-05-13 (755 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-04-27 (40 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Expo mode doesn't work right when one of the windows is always on
  top

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

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


[Bug 1325339] [NEW] Skype would occasionally not create its icon in the top panel

2014-06-01 Thread Andrey Gelman
Public bug reported:

Occasionally, upon start, Skype is present in 'ps', but there is no icon
in the top panel.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
Uname: Linux 3.13.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
CurrentDesktop: Unity
Date: Sun Jun  1 12:19:42 2014
InstallationDate: Installed on 2011-10-23 (951 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-05-25 (7 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Skype would occasionally not create its  icon in the top panel

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

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


[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2014-05-29 Thread Andrey Gelman
The same behaviour here.
Just to provide additional debugging information, I have run it with gdb:

$ gdb /usr/bin/gedit
(gdb) run 1.txt
Starting program: /usr/bin/gedit 1.txt
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.

** (gedit:9452): WARNING **: Couldn't register with accessibility bus: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.
[New Thread 0x7fffed3dc700 (LWP 9456)]
[New Thread 0x7fffe79e4700 (LWP 9458)]
[New Thread 0x7fffd5599700 (LWP 9459)]
[New Thread 0x7fffcf7e7700 (LWP 9471)]
[New Thread 0x7fffce964700 (LWP 9472)]
**
ERROR:../../gi/pygi-argument.c:1583:_pygi_argument_to_object: code should not 
be reached

Program received signal SIGABRT, Aborted.
0x74a53f79 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
56  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x74a53f79 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x74a57388 in __GI_abort () at abort.c:89
#2  0x75374175 in g_assertion_message () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7537420a in g_assertion_message_expr () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fffe64515bd in ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-34m-x86_64-linux-gnu.so
#5  0x7fffe64551e3 in ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-34m-x86_64-linux-gnu.so
#6  0x7561f3b8 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x75630d3d in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8  0x75638a29 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9  0x75638ce2 in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x00430462 in ?? ()
#11 0x00dcf180 in ?? ()
#12 0x0112cc00 in ?? ()
#13 0x in ?? ()
(gdb)

Note:
The 1.txt file is attached.


** Attachment added: The file that constantly causes the crash
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/818857/+attachment/4121952/+files/1.txt

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

Title:
  _pygi_argument_from_g_value: code should not be reached

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

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


[Bug 1324437] [NEW] Nautilus window is not closed upon removable medium ejection

2014-05-29 Thread Andrey Gelman
Public bug reported:

Usecase / description:
Insert USB disk-on-key. It is automounted, opening a new file browser window 
for each mountable partition. On the left side pane, select any partition with 
a mouse, right click, select eject from the menu.
The device is unmounted / ejected all right, but the file browser window stays 
open.

The way it used to be in 12.04:
The device used to be unmounted / ejected just the same, the file browser 
windows (one for each partition) were closed.

Why it is so annoying:
I constantly use an SD-card with 8 partitions. It was really much nicer when 
all the windows went away the moment I had ejected the device.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
Uname: Linux 3.13.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
CurrentDesktop: Unity
Date: Thu May 29 11:33:40 2014
InstallationDate: Installed on 2011-10-23 (948 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-05-25 (4 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Nautilus window is not closed upon removable medium ejection

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

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


[Bug 1323560] [NEW] Font rendered distorted

2014-05-27 Thread Andrey Gelman
Public bug reported:

Today it has appeared on updater window (screenshot attached), but
happens in any different occasions.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
CurrentDesktop: Unity
Date: Tue May 27 12:05:21 2014
InstallationDate: Installed on 2011-10-23 (946 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-05-25 (2 days ago)

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


** Tags: amd64 apport-bug trusty

** Attachment added: The font on left side of the updater window is distorted
   
https://bugs.launchpad.net/bugs/1323560/+attachment/4120475/+files/distorted.png

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

Title:
  Font rendered distorted

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

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


[Bug 1269707] [NEW] LibreOffice creates bogus icons on the Unity side-bar

2014-01-16 Thread Andrey Gelman
Public bug reported:

Different instances of the same LibreOffice application (be it Writer or
Calc, or Impress) do not create a single icon, rather create an icon per
instance. In the attached screenshot, there are 3 distinct Impress
icons. Occasionally (especially with Writer) these icons would be
different - they might differ in resolution (as for different instances
of the application different icon files would've been opened), or be
even totally with no proper picture (and icon with a question mark on
it).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.20.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
Uname: Linux 3.8.0-33-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Thu Jan 16 10:20:57 2014
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity third-party-packages

** Attachment added: desktop-2.png
   
https://bugs.launchpad.net/bugs/1269707/+attachment/3949937/+files/desktop-2.png

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

Title:
  LibreOffice creates bogus icons on the Unity side-bar

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

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


Re: [Bug 914874] Re: gnome-terminal follows me when switching workspace

2013-09-24 Thread Andrey Gelman
DITTO.
It is a shame, this bug persists for so long   -   2+ years is waaay too 
long.
That's exactly the reason why I'm sceptical about Mir - Canonical are 
not capable of solving bugs in reasonable time frame - Mir will never 
become stable.

On 09/24/2013 03:56 PM, Jared wrote:
 This is still a symptom for me on 12.04. Two monitors, right monitor has
 a terminal on it, workspace 1. If I switch to any other workspace, while
 focusing an application on the left monitor, the terminal follows to the
 next workspace, staying on the right monitor.


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

Title:
  gnome-terminal follows me when switching workspace

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

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


[Bug 1204511] [NEW] cannot publish files on ubuntu one

2013-07-24 Thread Andrey Gelman
Public bug reported:

A file is in Ubuntu One folder and is being synched (that's what is said in a 
pop-up notification in the top-right screen corner).
Right click on this file, and select 'Publish'.
Top-right corner notification pops-up: Stop publishing file 
Strange, aha ?
After this, every item in the right-click / Ubuntu One menu (for this file) is 
greyed out.
Can publish the file ubuntuone.com web-site.

This bug persists for some time already.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubuntuone-client 3.0.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
Uname: Linux 3.2.0-49-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Wed Jul 24 16:06:06 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntuone-client
UpgradeStatus: Upgraded to precise on 2013-01-01 (203 days ago)

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity

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

Title:
  cannot publish files on ubuntu one

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

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


[Bug 1200295] [NEW] evince cannot open attachment that is not PDF

2013-07-11 Thread Andrey Gelman
Public bug reported:

I have a pdf file with a few files attached. Some of the attachments are
PDFs, some are not. The PDF attachments are opened Ok, whereas non-PDF
attachments cannot be opened as, seemingly, evince tries to open them by
itself instead of calling appropriate application.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evince 3.4.0-0ubuntu1.6
ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
Uname: Linux 3.2.0-49-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Thu Jul 11 19:19:39 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MarkForUpload: True
SourcePackage: evince
UpgradeStatus: Upgraded to precise on 2013-01-01 (190 days ago)

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


** Tags: amd64 apparmor apport-bug precise running-unity

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

Title:
  evince cannot open attachment that is not PDF

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

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


[Bug 1198667] [NEW] ubuntu one would not upload a file

2013-07-07 Thread Andrey Gelman
Public bug reported:

Ubuntu One folder is exported (among others) via NFS.
If I copy a file to Ubuntu One folder on a remote machine, my local client 
would not pay attention a new file had appeared in Ubuntu One folder, and would 
not upload it to the cloud.
If this behaviour is intentional (which is a bad idea, IMHO), it should be made 
explicit.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubuntuone-client 3.0.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
Uname: Linux 3.2.0-49-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Sun Jul  7 16:57:47 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntuone-client
UbuntuOneSyncdaemonExceptionsLog:
 
UpgradeStatus: Upgraded to precise on 2013-01-01 (186 days ago)

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity

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

Title:
  ubuntu one would not upload a file

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

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


[Bug 1196699] [NEW] all ubuntuone menu items are greyed

2013-07-01 Thread Andrey Gelman
Public bug reported:

I put a file in Ubuntu One folder.
It was uploaded within a few seconds.
Right click on the file, UbuntuOne menu, Publish.
Now, I want to get the web-link, may I ?
Once again: Right click, Ubuntu One menu ... every item is greyed. There are 
'Stop publishing' and 'Copy weblink', but ... greyed - you cannot choose 
anything.
I went to the UbuntuOne web portal.
Here this file was present, but not published. I have published it, and copied 
the web-link.
On my computer still the same picture - every item is greyed.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubuntuone-client 3.0.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Mon Jul  1 23:41:35 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntuone-client
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity third-party-packages

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

Title:
  all ubuntuone menu items are greyed

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

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


[Bug 1189756] [NEW] ubuntu one sync icon stays forever

2013-06-11 Thread Andrey Gelman
Public bug reported:

The synchronization is over long ago (all the files in the folder are present 
and marked with a 'V'), but the folder itself is marked as being synchronized 
for more than 12 hours now.
-
Possibly it would be reasonable to add a 'synchronize now' button to Nautilus, 
for Ubuntu One folders, that would enforce the Ubuntu One client to update its 
state clearing up stuff like this.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubuntuone-client 3.0.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-45.70-generic 3.2.44
Uname: Linux 3.2.0-45-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Tue Jun 11 10:31:38 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntuone-client
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity third-party-packages

** Attachment added: Ubuntu_1_eternal_sync.png
   
https://bugs.launchpad.net/bugs/1189756/+attachment/3700590/+files/Ubuntu_1_eternal_sync.png

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

Title:
  ubuntu one sync icon stays forever

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

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


[Bug 1188294] [NEW] close/minimize/maximize buttons dissappear from the top of window

2013-06-06 Thread Andrey Gelman
Public bug reported:

When mouse is hovering over top panel, the menu shows up Ok, but the 
close/minimize/maximize buttons do not  -  refer to the screenshot.
This condition is achieved after some play with maximize/half-maximize back and 
forth (Ctrl-Alt-KP5/Ctrl-Alt-KP8).
The way out of this condition would, apparently, be half-maximize to the right 
(or left) side, and half-maximize to the top - annoying.
It looks, like the top panel of the window is hidden below the top panel of the 
desktop.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.18.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-45.70-generic 3.2.44
Uname: Linux 3.2.0-45-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Thu Jun  6 20:01:04 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2013-01-01 (156 days ago)

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


** Tags: amd64 apport-bug precise running-unity

** Attachment added: screenshot.png
   
https://bugs.launchpad.net/bugs/1188294/+attachment/3696503/+files/screenshot.png

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

Title:
  close/minimize/maximize buttons dissappear from the top of window

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

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


[Bug 1187552] [NEW] a window is shifted when I switch workspaces

2013-06-04 Thread Andrey Gelman
Public bug reported:

Reproduce scenario:
- Ctrl-Alt-T  -  open new gnome-terminal
- Ctrl-Alt-KP2  -  half-maximize this gnome-terminal
- Ctrl-Alt-ArrowDown  -  switch to another workspace
- Ctrl-Alt-ArrowUp  -  switch workspace back

The result:
the terminal window is shifted left below the Unity bar. Refer to attached 
screenshots.

Note:
- With other applications (not gnome-terminal) might work and might not work.
- If one uses workspace switcher instead of keyboard shortcuts, for workspace 
switching, might not get reproduced
- Persists for long time ... I think from Oneiric

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.18.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-45.70-generic 3.2.44
Uname: Linux 3.2.0-45-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,place,imgpng,resize,compiztoolbox,unitymtgrabhandles,mousepoll,gnomecompat,grid,move,regex,session,vpswitch,snap,animation,wall,expo,workarounds,fade,ezoom,scale,unityshell]
Date: Tue Jun  4 23:07:57 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity third-party-packages

** Attachment added: before_and_after.tar.bz2
   
https://bugs.launchpad.net/bugs/1187552/+attachment/3694688/+files/before_and_after.tar.bz2

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

Title:
  a window is shifted when I switch workspaces

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

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


[Bug 1177934] [NEW] open window follows when I switch workspace

2013-05-08 Thread Andrey Gelman
Public bug reported:

This bug persists from Oneiric - fix it already !
On empty desktop open gnome-terminal.
Using the workspace switcher (not the keyboard shortcut) switch to another 
workspace.
The gnome-terminal window follows to that workspace as well.
This behaviour is bogus and should really be fixed !

This bug happens with other applications as well, but this particular
scenario is one that never misses the target.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Wed May  8 22:10:31 2013
InstallationDate: Installed on 2013-05-04 (3 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

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

Title:
  open window follows when I switch workspace

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

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


[Bug 1156160] [NEW] half-maximized window shifts when switching workspace views

2013-03-17 Thread Andrey Gelman
Public bug reported:

Open gnome-terminal (Ctrl-Alt-t).
Half-maximize it (Ctrl-Alt-KeyPad8).
Switch workspace view forth and back (Ctrl-Alt-DownArrow, Ctrl-Alt-UpArrow).
The half-maximized window is shifted to the right screen border ignoring the 
presence of the Unity bar.
In the screenshots attached:
before - is taken prior to workspace switching
after - is taken after
Looks like gnome-terminal is affected, whereas Nautilus is not, but possibly I 
miss some kind of correlation.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.18.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Sun Mar 17 12:07:45 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2013-01-01 (74 days ago)

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


** Tags: amd64 apport-bug precise running-unity third-party-packages

** Attachment added: screenshots.tar.bz2
   
https://bugs.launchpad.net/bugs/1156160/+attachment/3579281/+files/screenshots.tar.bz2

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

Title:
  half-maximized window shifts when switching workspace views

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

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


[Bug 1128052] [NEW] Unity became totally unresponsive

2013-02-17 Thread Andrey Gelman
Public bug reported:

Clicking any icon on Unity bar leads to nothing.
The same about clicking icons in the top menu (I mean 'the network status', 
'audio controls' etc.).
Global menu does not appear.
HUD activation (press Alt-key) pops the prompt on the top, but nothing can be 
typed in. Press Alt again, and HUD prompt will disappear.
Generally, everything works well, just no Unity ...
I am able to switch applications with Alt-Tab, type in this bug report ...
Using keyboard shortcuts to switch applications (Windows-key + Number   to 
activate unity bar icon) also works.
--
I don't know how to reproduce it.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.18.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
Uname: Linux 3.2.0-37-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Sun Feb 17 14:25:59 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2013-01-01 (46 days ago)

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  Unity became totally unresponsive

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

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


Re: [Bug 1101324] Re: all gnome applications appear without their frame

2013-01-21 Thread Andrey Gelman
No. I have rebooted immediately after the bug report was committed. I'm 
totally Ok now.
The bug report was intended to help Canonical identify and, possibly, 
fix bugs in Ubuntu.


On 01/21/2013 11:00 AM, Omer Akram wrote:
 Its not pretty clear from the last comment. Is that still an issue for
 you ?


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

Title:
  all gnome applications appear without their frame

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

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


Re: [Bug 1095620] Re: Application window follows to another workspace as I switch

2013-01-21 Thread Andrey Gelman
Well ...  Yes.
1. Do not forget to 'half-maximize' the gnome-terminal window - 
Ctrl-Alt-KP8.
2. Looks like, on the wrong desktop, the window will not be focused.
3. Attach a screenshot of 'jumped' window.

On 01/22/2013 12:56 AM, Andrea Azzarone wrote:
 I cannot reproduce here at all. Can you reproduce it all the time?

 ** Changed in: unity
 Status: New = Incomplete

 ** Changed in: compiz
 Status: New = Incomplete

 ** Changed in: compiz (Ubuntu)
 Status: New = Incomplete

 ** Changed in: unity (Ubuntu)
 Status: New = Incomplete



** Attachment added: Screenshot from 2013-01-22 01:56:25.png
   
https://bugs.launchpad.net/bugs/1095620/+attachment/3493323/+files/Screenshot%20from%202013-01-22%2001%3A56%3A25.png

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

Title:
  Application window follows to another workspace as I switch

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

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


Re: [Bug 1101324] Re: all gnome applications appear without their frame

2013-01-20 Thread Andrey Gelman
Thank you !
I have rebooted since then, but know that 'unity --reset' did not help.


On 01/20/2013 02:49 PM, Omer Akram wrote:
 Thanks for the bug report. In the terminal try running unity-window-
 decorator or gtk-window-decorator and that should fix the issue. For a
 permanent fix I think 'unity --reset' in a terminal would fix that for
 you.

 ** Changed in: unity (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/1101324

Title:
  all gnome applications appear without their frame

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

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


[Bug 1101324] [NEW] all gnome applications appear without their frame

2013-01-18 Thread Andrey Gelman
Public bug reported:

screenshot attached - any additional word would be excessive

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.18.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Fri Jan 18 20:20:22 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity third-party-packages

** Attachment added: Screenshot from 2013-01-18 20:20:40.png
   
https://bugs.launchpad.net/bugs/1101324/+attachment/3487719/+files/Screenshot%20from%202013-01-18%2020%3A20%3A40.png

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

Title:
  all gnome applications appear without their frame

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

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


Re: [Bug 1095620] Re: Application window follows to another workspace as I switch

2013-01-04 Thread Andrey Gelman
Looks like this bug is much more reproducable when the application 
window is half-maximized (keyboard shortcut Ctrl-Alt-KP2 or Ctrl-Alt-KP8).
Reproduces well with both gnome-terminal, firefox, thunderbird ... 
apparently any application.
When I was playing around reproducing this bug's different behaviours, 
the Unity totally stuck with all the workspaces zoomed out (workspace 
switcher pressed)  -  'unity --reset' helped.
...
Let me help you to decide about the importance of this bug:
It renders the Unity workspace switcher unusable, at least when 
half-maximized windows are used.


On 01/04/2013 05:16 AM, Daniel van Vugt wrote:
 ** Also affects: unity
 Importance: Undecided
 Status: New

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

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

Title:
  Application window follows to another workspace as I switch

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

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


[Bug 1095620] [NEW] Application window follows to another workspace as I switch

2013-01-03 Thread Andrey Gelman
Public bug reported:

This bug persits from Oneiric.
I have observed it with gnome-terminal only, but possibly there are others.

In the current workspace open gnome-terminal (possibly 2 instances will be even 
better).
Switch workspace using keyboard shortcut (Ctrl-Alt-Arrow)  -  everything 
behaves as expected.
Switch workspace using Workspace Switcher on the Unity bar  -  one or both 
gnome-terminal windows follow you to the new workspace.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.18.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Thu Jan  3 14:04:41 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2013-01-01 (1 days ago)

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  Application window follows to another workspace as I switch

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

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


Re: [Bug 1095100] Re: Misbehaviour upon half-maximize

2013-01-03 Thread Andrey Gelman
Hi !
Possibly ...
Holding Alt and dragging the window down deserves a separate bug report  :(

If I press the workspace switcher, the desktop zooms out, and indeed 
looks like the top of the window goes out from below the top panel.
However, this is still bogus - the window should not go under the top 
panel, should it ?

Notice, that when we experience this 'misbehaviour', moving the mouse 
over the top panel unveils the menu, but does not unveil the 
'close/minimize/maximize' buttons.


On 01/03/2013 10:52 AM, Daniel van Vugt wrote:
 Are you sure the window is not just partially under the panel? What
 happens if you hold Alt and drag the window down?

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

 ** Changed in: unity
 Status: New = Incomplete

 ** Changed in: unity (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/1095100

Title:
  Misbehaviour upon half-maximize

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

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


[Bug 1095050] [NEW] update manager doesn't notify upgrade exists

2013-01-01 Thread Andrey Gelman
Public bug reported:

Update manager is configured to propose upgrade to LTS only (as opposed to any 
Ubuntu release).
In fact it does not.
I had to switch to any release notification, then 12.04LTS has appeared.

This is my last report for 11.10  -  upgrading

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: update-manager 1:0.152.25.13
ProcVersionSignature: Ubuntu 3.0.0-29.46-generic 3.0.53
Uname: Linux 3.0.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4.1
Architecture: amd64
Date: Tue Jan  1 16:23:08 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: Upgraded to oneiric on 2012-03-26 (280 days ago)

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


** Tags: amd64 apport-bug dist-upgrade oneiric running-unity

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

Title:
  update manager doesn't notify upgrade exists

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

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


[Bug 1095100] [NEW] Misbehaviour upon half-maximize

2013-01-01 Thread Andrey Gelman
Public bug reported:

Happens to applications designed to integrate with Unity global menu.
Tested with gnome-terminal, firefox.
Reproduction:
Maximize application window - everything as expected.
Half-maximize towards the top of the screen (Alt-Ctrl-KP8).
Expected behaviour would be to produce half-window with 
(kill/minimize/maximize) buttons on its border.
Actual (bogus) behaviour: the window is indeed half-maximized, but the buttons 
are integrated with the screen frame as the window were maximized.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.18.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Tue Jan  1 20:18:11 2013
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2013-01-01 (0 days ago)

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


** Tags: amd64 apport-bug precise running-unity

** Attachment added: screenshots.tar.bz2
   
https://bugs.launchpad.net/bugs/1095100/+attachment/3472059/+files/screenshots.tar.bz2

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

Title:
  Misbehaviour upon half-maximize

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

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


Re: [Bug 592842] Re: appmenu doesn't work with apps run as sudo root

2012-08-05 Thread Andrey Gelman
sudo gedit
gedit will start with no global menu integration.

On 08/05/2012 02:50 AM, quequotion wrote:
 Dave
 I remember this too. Do you now how it was done?


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

Title:
  appmenu doesn't work with apps run as sudo root

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

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


Re: [Bug 1032184] Re: Icons have disappeared from the desktop

2012-08-03 Thread Andrey Gelman
No, there was no Nautilus crash. As for disabling icons, after a reboot,
the icons re-appeared, so apparently it was not me who disabled anything.
Additional interesting fact, that I possibly missed, is that it was not
possible to select an area on the desktop (you know, press left mouse key
and draw a rectangle - nothing happened).
Thank you,
Andrey Gelman
On Aug 3, 2012 2:40 PM, Omer Akram om2...@ubuntu.com wrote:

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

Title:
  Icons have disappeared from the desktop

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

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


[Bug 1032184] [NEW] Icons have disappeared from the desktop

2012-08-02 Thread Andrey Gelman
Public bug reported:

All my icons, that I had on the desktop (!), have disappeared out of the blue.
Their *.desktop files are still present in ~/Desktop folder.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.28.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-23.39-generic 3.0.36
Uname: Linux 3.0.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Thu Aug  2 16:18:01 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2012-03-26 (128 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Icons have disappeared from the desktop

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

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


[Bug 1032184] Re: Icons have disappeared from the desktop

2012-08-02 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1032184

Title:
  Icons have disappeared from the desktop

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

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


Re: [Bug 1000230] Re: Firefox doesn't respond to input/output

2012-07-31 Thread Andrey Gelman
Hello !
Since this bug was reported a while ago, I would like to add a couple of
words ...
- It persists in Precise as well. Generally the common denominator in both
my machines (running Oneiric and Precise) is NVidia video card with
proprietary drivers.
- I'm not sure, anymore, that Firefox is the address. Looks like it is
something in the video path (Compiz ?), because since the bug was reported,
similar behavior was observed with GEdit, gnome-terminal, xterm ... It all
might be qualified as the graphical output 'misses' the window. Upon window
resize / movement / minimizing / maximizing the problem becomes fixed ...
for a while.


On Mon, Jul 30, 2012 at 9:31 PM, Launchpad Bug Tracker 
1000...@bugs.launchpad.net wrote:

 Status changed to 'Confirmed' because the bug affects multiple users.

 ** Changed in: firefox (Ubuntu)
Status: New = Confirmed

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1000230

 Title:
   Firefox doesn't respond to input/output

 Status in “firefox” package in Ubuntu:
   Confirmed

 Bug description:
   A bug that appers every now and then.
   I have deleted '.mozilla' folder - doesn't help.
   Bug description:
   Firefox window kinda freezes. I.e. it cannot be scrolled with a mouse,
 any text that I type on the keyboard doesn't appear, changes on the
 web-page are not displayed.
   However, Firefox does get my input, it is only the display that freezes.
 Because when it gets out of this state, I see on the screen what should've
 been if everything went Ok. For example: google search results are ready,
 even though nothing appeared when I typed the query.
   Q: How does Firefox get out of this state ?
   A: Window size change solves the problem. No matter if the window is
 maximized or not - un-maximizing or maximizing the window accordingly,
 releases this stuck display.

   ProblemType: Bug
   DistroRelease: Ubuntu 11.10
   Package: firefox 12.0+build1-0ubuntu0.11.10.1
   ProcVersionSignature: Ubuntu 3.0.0-19.33-generic 3.0.27
   Uname: Linux 3.0.0-19-generic x86_64
   NonfreeKernelModules: nvidia
   AddonCompatCheckDisabled: False
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
   ApportVersion: 1.23-0ubuntu4
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC1:  andrey 2293 F pulseaudio
/dev/snd/controlC0:  andrey 2293 F pulseaudio
   BuildID: 20120423122843
   CRDA: Error: [Errno 2] No such file or directory
   Card0.Amixer.info:
Card hw:0 'PCH'/'HDA Intel PCH at 0xfbff4000 irq 46'
  Mixer name : 'Realtek ALC889'
  Components : 'HDA:10ec0889,1458a022,0014'
  Controls  : 38
  Simple ctrls  : 23
   Card1.Amixer.info:
Card hw:1 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
  Mixer name : 'Nvidia GPU 14 HDMI/DP'
  Components : 'HDA:10de0014,10de0101,00100100'
  Controls  : 16
  Simple ctrls  : 4
   Channel: release
   Date: Wed May 16 16:23:40 2012
   ForcedLayersAccel: False
   IncompatibleExtensions: All-in-One Gestures -
 ID={8b86149f-01fb-4842-9dd8-4d7eb02fd055}, Version=0.22.1, minVersion=1.0,
 maxVersion=6.*, Location=app-profile, Type=extension, Active=Yes
   InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64
 (20111011)
   IpRoute:
default via 192.168.0.110 dev eth0  metric 100
169.254.0.0/16 dev eth0  scope link  metric 1000
192.168.0.0/16 dev eth0  proto kernel  scope link  src 192.168.11.14
192.168.122.0/24 dev virbr0  proto kernel  scope link  src
 192.168.122.1
   IwConfig:
lono wireless extensions.

eth0  no wireless extensions.

virbr0no wireless extensions.
   Profiles: Profile0 (Default) - LastVersion=12.0/20120423122843 (Running)
   RfKill:

   RunningIncompatibleAddons: True
   SourcePackage: firefox
   UpgradeStatus: Upgraded to oneiric on 2012-03-26 (50 days ago)
   dmi.bios.date: 04/08/2011
   dmi.bios.vendor: Award Software International, Inc.
   dmi.bios.version: F3
   dmi.board.name: Z68X-UD3P-B3
   dmi.board.vendor: Gigabyte Technology Co., Ltd.
   dmi.board.version: x.x
   dmi.chassis.type: 3
   dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
   dmi.modalias:
 dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd04/08/2011:svnGigabyteTechnologyCo.,Ltd.:pnZ68X-UD3P-B3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnZ68X-UD3P-B3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
   dmi.product.name: Z68X-UD3P-B3
   dmi.sys.vendor: Gigabyte Technology Co., Ltd.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1000230/+subscriptions


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

Title:
  Firefox doesn't respond to input/output

To manage notifications about this bug go to:

[Bug 1029618] [NEW] Cannot logout

2012-07-26 Thread Andrey Gelman
Public bug reported:

Log out from both Guest and 'normal' user gets stuck on some text-mode (white 
on black) screen.
Nothing conscious appears on this screen.
Happens all the time.
I was able to connect via ssh and grab 'dmesg' in hope it will spill some light 
- attached.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Thu Jul 26 22:17:53 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Cannot logout

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

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


[Bug 1029618] Re: Cannot logout

2012-07-26 Thread Andrey Gelman
** Attachment added: switch_log
   https://bugs.launchpad.net/bugs/1029618/+attachment/3237620/+files/switch_log

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

Title:
  Cannot logout

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

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


Re: [Bug 984968] Re: SlickEdit cannot create fully functional icon on Unity bar

2012-07-24 Thread Andrey Gelman
Yes.
Actually the 2 bugs you mention and 'mine' are all the same.
The only reasonable way to get a 'viable' icon in the Unity launcher is to
create a quicklist (*.desktop) file.
This is true for SlickEdit, Eclipse, Skype, and many more applications.
(!)
Additional issue, that should be inserted under the same umbrella:
Sometimes, a stupid notification window of the style Could not open a
file creates its own icon in the launcher. This icon can be kept in
launcher. As expected, clicking this icon launches nothing.

Generally, the Keep in launcher thing is broken, because
- there are many applications it cannot 'catch'
- there are applications it should not catch, and it does
- in any case you cannot configure anything more than trivial functionality
- pressing the mouse wheel should open a new instance of the same
application, but many applications require commandline parameters to open
another instance, rather than activate the existing one - you cannot
configure it. Should I go on ?

Thanks,
Andrey Gelman


On Tue, Jul 24, 2012 at 2:17 AM, Gary M 984...@bugs.launchpad.net
wrote:

 Is this a duplicate of bug 753305 or bug 765466?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/984968

 Title:
   SlickEdit cannot create fully functional icon on Unity bar

 Status in Unity:
   New
 Status in “unity” package in Ubuntu:
   New

 Bug description:
   I run the famous (proprietary) code editor: SlickEdit (with license).
   Run from the desktop shortcut, or from the commandline, it creates the
 icon on Unity bar, that behaves Ok.
   However, if I select keep in launcher, the icon will stay, but it will
 not be able to actually launch something.

   ProblemType: Bug
   DistroRelease: Ubuntu 11.10
   Package: unity 4.28.0-0ubuntu2
   ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
   Uname: Linux 3.0.0-17-generic x86_64
   NonfreeKernelModules: nvidia
   ApportVersion: 1.23-0ubuntu4
   Architecture: amd64
   CompizPlugins:
 [core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
   Date: Wed Apr 18 17:38:30 2012
   InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64
 (20111011)
   SourcePackage: unity
   UpgradeStatus: Upgraded to oneiric on 2012-03-26 (23 days ago)

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


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

Title:
  SlickEdit cannot create fully functional icon on Unity bar

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

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

Re: [Bug 1026623] Re: application window 'jumps' under the unity launcher

2012-07-22 Thread Andrey Gelman
Hello !
Yes. In Quantal daily this one seems Ok.
But (!) there are a few others ... some of them I recall from 11.10.
- 1027428 persists
- suddenly, an orange rectangle appears on the left half-screen. This 
bug existed when 11.10 was young. Is it back ?
- this one is long story to describe ...
 Open gnome-terminal, and half-maximize it (shortcut Ctrl-Alt-Numpad2).
 Switch desktop view forth and back (shortcut Ctrl-Alt-DownArrow, 
Ctrl-Alt-UpArrow) ... Don't leave the the Ctrl-Alt keys.
 Are you still holding the Ctrl-Alt ?
 Keep holding ...
 Press Numpad-5 (generally, Ctrl-Alt-Numpad5 maximizes a window).
 As a result the frame of the gnome-terminal disappears.
 Press Ctrl-Alt-Numpad5 again, the frame will be back.
 Press Ctrl-Alt-Numpad5 again, the frame disappears again.
 Just bogus ...
Thanks,
Andrey Gelman


On 07/20/2012 05:10 AM, Daniel van Vugt wrote:
 I think this should have been fixed by the fix for bug 755842.

 Could you please test the fix by booting a live CD of Ubuntu 12.10?
 http://www.ubuntu.com/testing/quantal/alpha2

 ** Summary changed:

 - application window 'jumps' under the unuty launcher
 + application window 'jumps' under the unity launcher

 ** Package changed: unity (Ubuntu) = compiz (Ubuntu)

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

 ** Changed in: compiz
 Status: New = Incomplete

 ** Changed in: compiz (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/1026623

Title:
  application window 'jumps' under the unity launcher

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

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


[Bug 1027428] Re: half-maximized window follows to other desktop views

2012-07-21 Thread Andrey Gelman
** Attachment added: screenshot of 'runaway' window on 2-nd desktop view
   
https://bugs.launchpad.net/bugs/1027428/+attachment/3231057/+files/screenshot.jpg

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

Title:
  half-maximized window follows to other desktop views

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

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


[Bug 1027428] [NEW] half-maximized window follows to other desktop views

2012-07-21 Thread Andrey Gelman
Public bug reported:

gnome-terminal window maximized to half-size (shortcut Ctrl-Alt-Keypad8) ...
When I switch the desktop view using the view switcher (as opposed to using 
keyboard shortcuts Ctrl-Alt-Arrow), this half-maximized window follows to that 
desktop view as well.
However, this behaviour does not copy the 'Always on Visible Workspace' 
behaviour, as on the 'stranger desktop' the terminal window is not focused (and 
cannot be focused) - the cursor bar is not filled, it does not respond to 
keystrokes, if one right-clicks its area, the appearing menu is related to the 
underlying desktop.

Notes:
- doesn't happen only with gnome-terminal. Observed also with nautilus, firefox 
... everyone ?
- doesn't happen only with top-half-maximized windows, but (!) doesn't seem to 
happen with left/right-half-maximized windows.
- persists from Oneiric
- as was already mentioned, doesn't occur with keyboard shortcuts switching the 
desktop.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.12-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Sat Jul 21 18:01:32 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  half-maximized window follows to other desktop views

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

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


Re: [Bug 1026623] Re: application window 'jumps' under the unity launcher

2012-07-20 Thread Andrey Gelman
Hello !
I will exploit the occasion to provide you some update.
- Initially I encountered this bug on Oneiric.
   Here I would like to fix my mistake: it happens on any view.
   Switching between desktop views is very common for me, so I believe 
the fact that I encountered this bug only now implies that it was 
introduced by the last update.
   No way I did not pay attention to it - it is so disturbing, and I 
switch views all the time.
- Now I encounter the same bug also in Precise.
- I will test it on 12.10 alpha, and update you.
   However, I would like to ask what about 12.04 and 11.10, I still use 
them ?
Thanks,
Andrey Gelman


On 07/20/2012 05:10 AM, Daniel van Vugt wrote:
 I think this should have been fixed by the fix for bug 755842.

 Could you please test the fix by booting a live CD of Ubuntu 12.10?
 http://www.ubuntu.com/testing/quantal/alpha2

 ** Summary changed:

 - application window 'jumps' under the unuty launcher
 + application window 'jumps' under the unity launcher

 ** Package changed: unity (Ubuntu) = compiz (Ubuntu)

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

 ** Changed in: compiz
 Status: New = Incomplete

 ** Changed in: compiz (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/1026623

Title:
  application window 'jumps' under the unity launcher

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

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


[Bug 1026623] [NEW] application window 'jumps' under the unuty launcher

2012-07-19 Thread Andrey Gelman
Public bug reported:

In order to be in sync, let's define unity views' numbers:
1 - 2
3 - 4
Normally, Ubuntu boots to view 1.
With keyboard shortcut I went to view 2. Opened here a gnome-terminal, and 
half-maximized it (with Ctrl-Alt-8 shortcut).
With keyboard shortcut I went back to view 1, back to view 2.
Now the terminal window was shifted to the left, so that it was covered by the 
Unity launcher.
Notes:
- Reproducable (at least if I reproduce it now)
- Doesn't seem to appear on view 1.
- Doesn't seem to appear if the terminal window size is set manually, rather 
than with Ctrl-Alt-8.
- Unity launcher is set to be always visible
Attached:
Screenshots before and after

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.28.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-23.38-generic 3.0.36
Uname: Linux 3.0.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Thu Jul 19 16:53:28 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2012-03-26 (114 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  application window 'jumps' under the unuty launcher

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

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


[Bug 1026623] Re: application window 'jumps' under the unuty launcher

2012-07-19 Thread Andrey Gelman
** Attachment added: screenshots
   
https://bugs.launchpad.net/bugs/1026623/+attachment/3228463/+files/screenshots.tar.bz2

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

Title:
  application window 'jumps' under the unuty launcher

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

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


[Bug 1025483] [NEW] gedit tab label doesn't belong to currently active document

2012-07-16 Thread Andrey Gelman
Public bug reported:

Every now and then it happens ...
When, say 2, documents are open, it happens that clicking a particular tab 
activates the aproppriate document, but the 'other' tab is 'on the front'. At 
this point, looks like the correlation between active tab and active document 
becomes inverse. At some point in time, it may become normal again.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gedit 3.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Tue Jul 17 03:05:13 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  gedit tab label doesn't belong to currently active document

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

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


[Bug 1025483] Re: gedit tab label doesn't belong to currently active document

2012-07-16 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025483

Title:
  gedit tab label doesn't belong to currently active document

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

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


[Bug 1021596] [NEW] distorted frame buffer on welcome screen

2012-07-06 Thread Andrey Gelman
Public bug reported:

Persists from 11.10.
Observed on different machines.
Non consistent.

On the welcome screen a distorted pattern of some blinking dots is seen.\
Attached a picture of the screen with the distortion in the left upper corner 
(marked in a circle).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Fri Jul  6 08:57:39 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  distorted frame buffer on welcome screen

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

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


[Bug 1021596] Re: distorted frame buffer on welcome screen

2012-07-06 Thread Andrey Gelman
** Attachment added: In the upper left corner I marked the distortion
   
https://bugs.launchpad.net/bugs/1021596/+attachment/3214734/+files/screenshot.jpg

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

Title:
  distorted frame buffer on welcome screen

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

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


Re: [Bug 1021596] Re: distorted frame buffer on welcome screen

2012-07-06 Thread Andrey Gelman
NVidia cards with proprietary driver.
One card is Asus GT520, the second I cannot currently access in order to 
check.
No distortions observed in other circumstances.


On 07/06/2012 12:15 PM, Sebastien Bacher wrote:
 Thank you for your bug report, what videocard and driver are those
 machines using?

 ** Package changed: lightdm (Ubuntu) = unity-greeter (Ubuntu)

 ** Changed in: unity-greeter (Ubuntu)
 Status: New = Incomplete

 ** Changed in: unity-greeter (Ubuntu)
 Importance: Undecided = Low


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

Title:
  distorted frame buffer on welcome screen

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

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


Re: [Bug 592842] Re: appmenu doesn't work with apps run as sudo root

2012-06-15 Thread Andrey Gelman
On 06/14/2012 07:08 AM, Dave Ahlswede wrote:
 This is still a problem? The Gnome-globalmenu people had the same
 problem briefly after switching to dbus, but they had it fixed within a
 couple months.

Yes.
Run, say, 'sudo gedit' from commandline, and see for yourself.

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

Title:
  appmenu doesn't work with apps run as sudo root

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

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


[Bug 1010155] [NEW] keyboard layout switch not represented in the top icon

2012-06-07 Thread Andrey Gelman
Public bug reported:

I switch between 2 keyboard layouts - English and Hebrew.
Pressing Alt-Shift switches the keyboard, but the icon in the top of screen 
doesn't change.
Switching back doesn't change it also.
Switching again, might change it.
The keyboard layout, as far as I can judge, is Ok. The icon doesn't always 
follow the keyboard.
Not consistent, but also not rare.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.12-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Thu Jun  7 21:42:52 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  keyboard layout switch not represented in the top icon

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

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


[Bug 1010155] Re: keyboard layout switch not represented in the top icon

2012-06-07 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010155

Title:
  keyboard layout switch not represented in the top icon

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

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


Re: [Bug 1007722] Re: xterm doesn't display all the information

2012-06-06 Thread Andrey Gelman
I observe now consistently an artifact ...
When a mouse cursor is on the xterm window, especially, on the 2-nd, 
from the bottom, line,
the bottom of the screen, at least this 2-nd line would not be displayed 
- just stay blank, whereas lines above and below are Ok.
(*) Looks like only those commands that print only a few lines cause 
this artifact.
(**) I cannot take a screenshot, because the moment I press the ALT key 
(Alt-PrtScrn) the blank lines re-appear.
Thanks,
Andrey

On 06/06/2012 04:53 AM, Daniel van Vugt wrote:
 Andrey,

 I can't yet reproduce such a bug using xterm with nouveau, but I will
 switch to the nvidia driver this week and test again.

 In the mean time, could you please provide a screen shot or video (gtk-
 recordmydesktop) of the problem?

 ** Changed in: compiz (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/1007722

Title:
  xterm doesn't display all the information

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

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


Re: [Bug 1007722] [NEW] xterm doesn't display all the information

2012-06-02 Thread Andrey Gelman
Hi !
I'm not so sure this is a Nouveau issue ...
I actually use a proprietary NVidia driver. The

'xserver-xorg-video-nouveau'

was merely a left-over after installing the NVidia driver. I have 
removed it, however the problem persists.
Pay attention, we have no sign of this in other applications, including 
the gnome-terminal.
Thanks,
Andrey.


On 06/02/2012 02:51 PM, Thomas Dickey wrote:
 On Sat, Jun 02, 2012 at 05:46:27AM -, Andrey Gelman wrote:
 Public bug reported:

 Regular output in XTerm results in a few blanked (black) lines in the top or 
 bottom of the window.
 It happens when some application prints out something - top of windows stays 
 black.
 It happens when I scroll the window contens with the mouse wheel - top or 
 bottom of the window (depending on scrolling direction) remains black.
 ...see below

 This problem persists from Oneiric, and was observed (by me) on
 different computers.
 ...
 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
 1:0.0.16+git20111201+b5534a1-1build2
 ...yet another bug that should be reassigned to the Nouveu driver.


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

Title:
  xterm doesn't display all the information

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

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


Re: [Bug 1007722] [NEW] xterm doesn't display all the information

2012-06-02 Thread Andrey Gelman
Well ... just route this bug report to whoever is in charge.
Thanks,
Andrey


On 06/02/2012 08:44 PM, Thomas Dickey wrote:
 On Sat, Jun 02, 2012 at 05:20:37PM -, Andrey Gelman wrote:
 Hi !
 I'm not so sure this is a Nouveau issue ...
 I actually use a proprietary NVidia driver. The

 'xserver-xorg-video-nouveau'

 was merely a left-over after installing the NVidia driver. I have
 removed it, however the problem persists.
 Pay attention, we have no sign of this in other applications, including
 the gnome-terminal.
 You also have compiz listed (which I looked for earlier but did not see).
 That's been an ongoing source of bugs misreported against xterm for the
 past few years.


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

Title:
  xterm doesn't display all the information

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

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


[Bug 1007722] [NEW] xterm doesn't display all the information

2012-06-01 Thread Andrey Gelman
Public bug reported:

Regular output in XTerm results in a few blanked (black) lines in the top or 
bottom of the window.
It happens when some application prints out something - top of windows stays 
black.
It happens when I scroll the window contens with the mouse wheel - top or 
bottom of the window (depending on scrolling direction) remains black.

This problem persists from Oneiric, and was observed (by me) on
different computers.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xterm 271-1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.53  Fri May 11 23:28:10 
PDT 2012
 GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Sat Jun  2 08:36:12 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 295.53, 3.2.0-24-generic, x86_64: installed
 nvidia-current-updates, 295.49, 3.2.0-24-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation Device [10de:0de4] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:83d2]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
JockeyStatus:
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Enabled, In use)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=e073ef69-1057-4c6b-801b-5d5fa762340f ro quiet splash vt.handoff=7
SourcePackage: xterm
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/12/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1102
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: SABERTOOTH 990FX
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1102:bd03/12/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FX:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.
version.compiz: compiz 1:0.9.7.8-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.2
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.19.0-0ubuntu1~xup1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise ubuntu

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

Title:
  xterm doesn't display all the information

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

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


[Bug 1007722] Re: xterm doesn't display all the information

2012-06-01 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007722

Title:
  xterm doesn't display all the information

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

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


[Bug 1000230] [NEW] Firefox doesn't respond to input/output

2012-05-16 Thread Andrey Gelman
Public bug reported:

A bug that appers every now and then.
I have deleted '.mozilla' folder - doesn't help.
Bug description:
Firefox window kinda freezes. I.e. it cannot be scrolled with a mouse, any text 
that I type on the keyboard doesn't appear, changes on the web-page are not 
displayed.
However, Firefox does get my input, it is only the display that freezes. 
Because when it gets out of this state, I see on the screen what should've been 
if everything went Ok. For example: google search results are ready, even 
though nothing appeared when I typed the query.
Q: How does Firefox get out of this state ?
A: Window size change solves the problem. No matter if the window is maximized 
or not - un-maximizing or maximizing the window accordingly, releases this 
stuck display.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 12.0+build1-0ubuntu0.11.10.1
ProcVersionSignature: Ubuntu 3.0.0-19.33-generic 3.0.27
Uname: Linux 3.0.0-19-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  andrey 2293 F pulseaudio
 /dev/snd/controlC0:  andrey 2293 F pulseaudio
BuildID: 20120423122843
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfbff4000 irq 46'
   Mixer name   : 'Realtek ALC889'
   Components   : 'HDA:10ec0889,1458a022,0014'
   Controls  : 38
   Simple ctrls  : 23
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
   Mixer name   : 'Nvidia GPU 14 HDMI/DP'
   Components   : 'HDA:10de0014,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
Channel: release
Date: Wed May 16 16:23:40 2012
ForcedLayersAccel: False
IncompatibleExtensions: All-in-One Gestures - 
ID={8b86149f-01fb-4842-9dd8-4d7eb02fd055}, Version=0.22.1, minVersion=1.0, 
maxVersion=6.*, Location=app-profile, Type=extension, Active=Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
IpRoute:
 default via 192.168.0.110 dev eth0  metric 100 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.0.0/16 dev eth0  proto kernel  scope link  src 192.168.11.14 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 virbr0no wireless extensions.
Profiles: Profile0 (Default) - LastVersion=12.0/20120423122843 (Running)
RfKill:
 
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: Upgraded to oneiric on 2012-03-26 (50 days ago)
dmi.bios.date: 04/08/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F3
dmi.board.name: Z68X-UD3P-B3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd04/08/2011:svnGigabyteTechnologyCo.,Ltd.:pnZ68X-UD3P-B3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnZ68X-UD3P-B3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: Z68X-UD3P-B3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug oneiric release-channel running-unity

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

Title:
  Firefox doesn't respond to input/output

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

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


[Bug 1000230] Re: Firefox doesn't respond to input/output

2012-05-16 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1000230

Title:
  Firefox doesn't respond to input/output

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

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


[Bug 999773] [NEW] Unity bar appears UNDER other windows

2012-05-15 Thread Andrey Gelman
Public bug reported:

In dodge mode ...
None of the open windows is always on top set.
When I take the mouse to the left, the Unity bar goes out, but ... it is 
overlayed by other windows, as it was just another window.
After accessing some lense, the bar returned to its normal behaviour.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.28.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-19.33-generic 3.0.27
Uname: Linux 3.0.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Tue May 15 18:59:56 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2012-03-26 (50 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Unity bar appears UNDER other windows

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

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


[Bug 999773] Re: Unity bar appears UNDER other windows

2012-05-15 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/999773

Title:
  Unity bar appears UNDER other windows

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

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


Re: [Bug 999349] Re: Keyboard shortcuts to window resize do not work

2012-05-15 Thread Andrey Gelman
Thanks ! I'm glad to wrong.
Andrey

On Tue, May 15, 2012 at 6:50 AM, Daniel van Vugt 
daniel.van.v...@canonical.com wrote:

 Andrey, this was a decision made by the Unity design team to change the
 left/right shortcuts to: Ctrl+Super+Left/Right.

 The reason was to support laptop users who don't have a numeric keypad.

 If you would like to change the shortcuts, run 'ccsm' and look in Window
 Management  Grid  Bindings. There you can change the shortcuts to
 whatever you like.

 ** Changed in: unity (Ubuntu)
   Status: New = Won't Fix

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

 ** Changed in: unity
   Status: New = Won't Fix

 ** Summary changed:

 - Keyboard shortcuts to window resize do not work
 + Ctrl+Alt+KP4/KP6 shortcuts no longer work in Ubuntu 12.04

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/999349

 Title:
  Ctrl+Alt+KP4/KP6 shortcuts no longer work in Ubuntu 12.04

 Status in Unity:
  Won't Fix
 Status in “unity” package in Ubuntu:
  Won't Fix

 Bug description:
  The well-known Unity window management feature:
  Ctrl-Alt-8  -  resize window to top half-screen
  Ctrl-Alt-2  -  resize window to bottom half-screen
  Ctrl-Alt-{1 3 9 7}  -  resize to appropriate quarter ...

  Ctrl-Alt-{4 6}  -  resize window to left / right half-screen - DOES
  NOT WORK.

  (*) The most annoying thing here, is that analogous bug was reported
  in Oneiric, was fixed, and now it is back.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CompizPlugins:
 [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Tue May 15 00:45:45 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64
 (20120425)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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

Title:
  Ctrl+Alt+KP4/KP6 shortcuts no longer work in Ubuntu 12.04

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

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

[Bug 999349] [NEW] Keyboard shortcuts to window resize do not work

2012-05-14 Thread Andrey Gelman
Public bug reported:

The well-known Unity window management feature:
Ctrl-Alt-8  -  resize window to top half-screen
Ctrl-Alt-2  -  resize window to bottom half-screen
Ctrl-Alt-{1 3 9 7}  -  resize to appropriate quarter ...

Ctrl-Alt-{4 6}  -  resize window to left / right half-screen - DOES NOT
WORK.

(*) The most annoying thing here, is that analogous bug was reported in
Oneiric, was fixed, and now it is back.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.12-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Tue May 15 00:45:45 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Keyboard shortcuts to window resize do not work

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

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


[Bug 999349] Re: Keyboard shortcuts to window resize do not work

2012-05-14 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/999349

Title:
  Keyboard shortcuts to window resize do not work

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

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


Re: [Bug 984968] Re: SlickEdit cannot create fully functional icon on Unity bar

2012-04-19 Thread Andrey Gelman
On 04/19/2012 01:29 AM, kroq-gar78 wrote:
 This _might_ be a problem with SlickEdit, not Unity.

Possibly. I think any problem with anything _might_ be considered a 
problem with anything, but Unity. Especially, if you follow an advice by 
some and don't use Unity.
Eventually, OS is an host. If your guests don't feel comfortable, you 
have a bug.
Don't provide me explanations; you think Ubuntu has problems in 
interoperability with SlickEdit, contact them !
Work together to make things just work, you know ...

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

Title:
  SlickEdit cannot create fully functional icon on Unity bar

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

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


[Bug 984968] [NEW] SlickEdit cannot create fully functional icon on Unity bar

2012-04-18 Thread Andrey Gelman
Public bug reported:

I run the famous (proprietary) code editor: SlickEdit (with license).
Run from the desktop shortcut, or from the commandline, it creates the icon on 
Unity bar, that behaves Ok.
However, if I select keep in launcher, the icon will stay, but it will not be 
able to actually launch something.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.28.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Wed Apr 18 17:38:30 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2012-03-26 (23 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  SlickEdit cannot create fully functional icon on Unity bar

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

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


[Bug 984968] Re: SlickEdit cannot create fully functional icon on Unity bar

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

Title:
  SlickEdit cannot create fully functional icon on Unity bar

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

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


[Bug 961597] [NEW] A window behaves _like_ it were pinned (always on top)

2012-03-21 Thread Andrey Gelman
Public bug reported:

In the backgroud / full screen we have Firefox (v 11.0).
In the foreground a Tomboy note.
I click links in the Web-page, the Tomboy note stays on top like it were 
pinned, but it was not.
At some point, eventually, the Tomboy note goes down as it should have from the 
beginning.
Possibly other applications may also behave similarly, but today it were these 
two.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.28.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Wed Mar 21 21:53:33 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  A window behaves _like_ it were pinned (always on top)

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

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


[Bug 961597] Re: A window behaves _like_ it were pinned (always on top)

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

Title:
  A window behaves _like_ it were pinned (always on top)

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

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


Re: [Bug 961597] Re: A window behaves _like_ it were pinned (always on top)

2012-03-21 Thread Andrey Gelman
No.
Firefox was open when I opened a note. The note is small - it doesn't 
cover all the screen, so I went to Firefox, when the note window is on 
the top. I clicked a link ...
Now I expected Firefox to go to foreground, but no - the note stayed at 
the foreground.

There is another similar behavior ...
Let's say I have a gnome-terminal maximized or half-maximized (top 
half-screen) ...
Now I open Nautilus by pressing Nautilus icon on Unity bar. Since at the 
moment of pressing Unity bar is exposed (I use the dodge mode), the 
Nautilus window opens beside Unity bar. When I move the mouse, the Unity 
bar hides, and I have a strip of gnome-terminal between the edge of the 
screen and Nautilus window, where the Unity bar was. I click this strip 
of gnome-terminal ... Expected: gnome-terminal goes to foreground, 
Nautilus to background. Reality: nothing happens.

All these things do not happen all the time, but are very not unusual.


On 03/22/2012 01:08 AM, Bilal Akhtar wrote:
 You mean to say, when you started up Firefox, Tomboy was already in the
 foreground and stayed there?


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

Title:
  A window behaves _like_ it were pinned (always on top)

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

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


[Bug 960103] Re: bluetooth-applet Segmentation fault

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

Title:
  bluetooth-applet Segmentation fault

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

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


[Bug 960103] [NEW] bluetooth-applet Segmentation fault

2012-03-20 Thread Andrey Gelman
Public bug reported:

Generic bluetooth dongle on a PC.
From the PC connect to a mobile phone - Sony Ericsson C510a.
I choose to Browse files on device ...
Problem 1:
In the Select device to browse dialog, the list of known devices is not seen, 
rather a thin slit where the device name (C510a) may hardly be seen. Moreover, 
there is no possibility to increase this slit to see the device name in full 
size.
Problem 2:
After selecting the device (with a precise click in the slit with the tip of 
the mouse), I go to Nautilus file browser where I see the C510a device has 
appeared on the side pane.
However, at this point dmesg already contains the report that bluetooth-applet 
has exited with a segfault:
[60916.711828] bluetooth-apple[4428]: segfault at 80 ip 7f15d17f4cf4 sp 
7fffd9ad28c0 error 4 in libgnome-bluetooth.so.8.0.0[7f15d17e4000+1a000]
Note:
- With this setup - always reproducible
- Upload PC - Phone seemingly works

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: bluetooth (not installed)
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Mar 20 13:07:11 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
InterestingModules: btusb bnep rfcomm bluetooth
MachineType: Gigabyte Technology Co., Ltd. Z68X-UD3P-B3
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic 
root=UUID=f1c36363-7a5f-4425-ad3e-61c62dfc8fa2 ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/08/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F3
dmi.board.name: Z68X-UD3P-B3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd04/08/2011:svnGigabyteTechnologyCo.,Ltd.:pnZ68X-UD3P-B3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnZ68X-UD3P-B3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: Z68X-UD3P-B3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: 00:15:83:15:A3:10  ACL MTU: 339:8  SCO MTU: 128:2
UP RUNNING PSCAN ISCAN 
RX bytes:7828 acl:202 sco:0 events:263 errors:0
TX bytes:30784 acl:172 sco:0 commands:51 errors:0
rfkill:
 1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  bluetooth-applet Segmentation fault

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

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


[Bug 946475] Re: unity stuck when switching workspace

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

Title:
  unity stuck when switching workspace

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

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


[Bug 946475] [NEW] unity stuck when switching workspace

2012-03-04 Thread Andrey Gelman
Public bug reported:

When I pressed the Workspace Switcher short-cut on the Unity bar, I got
the zoomed-out 4 workspaces view, and then everything stuck. Eventually,
I had to re-boot.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.28.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Sun Mar  4 18:56:21 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  unity stuck when switching workspace

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

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


Re: [Bug 917713] Re: wrong windows placement in expo mode

2012-01-19 Thread Andrey Gelman
I understand, that my idea would break some design.
What I say is that this design is bogus !
Even on a 20 inch screen one cannot clearly see windows' contents in the 
scale mode. Thus one must zoom in each window in turn, until he runs 
into the right one. Now imagine their relative order changes all the time !
Sometimes I wonder if people who designed it intended to use it themselves.

By the way, that's what was so convenient in the old school Gnome 2 - 
each icon in the bottom panel had its constant place, so that you could 
remember that 'this icon' is 'document X' and 'that icon' is 'document 
Y', now they are rotating like some dancers.

Please deliver this idea to the developers.

On 01/19/2012 02:57 AM, Bilal Akhtar wrote:
 The scale mode sorts windows in a way to prioritize recently-accessed
 windows and keep the stagnant ones at the end. It is consistent with the
 Alt+Tab behavior. Your idea would break that design.

 I'm quite sure designers aren't likely to approve this one, but still
 I'd give it a go.

 ** Tags added: needs-design

 ** Changed in: unity (Ubuntu)
 Status: New =  Incomplete

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

 ** Also affects: ayatana-design
 Importance: Undecided
 Status: New

 ** Changed in: unity
 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/917713

Title:
  wrong windows placement in expo mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/917713/+subscriptions

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


[Bug 917713] Re: wrong windows placement in expo mode

2012-01-17 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917713

Title:
  wrong windows placement in expo mode

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

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


[Bug 917713] [NEW] wrong windows placement in expo mode

2012-01-17 Thread Andrey Gelman
Public bug reported:

Possibly this is not an implementation bug, but rather a conceptual one.
However, bug is a bug. And bugs are better off fixed.

Let's say you have a few gnome-terminals ...
Press gnome-terminal icon on the Unity bar - expo mode will be activated - all 
the gnome-terminal windows are zoomed out and exposed in some order.

Now, the algorithm that determines this order is problematic to say the
less.

Let's say you pick one of gnome-terminal windows in the expo mode. It goes to 
the top of window pile. Let's say after examining it from the close you 
understand that this one is the wrong one. Once again you go to the expo mode 
...
However, now the order of windows in expo mode has changed as it depends on 
their placement in normal mode, and the window we've just examined was moved to 
top (i.e. changed its normal placement).
Many a time I find myself switching between 2 windows trying, actually, to hunt 
the 3-rd one.

What should be done is that in expo mode, the placement of zoomed out
windows must be constant, determined, let's say, by each application's
PID, as it expresses time dimension (or just order of window
invocation).

Actually, there are 2 expo modes: on per application basis, and global.
All the said above is valid for both.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Tue Jan 17 17:02:51 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  wrong windows placement in expo mode

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

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


[Bug 914874] Re: gnome-terminal follows me when switching workspace

2012-01-11 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914874

Title:
  gnome-terminal follows me when switching workspace

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

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


[Bug 914874] [NEW] gnome-terminal follows me when switching workspace

2012-01-11 Thread Andrey Gelman
Public bug reported:

Normally I use 2 gnome-terminals ...
If I switch workspace view with a keyboard shortcut - everything is Ok.
If I switch workspace view with Unity bar shortcut, most of the time, both 
gnome-terminals follow to the new workspace.
Note 1
Actually, they do not really follow, rather they are pictured upon the desktop. 
If I click a desktop icon (that cannot be seen as it is hidden below the 
gnome-terminal, but I know where it should be), an aproppriate application 
launches.
Note 2
It is very possible that if I switch back using keyboard shortcut, at least one 
of the terminals stays active on 'that' workspace.
As opposed to said in note 1, when switching back, the terminal 'really' 
becomes active on that workspace.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Wed Jan 11 18:38:22 2012
DistroCodename: oneiric
DistroVariant: ubuntu
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity ubuntu

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

Title:
  gnome-terminal follows me when switching workspace

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

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


[Bug 914890] [NEW] firefox uses wrong algorithm to open files on web-pages

2012-01-11 Thread Andrey Gelman
Public bug reported:

When one opens a document on a web-page, firefox asks what application should 
be used to open this file (in cases the web-page doesn't identify this file as 
some kind of document).
In 'choose hepler application' dialog, one clicks 'recently used', but (!) the 
list one gets is a list of recently viewed documents, rather than recently used 
'helper applications'.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 9.0.1+build1-0ubuntu0.11.10.2
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  andrey 2292 F pulseaudio
 /dev/snd/controlC0:  andrey 2292 F pulseaudio
BuildID: 20111228084940
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfbff4000 irq 46'
   Mixer name   : 'Realtek ALC889'
   Components   : 'HDA:10ec0889,1458a022,0014'
   Controls  : 38
   Simple ctrls  : 23
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
   Mixer name   : 'Nvidia GPU 14 HDMI/DP'
   Components   : 'HDA:10de0014,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
Channel: release
Date: Wed Jan 11 18:54:11 2012
ForcedLayersAccel: False
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
Profiles: Profile0 (Default) - LastVersion=9.0.1/20111228084940 (Running)
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/08/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F3
dmi.board.name: Z68X-UD3P-B3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd04/08/2011:svnGigabyteTechnologyCo.,Ltd.:pnZ68X-UD3P-B3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnZ68X-UD3P-B3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: Z68X-UD3P-B3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  firefox uses wrong algorithm to open files on web-pages

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

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


[Bug 914890] Re: firefox uses wrong algorithm to open files on web-pages

2012-01-11 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914890

Title:
  firefox uses wrong algorithm to open files on web-pages

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

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


[Bug 914244] Re: firefox becomes unresponsive

2012-01-10 Thread Andrey Gelman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914244

Title:
  firefox becomes unresponsive

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

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


[Bug 914244] [NEW] firefox becomes unresponsive

2012-01-10 Thread Andrey Gelman
Public bug reported:

Every now and then Firefox becomes unresponsive, i.e. one cannot type text in 
interactive fields, bookmark folders (in the top) cannot be opened.
May be cured with minimize/maximize play.
After one minimizes/maximizes, the text that was typed (but nothing happened) 
instantly appears.

Corelation with web-page content is not known to me.
Experienced with Firefox versions 8.x and 9.x

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Tue Jan 10 11:53:35 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  firefox becomes unresponsive

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

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


[Bug 910800] [NEW] Icon image disappears from Unity bar

2012-01-02 Thread Andrey Gelman
Public bug reported:

I run 2 or 3 instances of the same application - SlickEdit.
When I was working for a couple of hours, the SlickEdit icon in the Unity bar 
disappeared. What I got instead is a gray icon with a question mark.
All the behavior of this corrupted icon (in the other aspects) is normal.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Mon Jan  2 12:00:04 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Icon image disappears from Unity bar

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

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


  1   2   >