[Bug 955520] [NEW] Dragging and dropping the screenshot preview image no longer works

2012-03-14 Thread Niran Babalola
Public bug reported:

1) Description: Ubuntu precise (development branch)
Release:12.04

2) 3.3.91-0ubuntu1

3) Dragging and dropping the screenshot preview image used to work just
like dragging a file. Without saving the screenshot anywhere, I could
drag the image into GMail as an attachment or into imgur to upload it.

4) The image is still draggable, but dropping it does nothing. The
cursor does not change when it's over a drop target. Dragging a file
from Nautilus works as expected.

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

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

Title:
  Dragging and dropping the screenshot preview image no longer works

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

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


[Bug 954595] [NEW] ImportError: cannot import name urandom from os

2012-03-13 Thread Niran Babalola
Public bug reported:

1) Description: Ubuntu precise (development branch)
Release:12.04

2) python2.7 2.7.2-13ubuntu5, libpython2.7 2.7.2-13ubuntu5,
python2.7-minimal 2.7.3~rc1-1ubuntu2


(tribune)niran@niran-MacPro:~/tribune/texastribune$ pip install -U fabric
Traceback (most recent call last):
  File /home/niran/.virtualenvs/tribune/bin/pip, line 9, in module
load_entry_point('pip==1.0.2', 'console_scripts', 'pip')()
  File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 2279, in load_entry_point
return ep.load()
  File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 1989, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/pip/__init__.py,
 line 10, in module
from pip.backwardcompat import u, walk_packages, console_to_str
  File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/pip/backwardcompat.py,
 line 66, in module
from urllib2 import URLError, HTTPError
  File /usr/lib/python2.7/urllib2.py, line 94, in module
import httplib
  File /usr/lib/python2.7/httplib.py, line 79, in module
import mimetools
  File /usr/lib/python2.7/mimetools.py, line 6, in module
import tempfile
  File /usr/lib/python2.7/tempfile.py, line 34, in module
from random import Random as _Random
  File /usr/lib/python2.7/random.py, line 47, in module
from os import urandom as _urandom
ImportError: cannot import name urandom

(tribune)niran@niran-MacPro:~/tribune/texastribune$ python
Python 2.7.2+ (default, Aug 16 2011, 07:24:41) 
[GCC 4.6.1] on linux2
Type help, copyright, credits or license for more information.
 import os
 os.urandom
Traceback (most recent call last):
  File stdin, line 1, in module
AttributeError: 'module' object has no attribute 'urandom'


Downgrading all three packages makes pip work again, and importing urandom from 
os succeeds as well.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ImportError: cannot import name urandom from os

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

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


[Bug 954595] Re: ImportError: cannot import name urandom from os

2012-03-13 Thread Niran Babalola
** Description changed:

  1) Description:   Ubuntu precise (development branch)
  Release:  12.04
  
- 2) python2.7 2.7.2-13ubuntu5, libpython2.7 2.7.2-13ubuntu5,
+ 2) python2.7 2.7.3~rc1-1ubuntu2, libpython2.7 2.7.3~rc1-1ubuntu2,
  python2.7-minimal 2.7.3~rc1-1ubuntu2
- 
  
  (tribune)niran@niran-MacPro:~/tribune/texastribune$ pip install -U fabric
  Traceback (most recent call last):
-   File /home/niran/.virtualenvs/tribune/bin/pip, line 9, in module
- load_entry_point('pip==1.0.2', 'console_scripts', 'pip')()
-   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 337, in load_entry_point
- return get_distribution(dist).load_entry_point(group, name)
-   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 2279, in load_entry_point
- return ep.load()
-   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 1989, in load
- entry = __import__(self.module_name, globals(),globals(), ['__name__'])
-   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/pip/__init__.py,
 line 10, in module
- from pip.backwardcompat import u, walk_packages, console_to_str
-   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/pip/backwardcompat.py,
 line 66, in module
