Bug#402682: linux-image-2.6.18-3-amd64: emu10k1 and Audigy 4: Line mixer should be a playback mixer

2006-12-11 Thread Markus Bauer
Package: linux-image-2.6.18-3-amd64
Version: 2.6.18-7
Severity: normal


I have an Creative Audigy 4 sound card which uses the snd-emu10k1 module
from the Linux kernel.

In the kernel versions 2.6.17 and before the line mixer used to be a
playback mixer. But with 2.6.18 this changed and now it is a capture mixer.
As a result I can no longer use the mixer in my TV and radio
applications and I am not able to change the volume.
My TV card uses the line input as its sound output.

Maybe this is not a kernel bug and should be fixed in the TV and radio
applications (kdetv and kradio in my case), but all sound cards I used
before had the line mixer as playback mixer. So there was never a problem.

The attached patch fixes the problem in the emu10k1 module by not rename
the line mixer (as it was before).


Regards,
Markus

--- linux-source-2.6.18/sound/pci/emu10k1/emumixer.c.org	2006-12-12 01:19:05.0 +0100
+++ linux-source-2.6.18/sound/pci/emu10k1/emumixer.c	2006-12-12 01:20:59.0 +0100
@@ -836,8 +836,6 @@
 		Phone Playback Volume, Phone Capture Volume,
 		Mic Playback Switch, Mic Capture Switch,
 		Mic Playback Volume, Mic Capture Volume,
-		Line Playback Switch, Line Capture Switch,
-		Line Playback Volume, Line Capture Volume,
 		CD Playback Switch, CD Capture Switch,
 		CD Playback Volume, CD Capture Volume,
 		Aux Playback Switch, Aux Capture Switch,


Bug#396861: live-package: Don't include hidden paths from scripts

2006-11-03 Thread Markus Bauer
Package: live-package
Version: 0.99.13-1
Severity: normal
Tags: patch

make-live should not include hidden paths from the scripts directory.

I set the LIVE_BASE variable to point to a working copy of your subversion 
repository.
However make-live then wants to include the files in the .svn directory of the 
scripts directory. This is of course not possible and results in an error.


regards,
Markus



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages live-package depends on:
ii  cdebootstrap  0.3.15 Bootstrap a Debian system
ii  genext2fs 1.4-rc1-2  ext2 filesystem generator for embe
ii  mkisofs   5:1.0~pre4-1.1 Creates ISO-9660 CD-ROM filesystem
ii  squashfs-tools1:2.2r2-3  Tool to create and append to squas

live-package recommends no packages.

-- no debconf information



Index: live-package/src/main.sh
===
--- live-package/src/main.sh(revision 387)
+++ live-package/src/main.sh(working copy)
@@ -36,7 +36,7 @@
 CODENAME_UNSTABLE=sid
 
 # Source sub scripts
-for SCRIPT in `find ${BASE}/scripts/ -not -name '*~' -and -type f`
+for SCRIPT in `find ${BASE}/scripts/ -not -name '*~' -not -wholename 
${BASE}/scripts/.* -and -type f`
 do
. ${SCRIPT}
 done


Bug#396813: live-package: policy-rc.d is created empty

2006-11-02 Thread Markus Bauer
Package: live-package
Version: 0.99.13-1
Severity: normal

The 12patch.sh script creates an empty /usr/sbin/policy-rc.d file.

The problem is that the script uses at line 38
  echo  ${LIVE_CHROOT}/usr/sbin/policy-rc.d EOF
instead of
  cut  ${LIVE_CHROOT}/usr/sbin/policy-rc.d EOF
 ^

regards,
Markus


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages live-package depends on:
ii  cdebootstrap  0.3.15 Bootstrap a Debian system
ii  genext2fs 1.4-rc1-2  ext2 filesystem generator
for embe
ii  mkisofs   5:1.0~pre4-1.1 Creates ISO-9660 CD-ROM
filesystem
ii  squashfs-tools1:2.2r2-3  Tool to create and append
to squas

live-package recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#364454: firefox-locale-de: not compatible with Firefox 1.5.0.3

2006-05-16 Thread Markus Bauer
Reinstalling firefox-locale-de and touch
/usr/lib/firefox/extensions/[EMAIL PROTECTED]/ does not
work with my current firefox version (1.5.dfsg+1.5.0.3-2).

I noticed the following constraints in
/usr/lib/firefox/extensions/[EMAIL PROTECTED]/install.rdf
em:minVersion1.5.0.1/em:minVersion
em:maxVersion1.5.0.1/em:maxVersion

So I changed it to
em:maxVersion1.5.0.3/em:maxVersion
which then works for me.

Markus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#343089: eclipse-platform-common: Eclipse Help: Invalid Links to API Reference

2005-12-12 Thread Markus Bauer
Package: eclipse-platform-common
Version: 3.1.1-6
Severity: normal

The Eclipse help ([Help]-[Help Contents]) contains invalid links.

