[Bug 254405] Re: No media works when a flash video is being streamed in Firefox. Some times audio freezes afer streaming is finshed

2008-09-06 Thread galtbug
I worked around this issue by switching Amarok's output plugin to
alsa.

-- 
No media works when a flash video is being streamed in Firefox. Some times 
audio freezes afer streaming is finshed
https://bugs.launchpad.net/bugs/254405
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 254405] Re: No media works when a flash video is being streamed in Firefox. Some times audio freezes afer streaming is finshed

2008-09-03 Thread galtbug
I now notice that this also happens when trying to play sound in Totem
and Amarok at the same time. Playing sound in Flash and Totem at the
same time works fine.

-- 
No media works when a flash video is being streamed in Firefox. Some times 
audio freezes afer streaming is finshed
https://bugs.launchpad.net/bugs/254405
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 254405] Re: No media works when a flash video is being streamed in Firefox. Some times audio freezes afer streaming is finshed

2008-09-01 Thread galtbug
I'm experiencing the same issue. It doesn't help when I choose ALSA (at
least without logging out and back in - not sure if that would be
necessary).

-- 
No media works when a flash video is being streamed in Firefox. Some times 
audio freezes afer streaming is finshed
https://bugs.launchpad.net/bugs/254405
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 154742] Re: Samba shares cannot contain quotes

2008-08-30 Thread galtbug
Steps to reproduce:
1) Create a folder on a local ext3 filesystem.
2) Share the folder using nautilus.
3) Create a new file in the folder, and insert a quotation mark into its name.
4) Find your shared folder through Places-Network.

The displayed filename is incorrect.

Basically, the trick is to rename the file on the local system, which
allows a wider variety of chars, and view it over SMB.

-- 
Samba shares cannot contain quotes
https://bugs.launchpad.net/bugs/154742
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 154742] Re: Samba shares cannot contain quotes

2008-08-30 Thread galtbug
Steps to reproduce:
1) Create a folder on a local ext3 filesystem.
2) Share the folder using nautilus.
3) Create a new file in the folder, and insert a quotation mark into its name.
4) Find your shared folder through Places-Network.

The displayed filename is incorrect.

Basically, the trick is to rename the file on the local system, which
allows a wider variety of chars, and view it over SMB.

-- 
Samba shares cannot contain quotes
https://bugs.launchpad.net/bugs/154742
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 154742] Re: Samba shares cannot contain quotes

2008-08-24 Thread galtbug
Yup, still an issue in Hardy.

-- 
Samba shares cannot contain quotes
https://bugs.launchpad.net/bugs/154742
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 154742] Re: Samba shares cannot contain quotes

2008-08-24 Thread galtbug
Yup, still an issue in Hardy.

-- 
Samba shares cannot contain quotes
https://bugs.launchpad.net/bugs/154742
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 154744] Re: When screen is locked, the default language for password entry should be the user's default language

2008-08-20 Thread galtbug
Yes, still an issue in Hardy. And it affects gksu as well as gnome-
screensaver.

-- 
When screen is locked, the default language for password entry should be the 
user's default language
https://bugs.launchpad.net/bugs/154744
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 154744] Re: When screen is locked, the default language for password entry should be the user's default language

2008-08-20 Thread galtbug
For gksu, the problem only arises when it grabs focus (the default
behaviour). Running `gksu -g $COMMAND` brings up a regular window, with
a proper initial keyboard-layout.

-- 
When screen is locked, the default language for password entry should be the 
user's default language
https://bugs.launchpad.net/bugs/154744
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 154744] Re: When screen is locked, the default language for password entry should be the user's default language

2008-08-20 Thread galtbug
After spending a few hours with the gksu source code, it seems pretty
obvious to me that the problem is that the pop-up is not considered as a
new window, but as a tooltip.

From libgksu's source code:

  if (context-grab)
dialog = g_object_new (GKSUUI_TYPE_DIALOG,
   type, GTK_WINDOW_POPUP,
   sudo-mode, context-sudo_mode,
   NULL);

From GTK's documentation 
(http://library.gnome.org/devel/gtk/stable/gtk-Standard-Enumerations.html#GtkWindowType):
Windows with type GTK_WINDOW_POPUP are ignored by the window manager... many 
GTK+ features that rely on the window manager will not work... GTK_WINDOW_POPUP 
is used to implement widgets such as GtkMenu or tooltips that you normally 
don't think of as windows per se.

So this bug seems to be caused by the dialog's lack of window management
features.

-- 
When screen is locked, the default language for password entry should be the 
user's default language
https://bugs.launchpad.net/bugs/154744
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 160684] Re: Notification area visual breakage

2008-03-24 Thread galtbug
Seems good in Hardy. The same notification icons that don't get redrawn
in Gutsy now get redrawn immediately when they are no longer obscured.
The redraw is noticeable though, so you may see the amarok notification
icon flash for a moment while others (eg gnome icons) do not.