- from urllib2 import URLError, HTTPError
-   File /usr/lib/python2.7/urllib2.py, line 94, in module
- import httplib
-   File /usr/lib/python2.7/httplib.py, line 79, in module
- import mimetools
-   File /usr/lib/python2.7/mimetools.py, line 6, in module
- import tempfile
-   File /usr/lib/python2.7/tempfile.py, line 34, in module
- from random import Random as _Random
-   File /usr/lib/python2.7/random.py, line 47, in module
- from os import urandom as _urandom
+   File /home/niran/.virtualenvs/tribune/bin/pip, line 9, in module
+ load_entry_point('pip==1.0.2', 'console_scripts', 'pip')()
+   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 337, in load_entry_point
+ return get_distribution(dist).load_entry_point(group, name)
+   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 2279, in load_entry_point
+ return ep.load()
+   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 1989, in load
+ entry = __import__(self.module_name, globals(),globals(), ['__name__'])
+   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/pip/__init__.py,
 line 10, in module
+ from pip.backwardcompat import u, walk_packages, console_to_str
+   File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/pip/backwardcompat.py,
 line 66, in module
+ from urllib2 import URLError, HTTPError
+   File /usr/lib/python2.7/urllib2.py, line 94, in module
+ import httplib
+   File /usr/lib/python2.7/httplib.py, line 79, in module
+ import mimetools
+   File /usr/lib/python2.7/mimetools.py, line 6, in module
+ import tempfile
+   File /usr/lib/python2.7/tempfile.py, line 34, in module
+ from random import Random as _Random
+   File /usr/lib/python2.7/random.py, line 47, in module
+ from os import urandom as _urandom
  ImportError: cannot import name urandom
  
  (tribune)niran@niran-MacPro:~/tribune/texastribune$ python
- Python 2.7.2+ (default, Aug 16 2011, 07:24:41) 
+ Python 2.7.2+ (default, Aug 16 2011, 07:24:41)
  [GCC 4.6.1] on linux2
  Type help, copyright, credits or license for more information.
   import os
   os.urandom
  Traceback (most recent call last):
-   File stdin, line 1, in module
+   File stdin, line 1, in module
  AttributeError: 'module' object has no attribute 'urandom'
  
- 
- Downgrading all three packages makes pip work again, and importing urandom 
from os succeeds as well.
+ Downgrading all three packages makes pip work again, and importing
+ urandom from os succeeds as well.

** Description changed:

  1) Description:   Ubuntu precise (development branch)
  Release:  12.04
  
  2) python2.7 2.7.3~rc1-1ubuntu2, libpython2.7 2.7.3~rc1-1ubuntu2,
  python2.7-minimal 2.7.3~rc1-1ubuntu2
  
  (tribune)niran@niran-MacPro:~/tribune/texastribune$ pip install -U fabric
  Traceback (most recent call last):
    File /home/niran/.virtualenvs/tribune/bin/pip, line 9, in module
  load_entry_point('pip==1.0.2', 'console_scripts', 'pip')()
    File 
/home/niran/.virtualenvs/tribune/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py,
 line 337, in load_entry_point
  return get_distribution(dist).load_entry_point(group, name)
    File 

[Bug 704833] Re: Dropbox isn't shown in indicator-applet - uses notfication tray instead

2011-03-06 Thread Niran Babalola
To clarify, Dropbox's indicator menu works fine in Maverick. In Natty,
it sounds like it isn't detecting that the indicator-applet is present,
so it falls back to adding a notification area applet, which doesn't
display in Natty. If Dropbox's indicator-applet detection has broken
from Maverick to Natty, there are likely other implementations that have
broken as well. At the very least, the indicator-applet change should be
reported to them so they can fix it.

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

Title:
  Dropbox isn't shown in indicator-applet - uses notfication tray
  instead

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


[Bug 522328] Re: [Test xpr-008] Lucid upgrade broke when upgrading from manually installed nvidia proprietary drivers

2010-04-04 Thread Niran Babalola
The same thing is happening to me on a fresh install of 64-bit Lucid
with the proprietary driver enabled via Hardware Drivers. If I manually
modprobe nvidia then restart gdm, X loads fine with the proprietary
driver.

-- 
[Test xpr-008] Lucid upgrade broke when upgrading from manually installed 
nvidia proprietary drivers
https://bugs.launchpad.net/bugs/522328
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 417873] Re: gnome-display-properties doesn't detect external monitor

2009-09-20 Thread Niran Babalola
** This bug is no longer a duplicate of bug 329402
   gnome-display-properties doesn't detect monitors

