[Bug 1734147] Re: corrupted BIOS due to Intel SPI bug in kernel

2020-11-02 Thread Eitan
I ran into this problem and resolved it by deleting
/sys/firmware/efi/efivars/dump-type0-*

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

Title:
  corrupted BIOS due to Intel SPI bug in kernel

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

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

[Bug 1900627] Re: installing nvidia-cuda-toolkit removes nvidia-driver-455

2020-10-20 Thread Lishai Eitan
Sorry, must have missed the fix released...
Thank you for the fix :)

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

Title:
  installing nvidia-cuda-toolkit  removes nvidia-driver-455

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1900627/+subscriptions

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

[Bug 1900627] Re: installing nvidia-cuda-toolkit removes nvidia-driver-455

2020-10-20 Thread Lishai Eitan
Comment Summary:

suggested fix: make libnvidia-ml-dev depend on:
libnvidia-compute-450 (>= 450) | libnvidia-compute-450-server (>= 450) | 
libnvidia-ml.so.1 (>= 450) | libnvidia-ml1 (>=450) 
instead of:
libnvidia-compute-450 (>= 450) | libnvidia-compute-450-server (>= 450) | 
libnvidia-ml.so.1 (>= 450)


Longer version :) 
-
I noticed now that  libnvidia-ml.so.1 (>= 450) would satisfy libnvidia-ml-dev's 
dependencies (and in turn, would allow the installation of nvidia-cuda-toolkit).

both libnvidia-compute-450 and libnvidia-compute-455 provide libnvidia-ml1, AND
 contain the file libnvidia-ml.so.1, but do not "provide" libnvidia-ml.so.1, 
which suggests the problem is only in the dependency *declerations*, and 
nothing "material" prevents the installation of these packages together (i.e. 
if we would force their installation, they would work). 

If this is correct, I believe that changing libnvidia-ml-dev to depend
on  libnvidia-ml1 (>=450) as an alternative to the dependency on
libnvidia-ml.so.1 would fix the problem.

To test this theory, I created a dummy package (using equivs) that contain no 
files, depends on libnvidia-ml1 (>= 455.28) and "provides" libnvidia-ml.so.1 (= 
455.28). After installing this package, I successfully installed 
nvidia-cuda-toolkit along with nvidia-driver-455.
This setup works for me: I was able to install pytorch and train some models on 
the gpu (verified using nvidia-smi).


** Attachment added: "equiv control file of the dummy package I created"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1900627/+attachment/5424775/+files/libnvidia-ml-dummy.equivs

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

Title:
  installing nvidia-cuda-toolkit  removes nvidia-driver-455

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1900627/+subscriptions

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

[Bug 1900630] [NEW] Missing dependency on python3-distutils

2020-10-19 Thread Lishai Eitan
Public bug reported:

running az returns the following error:
$ az 
Traceback (most recent call last):
  File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
  File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/azure/cli/__main__.py", line 35, in 

az_cli = get_default_cli()
  File "/usr/lib/python3/dist-packages/azure/cli/core/__init__.py", line 833, 
in get_default_cli
from azure.cli.core.azlogging import AzCliLogging
  File "/usr/lib/python3/dist-packages/azure/cli/core/azlogging.py", line 30, 
in 
from azure.cli.core.commands.events import 
EVENT_INVOKER_PRE_CMD_TBL_TRUNCATE
  File "/usr/lib/python3/dist-packages/azure/cli/core/commands/__init__.py", 
line 28, in 
from azure.cli.core.extension import get_extension
  File "/usr/lib/python3/dist-packages/azure/cli/core/extension/__init__.py", 
line 11, in 
from distutils.sysconfig import get_python_lib
ModuleNotFoundError: No module named 'distutils.sysconfig'

