[Bug 546392] Re: gwibber crashes on startup with application default-font-size set to non-integer (eg. 10.5pt)

2010-05-09 Thread Inash Zubair
** Changed in: gwibber
 Assignee: (unassigned) => Ken VanDine (ken-vandine)

** Changed in: gwibber
   Status: New => Confirmed

-- 
gwibber crashes on startup with application default-font-size set to 
non-integer (eg. 10.5pt)
https://bugs.launchpad.net/bugs/546392
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 425929] Re: gwibber crashed with ValueError in load_fonts()

2010-05-09 Thread Inash Zubair
*** This bug is a duplicate of bug 546392 ***
https://bugs.launchpad.net/bugs/546392

Omer, I've changed this and the bug following this one to mark it as a
duplicate of bug 546392, and my branch/patch as affecting it as well.
Cheers.

** This bug has been marked a duplicate of bug 546392
   gwibber crashes on startup with application default-font-size set to 
non-integer (eg. 10.5pt)

-- 
gwibber crashed with ValueError in load_fonts()
https://bugs.launchpad.net/bugs/425929
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 571835] Re: Gwibber window doesn't open when the gnome applications' font has decimals

2010-05-09 Thread Inash Zubair
*** This bug is a duplicate of bug 546392 ***
https://bugs.launchpad.net/bugs/546392

** This bug is no longer a duplicate of bug 425929
   gwibber crashed with ValueError in load_fonts()
** This bug has been marked a duplicate of bug 546392
   gwibber crashes on startup with application default-font-size set to 
non-integer (eg. 10.5pt)

-- 
Gwibber window doesn't open when the gnome applications' font has decimals
https://bugs.launchpad.net/bugs/571835
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 546392] Re: gwibber crashes on startup with application default-font-size set to non-integer (eg. 10.5pt)

2010-05-09 Thread Inash Zubair
** Branch linked: lp:~inash/gwibber/gwibber-425929

-- 
gwibber crashes on startup with application default-font-size set to 
non-integer (eg. 10.5pt)
https://bugs.launchpad.net/bugs/546392
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 546392] Re: gwibber crashes on startup with system default-font-size set to non-integer (eg. 10.5pt)

2010-04-18 Thread Inash Zubair
Hopefully the change will be merged soon.

-- 
gwibber crashes on startup with system default-font-size set to non-integer 
(eg. 10.5pt)
https://bugs.launchpad.net/bugs/546392
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 546392] Re: gwibber crashes on startup with system default-font-size set to non-integer (eg. 10.5pt)

2010-04-16 Thread Inash Zubair
This is definitely a duplicate of #425929. I was hit with the same
problem as sbas as I keep my application font size same as sbas's. I've
proposed a possible fix for it and have proposed for merging. It's just
a one liner. If you open the file /usr/lib/python2.6/dist-
packages/gwibber/gwui.py and search for:

self.web_settings.set_property("default-font-size", int(font_size))

which comes under WebUi.render method and change it to:

self.web_settings.set_property("default-font-size",
int(float(font_size)))

will fix the problem for you.

-- 
gwibber crashes on startup with system default-font-size set to non-integer 
(eg. 10.5pt)
https://bugs.launchpad.net/bugs/546392
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 425929] Re: gwibber crashed with ValueError in load_fonts()

2010-04-04 Thread Inash Zubair
Omer, I've checked with ~gwibber-daily and it doesn't have the fix. You
can check for the linked branch ~inash/gwibber/gwibber-425929 for a one
line fixer. It does the job.

-- 
gwibber crashed with ValueError in load_fonts()
https://bugs.launchpad.net/bugs/425929
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 425929] Re: gwibber crashed with ValueError in load_fonts()

2010-03-23 Thread Inash Zubair
As of this writing, revision 20 of gwui.py line 236 tries to convert a
float that appears as string to an int. The value is retrieved from
global application font preference. If you supposed have 8.5899, the
conversion fails, but if you have an int it works ok.

So prior to casting to an int, if the value is first converted to a
float, it does the trick of flooring the float value to an integer and
the lower bound value is used in setting gwibber's application font
size.

-- 
gwibber crashed with ValueError in load_fonts()
https://bugs.launchpad.net/bugs/425929
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 425929] Re: gwibber crashed with ValueError in load_fonts()