-- 
gnome-display-properties doesn't detect external monitor
https://bugs.launchpad.net/bugs/417873
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 417873] Re: gnome-display-properties doesn't detect external monitor

2009-09-05 Thread Niran Babalola
*** This bug is a duplicate of bug 329402 ***
https://bugs.launchpad.net/bugs/329402

This bug is not a duplicate of bug #329402. xrandr --auto does nothing
for me, and the monitor never shows up even if it's plugged in when I
boot.

-- 
gnome-display-properties doesn't detect external monitor
https://bugs.launchpad.net/bugs/417873
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 417873] [NEW] gnome-display-properties doesn't detect external monitor

2009-08-23 Thread Niran Babalola
Public bug reported:

Binary package hint: gnome-control-center

Release: Karmic
Package version: 1:2.27.5-0ubuntu1
Hardware: MacBook1,1
AccelMethod: UXA

Only the laptop monitor appears in Display Preferences. Clicking detect
monitors doesn't change this. I've booted with the monitor connected and
disconnected; there's no difference. ddcprobe seems to detect the
monitor:

ni...@mog:~$ sudo ddcprobe
vbe: VESA 3.0 detected.
oem: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
vendor: Intel Corporation
product: Intel(r) 82945GM Chipset Family Graphics Controller Hardware Version 
0.0
memory: 16064kb
mode: 1280x1024x256
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 1024x768x256
mode: 1024x768x64k
mode: 1024x768x16m
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 640x480x256
mode: 800x600x256
mode: 640x480x64k
edid: 
edid: 1 3
id: 02b6
eisa: SAM02b6
serial: 48553234
manufacture: 39 2007
input: analog signal.
screensize: 52 32
gamma: 2.60
dpms: RGB, active off, no suspend, no standby
timing: 720x...@70 Hz (VGA 640x400, IBM)
timing: 720x...@88 Hz (XGA2)
timing: 640x...@60 Hz (VGA)
timing: 640x...@67 Hz (Mac II, Apple)
timing: 640x...@72 Hz (VESA)
timing: 640x...@75 Hz (VESA)
timing: 800x...@60 Hz (VESA)
timing: 800x...@72 Hz (VESA)
timing: 800x...@75 Hz (VESA)
timing: 832x...@75 Hz (Mac II)
timing: 1024x...@87 Hz Interlaced (8514A)
timing: 1024x...@70 Hz (VESA)
timing: 1024x...@75 Hz (VESA)
timing: 1280x1...@75 (VESA)
ctiming: 1600x1...@60
ctiming: 1280x1...@60
ctiming: 1280x...@60
ctiming: 1152x...@75
dtiming: 1920x1...@59
monitorrange: 30-81, 56-75
monitorname: SyncMaster
monitorserial: HCGP910094

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

-- 
gnome-display-properties doesn't detect external monitor
https://bugs.launchpad.net/bugs/417873
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 352373] Re: [jaunty] System randomly freezes, sometimes flashing capslock light

2009-04-03 Thread Niran Babalola
I forgot to mention that my system is a MacBook 1,1.

-- 
[jaunty] System randomly freezes, sometimes flashing capslock light
https://bugs.launchpad.net/bugs/352373
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 352373] Re: [jaunty] System randomly freezes, sometimes flashing capslock light

2009-04-03 Thread Niran Babalola
I'm having this same issue to the point that the system is unusable for
more than five minutes at a time.

-- 
[jaunty] System randomly freezes, sometimes flashing capslock light
https://bugs.launchpad.net/bugs/352373
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 279459] Re: ath5k occasionally fails to associate with wireless router after suspend

2008-10-08 Thread Niran Babalola
After `modprobe -r ath_pci` and `modprobe ath_pci`, I can associate with
the router.

-- 
ath5k occasionally fails to associate with wireless router after suspend
https://bugs.launchpad.net/bugs/279459
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 279459] Re: ath5k occasionally fails to associate with wireless router after suspend

2008-10-07 Thread Niran Babalola
To clarify, after an occasional suspend, I can't associate with a
wireless router until I reboot.

-- 
ath5k occasionally fails to associate with wireless router after suspend
https://bugs.launchpad.net/bugs/279459
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 279459] [NEW] ath5k occasionally fails to associate with wireless router after suspend

2008-10-06 Thread Niran Babalola
Public bug reported:

Here's the syslog output from when it fails to associate:

Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 1 of 5 
(Device Prepare) scheduled... 
Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 1 of 5 
(Device Prepare) started... 
Oct  6 10:03:28 mog NetworkManager: info  (ath0): device state change: 6 - 4 
Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 2 of 5 
(Device Configure) scheduled... 
Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 1 of 5 
(Device Prepare) complete. 
Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 2 of 5 
(Device Configure) starting... 
Oct  6 10:03:28 mog NetworkManager: info  (ath0): device state change: 4 - 5 
Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0/wireless): 
connection 'Auto 2WIRE591' has security, and secrets exist.  No new secrets 
needed. 
Oct  6 10:03:28 mog NetworkManager: info  Config: added 'ssid' value 
'2WIRE591' 
Oct  6 10:03:28 mog NetworkManager: info  Config: added 'scan_ssid' value '1' 
Oct  6 10:03:28 mog NetworkManager: info  Config: added 'key_mgmt' value 
'NONE' 
Oct  6 10:03:28 mog NetworkManager: info  Config: added 'auth_alg' value 
'OPEN' 
Oct  6 10:03:28 mog NetworkManager: info  Config: added 'wep_key0' value 
'omitted' 
Oct  6 10:03:28 mog NetworkManager: info  Config: added 'wep_tx_keyidx' value 
'0' 
Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 2 of 5 
(Device Configure) complete. 
Oct  6 10:03:28 mog NetworkManager: info  Config: set interface ap_scan to 1 
Oct  6 10:03:28 mog NetworkManager: info  (ath0): supplicant connection state 
change: 0 - 2 
Oct  6 10:03:53 mog NetworkManager: info  Activation (ath0/wireless): 
association took too long. 
Oct  6 10:03:53 mog NetworkManager: info  (ath0): device state change: 5 - 6 
Oct  6 10:03:53 mog NetworkManager: info  Activation (ath0/wireless): asking 
for new secrets 
Oct  6 10:03:53 mog NetworkManager: info  (ath0): supplicant connection state 
change: 2 - 0 
Oct  6 10:04:08 mog NetworkManager: info  ath0: link timed out.

I'm running intrepid, and it's fully updated.

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

** Description changed:

  Here's the syslog output from when it fails to associate:
- 
- New Note 252
  
  Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 1 of 5 
(Device Prepare) scheduled... 
  Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 1 of 5 
(Device Prepare) started... 
  Oct  6 10:03:28 mog NetworkManager: info  (ath0): device state change: 6 - 
4 
  Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 2 of 5 
(Device Configure) scheduled... 
  Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 1 of 5 
(Device Prepare) complete. 
  Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 2 of 5 
(Device Configure) starting... 
  Oct  6 10:03:28 mog NetworkManager: info  (ath0): device state change: 4 - 
5 
  Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0/wireless): 
connection 'Auto 2WIRE591' has security, and secrets exist.  No new secrets 
needed. 
  Oct  6 10:03:28 mog NetworkManager: info  Config: added 'ssid' value 
'2WIRE591' 
  Oct  6 10:03:28 mog NetworkManager: info  Config: added 'scan_ssid' value 
'1' 
  Oct  6 10:03:28 mog NetworkManager: info  Config: added 'key_mgmt' value 
'NONE' 
  Oct  6 10:03:28 mog NetworkManager: info  Config: added 'auth_alg' value 
'OPEN' 
  Oct  6 10:03:28 mog NetworkManager: info  Config: added 'wep_key0' value 
'omitted' 
  Oct  6 10:03:28 mog NetworkManager: info  Config: added 'wep_tx_keyidx' 
value '0' 
  Oct  6 10:03:28 mog NetworkManager: info  Activation (ath0) Stage 2 of 5 
(Device Configure) complete. 
  Oct  6 10:03:28 mog NetworkManager: info  Config: set interface ap_scan to 
1 
  Oct  6 10:03:28 mog NetworkManager: info  (ath0): supplicant connection 
state change: 0 - 2 
  Oct  6 10:03:53 mog NetworkManager: info  Activation (ath0/wireless): 
association took too long. 
  Oct  6 10:03:53 mog NetworkManager: info  (ath0): device state change: 5 - 
6 
  Oct  6 10:03:53 mog NetworkManager: info  Activation (ath0/wireless): 