Installing python3-distutils fixes this.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: azure-cli 2.10.1-1
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Tue Oct 20 02:14:00 2020
InstallationDate: Installed on 2020-10-19 (0 days ago)
InstallationMedia: Kubuntu 20.10 "Groovy Gorilla" - Beta amd64 (20200930)
PackageArchitecture: all
SourcePackage: azure-cli
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: azure-cli (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  Missing dependency on python3-distutils

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

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

[Bug 1900627] [NEW] installing nvidia-cuda-toolkit removes nvidia-driver-455

2020-10-19 Thread Lishai Eitan
Public bug reported:

There seems to be a conflict between (the dependencies of) nvidia-cuda-toolkit 
and nvidia-driver-455.
At least one dependency of  nvidia-cuda-toolkit has sthe following dependencies:
Package: libnvidia-ml-dev
...
Depends: libnvidia-compute-450 (>= 450) | libnvidia-compute-450-server (>= 450) 
| libnvidia-ml.so.1 

However nvidia-driver-455 ultimately depends on libnvidia-compute-455,
which  does not satisfy  libnvidia-compute-450 (>= 450).

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: nvidia-cuda-toolkit (not installed)
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Tue Oct 20 01:25:35 2020
InstallationDate: Installed on 2020-10-19 (0 days ago)
InstallationMedia: Kubuntu 20.10 "Groovy Gorilla" - Beta amd64 (20200930)
SourcePackage: nvidia-cuda-toolkit
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-cuda-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  installing nvidia-cuda-toolkit  removes nvidia-driver-455

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1900627/+subscriptions

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

[Bug 1537723] [NEW] Couldn't upgrade 14.04 to 15.04

2016-01-25 Thread Eitan
Public bug reported:

Tried to upgrade 14.04 to 15.04 (via 14.10) using the method described here:
http://askubuntu.com/questions/618741/update-ubuntu-14-04-to-15-04
It didn't work and I ended up here...

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.8
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CrashDB: ubuntu
Date: Mon Jan 25 13:36:15 2016
InstallationDate: Installed on 2014-09-11 (500 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2016-01-25 (0 days ago)
mtime.conffile..etc.update.manager.release.upgrades: 2016-01-25T13:22:01.801213

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade trusty

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

Title:
  Couldn't upgrade 14.04 to 15.04

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

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


[Bug 1327373] [NEW] Driver cannot be updated. nvidia-331 331.20-0ubuntu0.0.2: nvidia-331 kernel module failed to build

2014-06-06 Thread Eitan Sosner
Public bug reported:

Hi,

I can't seem to update my graphics driver. Neither the software update
package, nor the steam interface can update it. I've tried doing it
through terminal, but haven't had any success.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: nvidia-331 331.20-0ubuntu0.0.2
ProcVersionSignature: Ubuntu 3.2.0-63.95-generic 3.2.57
Uname: Linux 3.2.0-63-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.2.0-64-generic
Date: Fri Jun  6 14:16:42 2014
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
PackageVersion: 331.20-0ubuntu0.0.2
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.20-0ubuntu0.0.2: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to precise on 2012-07-17 (689 days ago)

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


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  Driver cannot be updated. nvidia-331 331.20-0ubuntu0.0.2: nvidia-331
  kernel module failed to build

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

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


[Bug 1036682] [NEW] [Gazelle Professional, Realtek ALC892, Speaker, Internal] fails after a while

2012-08-14 Thread Eitan Sosner
Public bug reported:

This bug applies to streamed video, as well as audio files played
directly from my computer.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  eitan  2067 F pulseaudio
 /dev/snd/controlC0:  eitan  2067 F pulseaudio
 /dev/snd/pcmC0D0p:   eitan  2067 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf650 irq 52'
   Mixer name   : 'Realtek ALC892'
   Components   : 'HDA:10ec0892,15585102,00100302'
   Controls  : 38
   Simple ctrls  : 21
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xf608 irq 17'
   Mixer name   : 'Nvidia GPU 15 HDMI/DP'
   Components   : 'HDA:10de0015,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Date: Tue Aug 14 10:08:47 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Speaker, Internal
Symptom_PulseAudioLog:
 
Symptom_Type: Sound works for a while, then breaks
Title: [Gazelle Professional, Realtek ALC892, Speaker, Internal] fails after a 
while
UpgradeStatus: Upgraded to precise on 2012-07-17 (28 days ago)
dmi.bios.date: 08/09/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.4
dmi.board.asset.tag: Not Applicable
dmi.board.name: Gazelle Professional
dmi.board.vendor: System76, Inc.
dmi.board.version: gazp6
dmi.chassis.asset.tag: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: System76, Inc.
dmi.chassis.version: gazp6
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd08/09/2011:svnSystem76,Inc.:pnGazelleProfessional:pvrgazp6:rvnSystem76,Inc.:rnGazelleProfessional:rvrgazp6:cvnSystem76,Inc.:ct10:cvrgazp6:
dmi.product.name: Gazelle Professional
dmi.product.version: gazp6
dmi.sys.vendor: System76, Inc.

** Affects: alsa-driver (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/1036682

Title:
  [Gazelle Professional, Realtek ALC892, Speaker, Internal] fails after
  a while

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

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


[Bug 1036682] Re: [Gazelle Professional, Realtek ALC892, Speaker, Internal] fails after a while

2012-08-14 Thread Eitan Sosner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1036682

Title:
  [Gazelle Professional, Realtek ALC892, Speaker, Internal] fails after
  a while

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

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


[Bug 861551] Re: Alt-f fails to open File menu in ubuntu 11.10

2011-10-07 Thread Eitan
i consider this issue a show stopper.  i literally cannot function
without this.  the alt- menu menmonic feature has existed forever.
please don't break it.

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

Title:
  Alt-f fails to open File menu in ubuntu 11.10

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

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


[Bug 769256] [NEW] Gdk enumerations do not contain GType info in GIR

2011-04-22 Thread Eitan Isaacson
Public bug reported:

Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
following script will fail:

#!/usr/bin/python
import pyatspi
from gi.repository import Gdk

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

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

Title:
  Gdk enumerations do not contain GType info in GIR

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


[Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-04-22 Thread Eitan Isaacson
Here is the upstream bug:
https://bugzilla.gnome.org/show_bug.cgi?id=647729

Ultimately the issue surfaces in debian-style packages because the build
dir is separate from the source tree.

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

Title:
  Gdk enumerations do not contain GType info in GIR

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



[Bug 458546] [NEW] Karmic, Dell laptop: Brightness changes in double steps using Fn-UP/Down Keys

2009-10-22 Thread Lishai Eitan
Public bug reported:

Binary package hint: hal

When I press Fn-UP/Down, the brightness is increased / decreased in
double steps.

When HAL is not running, The problem is solved, but no GUI indication
for brightness levels.

When video module is unloaded, the keys do not work, regardless of whether hal 
is running or not.
Loading 'video' with brightness_switch_enabled=0 and restarting HAL do not work.

I have a Dell XPS m1530 with nvidia 8400M, with karmic RC (upgraded from
Beta).

I think this bug is related to bug 43572, but this report is for ubuntu karmic.
 more info:

lsb_release -rd:
-
Description:Ubuntu 9.10
Release:9.10


lshal -m

22:33:49.436: platform_i8042_i8042_KBD_port_logicaldev_input condition 
ButtonPressed = brightness-down
22:33:49.442: computer_logicaldev_input condition ButtonPressed = 
brightness-down


sudo hald --verbose=yes --daemon=no 21 | tee /tmp/hal.log
-
22:33:35.689 [I] hald.c:680: hal 0.5.13
22:33:35.690 [I] hald.c:681: using child timeout 250s
.
.
.
[7117]: 22:33:41.002 [I] addon-storage.c:354: Checking whether device /dev/sr0 
is locked on HAL
[7117]: 22:33:41.003 [I] addon-storage.c:362: ... device /dev/sr0 is not locked 
on HAL
22:33:49.433 [D] hald_dbus.c:3197: 
udi=/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input
22:33:49.441 [D] hald_dbus.c:3197: 
udi=/org/freedesktop/Hal/devices/computer_logicaldev_input
[7093]: 22:33:49.447 [D] addon-acpi.c:201: event is 'video LCD 0087 

ProblemType: Bug
Architecture: amd64
Date: Thu Oct 22 22:37:08 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: hal 0.5.13-1ubuntu8
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: hal
Uname: Linux 2.6.31-14-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Karmic, Dell laptop: Brightness changes in double steps using Fn-UP/Down Keys 
https://bugs.launchpad.net/bugs/458546
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 458546] Re: Karmic, Dell laptop: Brightness changes in double steps using Fn-UP/Down Keys

2009-10-22 Thread Lishai Eitan

** Attachment added: sudo hald --verbose=yes --daemon=no 21 | tee 
/tmp/hal.log
   http://launchpadlibrarian.net/34173693/hal.log

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34173695/Dependencies.txt

-- 
Karmic, Dell laptop: Brightness changes in double steps using Fn-UP/Down Keys 
https://bugs.launchpad.net/bugs/458546
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 458546] Re: Karmic, Dell laptop: Brightness changes in double steps using Fn-UP/Down Keys

2009-10-22 Thread Lishai Eitan
Forgot to mention, module dcdbas is loaded. 
output of lsmod:
-
Module  Size  Used by 
video  23612  0   
output  3680  1 video 
hidp   17984  1   
ppdev   8232  0   
bridge 56384  0   
stp 3012  1 bridge
bnep   15168  2   
joydev 13088  0   
usbhid 43968  0   
snd_hda_codec_idt  72976  1   
arc42144  2   
ecb 3296  2   
dell_wmi3216  0   
btusb  14260  4   
snd_hda_intel  31880  3   
snd_hda_codec  87584  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep   9352  1 snd_hda_codec  
snd_pcm_oss44704  0
snd_mixer_oss  18976  1 snd_pcm_oss
snd_pcm93160  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy   3460  0
iptable_filter  3872  0
snd_seq_oss33440  0
snd_seq_midi8192  0
snd_rawmidi27360  1 snd_seq_midi   
snd_seq_midi_event  8448  2 snd_seq_oss,snd_seq_midi   
snd_seq60608  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  26992  2 snd_pcm,snd_seq
snd_seq_device  8308  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
uinput 10368  0
uvcvideo   65260  0
videodev   43360  1 uvcvideo
v4l1_compat16804  2 uvcvideo,videodev
v4l2_compat_ioctl3213344  1 videodev
ip_tables  21200  1 iptable_filter
x_tables   25832  1 ip_tables
iwl394589984  0
iwlcore   133248  1 iwl3945
mac80211  210104  2 iwl3945,iwlcore
dell_laptop 9692  0
dcdbas  9136  1 dell_laptop
snd77096  18 
snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore   9088  1 snd
snd_page_alloc 10928  2 snd_hda_intel,snd_pcm
psmouse57124  0
serio_raw   6596  0
nvidia  10316904  38
sdhci_pci   8928  0
sdhci  20484  1 sdhci_pci
lp 11908  0
led_class   5256  3 iwl3945,iwlcore,sdhci
parport40528  2 ppdev,lp
cfg80211  109144  3 iwl3945,iwlcore,mac80211
sky2   6  0
ohci1394   33780  0
ieee1394  100896  1 ohci1394
intel_agp  32816  0

-- 
Karmic, Dell laptop: Brightness changes in double steps using Fn-UP/Down Keys 
https://bugs.launchpad.net/bugs/458546
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 427066] [NEW] realloc() is not used correctly

2009-09-09 Thread Eitan Isaacson
Public bug reported:

speech-dispatcher would unreliably crash on me because of improper use
of realloc(). Instead of getting the new pointer, it would use the
pointer provided in the argument. If realloc cannot allocate continuous
space, it will provide a new pointer and free the given one.

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

-- 
realloc() is not used correctly
https://bugs.launchpad.net/bugs/427066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 427066] Re: realloc() is not used correctly

2009-09-09 Thread Eitan Isaacson

** Attachment added: dpatch
   http://launchpadlibrarian.net/31560275/01_realloc.dpatch

-- 
realloc() is not used correctly
https://bugs.launchpad.net/bugs/427066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 418468] Re: [karmic] accerciser crashes with ATK errors

2009-08-25 Thread Eitan Isaacson
I cannot reproduce this. Does it happen every time?

-- 
[karmic] accerciser crashes with ATK errors
https://bugs.launchpad.net/bugs/418468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386982] Re: ubiquity crashed with IndexError in render_slider()

2009-08-17 Thread Eitan Isaacson
** Changed in: ubiquity (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
ubiquity crashed with IndexError in render_slider()
https://bugs.launchpad.net/bugs/386982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386982] Re: ubiquity crashed with IndexError in render_slider()

2009-08-13 Thread Eitan Isaacson
** Branch linked: lp:~eeejay/ubiquity/bug_386982

-- 
ubiquity crashed with IndexError in render_slider()
https://bugs.launchpad.net/bugs/386982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386982] Re: ubiquity crashed with IndexError in render_slider()

2009-08-12 Thread Eitan Isaacson
This seems to fix it. Hope I did this right.

** Attachment added: Proposed fix
   http://launchpadlibrarian.net/30255057/lp_386982_1.patch

-- 
ubiquity crashed with IndexError in render_slider()
https://bugs.launchpad.net/bugs/386982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 409810] Re: ATK Text interface for notify-osd is not working

2009-08-06 Thread Eitan Isaacson
Here is the fix. I'll write a script based on append-hint-example.py
that will provide adequate testing.

** Attachment added: This fixes it
   http://launchpadlibrarian.net/29958326/text_iface_fix.patch

-- 
ATK Text interface for notify-osd is not working
https://bugs.launchpad.net/bugs/409810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 408949] [NEW] side by side partition widget is inaccessible

2009-08-04 Thread Eitan Isaacson
Public bug reported:

Binary package hint: ubiquity

The SegmentedBarSlider widget is inaccessible, both through AT-SPI and
through keyboard input.

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


** Tags: a11y

-- 
side by side partition widget is inaccessible
https://bugs.launchpad.net/bugs/408949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Add ability to change notify-osd font size

2009-07-04 Thread Eitan Isaacson
This patch adds two new gconf keys:
/apps/notify-osd/custom_font_name
/apps/notify-osd/custom_font_enabled

The basic logic is this:
- If custom_font_enabled is set to true AND custom_font_name is set: use the 
custom font. Otherwise, use system font.



** Attachment added: Patch
   http://launchpadlibrarian.net/28688738/notify_osd_custom_font.diff

-- 
Add ability to change notify-osd font size
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Add ability to change notify-osd font size

2009-07-04 Thread Eitan Isaacson
And, on a similar topic. Since this introduces another two gconf keys,
we probably need a schema file in notify-osd that documents the keys
properly.

-- 
Add ability to change notify-osd font size
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Add ability to change notify-osd font size

2009-07-04 Thread Eitan Isaacson
This python script is a simple configuration UI, it is just for testing
purposes, although some users might find it useful if they don't want to
deal with gconf keys directly.

** Attachment added: Font configurator
   http://launchpadlibrarian.net/28689435/silly_notify_osd_font_configurator.py

-- 
Add ability to change notify-osd font size
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Consider ability to change libnotify-osd font size?

2009-07-01 Thread Eitan Isaacson
It would be really nice if notify-osd bugs tagged a11y would have some
sort of realistic milestone assigned to them, as opposed to simply
wishlist. It reflects badly on the project when these issues don't get
the attention they deserve. I don't think I am alone in this opinion.

-- 
Consider ability to change libnotify-osd font size?
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386459] [NEW] enable pygtk catalog support

2009-06-12 Thread Eitan Isaacson
Public bug reported:

Binary package hint: glade-3

Currently --enable-python is commented out in the rules file with
explanation that there are no pygtk-backed widget catalogs out in the
wild.

I am working on a pygtk project that uses a local catalog for custom
widget definitions. I have no way of using this catalog with glade-3 on
ubuntu. This renders the UI file uneditable with glade-3, since glade-3
deletes unknown widgets.

** Affects: glade-3 (Ubuntu)
 Importance: Undecided
 Status: New

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

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


[Bug 346596] Re: notify-osd crashed with SIGSEGV in g_slice_alloc()

2009-04-20 Thread Eitan Isaacson
This seems to be extremely transient, unfortunately. Some kind of race
condition. I am marking it as incomplete, please reopen it if you manage
to reliably reproduce this, or of this crash occurs at an alarming rate.

** Changed in: notify-osd (Ubuntu)
   Status: Confirmed = Incomplete

-- 
notify-osd crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/346596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346596] Re: notify-osd crashed with SIGSEGV in g_slice_alloc()

