[Bug 96057] Re: icecast2 without theora support

2009-09-14 Thread Philip Axer
This bug/feature is apparently fixed, can someone confirm this?

** Changed in: icecast2 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
icecast2 without theora support
https://bugs.launchpad.net/bugs/96057
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 23281] Re: Selecting mozilla-thunderbird as the preferred mail app still launches evolution

2007-04-23 Thread Philip Axer
Still unsolved for me ...any chance to see a progress in this? Or will
it be solved within the next major upstream release?

-- 
Selecting mozilla-thunderbird as the preferred mail app still launches evolution
https://bugs.launchpad.net/bugs/23281
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 23281] Re: Selecting mozilla-thunderbird as the preferred mail app still launches evolution

2007-04-23 Thread Philip Axer
I found some bugs in the patch commited by Whoopie!

-   t_cmd = g_find_program_in_path (mozilla-thunderbird);
+   t_cmd = g_find_program_in_path (thunderbird);

This is wrong, since the executable is mozilla-thunderbird and NOT 
thunderbird! I modified the source myself and voila it works voila!
This is the interesting line:
-enable_thunderbird=no
+enable_thunderbird=yes
 
it would be quite nice to see that in feisty, cause this is pretty much a one 
line thingy...

-- 
Selecting mozilla-thunderbird as the preferred mail app still launches evolution
https://bugs.launchpad.net/bugs/23281
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 98729] ugly qt applications: qtrc missing in libqt3-mt

2007-03-29 Thread Philip Axer
Public bug reported:

Binary package hint: libqt3-mt

Somehow the file /etc/qt/qtrc is missing in the current debian package.
This results in an extremely ugly look and feel for all my qt3
applications such as skype! I copied the file from an older installation
which workes like charm

** Affects: qt-x11-free (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
ugly qt applications: qtrc missing in libqt3-mt
https://launchpad.net/bugs/98729

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


[Bug 90225] Re: Skype fonts are huge

2007-03-29 Thread Philip Axer
skype doesn't fit into the ubuntu look and feel at all! Even qtconfig
doesn't help. I can only choose between  motif and other oldschool
themes. this used to work out of the box in recent releases...

-- 
Skype fonts are huge
https://launchpad.net/bugs/90225

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


[Bug 96057] icecast2 without theora support

2007-03-25 Thread Philip Axer
Public bug reported:

Binary package hint: icecast2

icecast2 is not compiled with ogg theora streaming support. This is not
a bug! But since ogg is free and video streaming is one of two key
features it would be nice to have it included in future.

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

-- 
icecast2 without theora support
https://launchpad.net/bugs/96057

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


[Bug 76294] Re: atheros oops

2007-02-05 Thread Philip Axer
Hi,
seems to work for me with the newest restricted package!

-- 
atheros oops
https://launchpad.net/bugs/76294

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


[Bug 76294] Re: atheros oops

2007-02-04 Thread Philip Axer
Hi,
the reason why I tried building my own deb package was that I was afraid that 
the manually installed madwifi modules would interfere with the rest of the 
restricted kernel package during any future upgrade.

-- 
atheros oops
https://launchpad.net/bugs/76294

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


[Bug 76294] Re: atheros oops

2007-02-04 Thread Philip Axer
Cool, good to know! I'm wondering if this still works in case the make
install will introduce any new files not covered my the original
restricted package. But anyways I'll continue as you did. it's quicker
:)

-- 
atheros oops
https://launchpad.net/bugs/76294

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


[Bug 76294] Re: atheros oops

2007-01-19 Thread Philip Axer
Hi,
I know that this is not an appropriate patch but at least it works as a 
temporal hack for those who need working wifi drivers:

checkout the latest svn version of madwifi at madwifi.org
rename the folder to madwifi-0.9.2.1  (how is described there)

download the sources:

apt-get source linux-restricted-modules-2.6.20-5-generic

tar the madwifi source like:

tar -jc madwifi-0.9.2.1   madwifi-0.9.2.1.tar.bz2

and copy it to:

linux-restricted-modules-2.6.20-2.6.20.1/madwifi-0.9.2.1.tar.bz2

remove the madwifi/patch folder and change the debian/rules file as followed:
search for: split_modules += madwifi/ath/ath_hal and change it to:

split_modules += madwifi/ath_hal/ath_hal

Install all build dependencies:

sudo apt-get build-dep linux-restricted-modules-2.6.20-5-generic

invoke fakeroot dpkg-buildpackage inside the linux-restricted
directory

this should build a new version of the restricted module package with
the latest svn version of madwifi!

I hope this works for you too! At least it does for me :)
Philip

-- 
atheros oops
https://launchpad.net/bugs/76294

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


[Bug 76294] Re: atheros oops

2007-01-19 Thread Philip Axer
Hi,
I know that this is not an appropriate patch but at least it works as a 
temporal hack for those who need working wifi drivers:

checkout the latest svn version of madwifi at madwifi.org
rename the folder to madwifi-0.9.2.1  (how is described there)

download the sources:

apt-get source linux-restricted-modules-2.6.20-5-generic

tar the madwifi source like:

tar -jc madwifi-0.9.2.1   madwifi-0.9.2.1.tar.bz2

and copy it to:

linux-restricted-modules-2.6.20-2.6.20.1/madwifi-0.9.2.1.tar.bz2

remove the madwifi/patch folder and change the debian/rules file as followed:
search for: split_modules += madwifi/ath/ath_hal and change it to:

split_modules += madwifi/ath_hal/ath_hal

Install all build dependencies:

sudo apt-get build-dep linux-restricted-modules-2.6.20-5-generic

invoke fakeroot dpkg-buildpackage inside the linux-restricted
directory

this should build a new version of the restricted module package with
the latest svn version of madwifi!

I hope this works for you too! At least it does for me :)
Philip

-- 
atheros oops
https://launchpad.net/bugs/76294

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


[Bug 54507] Re: Edgy | Hibernate disappeared from gdm logout

2006-07-31 Thread Philip Axer
I don't know if it is exactly the same problem:

When logged into gnome and pressing the shutdown button, the appearing logout 
dialog does not include the hibernate option.
The reason why describing the dialog without mentioning the word gdm is 
because I don't know whether the dialog is provided by the gdm package or 
another gnome related one.

Another possibly related bug is that in the (real) gdm login menu the
hibernate option doesn't hibernate :) After clicking on it gdm seems
to be restarted because the fency gdm drumsare resounding.

-- 
Edgy | Hibernate disappeared from gdm logout
https://launchpad.net/bugs/54507

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


[Bug 34881] Re: adressbook entry transfer to dialer window broken

2006-07-24 Thread Philip Axer
Now it works for me!
Thanks for your effort...

-- 
adressbook entry transfer to dialer window broken
https://launchpad.net/bugs/34881

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


[Bug 52405] Re: gnome-panel eats 50% cpu for half an hour and flickers

2006-07-22 Thread Philip Axer
deleting the symlink works for me too

-- 
gnome-panel eats 50% cpu for half an hour and flickers
https://launchpad.net/bugs/52405

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