2010-03-23 Thread Inash Zubair
** Changed in: gwibber (Ubuntu)
   Status: Invalid => New

-- 
gwibber crashed with ValueError in load_fonts()
https://bugs.launchpad.net/bugs/425929
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 280883] Re: Ugly Close Tab menu icon on File menu

2009-11-01 Thread Inash Zubair
** Changed in: human-icon-theme (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Ugly Close Tab menu icon on File menu
https://bugs.launchpad.net/bugs/280883
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 309672] Re: sound doesn't work after long whiles

2009-11-01 Thread Inash Zubair
** Changed in: linux (Ubuntu)
   Status: New => Fix Released

-- 
sound doesn't work after long whiles
https://bugs.launchpad.net/bugs/309672
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 309672] Re: sound doesn't work after long whiles

2008-12-19 Thread Inash Zubair

** Attachment added: "lsusb.txt"
   http://launchpadlibrarian.net/20576355/lsusb.txt

-- 
sound doesn't work after long whiles
https://bugs.launchpad.net/bugs/309672
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 309672] Re: sound doesn't work after long whiles

2008-12-19 Thread Inash Zubair

** Attachment added: "lspci.txt"
   http://launchpadlibrarian.net/20576343/lspci.txt

-- 
sound doesn't work after long whiles
https://bugs.launchpad.net/bugs/309672
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 309672] Re: sound doesn't work after long whiles

2008-12-19 Thread Inash Zubair

** Attachment added: "dmesg.txt"
   http://launchpadlibrarian.net/20576317/dmesg.txt

-- 
sound doesn't work after long whiles
https://bugs.launchpad.net/bugs/309672
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 309672] [NEW] sound doesn't work after long whiles

2008-12-19 Thread Inash Zubair
Public bug reported:

i've been having this problem since ibex beta. after starting up and
after each reboot, sound seems to work perfectly. however, probably
after long idle times, it just doesn't work at all. while testing the
sound settings through the gnome preference applet, here's the error it
throws out:

audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample !
gconfaudiosink: Failed to connect: Connection refused.

attached will be the output from lspci -nn, lcusb and dmesg.

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

-- 
sound doesn't work after long whiles
https://bugs.launchpad.net/bugs/309672
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 309495] Re: Cheese on Acer Aspire 4930 freezes - no webcam

2008-12-19 Thread Inash Zubair
Here's the output from lcpci -nn:
---
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller [8086:2a43] (rev 07)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 [8086:2937] (rev 03)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 [8086:2938] (rev 03)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 [8086:293c] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller [8086:293e] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express 
Port 1 [8086:2940] (rev 03)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express 
Port 2 [8086:2942] (rev 03)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express 
Port 3 [8086:2944] (rev 03)
00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express 
Port 5 [8086:2948] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 [8086:2934] (rev 03)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 [8086:2935] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 [8086:2936] (rev 03)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 [8086:2939] (rev 03)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 [8086:293a] (rev 03)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge 
[8086:2448] (rev 93)
00:1f.0 ISA bridge [0601]: Intel Corporation ICH9M LPC Interface Controller 
[8086:2919] (rev 03)
00:1f.2 SATA controller [0106]: Intel Corporation ICH9M/M-E SATA AHCI 
Controller [8086:2929] (rev 03)
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller 
[8086:2930] (rev 03)
00:1f.6 Signal processing controller [1180]: Intel Corporation 82801I (ICH9 
Family) Thermal Subsystem [8086:2932] (rev 03)
04:00.0 Network controller [0280]: Intel Corporation Wireless WiFi Link 5100 
[8086:4232]
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 02)
07:00.0 System peripheral [0880]: JMicron Technologies, Inc. SD/MMC Host 
Controller [197b:2382]
07:00.2 SD Host controller [0805]: JMicron Technologies, Inc. Standard SD Host 
Controller [197b:2381]
07:00.3 System peripheral [0880]: JMicron Technologies, Inc. MS Host Controller 
[197b:2383]
07:00.4 System peripheral [0880]: JMicron Technologies, Inc. xD Host Controller 
[197b:2384]