2009-04-17 Thread Eitan Isaacson
shane, is this something you still experience with the current notify-
osd package?

-- 
notify-osd crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/346596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362248] [NEW] IM notification is appended to buddy online notification

2009-04-16 Thread Eitan Isaacson
Public bug reported:

Binary package hint: pidgin-libnotify

steps to reproduce
1. John Doe logs in.
2. John Doe immediately IMs you hello buddy.
3. John Doe immediately follows with are you there?

result
A bubble that is titled John Doe reads:
is online
are you there?

The expected result could be one of three things:
1. the log-in notification should not be appendable.
2. the first message should retroactively be appended to read:
is online
hello buddy
are you there?
3. the is online should be replaced with are you there?

I think option 1 is best.

** Affects: pidgin-libnotify (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: notifications

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

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


[Bug 362248] Re: IM notification is appended to buddy online notification

2009-04-16 Thread Eitan Isaacson

** Attachment added: screenshot
   
http://launchpadlibrarian.net/25525491/screenshot-04-16-2009-13-53-1239879202.jpg

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

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


[Bug 362248] Re: IM notification is appended to buddy online notification

2009-04-16 Thread Eitan Isaacson
** Tags added: notifications

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

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


[Bug 357273] Re: notify-osd randomly reverts to old notification system

2009-04-08 Thread Eitan Isaacson
** Also affects: awn-extras-applets (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: notification-daemon (Ubuntu)
   Status: New = Invalid

** Tags added: notifications

-- 
notify-osd randomly reverts to old notification system
https://bugs.launchpad.net/bugs/357273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351675] Re: [jaunty] uses notification with action

2009-04-07 Thread Eitan Isaacson
The fix that I propose would be to have the grab notifications disabled
by default. The window title changes to show the key combo needed to
release the input. This is how it is done in virt-viewer and in Xephyr.

This would be the least intrusive, and would have no UI change.

** Changed in: virt-manager (Ubuntu)
   Status: New = Confirmed

-- 
[jaunty] uses notification with action
https://bugs.launchpad.net/bugs/351675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351675] Re: [jaunty] uses notification with action

2009-04-07 Thread Eitan Isaacson

** Attachment added: virt-manager.diff
   http://launchpadlibrarian.net/24943388/virt-manager.diff

-- 
[jaunty] uses notification with action
https://bugs.launchpad.net/bugs/351675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351675] Re: [jaunty] uses notification with action

2009-04-07 Thread Eitan Isaacson
** Also affects: virt-manager
   Importance: Undecided
   Status: New

-- 
[jaunty] uses notification with action
https://bugs.launchpad.net/bugs/351675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 357273] Re: notify-osd randomly reverts to old notification system

2009-04-07 Thread Eitan Isaacson
Hi Brent.

Is there a package called notification-daemon installed?
When you see the old bubbles, which daemons are running? try:
ps ax | grep notif

** Also affects: notify-osd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: notification-daemon (Ubuntu)
   Importance: Undecided
   Status: New

-- 
notify-osd randomly reverts to old notification system
https://bugs.launchpad.net/bugs/357273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 357273] Re: notify-osd randomly reverts to old notification system

2009-04-07 Thread Eitan Isaacson
Shouldn't the notify-osd and notification-daemon be mutually exclusive
(ie. if you install one the other is removed)? notify-osd seems to have
Replaces and Provides fields, but I still managed to install
notification-daemon together with notify-osd.

-- 
notify-osd randomly reverts to old notification system
https://bugs.launchpad.net/bugs/357273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351670] Re: Queued Pidgin notifications keep showing even after conversation has gained focus

2009-04-06 Thread Eitan Isaacson
** Changed in: null
   Status: New = Invalid

-- 
Queued Pidgin notifications keep showing even after conversation has gained 
focus
https://bugs.launchpad.net/bugs/351670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 328602] Re: Last.fm connection failure notification assumes actions

2009-04-06 Thread Eitan Isaacson
Following Ken's example, and invalidating this.

** Changed in: banshee
   Status: New = Invalid

-- 
Last.fm connection failure notification assumes actions
https://bugs.launchpad.net/bugs/328602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 337082] Re: notify-osd crashed with SIGSEGV in _int_malloc()

2009-04-06 Thread Eitan Isaacson
** Changed in: notify-osd (Ubuntu)
 Assignee: (unassigned) = Eitan Isaacson (eeejay)

-- 
notify-osd crashed with SIGSEGV in _int_malloc()
https://bugs.launchpad.net/bugs/337082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 355877] Re: Battery Discharging... notification should not be present

2009-04-06 Thread Eitan Isaacson
** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Confirmed

-- 
Battery Discharging... notification should not be present
https://bugs.launchpad.net/bugs/355877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 353007] Re: Open latest message instead of Evolution window when clicking

2009-04-01 Thread Eitan Isaacson
** Also affects: evolution-indicator
   Importance: Undecided
   Status: New

** Changed in: indicator-applet
   Status: New = Invalid

** Also affects: evolution-indicator (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: evolution-indicator (Ubuntu)
   Status: New = Confirmed

** Changed in: evolution-indicator
   Status: New = Invalid

-- 
Open latest message instead of Evolution window when clicking
https://bugs.launchpad.net/bugs/353007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 353007] Re: Open latest message instead of Evolution window when clicking

2009-04-01 Thread Eitan Isaacson
I agree that this would be nice. Right now my broken workflow looks like this.
1. Be notified by notify-osd of a new message (no subject sender or elipsized 
body included).
2. Click on Evolution server in indicator-applet.
3. See urgent hint for evolution in taskbar (evolution is in another 
workspace).
4. Click task bar evolution item, evolution window is activated/focused 
(workspace is switched).
5. Scroll down messages list.
6. Select new mail.

With the mail-notification package, I was able to see the subject and
sender, and immediately show the message, delete it or mark as read.

-- 
Open latest message instead of Evolution window when clicking
https://bugs.launchpad.net/bugs/353007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333134] Re: Notifications with gnome-orca

2009-03-26 Thread Eitan Isaacson
Hi Arky,

I would like to believe that this is resolved in recent updates. Please
make sure you are using the most recent version of gnome-orca and
notify-osd.

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

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


[Bug 333134] Re: Notifications with gnome-orca

2009-03-26 Thread Eitan Isaacson
Oops, thought this was a recent filing. This could be safely closed.

** Changed in: notify-osd (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: orca (Ubuntu)
   Status: Triaged = Fix Released

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

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


[Bug 348443] [NEW] Firefox at-spi hierarchy is not exposed

2009-03-25 Thread Eitan Isaacson
Public bug reported:

Binary package hint: firefox

To reproduce on Jaunty:
1. Enable accessibility.
2. Log out and back in.
3. Launch Firefox.
4. Launch Accerciser.

Result: The Firefox frame does not have children in Accerciser.

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


** Tags: a11y

** Tags added: a11y

-- 
Firefox at-spi hierarchy is not exposed
https://bugs.launchpad.net/bugs/348443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348443] apport-collect data

2009-03-25 Thread Eitan Isaacson
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: firefox 3.0.7+nobinonly-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev pulse-access pulse-rt 
sambashare

-- 
Firefox at-spi hierarchy is not exposed
https://bugs.launchpad.net/bugs/348443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348443]

2009-03-25 Thread Eitan Isaacson

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/24332589/Dependencies.txt

-- 
Firefox at-spi hierarchy is not exposed
https://bugs.launchpad.net/bugs/348443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345251] Re: notify-osd shows double image for screen brightness control

2009-03-25 Thread Eitan Isaacson
I know it is almost impossible, but maybe there is more than one instance of 
notify-osd running?
Rocko, try: ps uax | grep notify-osd | grep -v grep

What is the output?

-- 
notify-osd shows double image for screen brightness control
https://bugs.launchpad.net/bugs/345251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347549] Re: Notify-OSD doesn't scale with screen size

2009-03-25 Thread Eitan Isaacson
*** This bug is a duplicate of bug 334863 ***
https://bugs.launchpad.net/bugs/334863

** This bug has been marked a duplicate of bug 334863
   [jaunty] notification are partially off-screen on res change

-- 
Notify-OSD doesn't scale with screen size
https://bugs.launchpad.net/bugs/347549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347291] Re: Notifications don't show after a secondary screen is unattached

2009-03-25 Thread Eitan Isaacson
*** This bug is a duplicate of bug 334863 ***
https://bugs.launchpad.net/bugs/334863

I believe this is an issue with resolution changes. notify-osd does not
adjust on-the-fly. Marking this as a duplicate of a similar res bug.

** This bug has been marked a duplicate of bug 334863
   [jaunty] notification are partially off-screen on res change

-- 
Notifications don't show after a secondary screen is unattached
https://bugs.launchpad.net/bugs/347291
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347565] Re: notication window does not follow panel

2009-03-25 Thread Eitan Isaacson
notify-osd should look into panel gconf keys such as:
/apps/panel/toplevels/top_panel_screen0/orientation
/apps/panel/toplevels/top_panel_screen0/size

There are a lot of cases here that should be taken into account,
including cantered or justified panels, autohidden panels, etc. To be on
the safe side, I would do all of these checks for all toplevels, since
a user might have dragged the panels all over the screen and perhaps has
swapped the bottom and top panel.

** Changed in: notify-osd (Ubuntu)
   Status: New = Confirmed

-- 
notication window does not follow panel
https://bugs.launchpad.net/bugs/347565
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346187] Re: when using my multimedia keyboard to turn off my speakers , notify-osd applet make my screen ginger up

2009-03-25 Thread Eitan Isaacson
Hi Manzur,

Thanks for filing this bug. I don't understand what you mean by the word
ginger, could you please elaborate? :)

-- 
when using my multimedia keyboard to turn off my speakers , notify-osd applet 
make my screen ginger up
https://bugs.launchpad.net/bugs/346187
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346185] Re: i can not see notify-osd icon when a wireless connection is established