asking for new secrets 
  Oct  6 10:03:53 mog NetworkManager: info  (ath0): supplicant connection 
state change: 2 - 0 
  Oct  6 10:04:08 mog NetworkManager: info  ath0: link timed out.
  
  I'm running intrepid, and it's fully updated.

-- 
ath5k occasionally fails to associate with wireless router after suspend
https://bugs.launchpad.net/bugs/279459
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 234672] [NEW] Bluetooth doesn't work after suspend on a MacBook

2008-05-24 Thread Niran Babalola
Public bug reported:

I have my Bluetooth preferences set to show the applet whenever a
Bluetooth adapter is present. On a fresh boot, everything works fine.
After returning from suspend, there is no applet, and attempting to
transfer files from my phone to my computer doesn't work.

I am running Hardy, and it is fully updated.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Bluetooth doesn't work after suspend on a MacBook
https://bugs.launchpad.net/bugs/234672
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 234672] Re: Bluetooth doesn't work after suspend on a MacBook

2008-05-24 Thread Niran Babalola
I think it's likely a kernel issue, not a gnome-bluetooth issue.

-- 
Bluetooth doesn't work after suspend on a MacBook
https://bugs.launchpad.net/bugs/234672
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 218817] Re: Toshiba p100 Conexant CX20549 (Venice) Headphone jack not working

2008-05-01 Thread Niran Babalola
Oops. I eventually found a muted channel (Surround), and unmuting it
fixed it.

-- 
Toshiba p100 Conexant CX20549 (Venice) Headphone jack not working
https://bugs.launchpad.net/bugs/218817
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 218817] Re: Toshiba p100 Conexant CX20549 (Venice) Headphone jack not working

2008-04-30 Thread Niran Babalola
I'm having this same issue on a MacBook with Hardy i386.

-- 
Toshiba p100 Conexant CX20549 (Venice) Headphone jack not working
https://bugs.launchpad.net/bugs/218817
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 13754] Re: Make or-pkgs possible (totem|totem-xine)

2007-08-09 Thread Niran Babalola
I doubt any of this is still relevant, but I thought I should point out
that although the branches Michael pointed out don't exist on my server
anymore, they're still on the supermirror:
http://mirrors.sourcecontrol.net/[EMAIL PROTECTED]/

-- 
Make or-pkgs possible (totem|totem-xine)
https://bugs.launchpad.net/bugs/13754
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 103532] Re: NetworkManager can't find any interfaces

2007-04-17 Thread Niran Babalola
All my interfaces are auto. I've attached my interfaces file.

** Attachment added: my interfaces file
   http://librarian.launchpad.net/7339081/interfaces

-- 
NetworkManager can't find any interfaces
https://bugs.launchpad.net/bugs/103532
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103532] Re: NetworkManager can't find any interfaces

2007-04-17 Thread Niran Babalola
The intention was that I'd be able to have a static IP address for my
wired connection, but be able to switch between my wired and my wireless
connections using NetworkManager. This worked perfectly until I updated
earlier today.

-- 
NetworkManager can't find any interfaces
https://bugs.launchpad.net/bugs/103532
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103532] Re: NetworkManager can't find any interfaces

2007-04-16 Thread Niran Babalola
I had a static wired interface and a dynamic wireless interface
configured and working fine until the latest update. The wireless
networks still work for me, but the static wired interface doesn't show
up in nm-tool or the nm-applet menu as Wired Network like it used to.
This makes me sad.

Moving the interfaces file out of the way makes NetworkManager see both
interfaces and gets an IP for the wired one, but I had DNS issues when I
tried to use it. Not sure if that's related. Putting the interfaces file
back and using the wireless network works fine.

-- 
NetworkManager can't find any interfaces
https://bugs.launchpad.net/bugs/103532
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 80692] Re: democracyplayer crashes on startup

2007-04-14 Thread Niran Babalola
Works for me.

-- 
democracyplayer crashes on startup
https://bugs.launchpad.net/bugs/80692
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80692] democracyplayer crashes on startup

2007-01-19 Thread Niran Babalola
Public bug reported:

Binary package hint: democracyplayer

This bug is different from #76801.

$ democracyplayer 
/var/lib/python-support/python2.5/democracy/frontend_implementation/Application.py:26:
 GtkDeprecationWarning: gtk.threads_init is deprecated, use 