Here's the output from lsusb:
---
Bus 003 Device 002: ID 064e:a117 Suyin Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 005: ID 0461:4d15 Primax Electronics, Ltd 
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Here's the output from dmesg:
---
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.27-9-generic (bui...@rothera) (gcc version 
4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Nov 20 21:57:00 UTC 2008 (Ubuntu 
2.6.27-9.19-generic)
[0.00] BIOS-provided physical RAM map:
[0.00]  BIOS-e820:  - 0009fc00 (usable)
[0.00]  BIOS-e820: 0009fc00 - 000a (reserved)
[0.00]  BIOS-e820: 000e - 0010 (reserved)
[0.00]  BIOS-e820: 0010 - bb974000 (usable)
[0.00]  BIOS-e820: bb974000 - bb9bf000 (reserved)
[0.00]  BIOS-e820: bb9bf000 - bba83000 (usable)
[0.00]  BIOS-e820: bba83000 - bbabf000 (ACPI NVS)
[0.00]  BIOS-e820: bbabf000 - bbaec000 (usable)
[0.00]  BIOS-e820: bbaec000 - bbaff000 (ACPI data)
[0.00]  BIOS-e820: bbaff000 - bbb0 (usable)
[0.00]  BIOS-e820: bbb0 - c000 (reserved)
[0.00]  BIOS-e820: f800 - fc00 (reserved)
[0.00]  BIOS-e820: fec0 - 00

[Bug 284538] Re: desktop background does not refresh automatically

2008-10-21 Thread Inash Zubair
Hello Neil. After 2 updates it is working fine now.

** Changed in: ubuntu-meta (Ubuntu)
   Status: Incomplete => Fix Released

-- 
desktop background does not refresh automatically
https://bugs.launchpad.net/bugs/284538
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 284538] Re: desktop background does not refresh automatically

2008-10-16 Thread Inash Zubair
Below is the commit log for the update:

Commit Log for Wed Oct 15 07:54:43 2008

Upgraded the following packages:
compiz (1:0.7.8-0ubuntu2) to 1:0.7.8-0ubuntu3
compiz-core (1:0.7.8-0ubuntu2) to 1:0.7.8-0ubuntu3
compiz-fusion-plugins-extra (0.7.8-0ubuntu1) to 0.7.8-0ubuntu2
compiz-gnome (1:0.7.8-0ubuntu2) to 1:0.7.8-0ubuntu3
compiz-plugins (1:0.7.8-0ubuntu2) to 1:0.7.8-0ubuntu3
compiz-wrapper (1:0.7.8-0ubuntu2) to 1:0.7.8-0ubuntu3
cpio (2.9-13ubuntu1) to 2.9-13ubuntu2
file-roller (2.24.0-0ubuntu1) to 2.24.0-0ubuntu3
hal-info (20081001+git20081007-0ubuntu1) to 20081013-0ubuntu1
human-theme (0.27) to 0.28
initscripts (2.86.ds1-59ubuntu12) to 2.86.ds1-59ubuntu13
jockey-common (0.5~beta2-0ubuntu1) to 0.5~beta2-0ubuntu2
jockey-gtk (0.5~beta2-0ubuntu1) to 0.5~beta2-0ubuntu2
language-pack-en-base (1:8.10+20081008) to 1:8.10+20081011
language-pack-gnome-en (1:8.10+20081008) to 1:8.10+20081011
language-pack-gnome-en-base (1:8.10+20081008) to 1:8.10+20081011
language-selector (0.3.12) to 0.3.13
language-selector-common (0.3.12) to 0.3.13
libapache2-mod-php5 (5.2.6-2ubuntu3) to 5.2.6-2ubuntu4
libcairo2 (1.7.6-0ubuntu1) to 1.8.0-0ubuntu1
libcairo2-dev (1.7.6-0ubuntu1) to 1.8.0-0ubuntu1
libcompizconfig0 (0.7.8-0ubuntu1) to 0.7.8-0ubuntu2
libdecoration0 (1:0.7.8-0ubuntu2) to 1:0.7.8-0ubuntu3
libgnome2-0 (2.24.1-0ubuntu3) to 2.24.1-0ubuntu4
libgnome2-common (2.24.1-0ubuntu3) to 2.24.1-0ubuntu4
libldap-2.4-2 (2.4.11-0ubuntu4) to 2.4.11-0ubuntu5
linux-headers-2.6.27-7 (2.6.27-7.10) to 2.6.27-7.11
linux-headers-2.6.27-7-generic (2.6.27-7.10) to 2.6.27-7.11
linux-image-2.6.27-7-generic (2.6.27-7.10) to 2.6.27-7.11
linux-libc-dev (2.6.27-7.10) to 2.6.27-7.11
linux-restricted-modules-2.6.27-7-generic (2.6.27-7.9) to 2.6.27-7.10
linux-restricted-modules-common (2.6.27-7.9) to 2.6.27-7.10
module-init-tools (3.3-pre11-4ubuntu15) to 3.3-pre11-4ubuntu16
php5-cli (5.2.6-2ubuntu3) to 5.2.6-2ubuntu4
php5-common (5.2.6-2ubuntu3) to 5.2.6-2ubuntu4
php5-mysql (5.2.6-2ubuntu3) to 5.2.6-2ubuntu4
sysv-rc (2.86.ds1-59ubuntu12) to 2.86.ds1-59ubuntu13
sysvinit-utils (2.86.ds1-59ubuntu12) to 2.86.ds1-59ubuntu13
ubufox (0.6~b1-0ubuntu4) to 0.6~pre+bzr141-0ubuntu1
ubuntu-artwork (45) to 46.2
ubuntu-wallpapers (0.27) to 0.28.1
update-manager (1:0.93.23) to 1:0.93.24
update-manager-core (1:0.93.23) to 1:0.93.24
update-notifier (0.71.4) to 0.71.5
update-notifier-common (0.71.4) to 0.71.5
xml-core (0.11) to 0.11ubuntu1