2009-03-25 Thread Eitan Isaacson
Hi Manzur.

Could you please say what your icon theme is? Also, does this happen
when you use the Human theme?

-- 
i can not see notify-osd icon when a wireless connection is established
https://bugs.launchpad.net/bugs/346185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345357] Re: the text of the popup notifications isn't spoken

2009-03-24 Thread Eitan Isaacson
Aleksey,

What version of notify-osd is installed on your system?
Please provide the output of: dpkg -l notify-osd

Thanks!

-- 
the text of the popup notifications isn't spoken
https://bugs.launchpad.net/bugs/345357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340053] [NEW] ldtputils.captureimage() ignores coordinate arguments

2009-03-09 Thread Eitan Isaacson
Public bug reported:

Binary package hint: ldtp

When calling ldtputils.captureimage() with a coordinates and
height/width, it ignores these arguments.

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

-- 
ldtputils.captureimage() ignores coordinate arguments
https://bugs.launchpad.net/bugs/340053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340053] Re: ldtputils.captureimage() ignores coordinate arguments

2009-03-09 Thread Eitan Isaacson

** Attachment added: Fix (needs python 2.5)
   http://launchpadlibrarian.net/23665482/ldtp_captureimage.patch

-- 
ldtputils.captureimage() ignores coordinate arguments
https://bugs.launchpad.net/bugs/340053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Consider ability to change libnotify-osd font size?