For example the topic [Platform Plug-in Developer
Guide]-[Reference]-[API Reference] says:
The topic that you have requested is not available.
The link may be wrong, or you may not have the corresponding product
feature installed.
This online help only includes documentation for features that are
installed.

The links points to
help/topic/org.eclipse.platform.doc.isv/reference/api/overview-summary.html,

but this file is not available in
eclipse/plugins/org.eclipse.platform.doc.isv_3.1.1/doc.zip/reference/api.

The same problem applies to [JDT Plug-in Developer
Guide]-[Reference]-[API Reference]
and [PDE Guide]-[Reference]-[API Reference].

In the original Eclipse build all links are working.


Regards,
Markus



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-2-atlantis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages eclipse-platform-common depends on:
ii  eclipse-platform  3.1.1-6Eclipse platform without
plug-ins
ii  gij [java1-runtime]   4:4.0.2-1  The GNU Java bytecode
interpreter
ii  gij-4.0 [java1-runtime]   4.0.2-5j2  The GNU Java bytecode
interpreter
ii  java-common   0.23   Base of all Java packages
ii  java-gcj-compat   1.0.30-4   Java runtime environment
using GIJ
ii  kaffe-pthreads [java1-runtime 2:1.1.6-3  A POSIX threads enabled
version of
ii  zenity2.10.1-1   Display graphical dialog
boxes fro

eclipse-platform-common recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341101: eclipse-platform-common: Eclipse Help not working

2005-11-28 Thread Markus Bauer
Package: eclipse-platform-common
Version: 3.1.1-5
Severity: normal

Hello,

When starting the Eclipse help from [Help]-[Help Contents] nothing happens (a 
browser window should pop up) and I get the following exception:

java.lang.NoClassDefFoundError: org/apache/catalina/realm/MemoryRealm
at 
org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppServer.java:105)
at 
org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(AppserverPlugin.java:143)
at 
org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(AppserverPlugin.java:41)
at 
org.eclipse.help.internal.appserver.WebappManager.start(WebappManager.java:58)
at 
org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRunning(BaseHelpSystem.java:245)
at 
org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(HelpDisplay.java:164)
at 
org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpDisplay.java:54)
at 
org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(DefaultHelpUI.java:126)
at 
org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp(WorkbenchHelpSystem.java:822)
[snip]


From the original Eclipse build I saw that the missing class MemoryRealm is 
located in eclipse/plugins/org.eclipse.tomcat_4.1.30.1/catalina.jar, but in 
the Debian version it is not.
Maybe this is because it uses Tomcat5 instead of Tomcat4 like the original?


Regards,
Markus



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-2-atlantis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages eclipse-platform-common depends on:
ii  eclipse-platform  3.1.1-5Eclipse platform without
plug-ins

eclipse-platform-common recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341101: eclipse-platform-common: Eclipse Help not working

2005-11-28 Thread Markus Bauer
The class file is missing within catalina.jar.
The jar file exists and the symbolic link is correct.


Stephan Michels schrieb:
 Does this mean that
 /usr/lib/eclipse/plugins/org.eclipse.tomcat_4.1.30.1/catalina.jar
 is missing or the class within this jar is missing?
 
 Does the jar /usr/share/tomcat5/server/lib/catalina.jar exists?
 
 The problem have maybe something to do with the symbolic link
 /usr/lib/eclipse/plugins/org.eclipse.tomcat_5.0.30/catalina.jar -
 ../../../tomcat5/server/lib/catalina.jar
 
 Michael, shouldn't it point to /usr/share ?
 
 Stephan Michels.
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution?

2005-11-28 Thread Markus Bauer
I just found out that the missing class
(org/apache/catalina/realm/MemoryRealm)
is located in catalina-optional.jar instead of catalina.jar.
But this jar file is not referenced in the manifest.mf, so eclipse does
not know about it.

So I added catalina-optional.jar to
plugins/org.eclipse.tomcat_4.1.30.1/META-INF/MANIFEST.MF
and *wow* it worked - the help system is running!

Regards,
Markus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution?

2005-11-28 Thread Markus Bauer
You are right, I just doubled that entry.
The strange thing is that the help started working after changing this file.

I restored the original file and the help is still working. I am not
able to reproduce the bug now.

Maybe just touching the file solved the problem? Maybe it is some
configuration/caching issue???


Stephan Michels schrieb:
 On 11/28/05, Markus Bauer [EMAIL PROTECTED] wrote:
 
I just found out that the missing class
(org/apache/catalina/realm/MemoryRealm)
is located in catalina-optional.jar instead of catalina.jar.
But this jar file is not referenced in the manifest.mf, so eclipse does
not know about it.

So I added catalina-optional.jar to
plugins/org.eclipse.tomcat_4.1.30.1/META-INF/MANIFEST.MF
and *wow* it worked - the help system is running!
 
 
 The manifest in eclipse-platform-common should be fixed since 3.1.1-3. I have
 following lines in the manifest of the Tomcat plugin:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution!

2005-11-28 Thread Markus Bauer
   If a manifest file or plugin.xml is ever changed, you must run
 eclipse -clean to clear the cache.