-- 
Notification area visual breakage
https://bugs.launchpad.net/bugs/160684
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 134640] Re: [Feisty] Sound Juicer plays noise instead of music

2007-12-31 Thread galtbug
I ran sound-juicer from CLI and got the following warning:
** (sound-juicer:7241): WARNING **: Error getting media type

This warning does not appear after doing the DVD trick as described
above.

-- 
[Feisty] Sound Juicer plays noise instead of music
https://bugs.launchpad.net/bugs/134640
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 134640] Re: [Feisty] Sound Juicer plays noise instead of music

2007-12-31 Thread galtbug
Actually, it doesn't happen every time, so not sure how related it is.

-- 
[Feisty] Sound Juicer plays noise instead of music
https://bugs.launchpad.net/bugs/134640
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 160684] Re: Notification area visual breakage

2007-12-10 Thread galtbug
I noticed this also happening with aMule.
Don't think it's such a bit deal though.

-- 
Notification area visual breakage
https://bugs.launchpad.net/bugs/160684
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 160684] Re: Notification area visual breakage

2007-11-12 Thread galtbug
Yes, I just figured it out right now.
It happens when a tooltip (say, from the date/time applet) partly obscures the 
notification area. When the tooltip goes away, the bug occurs.
Also, it doesn't seem to happen to any notification icons other than amarok's.

-- 
Notification area visual breakage
https://bugs.launchpad.net/bugs/160684
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 160684] Re: Notification area visual breakage

2007-11-12 Thread galtbug
I just checked and it also happens to kopete's notification icon. Maybe
this is caused by the fact that a GTK tooltip is obscuring KDE icons.

-- 
Notification area visual breakage
https://bugs.launchpad.net/bugs/160684
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 160684] Notification area visual breakage

2007-11-07 Thread galtbug
Public bug reported:

Binary package hint: gnome-applets

Weird patterns appear in the background of the notification area.
Running Gutsy, 64bit version.

Attaching a screenshot.

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

-- 
Notification area visual breakage
https://bugs.launchpad.net/bugs/160684
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 160684] Re: Notification area visual breakage

2007-11-07 Thread galtbug

** Attachment added: notification.area.png
   http://launchpadlibrarian.net/10298597/notification.area.png

-- 
Notification area visual breakage
https://bugs.launchpad.net/bugs/160684
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 154742] Re: Samba shares cannot contain quotes

2007-10-23 Thread galtbug
Using nautilus network:///

-- 
Samba shares cannot contain quotes
https://bugs.launchpad.net/bugs/154742
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 154742] Re: Samba shares cannot contain quotes

2007-10-23 Thread galtbug
network:
Missed a slash there...

-- 
Samba shares cannot contain quotes
https://bugs.launchpad.net/bugs/154742
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 136837] Re: Mixer applet randomly decides to consider my sound card to be muted when changing volume

2007-10-21 Thread galtbug
I have this issue on Gutsy64 with an on-board sound card from the nforce4 
chipset, and I just wanted to add an interesting detail to this report:
With two instances of the Volume Applet, they are not synchronized in when they 
appear mute. So i can play with the volume, and one applet turns mute, but the 
other does not. It doesn't matter which applet I use to control the volume. 

** Attachment added: volume.applets.png
   http://launchpadlibrarian.net/10110441/volume.applets.png

-- 
Mixer applet randomly decides to consider my sound card to be muted when 
changing volume
https://bugs.launchpad.net/bugs/136837
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 151680] Re: [Gutsy] In CompizConfig Settings Manager when editing Key Bindings for Application Switcher and Shift Switcher Plugins some jump back to default (can not be changed effektively)

2007-10-20 Thread galtbug
I've noticed some similar weird behaviour. I could change the previous window 
binding, but it had no effect.
Also it seems that Tabs cannot be set for bindings without opening the pop-up 
window for that binding, like you did.
If you simply click on the value in the Key row, you get to set the binding, 
but you Tab seems to be interpreted as a function tab in the window (switches 
focus to next widget) rather than a literal tab, so a key binding with a Tab 
has to be set using the pop-up window.

The collapse issue happens here too... seems like the binding section
could use some care.

-- 
[Gutsy] In CompizConfig Settings Manager when editing Key Bindings for 
Application Switcher and Shift Switcher Plugins some jump back to default (can 
not be changed effektively)
https://bugs.launchpad.net/bugs/151680
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 154744] Re: When screen is locked, the default language for password entry should be the user's default language

2007-10-20 Thread galtbug
This is also true for the gksu prompt.

-- 
When screen is locked, the default language for password entry should be the 
user's default language
https://bugs.launchpad.net/bugs/154744
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 154744] When screen is locked, the default language for password entry should be the user's default language

2007-10-19 Thread galtbug
Public bug reported:

* To be clear, by language I mean keyboard layout.

Right now it defaults to the currently used language of whatever had
focus last. When the language is changed for password entry and computer
is unlocked, the currently used language in the focused window is
changed to the language used for password entry.