2009-03-05 Thread Eitan Isaacson
I agree that this capability is needed.  Whether or how to expose this
preference to the user in the form of a UI, is a different discussion.

notify-osd should have the technical capability to use a font other than
the system's application font, probably in the form of a setting in it's
configuration backend (which it does not have now). Users who have a
real need will be able to change the font (although not easily, at least
until the UI question is addressed).

-- 
Consider ability to change libnotify-osd font size?
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Consider ability to change libnotify-osd font size?

2009-03-05 Thread Eitan Isaacson
Hey Mirco,

I actually think the hardest part of implementing this would be the
configuration backend (I am assuming it won't be gconf because we are
trying to stay desktop-agnostic?).

1. How is the case different today? The user could have some extreme and
weird system settings that in turn would bring unexpected results. The
edge cases will remain the same.

2  3. IMHO, these questions could be delayed indefinitely, it is
probably a bad idea to provide a UI for these settings. But I wonder
what MPT would say.

4. For a good user experience, yes. But a highly motivated user, who
really needs this, will dig into a UI-less config backend, change
settings and log in and out as often as needed until they are happy. I
am exaggerating a bit.

Consider this: Vinux (http://vinux.org.uk) is a modified version of
Ubuntu optimized for visually impaired users. I haven't gave their ISO a
spin yet, but I imagine the default settings are high-contrast and large
fonts. When packaging notify-osd, they are going to have to look for a
visual sweet-spot that radically differs from vanilla Ubuntu. If they
could easily change this without intrusive patches it would be good.

-- 
Consider ability to change libnotify-osd font size?
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334292] Re: New osd-notify notifications should not have an empty title