This is exactly the solution.

I was now able to reproduce the bug by restoring a backup of an old
version of my eclipse configuration.
As before starting the help resulted in the NoClassDefFoundError.

Then I started eclipse -clean and the help system is working again.

So I assume that when I switched from the original eclipse build to the
Debian version old plugin data where still cached in the configuration.
And eclipse -clean caused eclipse to recognize the new plugin data.

Thanks for your help!
Markus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328298: crystalcursors: Hot Point of Lefthanded Themes Wrong

2005-09-14 Thread Markus Bauer
Package: crystalcursors
Version: 1.1-1
Severity: normal
Tags: patch

The x hot point of the lefthanded themes is calculated wrong. It is one pixel 
right of the actual hot point of the cursor.
Also the x hot point of the left_ptr_watch in on the top left instead of the 
top right.

The attached patch fixes the problem.

Regards,
Markus


p.s.: This is my fist bug report :-)

diff -ur Crystalcursors/left-handed_templates/floptheme.sh Crystalcursors2/left-handed_templates/floptheme.sh
--- Crystalcursors/left-handed_templates/floptheme.sh	2005-03-11 19:53:27.0 +0100
+++ Crystalcursors2/left-handed_templates/floptheme.sh	2005-09-10 22:25:58.0 +0200
@@ -44,7 +44,7 @@
  file=`dirname $i`/`basename $filename`
  width=`identify -format %w $file`
  fi
- echo $size $((width-xhot)) $yhot $filename $delay $i.flopcursorstmp
+ echo $size $((width-xhot-1)) $yhot $filename $delay $i.flopcursorstmp
  done
  mv -f $i.flopcursorstmp $i
  )
diff -ur Crystalcursors/left-handed_templates/left_ptr_watch.conf Crystalcursors2/left-handed_templates/left_ptr_watch.conf
--- Crystalcursors/left-handed_templates/left_ptr_watch.conf	2004-10-17 15:28:57.0 +0200
+++ Crystalcursors2/left-handed_templates/left_ptr_watch.conf	2005-09-10 22:27:17.0 +0200
@@ -1,32 +1,32 @@
-29 0 0 left_ptr_watch/left_ptr_watch16.png 60
-29 0 0 left_ptr_watch/left_ptr_watch15.png 60
-29 0 0 left_ptr_watch/left_ptr_watch14.png 60
-29 0 0 left_ptr_watch/left_ptr_watch13.png 60
-29 0 0 left_ptr_watch/left_ptr_watch12.png 60
-29 0 0 left_ptr_watch/left_ptr_watch11.png 60
-29 0 0 left_ptr_watch/left_ptr_watch10.png 60
-29 0 0 left_ptr_watch/left_ptr_watch8.png 60
-29 0 0 left_ptr_watch/left_ptr_watch8.png 60
-29 0 0 left_ptr_watch/left_ptr_watch7.png 60
-29 0 0 left_ptr_watch/left_ptr_watch6.png 60
-29 0 0 left_ptr_watch/left_ptr_watch5.png 60
-29 0 0 left_ptr_watch/left_ptr_watch4.png 60
-29 0 0 left_ptr_watch/left_ptr_watch3.png 60
-29 0 0 left_ptr_watch/left_ptr_watch2.png 60
-29 0 0 left_ptr_watch/left_ptr_watch1.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_16.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_15.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_14.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_13.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_12.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_11.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_10.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_8.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_8.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_7.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_6.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_5.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_4.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_3.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_2.png 60
-32 0 0 left_ptr_watch/left_ptr_watch_32_1.png 60
+29 28 0 left_ptr_watch/left_ptr_watch16.png 60
+29 28 0 left_ptr_watch/left_ptr_watch15.png 60
+29 28 0 left_ptr_watch/left_ptr_watch14.png 60
+29 28 0 left_ptr_watch/left_ptr_watch13.png 60
+29 28 0 left_ptr_watch/left_ptr_watch12.png 60
+29 28 0 left_ptr_watch/left_ptr_watch11.png 60
+29 28 0 left_ptr_watch/left_ptr_watch10.png 60
+29 28 0 left_ptr_watch/left_ptr_watch8.png 60
+29 28 0 left_ptr_watch/left_ptr_watch8.png 60
+29 28 0 left_ptr_watch/left_ptr_watch7.png 60
+29 28 0 left_ptr_watch/left_ptr_watch6.png 60
+29 28 0 left_ptr_watch/left_ptr_watch5.png 60
+29 28 0 left_ptr_watch/left_ptr_watch4.png 60
+29 28 0 left_ptr_watch/left_ptr_watch3.png 60
+29 28 0 left_ptr_watch/left_ptr_watch2.png 60
+29 28 0 left_ptr_watch/left_ptr_watch1.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_16.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_15.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_14.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_13.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_12.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_11.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_10.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_8.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_8.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_7.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_6.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_5.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_4.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_3.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_2.png 60
+32 28 0 left_ptr_watch/left_ptr_watch_32_1.png 60