gtk.gdk.threads_init instead
  gtk.threads_init()
DTV: Starting up Democracy Player
DTV: Version:  0.9.2.1
DTV: Revision: unknown
DTV: Loading preferences...
DTV: Restoring database...
Database load slow: 0.491
DTV: Recomputing filters...
DTV: Spawning auto downloader...
DTV: Displaying main frame...
Setting VolumeLevel to 1.0
*** Launching Democracy Downloader Daemon 
Traceback (most recent call last):
  File 
/var/lib/python-support/python2.5/democracy/dl_daemon/Democracy_Downloader.py,
 line 66, in ?
launch()
  File 
/var/lib/python-support/python2.5/democracy/dl_daemon/Democracy_Downloader.py,
 line 36, in launch
from dl_daemon import daemon
  File /var/lib/python-support/python2.5/democracy/dl_daemon/daemon.py, line 
1, in ?
from dl_daemon import command
  File /var/lib/python-support/python2.5/democracy/dl_daemon/command.py, line 
5, in ?
import eventloop
  File /var/lib/python-support/python2.5/democracy/eventloop.py, line 17, in ?
import database
ImportError: /var/lib/python-support/python2.5/democracy/database.so: undefined 
symbol: _PyObject_CallFunction_SizeT
Icon clear: 0.007
DTV: Starting event loop thread
DTV: Finished startup sequence
['/home/niran/.democracy/Movies']
/var/lib/python-support/python2.5/democracy/frontend_implementation/gtk_queue.py:109:
 GtkDeprecationWarning: gtk.threads_enter is deprecated, use 
gtk.gdk.threads_enter instead
  gtk.threads_enter()
/var/lib/python-support/python2.5/democracy/frontend_implementation/gtk_queue.py:129:
 GtkDeprecationWarning: gtk.threads_leave is deprecated, use 
gtk.gdk.threads_leave instead
  gtk.threads_leave()
Setting VolumeLevel to 1.0
DTV: updating the Guide
loaded renderer 'gstrenderer'
loaded renderer 'xinerenderer'
Segmentation fault (core dumped)

** Affects: democracyplayer (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
democracyplayer crashes on startup
https://launchpad.net/bugs/80692

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


[Bug 79599] Re: System very slow to suspend to RAM (Feisty)

2007-01-18 Thread Niran Babalola
I am experiencing this issue as well on a MacBook.

-- 
System very slow to suspend to RAM (Feisty)
https://launchpad.net/bugs/79599

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


[Bug 77479] Re: gnome-user-share doesn't start

2007-01-07 Thread Niran Babalola
Adding the following line to dav_user.conf before the TypesConfig line
fixes the problem.

LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so

-- 
gnome-user-share doesn't start
https://launchpad.net/bugs/77479

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


[Bug 77479] Syntax error in dav_user.conf

2007-01-03 Thread Niran Babalola
Public bug reported:

Binary package hint: gnome-user-share

Running gnome-user-share (0.10-2, feisty) from the command line yields
this output:

Syntax error on line 17 of /usr/share/gnome-user-share/dav_user.conf:
Invalid command 'TypesConfig', perhaps misspelled or defined by a module not 
included in the server configuration
spawning httpd failed

** Affects: gnome-user-share (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Summary changed:

- Syntax error in dav_user.conf
+ gnome-user-share doesn't start

-- 
gnome-user-share doesn't start
https://launchpad.net/bugs/77479

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


[Bug 77028] gnome-obex-server freezes when receiving a file

2006-12-23 Thread Niran Babalola
Public bug reported:

Binary package hint: gnome-bluetooth

This occurs on the latest feisty package, 0.8.0-0ubuntu2.

1) Send a picture from a phone.
2) Accept transfer on the computer.
3) Bluetooth Transfer Received window pops up, but none of the buttons can be 
clicked. Trying to close the window fails. Had to use xkill to get rid of it.