2009-03-03 Thread Eitan Isaacson
** Changed in: gnome-power-manager (Ubuntu)
 Assignee: (unassigned) = David Barth (dbarth)

-- 
New osd-notify notifications should not have an empty title
https://bugs.launchpad.net/bugs/334292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334292] [NEW] New osd-notify notifications should not have an empty title

2009-02-25 Thread Eitan Isaacson
Public bug reported:

Binary package hint: gnome-settings-daemon

When sending icon-only or icon+value notifications to notify-osd, the title 
string should not be empty.
For example, if it is a volume indicator, it should send Volume as the title 
(translatable , of course).

** Affects: gnome-power
 Importance: Undecided
 Status: New

** Affects: notify-osd
 Importance: Undecided
 Status: New

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


** Tags: a11y

** Tags added: a11y

** Also affects: notify-osd
   Importance: Undecided
   Status: New

-- 
New osd-notify notifications should not have an empty title
https://bugs.launchpad.net/bugs/334292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334292] Re: New osd-notify notifications should not have an empty title

2009-02-25 Thread Eitan Isaacson
This is the upstream project.. Trying to link this to the local Ubuntu
project

** Also affects: gnome-power
   Importance: Undecided
   Status: New

** Changed in: gnome-power
   Status: New = Invalid

** Also affects: gnome-power-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
New osd-notify notifications should not have an empty title
https://bugs.launchpad.net/bugs/334292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333134] Re: Notifications with gnome-orca

2009-02-25 Thread Eitan Isaacson
I am unduping this. We will keep this bug as a specific Orca support
bug, while the other bug(s) will be for general AT-SPI support.

** This bug is no longer a duplicate of bug 331946
   Bubble contents are not exposed in ATK

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

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

** Also affects: gnome-orca via
   http://bugzilla.gnome.org/show_bug.cgi?id=573156
   Importance: Unknown
   Status: Unknown

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

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


[Bug 325743] Re: ldtprunner crashed with ImportError in module()

2009-02-25 Thread Eitan Isaacson
I ran into the same problem, had to install python-ldtp.

Shouldn't ldtp depend on python-ldtp?

From looking at them in Synaptic, it looks like python-ldtp depends on
ldtp, I think it should be reversed.

-- 
ldtprunner crashed with ImportError in module()
https://bugs.launchpad.net/bugs/325743
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 53091] Re: [a11y] Update notifier not accessible

2009-02-24 Thread Eitan Isaacson
*** This bug is a duplicate of bug 331946 ***
https://bugs.launchpad.net/bugs/331946

** This bug has been marked a duplicate of bug 331946
   Bubble contents are not exposed in ATK

-- 
[a11y] Update notifier not accessible
https://bugs.launchpad.net/bugs/53091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333134] Re: Notifications with gnome-orca

2009-02-24 Thread Eitan Isaacson
*** This bug is a duplicate of bug 331946 ***
https://bugs.launchpad.net/bugs/331946

** This bug is no longer a duplicate of bug 53091
   [a11y] Update notifier not accessible

** This bug has been marked a duplicate of bug 331946
   Bubble contents are not exposed in ATK

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

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


[Bug 279102] Re: Unreliable network connection with B44 driver

2008-11-04 Thread Eitan Bonderover
FWIW, I am also using the nVidia GeForce 6150 LE with the proprietary
177 driver. Also, I had the same problem with 64 bit Intrepid.

-- 
Unreliable network connection with B44 driver
https://bugs.launchpad.net/bugs/279102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293117] Re: network loses connection at higher loads

2008-11-03 Thread Eitan Bonderover

** Attachment added: syslog-network_manager_problems.txt
   http://launchpadlibrarian.net/19284866/syslog-network_manager_problems.txt

-- 
network loses connection at higher loads
https://bugs.launchpad.net/bugs/293117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293117] [NEW] network loses connection at higher loads

2008-11-03 Thread Eitan Bonderover
Public bug reported:

I recently upgraded from Hardy on a Dell desktop (Athlon64 dual core,
Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev
02)).

This computer is connected via wired ethernet to a 2-Wire wireless
router/switch. Also connected to this switch is another desktop running
a samba server.

When the network load increases (when I try to play a flac file over the
network for example) the desktop loses it's network connection, gets a
new one and then loses it again. It will stay in this loop until the
load decreases and then everything is back to normal.

I've attached part of my syslog which shows this in action. Any help
would be greatly appreciated.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
network loses connection at higher loads
https://bugs.launchpad.net/bugs/293117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284764] Re: dell xps 1530: keyboard volume buttons don't work

2008-10-17 Thread Lishai Eitan
1. The keys should raise / lower the volume, preferably showing a volume bar on 
screen.
2. 
123 XF86AudioRaiseVolume
122 XF86AudioLowerVolume
3.
$ sudo dmidecode -s system-manufacturer
Dell Inc.
$ sudo dmidecode -s system-product-name
XPS M1530
$ sudo dmidecode -s system-version
Not Specified

-- 
dell xps 1530: keyboard volume buttons don't work
https://bugs.launchpad.net/bugs/284764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284764] [NEW] dell xps 1530: keyboard volume buttons don't work

2008-10-16 Thread Lishai Eitan
Public bug reported:

The Raise Volume and Lower Volume buttons do not work in kubuntu 8.10 on Dell 
xps m1530 (Live CD).
When I press one of the buttons, the volume bor is shown, but the volume stays 
the same.
When I assign the keys as global shortcuts to kmix's raise volume of the 
Front channel, the volume is still not changed and the volume bar is NOT 
shown.
When I assign the keys to kmix's raise volume of any OTHER channel, the volume 
IS changed, but the volume bar IS NOT displayed.

I noticed that kmix lists under select master channel TWO Front channels.
in kubuntu 8.04 it listed one Front channel and one Master channel.