Installed the following packages:
fglrx-modaliases (2:8.543-0ubuntu1)

Other than the above change log, a bunch of packages were removed by the
update as well.

-- 
desktop background does not refresh automatically
https://bugs.launchpad.net/bugs/284538
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 284538] Re: desktop background does not refresh automatically

2008-10-16 Thread Inash Zubair

** Attachment added: "screenshot-2.jpg"
   http://launchpadlibrarian.net/18615063/screenshot-2.jpg

-- 
desktop background does not refresh automatically
https://bugs.launchpad.net/bugs/284538
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 284538] Re: desktop background does not refresh automatically

2008-10-16 Thread Inash Zubair

** Attachment added: "screenshot-1.jpg"
   http://launchpadlibrarian.net/18615050/screenshot-1.jpg

-- 
desktop background does not refresh automatically
https://bugs.launchpad.net/bugs/284538
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 284538] [NEW] desktop background does not refresh automatically

2008-10-16 Thread Inash Zubair
Public bug reported:

Binary package hint: ubuntu-desktop

after last night's beta package upgrades: after minimizing an
application, the background does not automatically refreshes. instead it
show's a stucky scan lines from the application minimizing animation.

attached are 2 screenshots. 1st one of the background after minimizing
firefox. the second one is when you select empty areas of the desktop,
it does refresh that area specifically.

Distribution: Ubuntu Intrepid Ibex Beta, after package upgrades of
October 15, 2008 evening.

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


** Tags: background desktop refresh ubuntu

-- 
desktop background does not refresh automatically
https://bugs.launchpad.net/bugs/284538
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 279919] Re: Intrepid beta (live-cd) does not play media files

2008-10-09 Thread Inash Zubair
I second that. Same problem with Intrepid Ibex beta.

-- 
Intrepid beta (live-cd) does not play media files
https://bugs.launchpad.net/bugs/279919
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 280883] Re: Ugly Close Tab menu icon on File menu

2008-10-09 Thread Inash Zubair

** Attachment added: "ffclosebtn.jpg"
   http://launchpadlibrarian.net/18372667/ffclosebtn.jpg

-- 
Ugly Close Tab menu icon on File menu
https://bugs.launchpad.net/bugs/280883
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 280883] [NEW] Ugly Close Tab menu icon on File menu

2008-10-09 Thread Inash Zubair
Public bug reported:

Binary package hint: firefox-3.0

The Close Tab icon on the File menu is ugly. Probably pixelated. This
applies to the icon on the Close item on the File menu of the source
window as well.

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

-- 
Ugly Close Tab menu icon on File menu
https://bugs.launchpad.net/bugs/280883
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