So if the user with English as the default language is on IM typing in
Spanish and locks the screen, when they come back, the language for
password entry is Spanish. They get the password wrong, notice the
language is wrong, change the language, enter the password, then they're
back on IM and need to change the language back to Spanish.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
When screen is locked, the default language for password entry should be the 
user's default language
https://bugs.launchpad.net/bugs/154744
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 134474] Re: User authentication dialog's failure to lock the screen has an error that is unnecesarily scary

2007-10-19 Thread galtbug
I also noticed another problem with this case... I reproduced this on
Gutsy64, and about a second after I got the pop-up that you mention,
gksu segfaulted.

-- 
User authentication dialog's failure to lock the screen has an error that is 
unnecesarily scary
https://bugs.launchpad.net/bugs/134474
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 138429] Re: Occasional skips; rythymbox doesn't

2007-10-19 Thread galtbug
I'm having the same issue with the final release. Amarok skips about once every 
hour of playback.
For me though, this was _not_ a problem in Feisty.

It doesn't happen with totem, so I would assume it's a Xine bug.

-- 
Occasional skips; rythymbox doesn't
https://bugs.launchpad.net/bugs/138429
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

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


[Bug 35585] Re: amd64 cannot install wine

2007-10-19 Thread galtbug
It is installable from synaptic and apt now, but it's still not possible
to install wine from the add/remove menu (the checkbox is grayed out).

-- 
amd64 cannot install wine
https://bugs.launchpad.net/bugs/35585
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 154742] Samba shares cannot contain quotes

2007-10-19 Thread galtbug
Public bug reported:

Binary package hint: samba

When sharing a directory/file with samba, if the filename contains a
quotation mark, it will show on the network as a meaningless ascii
string (e.g. _XOGWS~7).

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

-- 
Samba shares cannot contain quotes
https://bugs.launchpad.net/bugs/154742
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 134640] Re: [Feisty] Sound Juicer plays noise instead of music

2007-09-09 Thread galtbug
I have the same on-board card (NVidia CK804) and I get the same problem.

-- 
[Feisty] Sound Juicer plays noise instead of music
https://bugs.launchpad.net/bugs/134640
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 134640] Re: [Feisty] Sound Juicer plays noise instead of music

2007-09-09 Thread galtbug
Oh, and the workaround work great! Thanks!

-- 
[Feisty] Sound Juicer plays noise instead of music
https://bugs.launchpad.net/bugs/134640
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 127849] Installing Opera or Arkeia fails on amd64

2007-07-23 Thread galtbug
Public bug reported:

Binary package hint: gnome-app-install

When trying to install either of the two (new) programs from gnome-app-install 
on my AMD64 Fiesty machine i get the following behavior:
1) prompt for installation from fiesty-commercial
2) click install
3) downloading occurs
4) prompt is shown again

This basically goes in circles until you click cancel at the prompt.
Then a message pops up: Opera cannot be installed on your computer type 
(amd64).
The message appears once for every time you clicked install.

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

-- 
Installing Opera or Arkeia fails on amd64
https://bugs.launchpad.net/bugs/127849
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 111141] Vertical line character not mapped on Hebrew keyboard layout

2007-04-29 Thread galtbug
Public bug reported:

In 7.04 and with a Hebrew layout on, the backslash/vertical-line key produces a 
backslash regardless of the shift modifier.
So the | character is not accessible with a Hebrew layout.

I've reproduced this bug on two machines with fairly standard keyboards.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Vertical line character not mapped on Hebrew keyboard layout
https://bugs.launchpad.net/bugs/41
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 90276] Mount point for NTFS partition is not editable during installation

2007-03-06 Thread galtbug
Public bug reported:

Binary package hint: ubiquity

Running Feisty Herd 5 Live-CD (amd64).

While in the manual partitioning step of the installation, I could not
edit the mount point for existing NTFS partitions without formatting
them as different filesystem (the mount point text field was grayed
out).

ProblemType: Bug
Date: Wed Mar  7 01:11:48 2007
DistroRelease: Ubuntu 7.04
Uname: Linux ubuntu 2.6.20-9-generic #2 SMP Sun Feb 25 22:59:06 UTC 2007 x86_64 
GNU/Linux

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

-- 
Mount point for NTFS partition is not editable during installation
https://launchpad.net/bugs/90276

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


[Bug 90276] Re: Mount point for NTFS partition is not editable during installation

2007-03-06 Thread galtbug
In which case I should point out that /usr/bin/ntfsresize does not
exist.

[EMAIL PROTECTED]:/usr/bin$ ls *ntfs*
ntfscat  ntfscmp  ntfsfix   ntfsls
ntfscluster  ntfsdecrypt  ntfsinfo  ntfsmount

(again, this is on the amd64 Live-CD)

-- 
Mount point for NTFS partition is not editable during installation
https://launchpad.net/bugs/90276

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