output of lspci (run from kubuntu 8.04. I can run this on 8.10 if relevant):
-
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root 
Port (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller 
(rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA 
AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)
03:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 22)
03:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
03:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 12)
03:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast 
Ethernet Controller (rev 12)
0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network 
Connection (rev 02)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
dell xps 1530: keyboard volume buttons don't work
https://bugs.launchpad.net/bugs/284764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 260678] Re: cannot save Screenshot in some folders

2008-08-29 Thread eitan
Triggering the bug:

part one: normal behavior

1: I boot my ubuntu intrepid as normal.

2 :The system boots and i reach my gnome desktop.

3: I press the Print screen key (PrtScn).
-
part two: abnormal behavior (ie:the bug).
-
4: after pressing PrntScn key i am presented with the Gnome-Screenshot: save 
screenshot dialog.
the default library for saving the screenshot is Pictures.
but if i try to change to any other folder in the lower part of the dialog 
(ie:Document Music,Pictures,Videos Folders). it will just try to save the 
screenshot in my Username folder (ie:eitan).
i can change it from there to one of the upper locations (ie:Username 
foler,Desktop,File System Cd-rom drive).
but not to the lower ones.

i will try to screen capture and make a video of the bug.

-- 
 cannot save Screenshot in some  folders
https://bugs.launchpad.net/bugs/260678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 245849] Re: Extra scraps of progress bar in startup screen

2008-08-23 Thread eitan
I can confirm this problem still persists in Intrepid Alpha 4 both in
the start of a clean installation and also after installation.

my computer running Intrepid Alpha 4 is a Sony Vaio Laptop, Model Number
GRV550, 2.4Ghz Pentium 4 CPU with 512 MB of RAM and an ATI MOBILITY
RADEON 7500C Graphics Card.

I did a clean installation of the i386 CD.

-- 
Extra scraps of progress bar in startup screen
https://bugs.launchpad.net/bugs/245849
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 260678] [NEW] cannot save Screenshot in some folders

2008-08-23 Thread eitan
Public bug reported:

I am using Ubuntu 8.10 Alpha-4

the bug is in gnome-screenshot.
while pressing the print-screen button a save screenshot dialog apears.
when i try to save the screenshot in a folder other then the ones on top ( ie: 
username,Desktop,Filesystem,CDRW) it reverts to save them on my username 
folder.
I cannot save the screenshoot in either: Documents,Music,Pictures,video.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
 cannot save Screenshot in some  folders
https://bugs.launchpad.net/bugs/260678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 260678] Re: cannot save Screenshot in some folders

2008-08-23 Thread eitan
Thank you Benjamin,i wasn't sure what the source package was.

update:it apears that if i press other and navigate to the pictures
folder from there,it lets me choose it as a folder in which to save my
screenshots.

-- 
 cannot save Screenshot in some  folders
https://bugs.launchpad.net/bugs/260678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 251705] Re: dpkg uses wrong encoding for Hebrew

2008-08-10 Thread eitan
I too add my voice to those of Eli and Yaron regarding this bug.

-- 
dpkg uses wrong encoding for Hebrew
https://bugs.launchpad.net/bugs/251705
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 245849] Re: getting reflection of progress bar during installation of Intrepid

2008-07-28 Thread eitan
+1
i also experience this bug in Alpha 3.

-- 
getting reflection of progress bar during installation of Intrepid
https://bugs.launchpad.net/bugs/245849
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 249875] [NEW] [Intrepid Ibex] corupted splash images on startup

2008-07-18 Thread eitan
Public bug reported:

when starting Ubuntu 8.10 Intrepid Ibex,there are duplicate partly images of 
the status bar on the screen while ubuntu loads.
i did a fresh install and this problem shows up everytime.
my system is Pentium 3-600hz,512 Ram,and 32MB TNT Nvidia Graphics card the 
motherboard is probably an unkown intel board.
I use Intrepid Ibex Alpha 2.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[Intrepid Ibex] corupted splash images on startup
https://bugs.launchpad.net/bugs/249875
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 207127] Re: fn key doesn't work in hardy with macbook pro fourth generation (4, 1)

2008-05-29 Thread Eitan
On Thu, May 29, 2008 at 9:03 PM, Alex Karpenko [EMAIL PROTECTED]
wrote:

 Cool!

 By the way, my patch has been accepted upstream and I've also submitted it
 to get it into ubuntu sooner.
 I guess I'll change this bug's status once it's in the ubuntu source tree.


very cool!  by the way, i forgot to follow up.. the fn key is working for me
again.
not sure why it didn't for a couple of days;  but all's well at the moment.

/ eitan


** Attachment added: unnamed
   http://launchpadlibrarian.net/14809117/unnamed

-- 
fn key doesn't work in hardy with macbook pro fourth generation (4,1)
https://bugs.launchpad.net/bugs/207127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 207127] Re: fn key doesn't work in hardy with macbook pro fourth generation (4, 1)

2008-05-22 Thread Eitan
strange:  fn key stopped working for me entirely.
i can't figure out what caused this change.  my
/etc/modprobe.d/options still says:
  options usbhid quirks=0x05ac:0x0230:0x00024800
i haven't changed that.
i suspect perhaps some change that's come down through
software update.

is anyone else seeing this?  running hardy heron with
gnome and all the software updates installed.

/ eitan


On Wed, May 21, 2008 at 9:19 PM, Alex Karpenko [EMAIL PROTECTED]
wrote:

 I just realized my notation might be a bit confusing. When I say fn+F5,
 I mean the secondary functionality of F5 (that is decreasing
 brightness)...

 --
 fn key doesn't work in hardy with macbook pro fourth generation (4,1)
 https://bugs.launchpad.net/bugs/207127
 You received this bug notification because you are a direct subscriber
 of the bug.



** Attachment added: unnamed
   http://launchpadlibrarian.net/14662524/unnamed

-- 
fn key doesn't work in hardy with macbook pro fourth generation (4,1)
https://bugs.launchpad.net/bugs/207127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 207127] Re: fn key doesn't work in hardy with macbook pro fourth generation (4, 1)

2008-05-20 Thread Eitan

 Eitan, I can't reproduce the ~ problem. Is your keyboard ISO (as
 specified in lsusb -v)?


the output of lsusb -v shows bCountryCode = 33 US

i believe it's specific to my setup. in the gnome keyboard setup i specified
my keyboard layout to be:
   Macbook/MacbookPro, USA International (AltGr dead keys)