** Affects: gnome-bluetooth (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gnome-obex-server freezes when receiving a file
https://launchpad.net/bugs/77028

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


[Bug 77028] Re: gnome-obex-server freezes when receiving a file

2006-12-23 Thread Niran Babalola
It also freezes if I decline the file transfer. My phone still sends the
file, and the notification applet doesn't respond to clicks.

-- 
gnome-obex-server freezes when receiving a file
https://launchpad.net/bugs/77028

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


[Bug 41994] Re: closed Laptop Lid to reliably keep Backlight off

2006-12-21 Thread Niran Babalola
This bug still exists on Feisty on my MacBook.

-- 
closed Laptop Lid to reliably keep Backlight off
https://launchpad.net/bugs/41994

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


[Bug 60938] Re: Atheros Chipset Not Detected; Unknown Symbol

2006-09-27 Thread Niran Babalola
This is broken again with 2.6.17-10.

$ uname -a
Linux mog 2.6.17-10-generic #2 SMP Tue Sep 26 16:53:47 UTC 2006 i686 GNU/Linux

From dmesg:

[17179595.288000] wlan: 0.8.4.2 (0.9.2)
[17179595.296000] ath_rate_sample: Unknown symbol ath_hal_computetxtime
[17179595.40] sd 0:0:1:0: Attached scsi generic sg0 type 0
[17179595.448000] ACPI: PCI Interrupt :01:00.0[A] - GSI 16 (level, low) - 
IRQ 177
[17179595.448000] PCI: Setting latency timer of device :01:00.0 to 64
[17179595.448000] sky2 v1.4 addr 0x9020 irq 177 Yukon-EC (0xb6) rev 2
[17179595.448000] sky2 eth0: addr 00:17:f2:2e:6b:94
[17179595.504000] ts: Compaq touchscreen protocol output
[17179595.532000] ath_pci: Unknown symbol ath_rate_tx_complete
[17179595.532000] ath_pci: Unknown symbol _ath_hal_attach
[17179595.532000] ath_pci: Unknown symbol ath_rate_attach
[17179595.532000] ath_pci: Unknown symbol ath_rate_newassoc
[17179595.532000] ath_pci: Unknown symbol ath_hal_computetxtime
[17179595.532000] ath_pci: Unknown symbol ath_rate_dynamic_proc_register
[17179595.532000] ath_pci: Unknown symbol ath_hal_mhz2ieee
[17179595.532000] ath_pci: Unknown symbol ath_hal_detach
[17179595.532000] ath_pci: Unknown symbol ath_hal_probe
[17179595.532000] ath_pci: Unknown symbol ath_rate_node_cleanup
[17179595.532000] ath_pci: Unknown symbol ath_rate_detach
[17179595.532000] ath_pci: Unknown symbol ath_rate_node_init
[17179595.532000] ath_pci: Unknown symbol ath_rate_findrate
[17179595.532000] ath_pci: Unknown symbol ath_hal_init_channels
[17179595.532000] ath_pci: Unknown symbol ath_rate_newstate
[17179595.532000] ath_pci: Unknown symbol ath_rate_setupxtxdesc
[17179595.532000] ath_pci: Unknown symbol ath_hal_getwirelessmodes

-- 
Atheros Chipset Not Detected; Unknown Symbol
https://launchpad.net/bugs/60938

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


[Bug 28326] Re: i810 Xv crashes after suspend - infinite resprawn

2006-09-02 Thread Niran Babalola
I'm pretty sure this bug involves swapping somehow. Back when I actually
had the bug, I noticed that if I suspended before I'd swapped anything
to disk, playing video after I came back would still work. If it had
swapped, the unfortunate crashing loop would occur. Since then, I
swapped out one of my 256 MB sticks of RAM for a 1 GB one, and I haven't
had the bug since.

-- 
i810 Xv crashes after suspend - infinite resprawn
https://launchpad.net/bugs/28326

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


Re: [ubuntu-art] A request

2006-06-11 Thread Niran Babalola

On 6/11/06, Michiel Sikma [EMAIL PROTECTED] wrote:

There is one thing, however, that makes me a bit sour. On IRC in
particular, I've noticed that there is a sort of detrimental attitude
towards people who use proprietary software to contribute to Ubuntu.


If someone is doing artwork for Ubuntu, chances are they're well aware
of the free software alternatives. Instead of being antagonistic and
pushing them away, why not just accept their contributions and spare
them the flame wars so they can spend that time doing productive work
instead?

These people should also note that Launchpad is proprietary software.

--
Niran Babalola
http://niran.org

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