so that i'd have an easy way to input e's with accents, for example.
anyhow, it was easy enough to fix and i'm sure it's not related to the
hidquirks issue.  i'm very thankful for your fix as i'd been going without
now since february or march (surprisingly i'd gotten used to it).  :-)

/ eitan


** Attachment added: unnamed
   http://launchpadlibrarian.net/14625312/unnamed

-- 
fn key doesn't work in hardy with macbook pro fourth generation (4,1)
https://bugs.launchpad.net/bugs/207127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 207127] Re: fn key doesn't work in hardy with macbook pro fourth generation (4, 1)

2008-05-19 Thread Eitan
On Sun, May 18, 2008 at 12:38 AM, Alex Karpenko [EMAIL PROTECTED]
wrote:

 I've detailed a proper fix that doesn't require patching/kernel
 recompile/or the compiled module I've provided above.
 The fix is found here:
 http://ubuntuforums.org/showthread.php?p=4984452posted=1#post4984452

 The fix loads the usbhid module with an option that adds the new DeviceID
 to the quirk list dynamically.


hi alex,
  thank you!!!  fn key now works for me with dynamic fix.
/ eitan


** Attachment added: unnamed
   http://launchpadlibrarian.net/14603452/unnamed

-- 
fn key doesn't work in hardy with macbook pro fourth generation (4,1)
https://bugs.launchpad.net/bugs/207127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 207127] Re: fn key doesn't work in hardy with macbook pro fourth generation (4, 1)

2008-05-19 Thread Eitan
On Mon, May 19, 2008 at 3:13 PM, Paco [EMAIL PROTECTED] wrote:

 i tried with start with 224 for keyboard id, it's to say on macbook air
 this result line:

 options usbhid

 quirks=0x05ac:0x0224:0x0800,0x05ac:0x0225:0x4800,0x05ac:0x0226:0x0800

 and now FN key work, but not every Fx key, F5 and F6 (keyboard lights)
 still remains F5 and F6 with or without FN key, xev confirms,
 ideas/similar problem on macbook pro 4.1?


Fn-F4, Fn-F5, and Fn-F6 appear to not be detected on my macbook pro 4,1.
also, after turning on dynamic hidquirks, my tilde/grave key started echoing
 instead, which i corrected via xmodmap.

/ eitan



 --
 fn key doesn't work in hardy with macbook pro fourth generation (4,1)
 https://bugs.launchpad.net/bugs/207127
 You received this bug notification because you are a direct subscriber
 of the bug.



** Attachment added: unnamed
   http://launchpadlibrarian.net/14610219/unnamed

-- 
fn key doesn't work in hardy with macbook pro fourth generation (4,1)
https://bugs.launchpad.net/bugs/207127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 207127] [NEW] fn key doesn't work in hardy with macbook pro fourth generation (4, 1)

2008-03-26 Thread Eitan
Public bug reported:

hardware:  macbook pro generation 4,1 (feb 2008)
problem:  fn key not detected
test:  run xev.  press fn key.  nothing happens.
consequences:  home/end/pgup/pgdown don't work.

i was able to fix this issue by compiling my own kernel.
i downloaded linux-source from ubuntu hardy
(VERSION = 2,PATCHLEVEL = 6,SUBLEVEL = 24,EXTRAVERSION = .3)

and revised this file:
 drivers/hid/usbhid/hid-quirks.c 

used lsusb to grab the id of the internal keyboard device:
  Bus 005 Device 003: ID 05ac:0230 Apple Computer, Inc.

and revised the c file accordingly:

/* next line commented out by eitan and replaced with line below;
  changing address for device from 0x021b to 0x0230 which is what lsusb tells me
  my internal keyboard device id actually is
#define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x021b
 */
#define USB_DEVICE_ID_APPLE_GEYSER4_ISO 0x0230

rebooting with the new kernel, the fn key now works.
i don't know if this breaks other versions of the macbook pro
and am otherwise ignorant of the linux kernel source code.

thanks,
/ eitan

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

-- 
fn key doesn't work in hardy with macbook pro fourth generation (4,1)
https://bugs.launchpad.net/bugs/207127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 204137] [NEW] openoffice.org always crashes as soon as i access a menu.

2008-03-20 Thread Eitan
Public bug reported:

Binary package hint: openoffice.org

  e.g. click on the File menu.  boom.  x.org crashes.
  happens across all openoffice apps:  word, impress, etc..
  irrespective of which menu i touch.

  press alt-h to reach the help menu.  boom.  x crashes.
  can be repeated reliably.  this not only prevents me from
  using openoffice, but it also crashes x.

  running hardy heron with all the updates on a macbook pro
  gen 4,1.

thanks.

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu hardy (development branch)

version of open office  1:2.4.0~rc2-1ubuntu3

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Thu Mar 20 00:45:57 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/Xorg
NonfreeKernelModules: nvidia
Package: xserver-xorg-core 2:1.4.1~git20080131-1ubuntu5
PackageArchitecture: i386
ProcCmdline: /usr/bin/X :0 -br -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten 
tcp vt9
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 LANG=en_US.UTF-8
Signal: 11
SourcePackage: xorg-server
StacktraceTop:
 free () from /lib/tls/i686/cmov/libc.so.6
 Xfree ()
 ?? ()
 ?? ()
 free () from /lib/tls/i686/cmov/libc.so.6
Title: Xorg crashed with SIGSEGV in free()
Uname: Linux 2.6.24-12-generic i686
UserGroups:

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash

-- 
openoffice.org always crashes as soon as i access a menu.
https://bugs.launchpad.net/bugs/204137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 204137] Re: openoffice.org always crashes as soon as i access a menu.

2008-03-20 Thread Eitan

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/12758032/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/12758033/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/12758034/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/12758035/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/12758036/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/12758037/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/12758038/ThreadStacktrace.txt

-- 
openoffice.org always crashes as soon as i access a menu.
https://bugs.launchpad.net/bugs/204137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 78380] Fiesty Live CD crashes during Boot

2007-01-07 Thread eitan
Public bug reported:

I have a repeat error while trying to install Ubuntu 7.10 Fiesty Herd 1
Desktop from a live CD.  The error occurs after the Ubuntu start up
screen (with the orange bar on the bottom) is complete.  The error is as
follows:

Busyboy v1.1.3 (Debian 1:1.1.3-3ubuntu2) Built in shell (ash)  
bin/sh: can't access tty; job control turned off 

And I am kicked to some terminal as (initramfs).

My station is a Sony Vaio VGN-N130G laptop.  I am able to install both
6.06 and 6.10 through their live CDs without any trouble.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Fiesty Live CD crashes during Boot 
https://launchpad.net/bugs/78380

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