Bug#1041055: pulseaudio: No sound from microphone on HP Elitebook 840 G9

2023-07-14 Thread Luís Picciochi Oliveira
Package: pulseaudio
Version: 16.1+dfsg1-2+b1
Severity: normal
X-Debbugs-Cc: luis.olive...@feedzai.com


Dear Maintainer,

It seems like Pulseaudio is unable to capture audio input from the microphone
in this laptop, an HP Elitebook 840 G9 without extra, somewhat hard to find,
configurations.


I was seeing the following:
 * in Cinnamon's Sound Settings UI (`cinnamon-settings sound`): one input
   device with its input level always at 0%.

 * in `pavucontrol`: two input devices (+ a "Monitor of..." one).
 ** One is called "Alder Lake PCH-P High Definition Audio Controller Stereo",
and its input level is constantly oscillating at a low level.
It does not react to any sound going on here.
 ** The other has the same name, except it doesn't mention "Stereo".
Its input level is constantly empty.


I was able to get a working setup with the following:

1. I noticed that some programs (VLC and Audacity) are able to capture audio
   from a device identified as "hw:0,7", which seems to be related to Alsa.
   Others programs do not detect that device (such as Kazam, Zoom, and
   the system audio meters mentioned above).

2. After trying out many tips found online, I discovered one that suggested
   adding the following line to the /etc/pulse/default.pa file:
 load-module module-alsa-source device=hw:0,7

3. After a reboot, I can now select a working microphone.


Could it be possible to get a working microphone configuration in Debian for
Pulseaudio-bound programs without this manual discovery and configuration?

Extra:

 * The audio card is identified by the following in lspci:
00:1f.3 Multimedia audio controller: Intel Corporation Alder Lake PCH-P High
Definition Audio Controller (rev 01)
Subsystem: Hewlett-Packard Company Alder Lake PCH-P High Definition
Audio Controller
Flags: bus master, fast devsel, latency 64, IRQ 204, IOMMU group 14
Memory at 603d1c8000 (64-bit, non-prefetchable) [size=16K]
Memory at 603d00 (64-bit, non-prefetchable) [size=1M]
Capabilities: 
Kernel driver in use: sof-audio-pci-intel-tgl
Kernel modules: snd_hda_intel, snd_sof_pci_intel_tgl

 * I have the firmware-sof-signed package installed (without it
I don't get any sound output):

$ apt-cache policy firmware-sof-signed
firmware-sof-signed:
  Installed: 2.2.4-1
  Candidate: 2.2.4-1
  Version table:
 *** 2.2.4-1 500
500 https://deb.debian.org/debian bookworm/non-free-firmware amd64
Packages
100 /var/lib/dpkg/status


Feel free to ask for any additional information you may find relevant.


Thank you,
Luís Picciochi Oliveira


-- Package-specific info:
File '/etc/default/pulseaudio' does not exist


-- System Information:
Debian Release: 12.0
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-10-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pulseaudio depends on:
ii  adduser 3.134
ii  init-system-helpers 1.65.2
ii  libasound2  1.2.8-1+b1
ii  libasound2-plugins  1.2.7.1-1
ii  libc6   2.36-9
ii  libcap2 1:2.66-4
ii  libdbus-1-3 1.14.6-1
ii  libfftw3-single33.3.10-1
ii  libgcc-s1   12.2.0-14
ii  libglib2.0-02.74.6-2
ii  libgstreamer-plugins-base1.0-0  1.22.0-3+deb12u1
ii  libgstreamer1.0-0   1.22.0-2
ii  libice6 2:1.0.10-1
ii  libltdl72.4.7-5
ii  liborc-0.4-01:0.4.33-2
ii  libpulse0   16.1+dfsg1-2+b1
ii  libsm6  2:1.2.3-1
ii  libsndfile1 1.2.0-1
ii  libsoxr00.1.3-4
ii  libspeexdsp11.2.1-1
ii  libstdc++6  12.2.0-14
ii  libsystemd0 252.6-1
ii  libtdb1 1.4.8-2
ii  libudev1252.6-1
ii  libwebrtc-audio-processing1 0.3-1+b1
ii  libwrap07.6.q-32
ii  libx11-62:1.8.4-2+deb12u1
ii  libx11-xcb1 2:1.8.4-2+deb12u1
ii  libxcb1 1.15-1
ii  libxtst62:1.2.3-1.1
ii  lsb-base11.6
ii  pulseaudio-utils16.1+dfsg1-2+b1
ii  sysvinit-utils [lsb-base]   3.06-4

Versions of packages pulseaudio recommends:
pn  dbus-user-session
ii  libpam-systemd [logind]  252.6-1
pn  rtkit

Versions of packages pulseaudio suggests:
ii  paprefs  1.2-1
ii  pavuco

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-06-27 Thread Luís Picciochi Oliveira
Package: libjansi-java
Version: 2.4.0-1
Severity: normal
X-Debbugs-Cc: pitxy...@gmail.com

Dear maintainer,

I'm running commands that use the `mvn` and capture the output coming from it.

More specifically, I'm catching the version of a Maven project with a command
like the following:

  mvn --batch-mode --quiet -DforceStdout help:evaluate
-Dexpression="project.version"


Up until Debian Bullseye, the output from the command above was a single string
with only the version, as intended. For example: "1.0.0-SNAPSHOT".

After upgrading to Debian Bookworm, the `mvn` command now outputs escape
characters, regardless of the flags passed to it.
The example above has now become: "ESC[0m1.0.0-SNAPSHOTESC[0m".

I tested with the upstream Maven package of the same version, and could narrow
down the problem as coming from the libjansi-java jar.

If I downgrade it back to the Debian-packaged version 2.4.0-1, the old
behaviour is restored.

This change seems to have been due to this commit:
https://salsa.debian.org/java-
team/jansi/-/commit/7f186cd4fc22308d7769db8eeeca26b560b81b1a


You can probably reproduce this very simply with the following:
(running `mvn` anywhere should work - it doesn't have to have a Maven project
and the error message is irrelevant to reproduce what we need)

  mvn --batch-mode --quiet | less


* With libjansi-java 2.4.0-2, escape characters are seen in the output, like
so:

ESC[0m[INFO] Scanning for projects...
[INFO] 
[INFO] BUILD FAILURE
(...)
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException
ESC[0m
(END)



* With libjansi-java 2.4.0-1 (downloaded from snapshot.debian.org), escape
characters are not seen in the output:

[INFO] Scanning for projects...
[INFO] 
[INFO] BUILD FAILURE
(...)
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException
(END)


Thank you and best regards,
Luís Picciochi Oliveira


-- System Information:
Debian Release: 12.0
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.4.0-0-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


Bug#1012860: eom: Should recommend libgdk-pixbuf2.0-bin

2022-06-15 Thread Luís Picciochi Oliveira
Package: eom
Version: 1.24.1-1
Severity: normal
Tags: patch
X-Debbugs-Cc: pitxy...@gmail.com

Hi,

When using eom, the thumbnails at the bottom (activated through 'View' ->
'Image Collection (Ctrl+F9)') were not being generated.

For these to work I had to dig around and ultimately found that installing the
libgdk-pixbuf2.0-bin package fixes this.
I could not find any reference to this package in the dependencies of eom, so I
suggest it to be added at least as a recommendation.

I tried to provide this patch through a merge request or some more expedite way
in Salsa but I couldn't find out how. Did I miss something?

Feel free to integrate it:
https://salsa.debian.org/Pitxyoki/eom/-/commit/dd4125d76e8dff4e9696abdee4689ca97543b03d

Thanks,
Luís Picciochi Oliveira

-- System Information:
Debian Release: 11.3
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-15-amd64 (SMP w/2 CPU threads)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages eom depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.38.0-2
ii  eom-common   1.24.1-1
ii  gir1.2-eom-1.0   1.24.1-1
ii  libatk1.0-0  2.36.0-2
ii  libc62.31-13+deb11u3
ii  libcairo21.16.0-5
ii  libexempi8   2.5.2-1
ii  libexif120.6.22-3
ii  libgdk-pixbuf2.0-0   2.40.2-2
ii  libgirepository-1.0-11.66.1-1+b1
ii  libgl1   1.3.2-1
ii  libglib2.0-0 2.66.8-1
ii  libgtk-3-0   3.24.24-4+deb11u2
ii  libjpeg62-turbo  1:2.0.6-4
ii  liblcms2-2   2.12~rc1-2
ii  libmate-desktop-2-17 1.24.1-2
ii  libpeas-1.0-01.28.0-2+b1
ii  librsvg2-2   2.50.3+dfsg-1
ii  librsvg2-common  2.50.3+dfsg-1
ii  libx11-6 2:1.7.2-1
ii  libxml2  2.9.10+dfsg-6.7+deb11u2
ii  mate-desktop-common  1.24.1-2
ii  shared-mime-info 2.0-1
ii  zlib1g   1:1.2.11.dfsg-2+deb11u1

eom recommends no packages.

eom suggests no packages.


Bug#895152: cinnamon-screensaver: cinnamon-screesaver-command only locks the screen the first time it is called

2018-04-07 Thread Luís Picciochi Oliveira
Package: cinnamon-screensaver
Version: 3.6.1-2
Severity: normal

Dear Maintainer,

Consider the following script:

  var=1
  while true ; do
sleep 3
echo Test number $var
date
cinnamon-screensaver-command -l --away-message "Test number $var"
date
echo 'The screensaver should have started...'
var=$((var+1));
  done

Running this, I would expect to ensure the screen is locked every 3 seconds.
In the case when the screensaver was already locked when `cinnamon-screensaver-
command -l` is called, I would expect the call to be harmless and return
without doing anything.

However, I see the following output:
Test number 1
Sat  7 Apr 20:52:48 WEST 2018
Sat  7 Apr 20:52:49 WEST 2018
The screensaver should have started... # (1)
Test number 2
Sat  7 Apr 20:52:52 WEST 2018 # (2)
Sat  7 Apr 20:53:02 WEST 2018 # (3)
The screensaver should have started...
^C

(1) tells me that cinnamon-screensaver-command was called and returned.
(2) talls me that we entered the second cycle. cinnamon-screensaver-command was
called (we saw "Test number 2" on the lock screen), but then it does not
return.
The timestamp in (3) is only printed after I enter my password at the locked
screen and press Enter. This tells us that the second call only returns after
the lock screen is dismissed.


I can't see a reason for the cinnamon-screensaver-command to return in the
first call but not in the second. This inconsistency makes it hard to script
more complex behaviours.


Possibly related to this, I also observed that if I send the cinnamon-
screensaver-command call to the background, by adding an '&' to the end of the
line:

  cinnamon-screensaver-command -l --away-message "Test number $var" &


...it will be able to call the command up to 9 times. Starting with the 10th,
the script will output a stack trace on all subsequent calls:

Test number 9
Sat  7 Apr 21:02:43 WEST 2018
[8] 31244
Sat  7 Apr 21:02:43 WEST 2018
The screensaver should have started...
Test number 10
Sat  7 Apr 21:02:46 WEST 2018
[9] 31257
Sat  7 Apr 21:02:46 WEST 2018
The screensaver should have started...
Traceback (most recent call last):
  File "/usr/share/cinnamon-screensaver/cinnamon-screensaver-command.py", line
73, in on_client_ready
self.perform_action()
  File "/usr/share/cinnamon-screensaver/cinnamon-screensaver-command.py", line
90, in perform_action
self.client.proxy.call_lock_sync(self.message)
GLib.Error: g-io-error-quark: Timeout was reached (24)
Test number 11
...

After closing the lock screen, killing the script and the pending commands, I
see that all but the first call were hanging in the background.
Why only after the 10th we start seeing tracebacks is also not clear to me.

I believe `cinnamon-screensaver-command -l` should:
 * always return
 * signal any errors with a non-zero return code
 * either lock the screen or do nothing at all if it was already locked.

Note that #895150 is related but more generic than this.

Thanks and best regards,
Luís Picciochi Oliveira



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cinnamon-screensaver depends on:
ii  cinnamon-desktop-data   3.6.2-2
ii  gir1.2-accountsservice-1.0  0.6.45-1
ii  gir1.2-cinnamondesktop-3.0  3.6.2-2
ii  gir1.2-gkbd-3.0 3.26.0-3
ii  gir1.2-glib-2.0 1.56.0-2
ii  gir1.2-gtk-3.0  3.22.29-2
ii  gir1.2-xapp-1.0 1.0.4-2
ii  iso-flags-png-320x240   1.0.1-1
ii  libc6   2.27-3
ii  libcscreensaver03.6.1-2
ii  libglib2.0-02.56.0-4
ii  libgtk-3-0  3.22.29-2
ii  python3 3.6.4-1
ii  python3-gi  3.28.1-1
ii  python3-gi-cairo3.28.1-1
ii  python3-setproctitle1.1.10-1+b1
ii  python3-xapp1.0.1-1
ii  python3-xlib0.20-3

Versions of packages cinnamon-screensaver recommends:
pn  cinnamon-screensaver-x-plugin  

Versions of packages cinnamon-screensaver suggests:
pn  cinnamon-screensaver-webkit-plugin  

-- no debconf information


Bug#895150: cinnamon-screensaver-command: Crashes and hangs when unable to grab the keyboard/mouse

2018-04-07 Thread Luís Picciochi Oliveira
Package: cinnamon-screensaver
Version: 3.6.1-2
Severity: important

Dear Maintainer,

I use cinnamon-screensaver-command to automatically lock my screen from a
custom script I created.
I found out that if cinnamon-screensaver-command crashes, it never returns,
making my script unable to proceed.

Here's a way to reproduce the issue:

Run the following in for example, a gnome-terminal:
$ sleep 10 ; echo "locking..." ; cinnamon-screensaver-command -l ; echo "Should
do something else now."

Before you see "locking..." in the console, click "File" in the terminal's
window or some other window.

After the 10 seconds, I notice the window losing focus in what seems to be
cinnamon-screensaver-command trying to lock the screen.

After some more seconds, I get the following stack trace in the terminal:

Traceback (most recent call last):
  File "/usr/share/cinnamon-screensaver/cinnamon-screensaver-command.py", line
73, in on_client_ready
self.perform_action()
  File "/usr/share/cinnamon-screensaver/cinnamon-screensaver-command.py", line
90, in perform_action
self.client.proxy.call_lock_sync(self.message)
GLib.Error: g-io-error-quark: Timeout was reached (24)

The last echo is never printed and you'll have to press Ctrl+C to exit.

I see the following in cinnamon-screensaver's log:

.

couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab mouse
couldn't grab mouse
couldn't grab mouse
couldn't grab mouse

.


Note that this issue is about the behaviour of cinnamon-screensaver-command
after a crash: because it does not return, calling scripts are unable to tell
there was a failure and deal with it (even if by just retrying later).
Can we make cinnamon-screensaver-command return with an error code instead of
hanging in cases like this?

Please see #895149 for the security implications I see on the behaviour for
cinnamon-screensaver that originally triggered this specific crash.


Thanks and best regards,
Luís Picciochi Oliveira



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cinnamon-screensaver depends on:
ii  cinnamon-desktop-data   3.6.2-2
ii  gir1.2-accountsservice-1.0  0.6.45-1
ii  gir1.2-cinnamondesktop-3.0  3.6.2-2
ii  gir1.2-gkbd-3.0 3.26.0-3
ii  gir1.2-glib-2.0 1.56.0-2
ii  gir1.2-gtk-3.0  3.22.29-2
ii  gir1.2-xapp-1.0 1.0.4-2
ii  iso-flags-png-320x240   1.0.1-1
ii  libc6   2.27-3
ii  libcscreensaver03.6.1-2
ii  libglib2.0-02.56.0-4
ii  libgtk-3-0  3.22.29-2
ii  python3 3.6.4-1
ii  python3-gi  3.28.1-1
ii  python3-gi-cairo3.28.1-1
ii  python3-setproctitle1.1.10-1+b1
ii  python3-xapp1.0.1-1
ii  python3-xlib0.20-3

Versions of packages cinnamon-screensaver recommends:
pn  cinnamon-screensaver-x-plugin  

Versions of packages cinnamon-screensaver suggests:
pn  cinnamon-screensaver-webkit-plugin  

-- no debconf information


Bug#895149: cinnamon-screensaver: Fails to lock the screen if a menu is selected

2018-04-07 Thread Luís Picciochi Oliveira
Package: cinnamon-screensaver
Version: 3.6.1-2
Severity: grave
Tags: security
Justification: user security hole

Dear Maintainer,

I found that cinnamon-screensaver does not start if a window menu is clicked.
This can be a security problem as users unaware of this can leave their
computer unlocked unwillingly if they clicked a menu before abandoning or
trusting that their computer will be locked.

To reproduce this, just click the "File" menu in a window. For example, gnome-
terminal's "File" menu.

Starting cinnamon-screensaver in a terminal and looking at its log, I see the
following when the screensaver tries to start:



couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab keyboard
couldn't grab mouse
couldn't grab mouse
couldn't grab mouse
couldn't grab mouse
Can't fade in screensaver, unable to grab the keyboard

.

If I unselect the "File" menu and wait for the screensaver to trigger again, it
is then able to do it.

I'm reporting this as a security issue but I understand having this exploited
is somewhat unlikely: it would require the attacker to somehow make (or wait
for) the victim to click a menu and ensuring that he leaves his computer
unlocked and unattended without noticing the screen lock was not triggered.

Thanks and best regards,
Luís Picciochi Oliveira



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cinnamon-screensaver depends on:
ii  cinnamon-desktop-data   3.6.2-2
ii  gir1.2-accountsservice-1.0  0.6.45-1
ii  gir1.2-cinnamondesktop-3.0  3.6.2-2
ii  gir1.2-gkbd-3.0 3.26.0-3
ii  gir1.2-glib-2.0 1.56.0-2
ii  gir1.2-gtk-3.0  3.22.29-2
ii  gir1.2-xapp-1.0 1.0.4-2
ii  iso-flags-png-320x240   1.0.1-1
ii  libc6   2.27-3
ii  libcscreensaver03.6.1-2
ii  libglib2.0-02.56.0-4
ii  libgtk-3-0  3.22.29-2
ii  python3 3.6.4-1
ii  python3-gi  3.28.1-1
ii  python3-gi-cairo3.28.1-1
ii  python3-setproctitle1.1.10-1+b1
ii  python3-xapp1.0.1-1
ii  python3-xlib0.20-3

Versions of packages cinnamon-screensaver recommends:
pn  cinnamon-screensaver-x-plugin  

Versions of packages cinnamon-screensaver suggests:
pn  cinnamon-screensaver-webkit-plugin  

-- no debconf information


Bug#894497: kazam: Should depend on gstreamer1.0-plugins-good >= 1.14.0-1

2018-03-31 Thread Luís Picciochi Oliveira
Package: kazam
Version: 1.4.5-2
Severity: important

Dear Maintainer,

Kazam used to work without any issues until yesterday.
I found out that after a system update, I ceased to be able to record anything
with it if I wanted to include sound (it worked for video-only recording).

When I click "Capture", seemingly nothing happened.


I starting Kazam in a terminal and saw the log that you can find in the
attachment.

Following the last line in the stack trace, it seems to fail because the
following function returned None:
self.audioenc = Gst.ElementFactory.make("lamemp3enc", "audio_encoder")

So, after some research, I found that gstreamer1.0-plugins-ugly no longer
includes the lame MP3 encoder, and that it is now included in
gstreamer1.0-plugins-good starting from version 1.13:
+ Build-depend on LAME, mpg123 and twolame and add Conflicts/Replaces as
  needed for gst-plugins-ugly from where the plugins moved.»
http://metadata.ftp-master.debian.org/changelogs/main/g/gst-plugins-
good1.0/gst-plugins-good1.0_1.14.0-1_changelog

I had gstreamer1.0-plugins-ugly version 1.14 installed, but
gstreamer1.0-plugins-good version 1.12. So I ended up not having any lame
encoding plugin at that point.

So, to avoid this, I suggest that kazam declares a dependency on
gstreamer1.0-plugins-good >= 1.14 (I didn't test with 1.13, so I can't tell for
sure if it'd be OK to depend on that instead).

Moreover, two additional notes:
 * If this voids the need to depend on gstreamer1.0-plugins-ugly, that
dependency can also be removed now.
 * This was a somewhat hard to debug situation, and what was happening was not
obvious at all.
   Kazam should inform the user if a dependency is missing. Something was
obviously wrong as nothing happened when I clicked "Capture", but this would be
very hard to fix by someone unwilling to delve into stack traces, code and
package changelogs.


Thanks and best regards,
Luís Picciochi Oliveira



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kazam depends on:
ii  gir1.2-gst-plugins-base-1.0  1.14.0-1
ii  gir1.2-gstreamer-1.0 1.14.0-1
ii  gir1.2-keybinder-3.0 0.3.2-1
ii  gir1.2-wnck-3.0  3.24.1-2
ii  gnome-session-canberra   0.30-6
ii  gstreamer1.0-plugins-base1.14.0-1
ii  gstreamer1.0-plugins-good1.14.0-1
ii  gstreamer1.0-plugins-ugly1.14.0-1
ii  gstreamer1.0-pulseaudio  1.12.4-1+b1
ii  python3  3.6.4-1
ii  python3-cairo1.16.2-1
ii  python3-dbus 1.2.6-1
ii  python3-gi   3.28.1-1
ii  python3-gi-cairo 3.28.1-1
ii  python3-xdg  0.25-4

Versions of packages kazam recommends:
pn  gstreamer1.0-libav  

kazam suggests no packages.

-- no debconf information
$ kazam 
/usr/bin/kazam:32: PyGIWarning: Gtk was imported without specifying a version 
first. Use gi.require_version('Gtk', '3.0') before import to ensure that the 
right version gets loaded.
  from gi.repository import Gtk
/usr/lib/python3/dist-packages/kazam/frontend/window_area.py:30: PyGIWarning: 
Wnck was imported without specifying a version first. Use 
gi.require_version('Wnck', '3.0') before import to ensure that the right 
version gets loaded.
  from gi.repository import Gtk, GObject, Gdk, Wnck, GdkX11
/usr/lib/python3/dist-packages/kazam/backend/gstreamer.py:35: PyGIWarning: Gst 
was imported without specifying a version first. Use gi.require_version('Gst', 
'1.0') before import to ensure that the right version gets loaded.
  from gi.repository import GObject, Gst
/usr/lib/python3/dist-packages/kazam/frontend/indicator.py:148: PyGIWarning: 
AppIndicator3 was imported without specifying a version first. Use 
gi.require_version('AppIndicator3', '0.1') before import to ensure that the 
right version gets loaded.
  from gi.repository import AppIndicator3
/usr/lib/python3/dist-packages/kazam/frontend/indicator.py:97: PyGIWarning: 
Keybinder was imported without specifying a version first. Use 
gi.require_version('Keybinder', '3.0') before import to ensure that the right 
version gets loaded.
  from gi.repository import Keybinder
/usr/lib/python3/dist-packages/kazam/app.py:145: Warning: value "((GtkIconSize) 
32)" of type 'GtkIconSize' is invalid or out of range for property 'icon-size' 
of type 'GtkIconSize'
  self.builder.add_from_file(os.path.join(prefs.datadir, "ui", "kazam.ui"))

(kazam:23365): Gtk-WARNING **: 14:1

Bug#891460: ring: Should depend on libqt5sql5-sqlite

2018-02-25 Thread Luís Picciochi Oliveira
Package: ring
Version: 20180119.1.9e06f94~ds1-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After installing ring, I was unable to start it.

Issuing gnome-ring yielded the following error:
--
$ gnome-ring
** Message: Ring GNOME client version: 1.0.0
** Message: git ref: unknown

(gnome-ring:4245): Gtk-WARNING **: Theme file for default has no name

(gnome-ring:4245): Gtk-WARNING **: Theme file for default has no directories
Updating all accounts
Loading "..."
Loading vcf from: QDir( "/home/luis.oliveira/.local/share/gnome-ring/profiles"
, nameFilters = { "*" },  QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters(
Dirs|Files|Drives|AllEntries ) )
CM already has text recording ContactMethod(..., name = "...")
terminate called after throwing an instance of 'std::runtime_error'
  what():  QSQLITE not supported
Aborted
--

I found out that installing the 'libqt5sql5-sqlite' package makes ring start
correctly.
Can you please include that as a dependency for this package?

Thanks and best regards,
Luís Picciochi Oliveira



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ring depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.1-3
ii  libappindicator3-1   0.4.92-5
ii  libatk1.0-0  2.26.1-3
ii  libc62.26-6
ii  libcairo-gobject21.15.10-1
ii  libcairo21.15.10-1
ii  libcanberra-gtk3-0   0.30-6
ii  libcanberra0 0.30-6
ii  libclutter-1.0-0 1.26.2+dfsg-4
ii  libclutter-gtk-1.0-0 1.8.4-3
ii  libcogl-pango20  1.22.2-3
ii  libcogl-path20   1.22.2-3
ii  libcogl201.22.2-3
ii  libdbusmenu-glib416.04.1+17.04.20170109.1-5
ii  libdrm2  2.4.89-1
ii  libebackend-1.2-10   3.26.5-1
ii  libebook-1.2-19  3.26.5-1
ii  libebook-contacts-1.2-2  3.26.5-1
ii  libedata-book-1.2-25 3.26.5-1
ii  libedataserver-1.2-223.26.5-1
ii  libegl1  1.0.0-2
ii  libgbm1  17.3.3-1
ii  libgcc1  1:8-20180207-2
ii  libgdk-pixbuf2.0-0   2.36.11-1
ii  libglib2.0-0 2.54.3-2
ii  libgtk-3-0   3.22.28-1
ii  libjavascriptcoregtk-4.0-18  2.18.6-1
ii  libjson-glib-1.0-0   1.4.2-3
ii  libnm0   1.10.4-1+b1
ii  libnotify4   0.7.7-3
ii  libpango-1.0-0   1.40.14-1
ii  libpangocairo-1.0-0  1.40.14-1
ii  libqrencode3 3.4.4-1+b2
ii  libqt5core5a 5.9.2+dfsg-12
ii  libqt5dbus5  5.9.2+dfsg-12
ii  libqt5sql5   5.9.2+dfsg-12
ii  libsecret-1-00.18.5-6
ii  libsoup2.4-1 2.60.3-1
ii  libstdc++6   8-20180207-2
ii  libwayland-client0   1.14.0-1+b1
ii  libwayland-cursor0   1.14.0-1+b1
ii  libwayland-egl1-mesa [libwayland-egl1]   17.3.3-1
ii  libwayland-server0   1.14.0-1+b1
ii  libwebkit2gtk-4.0-37 2.18.6-1
ii  libx11-6 2:1.6.4-3
ii  libxcomposite1   1:0.4.4-2
ii  libxdamage1  1:1.1.4-3
ii  libxext6 2:1.3.3-1+b2
ii  libxfixes3   1:5.0.3-1
ii  libxi6   2:1.7.9-1
ii  libxkbcommon00.8.0-1
ii  libxml2  2.9.4+dfsg1-6.1
ii  libxrandr2   2:1.5.1-1
ii  ring-daemon  20180119.1.9e06f94~ds1-3

ring recommends no packages.

ring suggests no packages.

-- no debconf information


Bug#845085: docker.io: Some commands do not work on some images with kernel version 4.8

2016-11-20 Thread Luís Picciochi Oliveira
Package: docker.io
Version: 1.11.2~ds1-6
Severity: important

Dear Maintainer,


While using Docker, some commands on some images stopped working. For example:

  $ docker run -it --rm centos:centos6  bash
This does not work. It always returns with code 139:

  $ echo $?
139


...but the following does work!

$ docker run -it --rm centos:7  bash
[root@06c8e740c5bc /]# exit
$ echo $?
0

It's not only the bash command. For example: 'chmod', 'sh' and a few others
also fail with the same error code. 'echo', 'ls', 'cat' and others work without
any issues.

I found out that using the previous kernel (linux-image-4.7.0-1-amd64
(4.7.8-1)), I could run all commands on all images.

The only report I found online about this was the following:
https://forums.docker.com/t/docker-run-it-has-started-failing-with-
status-139/18309

Coincidentally, it just had a reply yesterday, which seems to match exactly my
experience.

I observed the same behaviour both with version 1.11.2~ds1-5 and 1.11.2~ds1-6
of the docker package.


Please feel free to request any further info you need to help debug this.

Thanks and best regards,
Luís Picciochi Oliveira



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages docker.io depends on:
ii  adduser  3.115
ii  containerd   0.2.1~ds1-3
ii  init-system-helpers  1.46
ii  iptables 1.6.0-4
ii  libapparmor1 2.10.95-6
ii  libc62.24-5
ii  libdevmapper1.02.1   2:1.02.136-1
ii  libsqlite3-0 3.15.1-1
ii  libsystemd0  232-3
ii  runc 0.1.1+dfsg1-1

Versions of packages docker.io recommends:
ii  ca-certificates   20161102
pn  cgroupfs-mount | cgroup-lite  
ii  git   1:2.10.2-2
ii  xz-utils  5.2.2-1.2

Versions of packages docker.io suggests:
pn  aufs-tools   
pn  btrfs-progs  
pn  debootstrap  
pn  docker-doc   
pn  rinse
pn  zfs-fuse | zfsutils  

-- Configuration Files:
/etc/init.d/docker changed [not included]

-- no debconf information



Bug#800025: ginkgocadx: selling restrictions on Gingkgo CADx's license

2015-09-25 Thread Luís Picciochi Oliveira
Package: ginkgocadx
Version: 3.7.0.1465.37+dfsg-1
Severity: normal
Tags: upstream

Hi,


When starting Ginkgo CADx for the first time, I was shown the license of the
program. On it, the following snippet is included:

«This software musn't be sold without prior approval of the authors.

(...)
Ginkgo CADx is licensed under the LGPL v3 license. You can find the legal terms
of the license at http://www.gnu.org/copyleft/lgpl.html »

You can also see this text by going to the Help > About > Licenses screen.


I wonder if restricting selling to the approval of authors is valid for LGPL v3
licenses.

I skimmed through the LGPL and GPL and couldn't find anywhere saying it is (nor
that it isn't).
However, this seems fishy. Anyway, who are the "authors"? The original authors
of the program? The authors of any derived work?
I suggest this should be cleared up by Debian with upstream.


Thank you and best Regards,
Luís Picciochi



-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ginkgocadx depends on:
ii  libc6 2.19-18+deb8u1
ii  libcairo2 1.14.0-2.1
ii  libcurl3-gnutls   7.38.0-4+deb8u2
ii  libdcmtk2 3.6.0-15+b1
ii  libgcc1   1:4.9.2-10
ii  libgl1-mesa-glx [libgl1]  10.3.2-1+deb8u1
ii  libgtk2.0-0   2.24.25-3
ii  libinsighttoolkit3.20 3.20.1+git20120521-5+b1
ii  libjsoncpp0   0.6.0~rc2-3.1
ii  libsqlite3-0  3.8.7.1-1+deb8u1
ii  libssl1.0.0   1.0.1k-3+deb8u1
ii  libstdc++64.9.2-10
ii  libvtk5.8 5.8.0-17.5
ii  libwxbase3.0-03.0.2-1+b1
ii  libwxgtk3.0-0 3.0.2-1+b1

ginkgocadx recommends no packages.

ginkgocadx suggests no packages.

-- no debconf information



Bug#751241: amule: Please update to use wxwidgets3.0

2014-06-11 Thread Luís Picciochi Oliveira
Hi there,

Just to comment that the forum is accessible at http://amule.forumer.com/ .
The URL at amule.org points to an index.php file, which is what gives
the 404. Access the root address without that PHP file and you'll get
there. :-)


Regards,
Pitxyoki


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#728502: audacious: Please package audacious 3.4.2

2013-11-01 Thread Luís Picciochi Oliveira
Package: audacious
Version: 3.4.1-1
Severity: important

Audacious 3.4.2 includes a scrobbler plugin that fixes a known issue
that may lead to lost track plays on last.fm. See [1, 2].
Please package that version ASAP to avoid lost track plays to the users.

Thanks,
Luís Picciochi Oliveira

1 - http://audacious-media-player.org/news/24-scrobbler-issue
2 - http://redmine.audacious-media-player.org/issues/343


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#703869: audacious: Garbled audio using PulseAudio output on Intel 82801 AC'97

2013-07-27 Thread Luís Picciochi Oliveira
So, it appears that the workaround only worked partially.
Setting the buffer to the minimum allowed of 100ms made the popping
sounds rarer, but after some time (and a bit more attention) I started
hearing them again.

I'm investigation if this mightn't be a pulseaudio and/or driver
problem, and not related to Audacious.
Ryan: can you test the suggested workaround on this section?
https://wiki.archlinux.org/index.php/PulseAudio#Glitches.2C_skips_or_crackling

Specifically, add tsched=0 to the line
load-module module-udev-detect tsched=0

in /etc/pulse/default.pa .

Then try to get the audacious higher again, restart pulseaudio
(pulseaudio -k). Then start playing something on audacious and see if
you hear problems again.

Can you also confirm that the command:
$ lsmod | grep snd
Lists the module snd_hda_intel as loaded?


Best regards,
Luís Picciochi


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#703869: audacious: Garbled audio using PulseAudio output on Intel 82801 AC'97

2013-07-22 Thread Luís Picciochi Oliveira
Package: audacious
Version: 3.4-1
Followup-For: Bug #703869

Hi,

I'm using audacious 3.4 and this bug is still present. I also experienced it
with 3.2.4.

I'm using Pulseaudio:

$ dpkg -l | grep pulse
ii  libpulse-dev:i386 2.0-6.1
i386 PulseAudio client development headers and libraries
ii  libpulse-mainloop-glib0:i386  2.0-6.1
i386 PulseAudio client libraries (glib support)
ii  libpulse0:i3862.0-6.1
i386 PulseAudio client libraries
ii  pulseaudio2.0-6.1
i386 PulseAudio sound server
ii  pulseaudio-utils  2.0-6.1
i386 Command line tools for the PulseAudio sound server
ii  vlc-plugin-pulse  2.0.7-3
i386 PulseAudio plugin for VLC

And this is my audio card:
$ lspci |grep Audio
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
High Definition Audio Controller (rev 03)

The workaround suggested by Ryan works here too: I set the buffer to "100 ms"
and I didn't experience any more "POP!" or "BRRK!" sounds as I did when the
buffer was set to "500 ms".

Running 'audacious -V' provides no output when the audio errors occur. I'm not
sure how I can debug further into Pulseaudio (if this is a PA problem). As far
as I could test, other PulseAudio programs don't show this problem.

Feel free to ask for whatever might help debugging this.


Best regards,
Luís Picciochi



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages audacious depends on:
ii  audacious-plugins3.4-1
ii  dbus 1.6.12-1
ii  dbus-x11 1.6.12-1
ii  gtk2-engines-pixbuf  2.24.20-1
ii  libaudclient23.4-1
ii  libaudcore1  3.4-1
ii  libc62.17-7
ii  libdbus-1-3  1.6.12-1
ii  libdbus-glib-1-2 0.100.2-1
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.3-3
ii  libgtk-3-0   3.4.2-6
ii  libguess11.1-1

Versions of packages audacious recommends:
ii  unzip  6.0-9

audacious suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#711450: debian-kernel-handbook: Possible typo in example on Chapter 6

2013-06-06 Thread Luís Picciochi Oliveira
Package: debian-kernel-handbook
Version: 1.0.15
Severity: normal

Hi,

On Chapter 6 of the Kernel Handbook[1], there's an example for a possible
content of /etc/modules:
loop max_int=32
sbp2

I understand that "max_int" is supposed to be a parameter to the loop module,
as explained in this Chapter. However, the modinfo command output shown
afterwards doesn't display this as a possible parameter, only "max_loop" and
"max_part".

I believe the example content of /etc/modules should be updated to reflect the
possible parameters displayed afterwards.


Best regards,
Luís Picciochi

1 - http://kernel-handbook.alioth.debian.org/ch-modules.html



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#709939: teeworlds-data: Please depend on fonts-dejavu-core

2013-05-26 Thread Luís Picciochi Oliveira
Package: teeworlds-data
Version: 0.6.2+dfsg-1
Severity: minor

Hi,
The package ttf-dejavu-core is currently a "transitional dummy package". So,
please don't depend on it anymore, but update to fonts-dejavu-core instead.

Thanks and best regards,
Luís Picciochi



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages teeworlds-data depends on:
ii  ttf-dejavu-core  2.33+svn2514-3

teeworlds-data recommends no packages.

Versions of packages teeworlds-data suggests:
ii  teeworlds 0.6.2+dfsg-1
pn  teeworlds-server  

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#697196: xul-ext-firebug: Unable to dock back Firebug to Iceweasel

2013-03-30 Thread Luís Picciochi Oliveira
Hi,

I can also reproduce this bug. It appears to be the same as upstream
issue #5883. Apparently, it was fixed with this commit:
https://github.com/firebug/firebug/commit/ab31eaa2e62e1d3f5c57d495e81d52a7cb594190
(though I'm not 100% sure, I didn't test it).

Meanwhile, the workaround suggested at the upstream bug report[1]
seems to work for me:
1. Go to about:config
2. Set extensions.firebug.framePosition to "bottom"
3. Restart Iceweasel


Regards,
Luís Picciochi

1 - https://code.google.com/p/fbug/issues/detail?id=5883#c21


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#704261: maven: Please package maven 3.0.5

2013-03-30 Thread Luís Picciochi Oliveira
Package: maven
Version: 3.0.4-3
Severity: normal

Dear Maintainer,

Please upgrade maven to 3.0.5. Upstream recommends against using 3.0.4 due to
the following security vulnerability: http://maven.40175.n5.nabble.com
/SECURITY-CVE-2013-0253-Apache-Maven-3-0-4-td5748186.html , currently also
visible at https://maven.apache.org/security.html .

It would be nice to have the safer 3.0.5 version in Wheezy once it goes stable.

Thanks and best regards,
Luís Picciochi



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven depends on:
ii  libaether-java   1.13.1-2
ii  libcommons-cli-java  1.2-3
ii  libcommons-codec-java1.6-1
ii  libcommons-httpclient-java   3.1-10.2
ii  libcommons-logging-java  1.1.1-9
ii  libguava-java11.0.2-1
ii  libplexus-cipher-java1.5-4
ii  libplexus-classworlds2-java  2.4-1
ii  libplexus-containers1.5-java 1.5.5-2
ii  libplexus-interpolation-java 1.11-3
ii  libplexus-sec-dispatcher-java1.3.1-6
ii  libplexus-utils2-java2.0.5-1
ii  libsisu-guice-java   3.1.1-1
ii  libsisu-ioc-java 2.3.0-3
ii  libwagon2-java   2.2-3+nmu1
ii  openjdk-7-jre [java5-runtime]7u3-2.1.6-1
ii  openjdk-7-jre-headless [java5-runtime-headless]  7u3-2.1.6-1

maven recommends no packages.

maven suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#690757: RM: gtodo -- abandoned upstream; unmaintained; alternatives exist

2012-11-06 Thread Luís Picciochi Oliveira
reassign 690757 ftp.debian.org
thanks

Three weeks have passed and no answer from the maintainer or anyone interested.

Regards,
Luís Picciochi


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#690757: RM: gtodo -- abandoned upstream; unmaintained; alternatives exist

2012-10-17 Thread Luís Picciochi Oliveira
Package: gtodo
Version: 0.16.0~rc2-1.2
Severity: normal

Hi,

The gtodo package hasn't been updated for more than 4 years.
The last upload to the debian archive was last year, with only some FTBFS fixes
and the last feature upload before that was in 2008.
The last upload by the maintainer was in 2006.

The bug reports submitted against this package have gone ignored since at least
2009.

The upstream author (and maintainer of the package) has stated he is not
interested in gtodo anymore:


Qball
August 9, 2008 - 9:57 am

gtodo 1 is not developed or maintained anymore.


>From here: http://blog.sarine.nl/2008/01/30/gtodo-2-testing/#comment-14664


Other, more complete alternatives (e.g.: 'gtg', 'osmo', 'tasks', 'tasque') are
already available on the Debian repositories, so the features provided by gtodo
are not that unique anymore.

I believe it is time to drop this package and let it rest in peace.

If the maintainer has no objections and/or this bug goes unanswered after a
couple of weeks, I'll reassign it to ftp.debian.org for removal.


Thanks and best regards,
Luís Picciochi


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.32-rc1 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gtodo depends on:
ii  gconf2  3.2.5-1+build1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-35
ii  libcairo2   1.12.2-2
ii  libfontconfig1  2.9.0-7
ii  libfreetype62.4.9-1
ii  libgconf2-4 3.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgnomevfs2-0  1:2.24.4-1
ii  libgtk2.0-0 2.24.10-2
ii  libpango1.0-0   1.30.0-1
ii  libx11-62:1.5.0-1
ii  libxml2 2.8.0+dfsg1-5
ii  libxslt1.1  1.1.26-14

gtodo recommends no packages.

Versions of packages gtodo suggests:
pn  gtodo-applet  


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#658357: [iceweasel] Regression: with version 10, iceweasel ask master password many times at startup

2012-09-26 Thread Luís Picciochi Oliveira
I couldn't reproduce this bug with Iceweasel version 10.0.7esr-2
currently in testing.

I opened the browser with three tabs with "auto-completable" forms,
with the "Don't load tabs until selected" option disabled and only one
window requesting the master password appeared.

Landry, can you confirm that this still happens on your setup?

Best regards,
Pitxyoki


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#581892: gtodo: "Failed to parse default value" warnings

2012-09-26 Thread Luís Picciochi Oliveira
Hi Guilherme,

Is there any chance you can push the mentioned patch to the gtodo
Debian package?
The patch is there, sitting on this bug for ages. If there's something
remaining to be done, can I or anyone do anything to help you fix
this?

Thanks and best regards,
Luís Picciochi


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#668920: grub-pc: grub 1.99-21 fails to detect mdraid partitions

2012-05-05 Thread Luís Picciochi Oliveira
Hi,

My setup is somewhat similar as my root partition is also on a RAID1
array with two disks. GRUB is installed on both of them.
This is just to note that I did not reproduce the reported problem
when I recently upgraded from 1.99-17 to 1.99-21. The upgrade went on
swiftly as always.


Best regards,
Luís Picciochi

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]  1.5.42
ii  grub-common1.99-21
ii  grub-pc-bin1.99-21
ii  grub2-common   1.99-21
ii  ucf3.0025+nmu3

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
  grub2/kfreebsd_cmdline:
* grub2/device_map_regenerated:
* grub2/linux_cmdline:
  grub-pc/install_devices_empty: false
  grub-pc/install_devices_failed: false
* grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: true
* grub-pc/install_devices:
/dev/disk/by-id/ata-WDC_WD10EARS-00MVWB0_WD-WCAZAA070307
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/disk_description:
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/partition_description:
* grub-pc/install_devices_disks_changed:
/dev/disk/by-id/ata-WDC_WD10EARS-00MVWB0_WD-WCAZAA070307
* grub2/linux_cmdline_default: quiet
  grub-pc/mixed_legacy_and_grub2: true



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#656887: picard: Annoying skip to end of line when editing tags

2012-01-22 Thread Luís Picciochi Oliveira
Package: picard
Version: 0.16-1
Severity: normal

Hi,

Under picard's main window, whenever I type something in any of the visible
fields of any track (Title, Artist, Album, Track or Date), the cursor jumps to
the end of the editing field as soon as I press a key. I have to copy/paste the
text if I want to edit something there decently. Or use the "Details" window,
which works well.

Best regards,
Luís Picciochi Oliveira



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages picard depends on:
ii  libavcodec534:0.7.3-2
ii  libavformat53   4:0.7.3-2
ii  libc6   2.13-24
ii  libdiscid0  0.2.2-2
ii  libfftw3-3  3.3-1
ii  libgcc1 1:4.6.2-11
ii  libofa0 0.9.3-4
ii  libstdc++6  4.6.2-11
ii  python  2.7.2-9
ii  python-mutagen  1.20-1
ii  python-qt4  4.9-2
ii  python2.7   2.7.2-8

picard recommends no packages.

picard suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#656884: picard: Can't use directories on 'File naming' Options

2012-01-22 Thread Luís Picciochi Oliveira
Package: picard
Version: 0.16-1
Severity: normal

Hi,

According to the picard documentation [1,2], it should be possible to define
directories on the "File Naming" Options panel. Music files would then be moved
to those directories according to the defined rules. However, when I define
something like:

%artist$/%tracknumber% - %title%

The tracks get named only according to '%tracknumber% - %title%' and anything
before the last slash is ignored.
I used this feature in previous versions and it worked well. I only noticed
this problem on this latest update (from 0.11-2.1 to 0.16-1).

Best regards,
Luís Picciochi Oliveira


1 - http://musicbrainz.org/doc/MusicBrainz_Picard/Documentation/Options
2 - http://musicbrainz.org/doc/MusicBrainz_Picard/Documentation/Scripting



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages picard depends on:
ii  libavcodec534:0.7.3-2
ii  libavformat53   4:0.7.3-2
ii  libc6   2.13-24
ii  libdiscid0  0.2.2-2
ii  libfftw3-3  3.3-1
ii  libgcc1 1:4.6.2-11
ii  libofa0 0.9.3-4
ii  libstdc++6  4.6.2-11
ii  python  2.7.2-9
ii  python-mutagen  1.20-1
ii  python-qt4  4.9-2
ii  python2.7   2.7.2-8

picard recommends no packages.

picard suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#631897: gnome-terminal's looks screwed up!

2011-06-30 Thread Luís Picciochi Oliveira
A tip for others with the same problem: the package you need to install is
gnome-themes-standard and not gnome-themes. The Adwaita theme doesn't seem
to be working fine in testing yet, but that's another story [1]. :)

Best regards,
Luís Picciochi

1 - http://bugs.debian.org/632181 


Bug#632181: gnome-themes-standard: Says the Adwaita window manager theme is required but where is it?

2011-06-30 Thread Luís Picciochi Oliveira
Package: gnome-themes-standard
Version: 3.0.2-1
Severity: important

Hi,

Following the recommendation from bug #631897, I installed gnome-themes-
standard to get the Adwaita theme. However, when I select it on the "Appearance
Preferences" window, the window icons seem to be missing and I get a warning
saying:
"This theme will not look as intended because the
required window manager theme 'Adwaita' is not
installed."

But where is this window manager theme? I also installed the gnome-
themes-{extra,more} packages but I still get the same result. If there is a
package that should be installed to make this work (well), should it not be
referenced as a Recommends or even a Dependency?

Best regards,
Luís Picciochi



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-themes-standard depends on:
ii  gconf22.32.4-1   GNOME configuration database syste
ii  libatk1.0-0   2.0.0-1The ATK accessibility toolkit
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libcairo-gobject2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.2  generic font configuration library
ii  libfreetype6  2.4.4-1FreeType 2 font engine, shared lib
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk-3-03.0.10-1   GTK+ graphical user interface libr
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio

Versions of packages gnome-themes-standard recommends:
ii  gtk2-engines  1:2.20.1-1 theme engines for GTK+ 2.x

gnome-themes-standard suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#625715: ddclient: Debconf should include options for no-ip.com

2011-05-05 Thread Luís Picciochi Oliveira
Package: ddclient
Version: 3.8.0-11.3
Severity: normal

Hi,

ddclient supports no-ip but the Debconf options do not include it as an
eligible provider.
During the Debconf setup, if I select "other" provider and indicate the
server as "dynupdate.no-ip.com", when I am asked for the update protocol,
none of them is 'noip'. This is a supported protocol for ddclient as can be
seen by issuing 'ddclient --help'.
Actually, I had to resort to the example printed by 'ddclient --help' to
edit my ddclient.conf, as debconf was useless for this end. Please include
no-ip support on ddclient's debconf menus.


Thanks and best regards,
Luís Picciochi



-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ddclient depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management
sy
ii  initscripts 2.88dsf-13.1 scripts for initializing and
shutt
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init
scrip
ii  perl [perl5]5.10.1-17Larry Wall's Practical
Extraction

Versions of packages ddclient recommends:
pn  libio-socket-ssl-perl  (no description available)

ddclient suggests no packages.

-- debconf information excluded


Bug#624874: icedove: Some recognized Certificate Authorities missing

2011-05-02 Thread Luís Picciochi Oliveira
Package: icedove
Version: 3.1.9-2
Severity: normal


Hi,

Recently, Icedove stopped recognizing my e-mail provider's certificate. As soon
as it tries to connect to the server I see a message saying that

 "This site attempts to identify itself with invalid information.
  Unknown Identity
  Certificate is not trusted, because it hasn't been verified by a recognised
authority."

I have to click "Confirm Security Exception" for the certificate to be
recognised (I never clicked "Permanently confirm this exception" on purpose).
You can see the window with the certificate's details on the attached image.

What's more, I can see that the CA information for "VeriSign Class 3 Secure
Server CA - G3" is in fact missing from Icedove's Certificate Manager, but that
same certificate is present on Iceweasel's CM. Other CAs might be missing from
Icedove, it would be nice to have the same list of recognised CAs on Icedove as
what is present on Iceweasel.

Best regards,
Luís Picciochi



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages icedove depends on:
ii  debianutils  3.4.4   Miscellaneous utilities specific t
ii  fontconfig   2.8.0-2.2   generic font configuration library
ii  libasound2   1.0.23-3shared library for ALSA applicatio
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.6-1 simple interprocess messaging syst
ii  libffi5  3.0.9-4 Foreign Function Interface library
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-2   GCC support library
ii  libgdk-pixbuf2.0 2.23.3-3GDK Pixbuf library
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libpixman-1-00.21.4-2pixel-manipulation library for X a
ii  libsqlite3-0 3.7.5-1 SQLite 3 shared library
ii  libstartup-notif 0.10-1  library for program launch feedbac
ii  libstdc++6   4.6.0-2 The GNU Standard C++ Library v3
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra
ii  libxt6   1:1.1.1-1   X11 toolkit intrinsics library
ii  psmisc   22.13-1 utilities that use the proc file s
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

Versions of packages icedove recommends:
ii  myspell-en-gb [myspell-dictio 1:3.3.0-3  English_british dictionary for mys
ii  myspell-pt-pt [myspell-dictio 20091013-2 European Portuguese dictionary for

Versions of packages icedove suggests:
ii  libdbus-glib-1-2   0.92-1simple interprocess messaging syst
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libgnomevfs2-0 1:2.24.4-1GNOME Virtual File System (runtime
ii  libgssapi-krb5-2   1.9+dfsg-1+b1 MIT Kerberos runtime libraries - k
ii  libnotify1 [libnotify1-gtk 0.5.0-2   sends desktop notifications to a n
pn  ttf-lyx(no description available)

-- debconf information:
  icedove/browser: Debian
<>

Bug#610523: gnome-mplayer: Please cleanup cached files

2011-01-19 Thread Luís Picciochi Oliveira
Package: gnome-mplayer
Version: 0.9.9.2-1
Severity: normal

I was finding it strange that I was running out of space on my home dir... Then
I found this:

~$ du --max-depth=1 -h ~/.cache/gnome-mplayer/
4.0G./plugin
644K./cover_art
4.0G.
~$

The plugin directory contains hundreds of cached video files (I replace the
youtube flash with an embedded player with the Youtube Without Flash auto
script for Greasemonkey - see [1]).
Please make this cache be cleaned up automatically.


Thanks and best regards,
Pitxyoki

1 - http://userscripts.org/scripts/show/50771



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-rc7-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-mplayer depends on:
ii  dbus1.2.24-4 simple interprocess messaging syst
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.0-1 Multi-protocol file transfer libra
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libdbus-glib-1- 0.88-2.1 simple interprocess messaging syst
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libmusicbrainz3 3.0.2-2  library to access the MusicBrainz.
ii  libnotify1 [lib 0.5.0-2  sends desktop notifications to a n
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxss1 1:1.2.0-2X11 Screen Saver extension library
ii  mplayer 2:1.0~rc3++final.dfsg1-1 movie player for Unix-like systems

gnome-mplayer recommends no packages.

Versions of packages gnome-mplayer suggests:
ii  gecko-mediaplayer 0.9.9.2-1  Multimedia plug-in for Gecko brows

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#607081: rubber: Traceback is printed when compiling tex files that include package xparse with the '--warn all' flag

2010-12-14 Thread Luís Picciochi Oliveira
Package: rubber
Version: 1.1-2.4
Severity: normal


If I compile a .tex file that is using \usepackage{xparse}, rubber can
compile
it correctly:

$ rubber bla.tex
compiling bla.tex...
$ echo $?
0

However, if I provide it the '--warn all' argument, the following traceback
is
printed:

$ rubber --warn all bla.tex
compiling bla.tex...
Traceback (most recent call last):
  File "/usr/bin/rubber", line 9, in 
sys.exit(Main()(sys.argv[1:]))
  File "/usr/share/rubber/rubber/cmdline.py", line 296, in __call__
return self.main(cmdline)
  File "/usr/share/rubber/rubber/cmdline.py", line 282, in main
refs=self.warn_refs, warnings=self.warn_misc))
  File "/usr/share/rubber/rubber/__init__.py", line 136, in display_all
for msg in generator:
  File "/usr/share/rubber/rubber/rules/latex/__init__.py", line 416, in
parse
last_file = self.update_file(line, pos, last_file)
  File "/usr/share/rubber/rubber/rules/latex/__init__.py", line 444, in
update_file
last = stack[-1]
IndexError: list index out of range
$ echo $?
1

Without the xparse package:
$ rubber --warn all bla.tex
compiling bla.tex...
$ echo $?
0



And here is a sample file:
$ cat bla.tex
\documentclass{article}
\usepackage{xparse}
\begin{document}
Test
\end{document}
$


Best regards,
Pitxyoki


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rubber depends on:
ii  python  2.6.6-3+squeeze2 interactive high-level
object-orie
ii  python-support  1.0.10   automated rebuilding support
for P
ii  texlive-latex-base  2009-11  TeX Live: Basic LaTeX packages

rubber recommends no packages.

Versions of packages rubber suggests:
pn  imagemagick(no description available)
pn  sam2p  (no description available)
pn  transfig   (no description available)

-- no debconf information


Bug#604407: brasero: Can't record or blank any CDs

2010-11-21 Thread Luís Picciochi Oliveira
Package: brasero
Version: 2.30.3-1
Severity: important


I can't record any CDs with brasero.
When I choose the "Burn image" option with a CD-R inside the recorder it tells
me:
"Blank CD-R Disc: not enough free space"

Well... It's a blank CD-R disc indeed. But The image I selected is only
301.4MB. Why is it telling me that this 700MB disc doesn't have enough space?

Using a CD-RW, the same thing appears. Also, the "Disc Blanking" dialog says
that there is "No disc available".


I could erase the CD-RW and record it by using wodim. Everything went fine.
( wodim dev=/dev/sr1 blank=all ; wodim dev=/dev/sr1 image.iso )


I have a DVD-ROM and a CD-Recorder on this machine:
- sr0 is the DVD-ROM -- it can't record anything;
- sr1 is the CD-recorder -- it can record CD-Rs and CD-RWs.

$ ls /dev/ | grep sr
lrwxrwxrwx  1 root root   3 Nov 21 23:38 cdrom -> sr0
lrwxrwxrwx  1 root root   3 Nov 21 23:41 cdrom1 -> sr1
lrwxrwxrwx  1 root root   3 Nov 21 23:41 cdrw1 -> sr1
lrwxrwxrwx  1 root root   3 Nov 21 23:38 dvd -> sr0

lrwxrwxrwx  1 root root   3 Nov 21 23:38 scd0 -> sr0
lrwxrwxrwx  1 root root   3 Nov 21 23:41 scd1 -> sr1
brw-rw+ 1 root cdrom11,   0 Nov 21 23:38 sr0
brw-rw+ 1 root cdrom11,   1 Nov 21 23:41 sr1


Best regards,
Pitxyoki



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages brasero depends on:
ii  brasero-common  2.30.3-1 Common files for the Brasero CD bu
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  gstreamer0.10-plugins-base  0.10.30-1GStreamer plugins from the "base" 
ii  gvfs1.6.4-2  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbrasero-media0   2.30.3-1 CD/DVD burning library for GNOME -
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgstreamer-plugins-base0. 0.10.30-1GStreamer libraries from the "base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-2 libraries for nautilus components 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtotem-plparser17 2.30.3-1 Totem Playlist Parser library - ru
ii  libtracker-client-0.8-0 0.8.17-1 metadata database, indexer and sea
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libxml2 2.7.7.dfsg-4 GNOME XML library

brasero recommends no packages.

Versions of packages brasero suggests:
pn  libdvdcss2 (no description available)
pn  vcdimager  (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#600660: linux-2.6: Please revert patch for USB54Gs wireless device

2010-10-21 Thread Luís Picciochi Oliveira
On Thu, Oct 21, 2010 at 3:36 AM, Ben Hutchings  wrote:

>
> Version 2.6.32-26 does not include my proposed fix for this bug.  Please
> test the modified module as explained in my previous mail.
>

Yes, my bad. I tested the sid kernel, not what is on the svn of the sid
kernel.


I just tested the binary you provided -- I'm actually using it to send this
e-mail right now.
It works! :-)

Best regards,
Pitxyoki


Bug#600660: linux-2.6: Please revert patch for USB54Gs wireless device

2010-10-20 Thread Luís Picciochi Oliveira
Hi,

The WUSB54GS device is not working on Debian's 2.6.32-26 yet. I see the same
errors as before.
I'm attaching the output I see at syslog when connecting it with
network-manager running, as well as without n-m running and configuring it
manually with iwconfig / dhclient.

Best regards,
Pitxyoki

### Without NetworkManager ###

1. Connected the device

Oct 21 00:22:15 C-5 kernel: [  105.544035] usb 2-2: new full speed USB device 
using uhci_hcd and address 3
Oct 21 00:22:15 C-5 kernel: [  105.719087] usb 2-2: New USB device found, 
idVendor=13b1, idProduct=000e
Oct 21 00:22:15 C-5 kernel: [  105.719092] usb 2-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Oct 21 00:22:15 C-5 kernel: [  105.719096] usb 2-2: Product: Linksys Wireless-G 
USB Network Adapter with SpeedBooster
Oct 21 00:22:15 C-5 kernel: [  105.719100] usb 2-2: Manufacturer: Cisco-Linksys
Oct 21 00:22:15 C-5 kernel: [  105.719102] usb 2-2: SerialNumber: 
Oct 21 00:22:15 C-5 kernel: [  105.719236] usb 2-2: configuration #1 chosen 
from 1 choice
Oct 21 00:22:15 C-5 kernel: [  105.822990] usbcore: registered new interface 
driver cdc_ether
Oct 21 00:22:15 C-5 kernel: [  105.963141] usbcore: registered new interface 
driver rndis_host
Oct 21 00:22:15 C-5 kernel: [  106.018106] cfg80211: Using static regulatory 
domain info
Oct 21 00:22:15 C-5 kernel: [  106.018111] cfg80211: Regulatory domain: US
Oct 21 00:22:15 C-5 kernel: [  106.018115]  (start_freq - end_freq @ 
bandwidth), (max_antenna_gain, max_eirp)
Oct 21 00:22:15 C-5 kernel: [  106.018121]  (2402000 KHz - 2472000 KHz @ 
4 KHz), (600 mBi, 2700 mBm)
Oct 21 00:22:15 C-5 kernel: [  106.018126]  (517 KHz - 519 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Oct 21 00:22:15 C-5 kernel: [  106.018131]  (519 KHz - 521 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Oct 21 00:22:15 C-5 kernel: [  106.018136]  (521 KHz - 523 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Oct 21 00:22:15 C-5 kernel: [  106.018141]  (523 KHz - 533 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Oct 21 00:22:15 C-5 kernel: [  106.018146]  (5735000 KHz - 5835000 KHz @ 
4 KHz), (600 mBi, 3000 mBm)
Oct 21 00:22:15 C-5 kernel: [  106.018386] cfg80211: Calling CRDA for country: 
US
Oct 21 00:22:15 C-5 kernel: [  106.079086] usb%d: media disconnect
Oct 21 00:22:15 C-5 kernel: [  106.265725] wlan0: register 'rndis_wlan' at 
usb-:00:1d.1-2, Wireless RNDIS device, BCM4320a based, XX:XX:XX:XX:XX:XX
Oct 21 00:22:15 C-5 kernel: [  106.266263] usbcore: registered new interface 
driver rndis_wlan


2.
[00:21:56] C-5:/home/luis# iwconfig wlan0 essid MYESSID
[00:22:36] C-5:/home/luis# iwconfig wlan0 key MYKEY
[00:22:38] C-5:/home/luis# iwconfig wlan0 channel NN
[00:22:41] C-5:/home/luis# dhclient wlan0

Oct 21 00:22:44 C-5 kernel: [  135.366605] ADDRCONF(NETDEV_UP): wlan0: link is 
not ready
Oct 21 00:22:44 C-5 kernel: [  135.368393] wlan0: couldn't set packet filter: 
000d
Oct 21 00:22:44 C-5 kernel: [  135.370388] wlan0: setting infra mode failed 
(FFEA)
Oct 21 00:22:44 C-5 kernel: [  135.372392] wlan0: couldn't set packet filter: 
000d
Oct 21 00:22:44 C-5 kernel: [  135.374385] wlan0: setting infra mode failed 
(FFEA)
Oct 21 00:22:44 C-5 kernel: [  135.375387] wlan0: setting SSID failed (FFEA)
Oct 21 00:22:44 C-5 kernel: [  135.377407] wlan0: couldn't set packet filter: 
000d
Oct 21 00:22:44 C-5 kernel: [  135.379389] wlan0: couldn't set packet filter: 
000d
Oct 21 00:22:45 C-5 dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Oct 21 00:22:49 C-5 dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Oct 21 00:22:56 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 4
Oct 21 00:23:00 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 6
Oct 21 00:23:06 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 12
Oct 21 00:23:18 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 15
Oct 21 00:23:33 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 15
Oct 21 00:23:48 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 9
Oct 21 00:23:57 C-5 dhclient: No DHCPOFFERS received.
Oct 21 00:23:57 C-5 dhclient: Trying recorded lease 192.168.2.115
Oct 21 00:23:57 C-5 kernel: [  207.548137] wlan0: couldn't set packet filter: 
000d
Oct 21 00:23:57 C-5 kernel: [  207.550147] wlan0: couldn't set packet filter: 
000d
Oct 21 00:24:00 C-5 kernel: [  210.577180] wlan0: couldn't set packet filter: 
000d
Oct 21 00:24:00 C-5 kernel: [  210.579157] wlan0: couldn't set packet filter: 
000d



### With NetworkManager ###

1. Connected the device
(The NetworkManager notification icon's menu says that the device is 
'disconnected')
Oct 21 00:27:36 C-5 kernel: [   81.240022] usb 2-2: new full speed USB device 
using uhci_hcd and address 3
Oct 21 00:27:36 C-5 kernel: [   81.415431] usb 2-2: New USB device found, 
idVendor=13b1, idP

Bug#600660: linux-2.6: Please revert patch for USB54Gs wireless device

2010-10-18 Thread Luís Picciochi Oliveira
On Mon, Oct 18, 2010 at 11:45 PM, Ben Hutchings  wrote:

> (...)
> No, it is needed for some other devices (see #576929).  We then found
> that it breaks WUSB54GS.
>

You're right. Tracking so many patches for this and that ends up getting a
little messy.


(...) I think what
> I'll have to do is add a 'quirk' for the specific devices that require
> that change.
>

Just ask if you need me to do any testing with this card.



Best regards,
Pitxyoki


Bug#600660: linux-2.6: Please revert patch for USB54Gs wireless device

2010-10-18 Thread Luís Picciochi Oliveira
Package: linux-2.6
Version: 2.6.32-25
Severity: normal

Please revert the Debian patch: rndis_host-Poll-status-channel-before-control-
channel.patch

This was once necessary for the WUSB54GS wireless adapter to work on recent
kernels (>2.6.32). After the introduction of subsequent patches this one was
removed from the mainline kernel as it was causing other problems. It is still
present as a Debian patch for 2.6.32 -- after removing it, I see the issues
from bug #520468 that are still present get solved.

You can see here the upstream reversion of this patch:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b00ac51ffcda994ef0839001257be894cc6e5a8

Best regards,
Luís Picciochi



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.36-rc7 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#552568: getting synergy-plus into Debian

2010-10-08 Thread Luís Picciochi Oliveira
Hi,

The synergy and synergy+ projects merged back into synergy some time ago.
This means that there's no need to create a new package, but just to update
the existing one.

See: http://code.google.com/p/synergy-plus/
and: http://synergy-foss.org

Best regards,
Pitxyoki


Bug#498693: [60136ec] Fix for Bug#498693 committed to git

2010-09-24 Thread Luís Picciochi Oliveira
Hello,
I might be wrong here, but if I'm seeing this well, your commit didn't quite
match what I suggested.

- On my diff, I moved the /usr/share/amule/skins directory from the amule
package to amule-common.
You seem to have copied it instead, so now it is provided by both packages,
although amule depends on amule-common (and this directory will come with
it).


- There are two typos on the new amule-common description:

"localization files *and* webserver templates *and* GUI skins", while my
suggestion only had one "and" on this sentence.

"You probably don't want to install this package alone, but amule or
amule-daemon instead.", while my suggestion was:
"You probably don't want to install this package alone, but amule,
amule-daemon or amule-utils-gui instead."
I think it makes sense to suggest amule-utils-gui there, as it can be
installed independently of any other of these alternatives.


I can be wrong, please me correct me if that's the case.

Best regards,
Pitxyoki

On Tue, Jul 13, 2010 at 10:21 AM, Giuseppe Iuculano wrote:

>
> tags 498693 + pending
> thanks
>
> Hello,
>
> The following change has been committed for this bug by
>  Giuseppe Iuculano  on Tue, 13 Jul 2010 11:18:23
> +0200.
>  The fix will be in the next upload.
> =====
> Install skins files
>
> Closes: #498693
> Thanks: Luís Picciochi Oliveira
> =
>
> You can check the diff of the fix at:
>
>http://git.debian.org/?p=pkg-amule/amule.git;a=commitdiff;h=60136ec
>
>
>
>
>


Bug#597325: plymouth: initrd not being rebuilt

2010-09-18 Thread Luís Picciochi Oliveira
Package: plymouth
Version: 0.8.3-9
Severity: normal


This was already mentioned in bug #573947, which was archived, but the problem
still seems to be present:

~# plymouth-set-default-theme -R
/usr/share/plymouth/themes//.plymouth does not exist


Other unavailable commands such as -? or any other string renders similar
results:

~# plymouth-set-default-theme -?
/usr/share/plymouth/themes/-?/-?.plymouth does not exist
~# plymouth-set-default-theme foo
/usr/share/plymouth/themes/foo/foo.plymouth does not exist
~#

Best regards,
Pitxyoki



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages plymouth depends on:
ii  initramfs-tools   0.98.2 tools for generating an initramfs
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-5   The Cairo 2D vector graphics libra
ii  libdrm-intel1 2.4.18-6   Userspace interface to intel-speci
ii  libdrm-nouveau1   2.4.18-6   Userspace interface to nouveau-spe
ii  libdrm-radeon12.4.18-6   Userspace interface to radeon-spec
ii  libdrm2   2.4.18-6   Userspace interface to kernel DRM 
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libpng12-01.2.44-1   PNG library - runtime

Versions of packages plymouth recommends:
ii  fontconfig-config 2.8.0-2.1  generic font configuration library
ii  plymouth-themes-all   0.8.3-9Graphical Boot Animation and Logge
ii  ttf-dejavu-core   2.31-1 Vera font family derivate with add

Versions of packages plymouth suggests:
ii  gdm   2.20.11-2  GNOME Display Manager

-- Configuration Files:
/etc/plymouth/plymouthd.conf changed [not included]

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#597204: amsn-data: Update audacious music plugin

2010-09-17 Thread Luís Picciochi Oliveira
Package: amsn-data
Version: 0.98.3-2
Severity: normal

Hi,

The current music plugin for audacious does not detect when the player is set
to the "paused" state and shows the currently paused track as if it were still
playing.
Some other glitches were occurring under the hood when audacious is not running
due to a missing verification on the script.

Could you include the patch to the infoaudacious script at revision 12184 of
amsn's SVN repositories [1]?

Best regards,
Pitxyoki


1 -
http://amsn.svn.sourceforge.net/viewvc/amsn/trunk/amsn/plugins/music/infoaudacious?r1=11684&r2=12184



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages amsn-data depends on:
ii  python2.6.5-13   interactive high-level object-orie
ii  tk8.5 8.5.8-1Tk toolkit for Tcl and X11, v8.5 -

amsn-data recommends no packages.

amsn-data suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-09-06 Thread Luís Picciochi Oliveira
Hi,

I just tested the status of the support for this card using the Debian
kernel packages. Here are the updated results:

-> Squeeze's kernel (2.6.32-5-686 / 2.6.32-21):
It still does not work, either with network-manager or without it.

-> Kernel at experimental (2.6.35-trunk-686 / 2.6.35-1~experimental.2):
It *is* working. If I use if/iwconfig (with n-m disabled/uninstalled), a
backtrace is still printed to the syslog, but the adapter seems to be
working.

The driver doesn't seem to be crashing when I plug in the device anymore.
The problems now only occur when I try to configure it.

Please see the attached logs for more details.

Best regards,
Pitxyoki

Kernel currently at the squeeze repositories (linux-image-2.6.32-5-686 / 
2.6.32-21):

Without network-manager:
1. Plugged in the device:
Sep  6 12:42:50 C-5 kernel: [  600.568024] usb 2-2: new full speed USB device 
using uhci_hcd and address 3
Sep  6 12:42:50 C-5 kernel: [  600.743785] usb 2-2: New USB device found, 
idVendor=13b1, idProduct=000e
Sep  6 12:42:50 C-5 kernel: [  600.743790] usb 2-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Sep  6 12:42:50 C-5 kernel: [  600.743794] usb 2-2: Product: Linksys Wireless-G 
USB Network Adapter with SpeedBooster
Sep  6 12:42:50 C-5 kernel: [  600.743797] usb 2-2: Manufacturer: Cisco-Linksys
Sep  6 12:42:50 C-5 kernel: [  600.743800] usb 2-2: SerialNumber: 
Sep  6 12:42:50 C-5 kernel: [  600.743927] usb 2-2: configuration #1 chosen 
from 1 choice
Sep  6 12:42:50 C-5 kernel: [  600.840076] usbcore: registered new interface 
driver cdc_ether
Sep  6 12:42:50 C-5 kernel: [  600.977837] usbcore: registered new interface 
driver rndis_host
Sep  6 12:42:50 C-5 kernel: [  601.031500] cfg80211: Using static regulatory 
domain info
Sep  6 12:42:50 C-5 kernel: [  601.031506] cfg80211: Regulatory domain: US
Sep  6 12:42:50 C-5 kernel: [  601.031509]  (start_freq - end_freq @ 
bandwidth), (max_antenna_gain, max_eirp)
Sep  6 12:42:50 C-5 kernel: [  601.031515]  (2402000 KHz - 2472000 KHz @ 
4 KHz), (600 mBi, 2700 mBm)
Sep  6 12:42:50 C-5 kernel: [  601.031520]  (517 KHz - 519 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Sep  6 12:42:50 C-5 kernel: [  601.031525]  (519 KHz - 521 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Sep  6 12:42:50 C-5 kernel: [  601.031536]  (521 KHz - 523 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Sep  6 12:42:50 C-5 kernel: [  601.031536]  (523 KHz - 533 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Sep  6 12:42:50 C-5 kernel: [  601.031538]  (5735000 KHz - 5835000 KHz @ 
4 KHz), (600 mBi, 3000 mBm)
Sep  6 12:42:50 C-5 kernel: [  601.031890] cfg80211: Calling CRDA for country: 
US
Sep  6 12:42:50 C-5 kernel: [  601.097776] usb%d: media disconnect
Sep  6 12:42:50 C-5 kernel: [  601.283712] wlan0: register 'rndis_wlan' at 
usb-:00:1d.1-2, Wireless RNDIS device, BCM4320a based, 00:12:17:a0:b9:7c
Sep  6 12:42:50 C-5 kernel: [  601.283742] usbcore: registered new interface 
driver rndis_wlan


2.
[13:09:20] C-5:~# iwconfig wlan0 essid MYESSID
[13:09:41] C-5:~# iwconfig wlan0 key XX
[13:09:44] C-5:~# dhclient wlan0

Sep  6 13:09:53 C-5 kernel: [  114.730225] ADDRCONF(NETDEV_UP): wlan0: link is 
not ready
Sep  6 13:09:53 C-5 kernel: [  114.731999] wlan0: couldn't set packet filter: 
000d
Sep  6 13:09:53 C-5 kernel: [  114.733999] wlan0: couldn't set packet filter: 
000d
Sep  6 13:09:53 C-5 kernel: [  114.735997] wlan0: setting infra mode failed 
(FFEA)
Sep  6 13:09:53 C-5 kernel: [  114.737998] wlan0: setting infra mode failed 
(FFEA)
Sep  6 13:09:53 C-5 kernel: [  114.738995] wlan0: setting SSID failed (FFEA)
Sep  6 13:09:53 C-5 kernel: [  114.741018] wlan0: couldn't set packet filter: 
000d
Sep  6 13:09:53 C-5 kernel: [  114.743002] wlan0: couldn't set packet filter: 
000d
Sep  6 13:09:54 C-5 dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Sep  6 13:10:00 C-5 dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Sep  6 13:10:07 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 7
Sep  6 13:10:14 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 15
Sep  6 13:10:29 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 9
Sep  6 13:10:38 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 11
Sep  6 13:10:49 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 11
Sep  6 13:11:00 C-5 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 
interval 8
Sep  6 13:11:08 C-5 dhclient: No DHCPOFFERS received.
Sep  6 13:11:08 C-5 dhclient: Trying recorded lease 192.168.2.115
Sep  6 13:11:08 C-5 kernel: [  189.560861] wlan0: couldn't set packet filter: 
000d
Sep  6 13:11:08 C-5 kernel: [  189.563076] wlan0: couldn't set packet filter: 
000d
Sep  6 13:11:11 C-5 dhclient: No working leases in persistent database - 
sleeping.
Sep  6 13:11:11 C-5 kernel: [  192.585036] wlan0: couldn't se

Bug#594797: synaptic: Quick search keyboard shortcuts

2010-08-29 Thread Luís Picciochi Oliveira
Package: synaptic
Version: 0.70~pre1
Severity: wishlist


The new "Quick search" functionality of synaptic is quite useful, but I find it
annoying to be forced to use a mouse to be able reach it.
It would be nice if keyboard shortcuts were associated with this functionality,
following a "standard" key combination such as Ctrl+F or Ctrl+K.

Best regards,
Luís Picciochi



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.9 0.7.25.3 Advanced front-end for dpkg
ii  apt-utils [libapt-inst- 0.7.25.3 APT utility programs
ii  hicolor-icon-theme  0.11-1   default fallback theme for FreeDes
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libept1 1.0.3High-level library for managing De
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libvte9 1:0.24.3-1   Terminal emulator widget for GTK+ 
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxapian15 1.0.20-2 Search engine library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages synaptic recommends:
ii  apt-xapian-index  0.38   maintenance tools for a Xapian ind
ii  gksu  2.0.2-3graphical frontend to su
ii  libgnome2-perl1.042-2Perl interface to the GNOME librar
ii  rarian-compat 0.8.1-5Documentation meta-data library (c
pn  software-properties-gtk(no description available)

Versions of packages synaptic suggests:
pn  deborphan  (no description available)
pn  dwww   (no description available)
ii  menu  2.1.43 generates programs menu for all me

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-07-30 Thread Luís Picciochi Oliveira
On Sat, Jul 17, 2010 at 4:05 PM, Ben Hutchings  wrote:
> On Sat, 2010-07-03 at 14:04 +0100, Ben Hutchings wrote:
>> On Thu, 2010-07-01 at 15:07 +0100, Luís Picciochi Oliveira wrote:
>> > Hi
>> > This patch seems to have fixed it. Here are the results of my testing:
> [...]
>> Right.  So I'll need to do something a bit smarter to cover all devices.
>
> Can you test the attached patch against the Debian package of 2.6.32?

Just tested this.
There was no crash but something is not right: the interface is
identified as "eth1" instead of the usual wlan0, and ifconfig says it
has "no wireless extensions".

I patched the kernel with both patches:
rndis_host-Poll-status-channel-before-control-channel and
rndis_host-Poll-status-and-control-channels-concurre.patch


I'm attaching the syslog corresponding to the moment I plugged in the device.


I'm sorry, but I will not be available until near September to further
test this.


Best regards,
Pitxyoki
Jul 30 09:15:30 C-5 kernel: [  862.704021] usb 2-2: new full speed USB device 
using uhci_hcd and address 5
Jul 30 09:15:30 C-5 kernel: [  862.879533] usb 2-2: New USB device found, 
idVendor=13b1, idProduct=000e
Jul 30 09:15:30 C-5 kernel: [  862.879538] usb 2-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Jul 30 09:15:30 C-5 kernel: [  862.879542] usb 2-2: Product: Linksys Wireless-G 
USB Network Adapter with SpeedBooster
Jul 30 09:15:30 C-5 kernel: [  862.879545] usb 2-2: Manufacturer: Cisco-Linksys
Jul 30 09:15:30 C-5 kernel: [  862.879548] usb 2-2: SerialNumber: 
Jul 30 09:15:30 C-5 kernel: [  862.879672] usb 2-2: configuration #1 chosen 
from 1 choice
Jul 30 09:15:30 C-5 kernel: [  862.915061] usbcore: registered new interface 
driver cdc_ether
Jul 30 09:15:30 C-5 kernel: [  863.103625] eth1: register 'rndis_host' at 
usb-:00:1d.1-2, RNDIS device, 00:12:17:a0:b9:7c
Jul 30 09:15:30 C-5 kernel: [  863.103776] usbcore: registered new interface 
driver rndis_host
Jul 30 09:15:30 C-5 kernel: [  863.125533] cfg80211: Using static regulatory 
domain info
Jul 30 09:15:30 C-5 kernel: [  863.125538] cfg80211: Regulatory domain: US
Jul 30 09:15:30 C-5 kernel: [  863.125541]  (start_freq - end_freq @ 
bandwidth), (max_antenna_gain, max_eirp)
Jul 30 09:15:30 C-5 kernel: [  863.125547]  (2402000 KHz - 2472000 KHz @ 
4 KHz), (600 mBi, 2700 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125553]  (517 KHz - 519 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125558]  (519 KHz - 521 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125563]  (521 KHz - 523 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125567]  (523 KHz - 533 KHz @ 
4 KHz), (600 mBi, 2300 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.125572]  (5735000 KHz - 5835000 KHz @ 
4 KHz), (600 mBi, 3000 mBm)
Jul 30 09:15:30 C-5 kernel: [  863.126078] cfg80211: Calling CRDA for country: 
US
Jul 30 09:15:30 C-5 kernel: [  863.134315] usbcore: registered new interface 
driver rndis_wlan


# ifconfig eth1
eth1  Link encap:Ethernet  HWaddr 00:12:17:a0:b9:7c  
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

# iwconfig eth1
eth1  no wireless extensions.



Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-07-01 Thread Luís Picciochi Oliveira
Hi
This patch seems to have fixed it. Here are the results of my testing:


kernel.org's 2.6.34:
=> with the usbnet-Set-parent-device-early-for-netdev_printk patch:
Seems to work without any problems


Debian's 2.6.34 from experimental:
=> with both patches:
  usbnet-Set-parent-device-early-for-netdev_printk
  rndis_host-Poll-status-channel-before-control-channel

The module is loaded without any apparent problems. I get this on the
syslog when I try to configure the device:

# ifconfig wlan0 up
Jun 30 16:09:00 C-5 kernel: [   79.184493] rndis_wlan 2-2:1.0: wlan0:
couldn't set packet filter: 000d

NetworkManager also makes that line appear on syslog and doesn't seem
to be able to configure it.


=> _only_ with usbnet-Set-parent-device-early-for-netdev_printk
(rndis_host-Poll-status... removed)
Seems to work without any problems.



The attachment has a more complete syslog with the moment I plugged
the device and NetworkManager tried to configure it.


Best regards,
Pitxyoki


On Tue, Jun 29, 2010 at 2:18 AM, Ben Hutchings  wrote:
(...)
>
> I think the attached patch will fix this.  Please test it.
>

#
kernel.org 2.6.34
#
> with usbnet-Set-parent-device-early-for-netdev_printk.patch:
Seems to work without any problems.



Debian's 2.6.34-1~experimental.2

with both:
-> usbnet-Set-parent-device-early-for-netdev_printk.patch
-> rndis_host-Poll-status-channel-before-control-channel.patch

Jun 30 16:08:59 C-5 kernel: [   78.264019] usb 2-2: new full speed USB device 
using uhci_hcd and address 3
Jun 30 16:08:59 C-5 kernel: [   78.443509] usb 2-2: New USB device found, 
idVendor=13b1, idProduct=000e
Jun 30 16:08:59 C-5 kernel: [   78.443516] usb 2-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Jun 30 16:08:59 C-5 kernel: [   78.443521] usb 2-2: Product: Linksys Wireless-G 
USB Network Adapter with SpeedBooster
Jun 30 16:08:59 C-5 kernel: [   78.443525] usb 2-2: Manufacturer: Cisco-Linksys
Jun 30 16:08:59 C-5 kernel: [   78.443529] usb 2-2: SerialNumber: 
Jun 30 16:09:00 C-5 kernel: [   78.515161] usbcore: registered new interface 
driver cdc_ether
Jun 30 16:09:00 C-5 kernel: [   78.655691] usbcore: registered new interface 
driver rndis_host
Jun 30 16:09:00 C-5 kernel: [   78.714723] cfg80211: Calling CRDA to update 
world regulatory domain
Jun 30 16:09:00 C-5 kernel: [   78.777501] rndis_wlan 2-2:1.0: (unregistered 
net_device): media disconnect
Jun 30 16:09:00 C-5 NetworkManager:   Found wlan radio killswitch rfkill0 
(at /sys/devices/pci:00/:00:1d.1/usb2/2-2/ieee80211/phy0/rfkill0) 
(driver )
Jun 30 16:09:00 C-5 kernel: [   78.967795] rndis_wlan 2-2:1.0: wlan0: register 
'rndis_wlan' at usb-:00:1d.1-2, Wireless RNDIS device, BCM4320a based, 
00:12:17:a0:b9:7c
Jun 30 16:09:00 C-5 kernel: [   78.967837] usbcore: registered new interface 
driver rndis_wlan
Jun 30 16:09:00 C-5 NetworkManager:SCPlugin-Ifupdown: devices added (path: 
/sys/devices/pci:00/:00:1d.1/usb2/2-2/2-2:1.0/net/wlan0, iface: wlan0)
Jun 30 16:09:00 C-5 NetworkManager:SCPlugin-Ifupdown: device added (path: 
/sys/devices/pci:00/:00:1d.1/usb2/2-2/2-2:1.0/net/wlan0, iface: wlan0): 
no ifupdown configuration found.
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): driver supports SSID scans 
(scan_capa 0x01).
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): new 802.11 WiFi device 
(driver: 'rndis_wlan')
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): exported as 
/org/freedesktop/NetworkManager/Devices/1
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): now managed
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): device state change: 1 -> 
2 (reason 2)
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): bringing up device.
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): preparing device.
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): deactivating device 
(reason: 2).
Jun 30 16:09:00 C-5 kernel: [   79.180877] ADDRCONF(NETDEV_UP): wlan0: link is 
not ready
Jun 30 16:09:00 C-5 kernel: [   79.184493] rndis_wlan 2-2:1.0: wlan0: couldn't 
set packet filter: 000d
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): supplicant interface 
state:  starting -> ready
Jun 30 16:09:00 C-5 NetworkManager:   (wlan0): device state change: 2 -> 
3 (reason 42)
Jun 30 16:09:00 C-5 wpa_supplicant[1451]: Failed to initiate AP scan.

# ifconfig wlan0 up
Jun 30 16:10:11 C-5 kernel: [  150.019724] rndis_wlan 2-2:1.0: wlan0: couldn't 
set packet filter: 000d


with:
-> usbnet-Set-parent-device-early-for-netdev_printk.patch
and without:
-> rndis_host-Poll-status-channel-before-control-channel.patch
Seems to work without any problems.






Bug#449128: gsfonts: Please improve hinting

2010-06-25 Thread Luís Picciochi Oliveira
This bug hasn't been present for a while.
I think it can be closed now.

Best regards,
Pitxyoki



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-06-23 Thread Luís Picciochi Oliveira
On Thu, Jun 24, 2010 at 2:27 AM, Ben Hutchings  wrote:
> Please can you confirm or correct the following summary of your results
> so far:
>
> Debian 2.6.32-15: fails to pass traffic

Correct.

> Debian 2.6.32-15 with patch reverted: good
I had no crashes since Monday (June 21st). So, apparently yes.
It used to take a while to crash: minutes to hours. But so far it hasn't failed.

> Debian 2.6.34-1~experimental.2: fails to pass traffic
> Debian 2.6.34-1~experimental.2 with patch reverted: driver crashes!

The driver crashes as soon as I plug the adapter with both versions.
Now that I compare them, the crash logs with and without the patch
seem to be exactly the same crash.

I just rebooted to test with a vanilla 2.6.34 kernel from kernel.org:
it also crashes with the same error. I'm attaching the log from that
kernel.

Regards,
Pitxyoki


rndis_wlan - vanilla 2.6.34
Description: Binary data


Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-06-23 Thread Luís Picciochi Oliveira
On Thu, Jun 24, 2010 at 1:44 AM, Ben Hutchings  wrote:
> On Mon, 2010-06-21 at 22:31 +0100, Luís Picciochi Oliveira wrote:
>
> Please do test that as soon as possible.  This change is included in
> release candidates for 2.6.35 and will need to be reverted there as well
> if it caused this regression.

Please see my previous answer on this bug report (I also sent it to
you, you should have received that on your mailbox as well).

I have also compiled the "vanilla" 2.6.34 kernel from kernel.org,
which I'll test tomorrow.
Should I also test the current 2.6.35 rc?

Best regards,
Pitxyoki



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#466328: usplash says "bogl_init failed: EXPLODE"

2010-06-23 Thread Luís Picciochi Oliveira
I also saw this problem.
I use the "GRUB_GFXMODE" option at /etc/default/grub and "set
gfxpayload=keep" at etc/grub/00_header to configure the boot
resolution. I don't have any extra lines at grub's kernel command.
Frank Neumann's solution resolved this issue for me. The splash screen
disappears quickly afterwards but that appears to be a different bug.

Regards,
Pitxyoki



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-06-23 Thread Luís Picciochi Oliveira
It doesn't seem to work on 2.6.34. See attachment.
I had no problems on 2.6.32-5 yet.

Regards,
Pitxyoki


rndis_wlan - 2.6.34-1 (without rndis_host patch)
Description: Binary data


Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-06-21 Thread Luís Picciochi Oliveira
Possibily you are right. :)
It seems to be working for 2.6.32. I'll compile 2.6.34 today or
tomorrow without the patch and see if it also works.

Thanks,
Pitxyoki


On Sun, Jun 20, 2010 at 11:29 PM, Ben Hutchings  wrote:
(...)
>
> Or possibly this bug fix is bad for that device:
>
> debian/patches/bugfix/all/rndis_host-Poll-status-channel-before-control-channel.patch
>
> Could you try reverting that in either of the Debian kernel packages?
>
> Ben.
>
> --
> Ben Hutchings
> Once a job is fouled up, anything done to improve it makes it worse.
>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-06-17 Thread Luís Picciochi Oliveira
As I told you I would, I tested WUSB54GS support on the kernels
shipped by Debian: 2.6.32 (2.6.32-15) from Squeeze and 2.6.34
(2.6.34-1~experimental.2) from sid. Unfortunately, none of them
worked. :(

I'm attaching the output at syslog with network-manager and with an
/etc/network/interfaces file (and no n-m installed).


Perhaps there's some patch missing that I didn't point out... I'm
sorry but I can't tell what can it be now.


I'm using the vanilla 2.6.33-rc1 kernel again, which works.



Regards,
Pitxyoki


rndis_wlan - 2.6.32-5 ifup
Description: Binary data


rndis_wlan - 2.6.32-5 n-m
Description: Binary data


rndis_wlan - ifup 2.6.34
Description: Binary data


rndis_wlan - n-m 2.6.34
Description: Binary data


Bug#585800: libopenmpi-dev: Version 1.4.2 is available

2010-06-13 Thread Luís Picciochi Oliveira
Package: libopenmpi-dev
Severity: wishlist

Hello,
OpenMPI version 1.4.2 is already available at open-mpi.org. It would
be nice if you could package it for Debian.

Thanks and kind regards,
Luís Picciochi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#498693: [Pkg-amule-devel] Bug#498693: amule-utils-gui: amulegui could allow changing skin

2010-06-08 Thread Luís Picciochi Oliveira
I got the source from [1] and modified the amule.install and
amule-common.install files at debian/. I also edited the description
for amule-common to tell that it now contains the skins and that one
might also want to install amule-utils-gui if you only want to use the
remote GUI.

I tested it by creating the packages on my machine and it seemed to
work fine. I hope I didn't do anything wrong, but if I did, feel free
to tell me.


Best regards,
Pitxyoki

1 - http://git.debian.org/?p=pkg-amule/amule.git;a=summary


On Tue, Jun 8, 2010 at 10:48 AM, Sandro Tosi  wrote:
> On Tue, Jun 8, 2010 at 11:37, Luís Picciochi Oliveira
>  wrote:
>> I wasn't quite complaining: just asking if there's something stopping
>> this from going forth. And if so, maybe I could try helping with that,
>> I see no reason for the bitterness.
>
> probably I read your reply tone wrong, probably your reply could have
> been written better.
>
>> I have no packaging experience and I don't understand what you mean
>> with "proposing a patch". The only change that I see as necessary is
>> to move the skin files from the amule package to the amule-common
>> package. But I can be wrong. What kind of patch would be needed for
>> that? Aren't patches necessary only when some source-code or
>> plain-text file needs to be changed?
>
> patches to a debian source package can either change upstream code or
> debian packaging, so the proposed patch can also change something in
> debian/ dir (where the packaging lives).
>
> Regards,
> --
> Sandro Tosi (aka morph, morpheus, matrixhasu)
> My website: http://matrixhasu.altervista.org/
> Me at Debian: http://wiki.debian.org/SandroTosi
>
diff -r a/amule/debian/amule-common.install b/amule/debian/amule-common.install
1a2
> usr/share/amule/skins
diff -r a/amule/debian/amule.install b/amule/debian/amule.install
2d1
< usr/share/amule/skins
diff -r a/amule/debian/control b/amule/debian/control
56,58c56,58
<  This package contains localization files and webserver templates for
<  aMule. You probably don't want to install this package alone, but amule
<  or amule-daemon instead.
---
>  This package contains localization files, webserver templates and GUI skins
>  for aMule. You probably don't want to install this package alone, but amule,
>  amule-daemon or amule-utils-gui instead.


Bug#498693: [Pkg-amule-devel] Bug#498693: amule-utils-gui: amulegui could allow changing skin

2010-06-08 Thread Luís Picciochi Oliveira
I wasn't quite complaining: just asking if there's something stopping
this from going forth. And if so, maybe I could try helping with that,
I see no reason for the bitterness.

I have no packaging experience and I don't understand what you mean
with "proposing a patch". The only change that I see as necessary is
to move the skin files from the amule package to the amule-common
package. But I can be wrong. What kind of patch would be needed for
that? Aren't patches necessary only when some source-code or
plain-text file needs to be changed?

Best regards,
Pitxyoki



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#498693: amule-utils-gui: amulegui could allow changing skin

2010-06-08 Thread Luís Picciochi Oliveira
Why didn't this bug receive any attention?
It doesn't seem too difficult to make the skins available on the
amule-common package. Is there anything missing for this to go ahead?

Thanks and regards,
Pitxyoki



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#581892: gtodo: "Failed to parse default value" warnings

2010-05-16 Thread Luís Picciochi Oliveira
Package: gtodo
Version: 0.16.0~rc2-1.1
Severity: normal


Recently the following output has been showing up on every
installation/upgrade that spawns a "Processing triggers for gconf2" message:

Processing triggers for gconf2 ...
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/view/
show-priority-column)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/do_notification)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/restore-size)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/restore-position)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/ask-delete-category)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/show-due-column)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/auto-purge)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/hide-done)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/hl-due)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/hl-today)
WARNING: Failed to parse default value `SANT' for schema
(/schemas/apps/gtodo/prefs/hl-indays)


Regards,
  Pitxyoki


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.33-rc1 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gtodo depends on:
ii  gconf2  2.28.1-3 GNOME configuration database
syste
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared
lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics
libra
ii  libgconf2-4 2.28.1-3 GNOME configuration database
syste
ii  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System
(runtime
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user
interface
ii  libpango1.0-0   1.28.0-1 Layout and rendering of
internatio
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  libxslt1.1  1.1.26-3 XSLT processing library -
runtime

gtodo recommends no packages.

Versions of packages gtodo suggests:
pn  gtodo-applet   (no description available)

-- no debconf information


Bug#578616: eclipse: plugins installed by user not working

2010-04-27 Thread Luís Picciochi Oliveira
I'm sorry, upgrading sat4j did solve this.
I had already checked if I had the latest version of sat4j and somehow
misread some version numbers.


Thanks for the fast input,
Pitxyoki


On Tue, Apr 27, 2010 at 6:11 PM, Niels Thykier  wrote:

> Luís Picciochi Oliveira wrote:
> > Hello,
> > I am still seeing this issue with today's eclipse version on the testing
> > repositories. I can install the plugins but they are not recognised.
> >
> > I am also getting this message when starting eclipse:
> > $ eclipse
> > org.osgi.framework.BundleException: The bundle could not be resolved.
> > Reason: Missing Constraint: Import-Package:
> > org.eclipse.equinox.internal.provisional.p2.director; version="0.0.0"
> >
> >
> > This is what I have:
> > ii  eclipse  3.5.2-2
> > Extensible Tool Platform and Java IDE
> > ii  eclipse-jdt  3.5.2-2+b1
> Eclipse
> > Java Development Tools (JDT)
> > ii  eclipse-pde  3.5.2-2+b1
> Eclipse
> > Plug-in Development Environment (PDE
> > ii  eclipse-platform 3.5.2-2+b1
> Eclipse
> > platform without plug-ins to develop
> > ii  eclipse-platform-data3.5.2-2
>  Eclipse
> > platform without plug-ins to develop
> > ii  eclipse-plugin-cvs   3.5.2-2+b1
> Eclipse
> > Team Integration (CVS support)
> > ii  eclipse-rcp  3.5.2-2+b1
> Eclipse
> > Rich Client Platform (RCP)
> >
> > ii  sat4j2.1.1-2
> > Efficient library of SAT solvers in Java
> >
>
> Hi
>
> Could you try with sat4j 2.1.1-3; it should be in testing by now.
>
> ~Niels
>
>


Bug#576293: eclipse: plugins installed by user not working

2010-04-27 Thread Luís Picciochi Oliveira
Hello,
I am still seeing this issue with today's eclipse version on the testing
repositories. I can install the plugins but they are not recognised.

I am also getting this message when starting eclipse:
$ eclipse
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Import-Package:
org.eclipse.equinox.internal.provisional.p2.director; version="0.0.0"


This is what I have:
ii  eclipse  3.5.2-2
Extensible Tool Platform and Java IDE
ii  eclipse-jdt  3.5.2-2+b1 Eclipse
Java Development Tools (JDT)
ii  eclipse-pde  3.5.2-2+b1 Eclipse
Plug-in Development Environment (PDE
ii  eclipse-platform 3.5.2-2+b1 Eclipse
platform without plug-ins to develop
ii  eclipse-platform-data3.5.2-2Eclipse
platform without plug-ins to develop
ii  eclipse-plugin-cvs   3.5.2-2+b1 Eclipse
Team Integration (CVS support)
ii  eclipse-rcp  3.5.2-2+b1 Eclipse
Rich Client Platform (RCP)

ii  sat4j2.1.1-2
Efficient library of SAT solvers in Java


Regards,
  Pitxyoki

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.5.2-2+b1 Eclipse Java Development Tools
(JD
ii  eclipse-pde   3.5.2-2+b1 Eclipse Plug-in Development
Enviro

eclipse recommends no packages.

eclipse suggests no packages.

-- no debconf information


Bug#498745: audacious: Audio output hangs

2010-04-12 Thread Luís Picciochi Oliveira
Hello,

I'm sorry but I'm reluctant to use the newer versions of audacious since
they don't have the scrobbler plugin.
I've been using 2.3-alpha1 pulled from hg on the 22nd of January and I have
not experienced as many lockups as I used to. Anyway, I can tell that it
happened at least once with this version [1], though it was apparently
related to the scrobbler.

I know that a lot of things changed since the alpha versions until the
release of 2.3, but I prefer to use a buggy version with a scrobbler than a
more stable version without it.

If nobody steps up to do it, I might try to scribble a scrobbler :) plugin,
but that won't be before July or even August. Until then I'll stay with this
version.




Regards,
Pitxyoki

1 -
http://jira.atheme.org/browse/AUD-113?focusedCommentId=11382&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_11382


On Mon, Apr 12, 2010 at 2:22 PM, John Lindgren wrote:

> Hi Luís,
>
> Do you still see this problem with 2.3?  I've tried to make the code
> more straightforward, so that short of a lockup in ALSA itself (which I
> have unfortunately seen now and then) this will not happen any more.
>
> Peace,
> John Lindgren
>
>


Bug#509162: xserver-xorg-video-intel: [mi] EQ overflowing. The server is probably stuck in an infinite loop

2010-04-10 Thread Luís Picciochi Oliveira
Hello,

Yes, this was happening at a time when the intel driver was giving me many
problems -- I see that you are closing other related bugs that I was
watching because I also experienced those at the same time.

You may close this one too as I've been having much more success with spider
solitaire recently. :-)

Thanks for your attention,
Pitxyoki

On Sat, Apr 10, 2010 at 5:44 PM, Julien Cristau  wrote:

> tag 509162 moreinfo
> kthxbye
>
> Hi Luis,
>
> A while back you reported the following bug against the intel X driver
> in Debian.  I'm sorry to reply so late, but I'd like to know if you
> still have these issues with a more recent version of the driver?
>
> On Fri, Dec 19, 2008 at 00:31:35 +, Luís Picciochi Oliveira wrote:
>
> > This happened to me for the third time now. I only had Iceweasel, XChat
> > and OpenOffice Writer open and was playing spider solitaire.
> >
> > When dragging a card the X server froze. The keyboard stopped responding
> > (even the caps, num and scroll lock keys didn't turn their leds on) and
> > only with a cold reboot I could get out of that. The mouse pointer was
> > moving, but X didn't respond to any mouse clicks.
> > The crashes that happened before all succeeded while dragging a card on
> > AisleRiot Solitaire (provided by gnome-games).
> > I had already dragged some cards and the game was going pretty well,
> > which added to the frustration.
> >
> Thanks for your report,
> Julien
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iQIcBAEBCAAGBQJLwKrdAAoJEDEBgAUJBeQMpRsP/3AZ+mZWnkmzR42kHrobclrt
> siDklEDbiJ4SJAYYOPX3QOzk/2WjIQ5zLhG1O5i8iFUiH8P88qqCoS8ql2gmT9e4
> XMy+0dNH8xF3xuHneAqqnUDTe17p8MBR810K0ySbo+c3o9ytOOTsfxlxaTpj4TI9
> 5fd5WEhEpUk9cWzLXsvRuzuUnKrl9PH5Y5z7MsTO6d4VtUbySKPZVwJXI0eZ/HDU
> CMPkn/EpOlJEO3bTQPoo9FvCk0cC5EOkJnmXCiSd9DTwULO1nYpFF/x9Ta0tVlsN
> v89cdJzSiclMQBd/f0fZKZ3igu+sKrjTEX9cIpv/d9GIBCIehqrI9UmoN+FPZE26
> bXRAp7Nmc1jYKSMZPc/vPQ8rHjU0eX5oU4QCNmPjG/x4NKWrewfjDdEMhJExwT7r
> IeaG5A8LqEF1gBOS7sQXOnhTEbl8HREcyC8QldVyLUwF7QuZvFb5S26TaQiWStz7
> ba33ZHQbffxiOjGjnOebx0zLwoUj14NSNiimt5Dn54IU73GSthqvfpEDosVIfV/S
> YpYsgofOxTwPY5Wbzkt8/d7Vp4pqQW2aOwPfNETXgqf5vIreg3h1cYuzCgjHUu4z
> jp5I83pY57IEvnfy5yY+NU81t/x49/DHgM+qdFkAcRW5fE39aCzsAZCnmWUTxHqR
> qkvXBVtJr2Sb5/2jDwBK
> =qUwe
> -END PGP SIGNATURE-
>
>


Bug#575137: /usr/bin/aptitude missing

2010-03-26 Thread Luís Picciochi Oliveira
Hello,
I just upgraded my system and did *not* see that behaviour.

I use the testing repositories and today's upgrade installed 0.6.1.5-3,
replacing 0.4.11.11-1+b2. /usr/bin/aptitude exists and points to
/etc/alternatives/aptitude, which in turn points to
/usr/bin/aptitude-curses.

Regards,
Pitxyoki


Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-02-17 Thread Luís Picciochi Oliveira
Hello,

On Wed, Feb 17, 2010 at 10:43 AM, maximilian attems  wrote:
>
> please be specific which commits (sha1sums) are needed, the more info you give
> us the quicker we can backport those or feed upstream stable.
>
> thanks for giving feedback.
>

The relevant patches were the ones resulting from bug #12794 at the
kernel.org buzilla [1]. This resulted in three commits to the mainline
kernel: [2,3,4].

Regards,
Pitxyoki

[1] http://bugzilla.kernel.org/show_bug.cgi?id=12794
[2] 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=634a555ce3ee5ea1fdcaee8b4ac9ce7b54f301ac
[3] 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c1f8ca1d837148bf061d6ffa2038366e3cf0e4d7
[4] 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=77593ae28c4c134eaf28ef34ecac3cd4464ecd6e



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/99598f621002170721n40ca9d6ag450d0e6c906ec...@mail.gmail.com



Bug#520468: ndiswrapper-source: ndiswrapper does not show device with kernel > 2.6.26

2010-02-06 Thread Luís Picciochi Oliveira
Hello,
I just tested ndiswrapper 1.55. It is still giving the same output as
before.

However, I have been using linux kernel 2.6.33-rc1 because this card is now
supported and works well on it. So, I don't need ndiswrapper anymore.
Notice that with 2.6.32 (currently at the testing repositories) this card is
detected by the kernel but there are some problems with the module that were
only resolved with 2.6.33, so people using it might still need to resort to
ndiswrapper.

Regards,
Pitxyoki


Bug#520468: ndiswrapper-source: ndiswrapper does not show device with kernel > 2.6.26

2010-02-01 Thread Luís Picciochi Oliveira
Added to my todo list. Expect news somewhere between this and next week. : )

Regards,
Luís Picciochi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#498745: audacious: audio output hangs

2009-12-25 Thread Luís Picciochi Oliveira
Hi,

Here it is again. I'm using a development version of audacious now, so I
reported it upstream: http://jira.atheme.org/browse/AUD-113
I'm also attaching the backtrace here, just in case...

Have a merry Christmas. :-)


Regards,
Pitxyoki
(gdb) thread apply all bt full

Thread 6 (Thread 0xb66a3b70 (LWP 5759)):
#0  0xb772c424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6ebc12a in do_sigwait () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb6ebc1cf in sigwait () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#3  0x08062ab4 in signal_thread (data=0x0) at signals.c:73
signal = 153091936
#4  0xb76a917f in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#5  0xb6eb4585 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#6  0xb6e252be in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 5 (Thread 0xb53c4b70 (LWP 5760)):
#0  0xb772c424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6eb83d2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb764106d in ?? () from /usr/lib/libgthread-2.0.so.0
---Type  to continue, or q  to quit---
No symbol table info available.
#3  0xb5a1abec in xs_thread (data=0x0) at plugin.c:295
tuple = 
sleeptime = {tv_sec = 1261762708, tv_usec = 339324}
run = 1
#4  0xb76a917f in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#5  0xb6eb4585 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#6  0xb6e252be in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 4 (Thread 0xb4bc3b70 (LWP 5761)):
#0  0xb772c424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6eb83d2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb764106d in ?? () from /usr/lib/libgthread-2.0.so.0
No symbol table info available.
#3  0xb5a1a975 in hs_thread (data=0x0) at plugin.c:340
run = 
sleeptime = {tv_sec = 1261762717, tv_usec = 498641}
#4  0xb76a917f in ?? () from /lib/libglib-2.0.so.0
---Type  to continue, or q  to quit---
No symbol table info available.
#5  0xb6eb4585 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#6  0xb6e252be in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 3 (Thread 0xb365bb70 (LWP 5762)):
#0  0xb772c424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6eb80a5 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0x0805e0ca in scanner (unused=0x0) at playlist-new.c:538
No locals.
#3  0xb76a917f in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#4  0xb6eb4585 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#5  0xb6e252be in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 2 (Thread 0xb2b44b70 (LWP 8911)):
#0  0xb772c424 in __kernel_vsyscall ()
No symbol table info available.
---Type  to continue, or q  to quit---
#1  0xb6eb80a5 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb3d45316 in alsa_write_audio (data=0x9537978, length=1692) at alsa.c:463
writable = 2916
#3  0x08059e2f in output_pass_audio (playback=0x93a7af0, fmt=FMT_FLOAT, 
channels=2, size=9216, data=0x9537978, going=0x0) at output.c:577
ready = 2304
samples = 2304
allocated = 0x9537978
time = 313
#4  0xb2cfe92c in write_output (arg=0xb2d028a0) at decoder.c:56
channels = 2
end = 0x9557788
channel = 2
#5  decode_loop (arg=0xb2d028a0) at decoder.c:379
skip = 
current = 
iteration = 13
paused = 0
stream = {buffer = 0x951a6a0 "ID3\004", bufend = 0x951b6a0 "", skiplen 
= 0, sync = 1, freerate = 0, 
  this_frame = 0x951b0b9 "\377\373\020d\377\217", , next_frame = 0x951b121 "\377\373\020d\377\201\020", ptr = {
byte = 0x951b0dd "UU\t\267\063\266\353\254h\244{ǖ\214Γ- 
\360\261`\251U", cache = 0, left = 8}, anc_ptr = {byte = 0x9440600 "", cache = 
76, left = 8}, 
  anc_bitlen = 544, main_data = 0x9440600, md_len = 511, options = 1, 
error = MAD_ERROR_LOSTSYNC}
frame = {header = {layer = MAD_LAYER_III, mode = MAD_MODE_JOINT_STEREO, 
mode_extension = 2, emphasis = MAD_EMPHASIS_NONE, bitrate = 32000, samplerate = 
44100, 
---Type  to continue, or q  to quit---
crc_check = 0, crc_target = 0, flags = 579, private_bits = 0, 
duration = {seconds = 0, fraction = 9216000}}, options = 1, sbsample = {{{
0 } }, {{0 } }}, overlap = 0x9557e28}
synth = {filter = {0, 0, 0, 0, 0, 0, 0, 0} }, 
{{0, 0, 0, 0, 0, 0, 0, 0} }}, {{{0, 0, 0, 0, 0, 0, 0, 0} 
}, {{

Bug#561683: gedit-latex-plugin: Different order for keyboard shortcuts

2009-12-22 Thread Luís Picciochi Oliveira
I just noticed that the order of those shortcuts can be configured on the
gedit plugin menu. I don't remember ever having touched that, but maybe this
resulted from some residual config generated by an old version of
gedit-latex. After removing the ~/.gnome2/gedit/plugins/GeditLaTeXPlugin/
directory, I can have a consistent configuration on both computers.

Anyway, I noticed that when trying to reorder the commands, the
configuration menu doesn't behave very well. Sometimes the commands don't
react to clicking on "Up" and "Down". Other times, multiple commands are
reordered when only one was selected... Maybe this strange reordering
behaviour was related with the first bug reported here (?)...

Regards,
Pitxyoki


Bug#561683: gedit-latex-plugin: Different order for keyboard shortcuts

2009-12-19 Thread Luís Picciochi Oliveira
Package: gedit-latex-plugin
Version: 0.2rc3-2
Severity: normal

Hi,

On one computer, the keyboard shortcuts introduced by gedit-latex-plugin is:
Ctrl+Alt+1: Latex -> PDF (Embedded Preview)
Ctrl+Alt+2: Latex -> PDF
(...)

On another computer, this is what shows up:
Ctrl+Alt+1: Latex -> PDF
Ctrl+Alt+2: Latex -> PDF (Embedded Preview)
(...)

Both have the same version of this package and are running a similar setup of 
Debian testing. Why doesn't the plugin assign the same shortcuts for the same 
actions? I think it would make sense to have all installations use the same 
setup for the shortcuts.

Regards,
Pitxyoki


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.33-rc1 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gedit-latex-plugin depends on:
ii  gedit 2.28.2-1   official text editor of the GNOME 
ii  python2.5.4-2An interactive high-level object-o
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-multiprocessing2.6.2.1-2  process-based "threading" interfac
ii  python-poppler0.12.1-1   Poppler Python bindings
ii  python-support1.0.4  automated rebuilding support for P
ii  rubber1.1-2.2an automated system for building L

Versions of packages gedit-latex-plugin recommends:
pn  python-enchant (no description available)
ii  texlive2007.dfsg.2-4 TeX Live: A decent selection of th

gedit-latex-plugin suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548098: /etc/init.d/usplash: please consider kbd

2009-12-01 Thread Luís Picciochi Oliveira
Package: usplash
Version: usplash
Severity: normal

Hi,
As reported on bug #548837, usplash seems to be resetting the screen font and 
keyboard configuration to something different from what console-setup set 
previously.

>From /usr/share/doc/console-setup/FAQ.gz :

1.6) I can not use my boot splash screen program or SVGATextMode!

   Some programs that change the state of the console are must reload
   the console font.  If this happens after the execution of the boot
   script of console-setup, then the font of the console-setup will be
   overwritten.  Add a new boot script that simply executes 'setupcon'
   (with no parameters) after these programs load their own font.


I think it would be nice if usplash would take this into account.



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages usplash depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  initramfs-tools   0.93.4 tools for generating an initramfs
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libusplash0   0.5.19-3   userspace bootsplash library
ii  usplash-theme-debian [usplash 5  Debian usplash theme

usplash recommends no packages.

usplash suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#559036: console-setup: Typo on new FAQ answer

2009-12-01 Thread Luís Picciochi Oliveira
Package: console-setup
Version: 1.49
Severity: minor

Reading the new FAQ question,
---
1.6) I can not use my boot splash screen program or SVGATextMode!

   Some programs that change the state of the console __are must reload__
   the console font.
---

There seems to be an 'are' that shouldn't be there.

Regards,
Pitxyoki


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-rc7 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages console-setup depends on:
ii  console-terminus  4.28-2 Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  keyboard-configuration1.49   system-wide keyboard preferences
ii  xkb-data  1.6-1  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
pn  kbd | console-tools(no description available)

Versions of packages console-setup suggests:
ii  locales   2.10.1-7   GNU C Library: National Language (
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548837: closed by Anton Zinoviev (Bug#548837: fixed in console-setup 1.47)

2009-11-28 Thread Luís Picciochi Oliveira
On Sat, Nov 28, 2009 at 7:22 PM, Anton Zinoviev  wrote:

>
> Maybe the selected layout doesn't support these symbols? Please send the
> contents of /etc/default/keyboard and /etc/default/console-setup.
>
>
I found that the problem must be coming from usplash. The console font seems
to be well set during boot, but near the end of the boot process the font
appears to be reset. After removing usplash this does not happen anymore and
the keyboard is well configured.

In any case (with or without usplash): I noticed that at a tty's login
prompt (and only there), once I type an accented character (á, é, ...), a
'ç', an 'º' or an 'ª' (among others), I can't use the backspace key anymore.
Instead, three lozengues are shown for each time I press the backspace key.
If logging in fails, the backspace key will be usable on the following login
retries regardless of the characters typed. After a successful login,
everything seems to be working well. This is probably not related to
console-setup, but in that case I really don't know to which package I
should report it. Even if this is related with console-setup, it's very
likely that this should be reported as a new bug (?).



> (...)
>
> This bug is already reported (#377426).  It is not related to
> console-setup.
>

Thanks for pointing that out.


Thanks and regards,
Pitxyoki


Bug#548837: closed by Anton Zinoviev (Bug#548837: fixed in console-setup 1.47)

2009-11-28 Thread Luís Picciochi Oliveira
On Mon, Nov 16, 2009 at 9:42 PM, Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> (...)
>
> -- Forwarded message --
> From: Anton Zinoviev 
> To: 548837-cl...@bugs.debian.org
> Date: Mon, 16 Nov 2009 21:40:10 +
> Subject: Bug#548837: fixed in console-setup 1.47
> Source: console-setup
> Source-Version: 1.47
>
> We believe that the bug you reported is fixed in the latest version of
> console-setup, which is due to be installed in the Debian FTP archive:
>
>
This is not fixed as of console-setup 1.49.

After doing "dpkg-reconfigure console-setup" and just going forward with the
options (not changing anything), the keyboard is well recognized. However,
after rebooting some characters are again not recognized (such as 'ç', º or
ª).

Also, under the ttys and X, the euro (€) and dollar ($) signs that are
present above the arrow keys are still not recognized and still produce the
same effect on /var/log/Xorg.0.log that I reported earlier.

Regards,
Pitxyoki


Bug#557519: Please add a menu entry for deluge-gtk

2009-11-22 Thread Luís Picciochi Oliveira
Package: deluge-gtk
Version: 1.2.0~rc3-4
Severity: normal

deluge-gtk doesn't currently provide a .desktop file. Please include one.

Thanks and regards,
Pitxyoki


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-rc7 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages deluge-gtk depends on:
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  deluge-common 1.2.0~rc3-4bittorrent client written in Pytho
ii  librsvg2-common   2.26.0-1   SAX-based renderer library for SVG
ii  notification-daemon   0.4.0-2a daemon that displays passive pop
ii  python2.5.4-2An interactive high-level object-o
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-notify 0.1.1-2+b1 Python bindings for libnotify
ii  python-pygame 1.8.1release-1 SDL bindings for games development
ii  python-support1.0.4  automated rebuilding support for P
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from

deluge-gtk recommends no packages.

deluge-gtk suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#557264: gnome-mount: does not mount CDs anymore

2009-11-20 Thread Luís Picciochi Oliveira
Package: gnome-mount
Version: 0.8-2
Severity: normal

Hi,
gnome-mount doesn't seem to be able to mount CDs anymore. When trying to mount 
a data CD from nautilus, I get a popup window saying:
"Unable to mount location"
"Can't mount file"

This is the output I get when using gnome-mount from the command line:
$ gnome-mount --verbose -b -d /dev/sr0 
gnome-mount 0.8
** Message: Drive /dev/sr0 does not contain media.

Mounting the same CD with mount works:
$ mount -v /dev/sr0 
/dev/sr0 on /media/cdrom0 type iso9660 (rw,noexec,nosuid,nodev,user=luis)

Regards,
Pitxyoki


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-mount depends on:
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  hal 0.5.13-5 Hardware Abstraction Layer
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.10.1-7 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1- 0.82-2   simple interprocess messaging syst
ii  libfontconfig1  2.6.0-4  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libgnome-keyrin 2.28.1-1 GNOME keyring services library
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libhal-storage1 0.5.13-4 Hardware Abstraction Layer - share
ii  libhal1 0.5.13-4 Hardware Abstraction Layer - share
ii  libnautilus-ext 2.26.3-1 libraries for nautilus components 
ii  libnotify1 [lib 0.4.5-1  sends desktop notifications to a n
ii  libpango1.0-0   1.26.0-1 Layout and rendering of internatio
ii  libxml2 2.7.6.dfsg-1 GNOME XML library

gnome-mount recommends no packages.

Versions of packages gnome-mount suggests:
pn  cryptsetup (no description available)
ii  ntfs-3g 1:2009.4.4-1 read-write NTFS driver for FUSE

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#498745: audacious: audio output hangs

2009-11-19 Thread Luís Picciochi Oliveira
Hi,
I haven't been using audacious very much recently, mostly due to problems
with network adapter drivers on the machine where this problem happens.
I've been using a compiled version of audacious 2.2 that you sent me. I
think that with it I haven't had any problems related with this but I can't
really tell if it is gone or not, as I haven't been using it that much.
If you want you can close this bug. If this happens again I'll try to get
the backtrace and send it to you.

Thanks,
Pitxyoki


Bug#530249: amule-daemon: Should recommend unzip

2009-10-29 Thread Luís Picciochi Oliveira
On Sat, May 23, 2009 at 11:29 AM, Adeodato Simó  wrote:

>
> I've committed the change in my Git repository and will be included in
> the next upload. Sadly, your mail didn't arrive on time for this morning's
> 2.2.5-1 upload, so it may be a while until I upload amule again.
>
> Thanks!
>
>
Hi,
Did you forget this? I can't see any amule packages recommending unzip yet.
:(

Regards,
Luís Picicochi


Bug#535463: Underlining for shortcut letters appears before (still present at least on one situation)

2009-10-20 Thread Luís Picciochi Oliveira
2009/10/19 Josselin Mouette 

>
> This is probably a bug in XChat itself; it is missing a _with_mnemonic
> somewhere.
>
>
 Yep. Sorry, I should have checked the XChat BTS before:
http://bugs.debian.org/538733

Regards,
Luís Picciochi


Bug#449128: gsfonts: Please improve hinting

2009-10-20 Thread Luís Picciochi Oliveira
Hello,
I too have been recently looking for how to solve this. I found a possible
workaround by adding a 70-no-nimbus.conf file to conf.avail and linking to
it at conf.d. I found this at
http://staticfree.info/projects/debian/ugly-fonts/ .

Maybe this file could be provided with the package, but I'd rather if the
package also created the link at conf.d to the file by default as the Nimbus
Sans are quite ugly when rendered on a screen.

Regards,
Pitxyoki


Bug#550183: Breaks Default button in some eclipse dialogs (and rcp apps)

2009-10-18 Thread Luís Picciochi Oliveira
Package: libgtk2.0-0
Version: 2.18.2-1
Severity: normal

I can also confirm the exact same problem as Andreas described is present on my 
machine.
I can't test downgrading libgtk2.0-0 right now though, as it would remove some 
packages I need to use currently.

Regards,
Luís Picciochi


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libcups2   1.4.1-4   Common UNIX Printing System(tm) - 
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.22.0-1  The GLib library of C routines
ii  libgnutls262.8.4-1   the GNU TLS library - runtime libr
ii  libgssapi-krb5-2   1.7dfsg~beta3-1   MIT Kerberos runtime libraries - k
ii  libgtk2.0-common   2.18.2-1  Common files for the GTK+ graphica
ii  libjasper1 1.900.1-6 The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libpng12-0 1.2.40-1  PNG library - runtime
ii  libtiff4   3.9.1-1   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxcomposite1 1:0.4.0-4 X11 Composite extension library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxdamage11:1.1.1-4 X11 damaged region extension libra
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.2.1-2 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.3.0-2 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  shared-mime-info   0.60-2FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages libgtk2.0-0 recommends:
ii  hicolor-icon-theme0.10-2 default fallback theme for FreeDes
ii  libgtk2.0-bin 2.18.2-1   The programs for the GTK+ graphica

Versions of packages libgtk2.0-0 suggests:
ii  gvfs  1.4.0-1userspace virtual filesystem - ser
ii  librsvg2-common   2.26.0-1   SAX-based renderer library for SVG

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520468: ndiswrapper-source: ndiswrapper does not show device with kernel > 2.6.26

2009-10-03 Thread Luís Picciochi Oliveira
I'm currently using linux 2.6.31 and the the debian packaged ndiswrapper
(1.54) is still presenting the same behaviour as reported on my previous
message to this bug.
I haven't yet tested ndiswrapper 1.55 from upstream, though.

Regards,
Luís Picciochi


Bug#549437: gtodo: Could allow selecting categories to show on tooltip

2009-10-03 Thread Luís Picciochi Oliveira
Package: gtodo
Version: 0.16.0~rc2-1.1
Severity: wishlist

Hi,
A useful feature that I feel is missing is to have some option to tell gtodo to 
only show items on a given category on it's tray icon tooltip. Perhaps 
right-clicking the icon and selecting the categories to show as a "checklist" 
or as a setting on the Preferences menus.

Thanks and regards,
Pitxyoki


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gtodo depends on:
ii  gconf2  2.26.2-3 GNOME configuration database syste
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libgconf2-4 2.26.2-3 GNOME configuration database syste
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libgnomevfs2-0  1:2.24.1-4   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.16.6-1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.24.5-1 Layout and rendering of internatio
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.5.dfsg-1 GNOME XML library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 

gtodo recommends no packages.

Versions of packages gtodo suggests:
pn  gtodo-applet   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548837: installation-reports: Acer Extensa 5630G-644G32Mn

2009-09-28 Thread Luís Picciochi Oliveira
Package: installation-reports
Severity: normal



-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-CD-1.iso
 - at sources.list the CD is identified as: "deb cdrom:[Debian GNU/Linux 
testing _Squeeze_ - Official Snapshot amd64 CD Binary-1 20090921-07:44]/ 
squeeze main" .
Date: 26/Sep/2009

Machine: Acer Extensa 5630G-644G32Mn
Partitions:

# df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda5 ext414413312   2597160  11083992  19% /
tmpfstmpfs 2029888 0   2029888   0% /lib/init/rw
udev tmpfs   10240   188 10052   2% /dev
tmpfstmpfs 2029888 0   2029888   0% /dev/shm
/dev/sda7 ext432684968405652  30619000   2% /home

# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x23ef46ec

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   112751024   27  Unknown
/dev/sda2   *1275   20096   1511731207  HPFS/NTFS
/dev/sda3   20096   26623524288007  HPFS/NTFS
/dev/sda4   26624   3270248829567+   5  Extended
/dev/sda5   26624   2844614643216   83  Linux
/dev/sda6   28447   28568  979933+  82  Linux swap / Solaris
/dev/sda7   28569   3270233206323+  83  Linux



Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:
The install went surprinsingly well. I didn't expect to have so many things
working out-of-the-box and without any effort.
There is currently only one issue with the keyboard: I have two keys over the
arrow keys: an euro sign (€) one and a dollar sign ($) one. I can't use them
either in a tty or under X. When I press them I see the following on
/var/log/Xorg.0.log:
(WW) AT Translated Set 2 keyboard: unable to handle keycode 435
(WW) AT Translated Set 2 keyboard: unable to handle keycode 434

Besides, using console-setup configured for my keyboard layout, it keeps 
using a wrong layout on the ttys. The setupcon command seems to not be doing
anything. Maybe this is related to the console-setup package, I'm not sure.
Also, some multimedia keys do not work out-of-the-box. If you want, I may try
to elaborate on this later, I just haven't tested them exhaustively.

I also posted some information about this laptop on the debian.org wiki:
http://wiki.debian.org/InstallingDebianOn/Acer/Extensa%205630G

Regards,
Pitxyoki

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20090921-00:00"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux C-9 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series 
Chipset Memory Controller Hub [8086:2a40] (rev 07)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:013c]
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series 
Chipset PCI Express Graphics Port [8086:2a41] (rev 07)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #4 [8086:2937] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:013c]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #5 [8086:2938] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:013c]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #6 [8086:2939] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:013c]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB

Bug#459765: audacious: roll up does not behave as it should

2009-09-13 Thread Luís Picciochi Oliveira
On Sat, Aug 8, 2009 at 12:16 AM, John Lindgren wrote:

> fixed 459765 2.0.1-1
> thanks
>
> I believe you reported this problem upstream, and I fixed it to your
> satisfaction before 2.0 was released?
>
> http://redmine.atheme.org/issues/show/37
> http://hg.atheme.org/audacious-plugins/rev/d667342810fa
>
>
It seems to be working well now.

Unfortunately, the playlist and main window's positions still seem to go to
weird places when I click the tray icon to hide and show them again. I
haven't tested this under other WMs than metacity, so I can't tell if this
is related to bug #526717 or not.

Regards,
Pitxyoki


Bug#498745: audacious: audio output hangs

2009-09-13 Thread Luís Picciochi Oliveira
2009/8/6 John Lindgren 

> And Luís? Simon? Do you still have problems?
>
>
I've been using audacious 2.1-1+b1 on linux 2.6.31-rc9 and I haven't had any
problems yet (I've only been using it again since yesterday).

So I went back in time for a while and tried audacious 2.1 under the 2.6.26
kernel... After about 2 minutes of playing, it suddenly hang, but this time
not only the audio, but also the whole interface and I could do nothing
about it unless I killed it.

Also, under 2.6.26, the whole desktop seemed a lot less irresponsive and
kind of "jumpy", as if something was occupying the CPU (even if there wasn't
anything special running). I don't remember feeling this when I used it
regularly, maybe I just got used to the most recent kernels so only now I
could feel a difference (even sill, it felt "weird").

I'm attaching the gdb output I grabbed after one of the audacious freezes on
2.6.26.

Regards,
Pitxyoki
[11:23:39] l...@c-5:~$ gdb audacious2 
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
...
(gdb) start
Temporary breakpoint 2 at 0x805acc4: file main.c, line 474.
Starting program: /usr/bin/audacious2 
[Thread debugging using libthread_db enabled]

Temporary breakpoint 2, main (argc=135115208, argv=0xb7fff670) at main.c:474
474 in main.c
(gdb) c
Continuing.
[New Thread 0xb6e73b90 (LWP 6101)]
[New Thread 0xb2313b90 (LWP 6104)]
[New Thread 0xb1b12b90 (LWP 6105)]

** (audacious2:6099): WARNING **: Could not open 
file:///home/luis/.adplug/adplug.db for reading or writing: Error opening file: 
No such file or directory
[New Thread 0xb059db90 (LWP 6106)]
[New Thread 0xaf99cb90 (LWP 6107)]

(audacious2:6099): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: 
assertion `atom != GDK_NONE' failed

(audacious2:6099): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: 
assertion `atom != GDK_NONE' failed

(audacious2:6099): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: 
assertion `atom != GDK_NONE' failed

(audacious2:6099): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: 
assertion `atom != GDK_NONE' failed
[New Thread 0xaefdab90 (LWP 6136)]
[New Thread 0xae7d9b90 (LWP 6137)]
madplug: lost synchronization.
madplug: lost synchronization.
madplug: lost synchronization.
##NOTE BY PITXYOKI: Those 3 lines by madplug appeared when the file 
started playing. About 2 minutes later, audacious hang and I pressed 
Ctrl+Z##
^Z
Program received signal SIGTSTP, Stopped (user).
[Switching to Thread 0xb6e73b90 (LWP 6101)]
0xb7fe1424 in __kernel_vsyscall ()
(gdb) t 1
[Switching to thread 1 (Thread 0xb719b750 (LWP 6099))]#0  0xb7fe1424 in 
__kernel_vsyscall ()
(gdb) bt
#0  0xb7fe1424 in __kernel_vsyscall ()
#1  0xb75a0467 in poll () from /lib/i686/cmov/libc.so.6
#2  0xb7dd4c8b in g_poll () from /usr/lib/libglib-2.0.so.0
#3  0xb7dc78e5 in ?? () from /usr/lib/libglib-2.0.so.0
#4  0xb7dc7eda in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#5  0xb7afcdb9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#6  0xb27b8494 in skins_init () at plugin.c:114
#7  0x0805b422 in main (argc=Cannot access memory at address 0xfdfc
) at main.c:603
(gdb) t 2
[Switching to thread 2 (Thread 0xb6e73b90 (LWP 6101))]#0  0xb7fe1424 in 
__kernel_vsyscall ()
(gdb) bt
#0  0xb7fe1424 in __kernel_vsyscall ()
#1  0xb7644f3b in read () from /lib/i686/cmov/libpthread.so.0
#2  0x08065c8e in signal_process_signals (data=0x0) at signals.c:190
#3  0xb7dee6bf in ?? () from /usr/lib/libglib-2.0.so.0
#4  0xb763e4b5 in start_thread () from /lib/i686/cmov/libpthread.so.0
#5  0xb75aaa5e in clone () from /lib/i686/cmov/libc.so.6
(gdb) t 3
[Switching to thread 3 (Thread 0xb2313b90 (LWP 6104))]#0  0xb7fe1424 in 
__kernel_vsyscall ()
(gdb) bt
#0  0xb7fe1424 in __kernel_vsyscall ()
#1  0xb7642292 in pthread_cond_timedwait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
#2  0xb7d8806d in ?? () from /usr/lib/libgthread-2.0.so.0
#3  0xb2b03a0c in xs_thread (data=0x0) at plugin.c:291
#4  0xb7dee6bf in ?? () from /usr/lib/libglib-2.0.so.0
#5  0xb763e4b5 in start_thread () from /lib/i686/cmov/libpthread.so.0
#6  0xb75aaa5e in clone () from /lib/i686/cmov/libc.so.6
(gdb) t 4
[Switching to thread 4 (Thread 0xb1b12b90 (LWP 6105))]#0  0xb7fe1424 in 
__kernel_vsyscall ()
(gdb) bt
#0  0xb7fe1424 in __kernel_vsyscall ()
#1  0xb7642292 in pthread_cond_timedwait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
#2  0xb7d8806d in ?? () from /usr/lib/libgthread-2.0.so.0
#3  0xb2b03795 in hs_thread (data=0x0) at plugin.c:336
#4  0xb7dee6bf in ?? () from /usr/lib/libglib-2.0.so.0
#5  0xb763e4b5 in start_thread () from /lib/i686/

Bug#545416: metacity: mouse cursor changes unexpectedly

2009-09-06 Thread Luís Picciochi Oliveira
Package: metacity
Version: 1:2.26.0-3
Severity: minor

1. Move the mouse over some window other than the currently focused one;
2. Press Alt+F (or some other shortcut that makes a menu from the menu bar
appear);
3. The cursor will change to a "resize" arrow, which is unexpected and
unjustified.

I believe the cursor should stay as it is, if one uses the keyboard for
accessing the menus.

Regards,
Luís Picciochi

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-rc1 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages metacity depends on:
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libmetacity-private0  1:2.26.0-3 library for the Metacity window ma
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxcomposite11:0.4.0-4  X11 Composite extension library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxdamage1   1:1.1.1-4  X11 damaged region extension libra
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxrandr22:1.3.0-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  metacity-common   1:2.26.0-3 shared files for the Metacity wind
ii  zenity2.26.0-2   Display graphical dialog boxes fro

Versions of packages metacity recommends:
ii  gnome-session [x-session-mana 2.26.1-7   The GNOME Session Manager

Versions of packages metacity suggests:
ii  gnome-control-center  1:2.26.0-1 utilities to configure the GNOME d
ii  gnome-themes  2.26.2-1   official themes for the GNOME desk
pn  xdg-user-dirs  (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545367: acx100-source: module-assistant can't compile the module

2009-09-06 Thread Luís Picciochi Oliveira
Package: acx100-source
Version: 20080210-1
Justification: renders package unusable
Severity: grave

This was the output from 'm-a a-i' when trying to build the module:

# m-a -t a-i acx100-source
.
Updated infos about 1 packages
Getting source for kernel version: 2.6.31-rc1
Kernel headers available in /lib/modules/2.6.31-rc1/source
apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Done!
unpack
Extracting the package tarball, /usr/src/acx100.tar.gz, please wait...
"/usr/share/modass/overrides/acx100-source" build KVERS=2.6.31-rc1
KSRC=/lib/modules/2.6.31-rc1/source KDREV=custom.1.0 kdist_image
touch config.mk \
&& /usr/bin/make -C "/lib/modules/2.6.31-rc1/source"
M="/usr/src/modules/acx100" clean
make[1]: Entering directory `/usr/src/linux-2.6.31-rc1'
  CLEAN   /usr/src/modules/acx100/.tmp_versions
make[1]: Leaving directory `/usr/src/linux-2.6.31-rc1'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/acx100'
touch config.mk \
&& /usr/bin/make -C "/lib/modules/2.6.31-rc1/source"
M="/usr/src/modules/acx100" clean
make[2]: Entering directory `/usr/src/linux-2.6.31-rc1'
make[2]: Leaving directory `/usr/src/linux-2.6.31-rc1'
dh_clean
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.31-rc1/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.
modules.in}.backup 2>/dev/null || true; \
sed -e 's/##KVERS##/2.6.31-rc1/g ;s/#KVERS#/2.6.31-rc1/g ;
s/_KVERS_/2.6.31-rc1/g ; s/##KDREV##/custom.1.0/g ; s/#KDREV#/custom.1.0/g ;
s/_KDREV_/custom.1.0/g  ' < $templ > ${templ%.modules.in}; \
  done
/usr/bin/make -C "/lib/modules/2.6.31-rc1/source"
M="/usr/src/modules/acx100"
make[2]: Entering directory `/usr/src/linux-2.6.31-rc1'
  LD  /usr/src/modules/acx100/built-in.o
  CC [M]  /usr/src/modules/acx100/wlan.o
In file included from /usr/src/modules/acx100/acx.h:2,
 from /usr/src/modules/acx100/wlan.c:49:
/usr/src/modules/acx100/wlan_compat.h:224: error: conflicting types for
‘irqreturn_t’
include/linux/irqreturn.h:16: error: previous declaration of ‘irqreturn_t’
was here
make[3]: *** [/usr/src/modules/acx100/wlan.o] Error 1
make[2]: *** [_module_/usr/src/modules/acx100] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.31-rc1'
make[1]: *** [binary_modules] Error 2
make[1]: Leaving directory `/usr/src/modules/acx100'
make: *** [kdist_build] Error 2
BUILD FAILED!
See /var/cache/modass/acx100-source.buildlog.2.6.31-rc1.1252239246 for
details.
Build failed. Press Return to continue...

#

Regards,
Pitxyoki

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-rc1 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages acx100-source depends on:
ii  debhelper 7.3.12 helper programs for
debian/rules
ii  module-assistant  0.11.1 tool to make module package
creati

acx100-source recommends no packages.

acx100-source suggests no packages.

-- no debconf information


Bug#536370: vagalume: Could have links and an indication of what has just been listened

2009-07-09 Thread Luís Picciochi Oliveira
Sorry, this was supposed to be tagged as 'wishlist'. My bad.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#536370: vagalume: Could have links and an indication of what has just been listened

2009-07-09 Thread Luís Picciochi Oliveira
Package: vagalume
Version: 0.7.1-2
Severity: normal

Hi,
It would be nice if the artists, tracks and album names shown while
playing could be clickable with direct links to their respective
last.fm pages.

Also, another nice addition would be a "last scrobbled" list. This
could appear maybe on the right side of the window. It would serve as
a reference to what has just been listened.

Thanks for the great work and regards,
Pitxyoki


-- System Information:
Debian Release: squeeze/sid
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vagalume depends on:
ii  gconf2                      2.26.2-1     GNOME configuration database syste
ii  gstreamer0.10-plugins-base  0.10.23-3    GStreamer plugins from the "base"
ii  gstreamer0.10-plugins-good  0.10.15-2    GStreamer plugins from the "good"
ii  gstreamer0.10-plugins-ugly  0.10.12-1    GStreamer plugins from the "ugly"
ii  libatk1.0-0                 1.26.0-1     The ATK accessibility toolkit
ii  libc6                       2.9-12       GNU C Library: Shared libraries
ii  libcairo2                   1.8.6-2+b1   The Cairo 2D vector graphics libra
ii  libcurl3-gnutls             7.18.2-8.1   Multi-protocol file transfer libra
ii  libdbus-1-3                 1.2.12-1     simple interprocess messaging syst
ii  libdbus-glib-1-2            0.80-4       simple interprocess messaging syst
ii  libfontconfig1              2.6.0-3      generic font configuration library
ii  libfreetype6                2.3.9-4.1    FreeType 2 font engine, shared lib
ii  libglib2.0-0                2.20.1-2     The GLib library of C routines
ii  libgstreamer0.10-0          0.10.23-2    Core GStreamer libraries and eleme
ii  libgtk2.0-0                 2.16.1-2     The GTK+ graphical user interface
ii  libnotify1 [libnotify1-gtk2 0.4.5-1      sends desktop notifications to a n
ii  libpango1.0-0               1.24.0-3+b1  Layout and rendering of internatio
ii  librsvg2-common             2.26.0-1     SAX-based renderer library for SVG
ii  libxml2                     2.7.3.dfsg-1 GNOME XML library

Versions of packages vagalume recommends:
ii  dbus                          1.2.12-1   simple interprocess messaging syst

vagalume suggests no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#533917: metacity: title bar hidden below top panel on maximized windows

2009-06-22 Thread Luís Picciochi Oliveira
This bug had already been reported upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=581422

Upgrading gnome-panel to 2.26 partially solves this issue.
If you have a panel with hide buttons and you click one of them, any
maximized windows will not be updated. They all stay with the same
size, and an "empty" space will be where the panel was.
This also happens if you add a panel and change it from the top to,
eg, the right - the windows will still be maximized as if a top panel
was present, leaving an empty space, and their right side will be
hidden behind the new panel.

Regards,
Luís Picciochi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#497707: Fwd: Bug#497707: xserver-xorg-video-intel: Occasional X-Server crash

2009-06-17 Thread Luís Picciochi Oliveira
I sent this e-mail do Julien, but he recommended me to send it here
instead. If anyone can help me with this, I'd appreciate it.

-- Forwarded message --
From: Luís Picciochi Oliveira 
Date: Wed, Jun 17, 2009 at 12:46 AM
Subject: Re: Bug#497707: xserver-xorg-video-intel: Occasional X-Server crash
To: Julien Cristau 


I'm sorry to ask such a possibly very dumb question, but I can't seem
to be able to get netconsole working.


I don't know if you're willing to help me solve this, but here it goes anyway:

Here is my setup:
A laptop is going to be used to grab the output from my computer.

- The laptop and my computer are connected to each other and they can
ping each other.
- laptop's IP: 10.0.0.2, my computer's IP: 10.0.0.1
- iptables are empty on both computers.
- I followed [1]:
    I edited /etc/default/syslogd on the laptop to have the line: SYSLOGD="-r"
    I issued "modprobe netconsole
netconso...@10.0.0.1/eth1,@10.0.0.2/" on my computer. /var/log/syslog
says:

Jun 17 00:35:33 C-5 kernel: [ 8034.962239] netconsole: local port 6665
Jun 17 00:35:33 C-5 kernel: [ 8034.962243] netconsole: local IP 10.0.0.1
Jun 17 00:35:33 C-5 kernel: [ 8034.962246] netconsole: interface eth1
Jun 17 00:35:33 C-5 kernel: [ 8034.962249] netconsole: remote port 
Jun 17 00:35:33 C-5 kernel: [ 8034.962251] netconsole: remote IP 10.0.0.2
Jun 17 00:35:33 C-5 kernel: [ 8034.962254] netconsole: remote ethernet
address ff:ff:ff:ff:ff:ff
Jun 17 00:35:33 C-5 kernel: [ 8034.979830] console [netcon0] enabled
Jun 17 00:35:33 C-5 kernel: [ 8034.979834] netconsole: network logging started

I thought everything was well configured, but when something appears
on the syslog (or if I issue "logger hello world"), no packets are
sent from my computer on any network card (at least that wireshark can
see).
Am I missing something? Do you think you can help me with this?

Also, can you tell me if netconsole gives the same detail of debug as
if a serial cable was being used? I've been asked to use a serial
cable to debug something else in the past, but I had never heard of
netconsole.


Regards and thanks in advance,
Pitxyoki

[1] - 
http://www.cyberciti.biz/tips/linux-netconsole-log-management-tutorial.html



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#522533: devilspie: below function doesn't work as before

2009-06-16 Thread Luís Picciochi Oliveira
This is still present with gnome-terminal 2.26.2.
The same behaviour does also occur with other applications, eg.: gedit 2.26
and iceweasel 3.0.9.

Using the version 2.22 is still the only way I found to make the below
command work as expected with gnome-terminal.

Regards,
Pitxyoki

On Tue, Apr 7, 2009 at 12:23 PM, Luís Picciochi Oliveira  wrote:

> Yep. Reverting gnome-terminal to 2.22 solved it.
>
> On Tue, Apr 7, 2009 at 8:23 AM, Ross Burton  wrote:
> >
> > Try reverting gnome-terminal back to 2.22.  It sounds like
> > gnome-terminal is doing some window raising which works around the nasty
> > hacks Devils Pie tries to do.
> >
> > Ross
> > --
> > Ross Burton mail: r...@burtonini.com
> >  jabber: r...@burtonini.com
> >   www: http://burtonini.com
> >
>


Bug#497707: xserver-xorg-video-intel: Occasional X-Server crash

2009-06-13 Thread Luís Picciochi Oliveira
I'm currently using xserver-xorg-video-intel version 2:2.7.99.1-1. For
some time now, there have been no crashes like these.

Sometimes I still have some random lockups. I can't tell if they are
related to the video driver, as no output is printed to the syslog,
the Xorg logs or anything else (at least that I can find). All that
happens is the Num Lock and Caps Lock leds start blinking and the
computer freezes. All I can do is reboot my computer.
I haven't been able to find a pattern for what may cause this, as it
seems as random as these crashes from the intel driver were.

Regards,
Pitxyoki



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#498745: Audacious suddenly puts songs on pause

2009-05-26 Thread Luís Picciochi Oliveira
I could do that, but either this will take time until I can spend some
to learn how to compile audacious + extra plugins with debugging
symbols and learn how to use gdb to extract the relevant information
from it; or I'm going to need your help on how to do all of that -
perhaps if you want and have the time for that, you could instruct me
on what to do on #audacious.
I'm expecting to have all that time around June or so... Hopefully...

Regards,
Pitxyoki



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#498745: Audacious suddenly puts songs on pause

2009-05-24 Thread Luís Picciochi Oliveira
On Fri, May 8, 2009 at 1:43 AM, John Lindgren  wrote:
> Hey Luís,
>
> Do you still have this problem with the current upstream version?
>
> John Lindgren
>
>

Hi,
I've been using Linux kernel 2.6.30-rc6 for about a week now and
audacious didn't show that behaviour again... Until a while ago, when
it just "paused" like it did before. I really thought the problem was
gone, but apparently now it is just much, much rarer.

I'm using audacious 2.0-alpha2 (just because I didn't find any .debs
for the final release yet). If I switch to an older kernel (I was
using 2.6.26 before), the problem reappears with the usual frequency
(which can be quite annoyingly high).

Regards,
Pitxyoki



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#530249: amule-daemon: Should recommend unzip

2009-05-23 Thread Luís Picciochi Oliveira
Package: amule-daemon
Version: 2.2.4-1
Severity: normal

  amule-daemon (as well as the amule package) should recommend unzip.
  The reason for this is that if a ipfilter is downloaded in zip format 
(e.g., emulepawcio's), amule will try to extract it using unzip. If 
unzip is not installed, it will fail silently, logging that that the 
file is in an unrecognizable format.
  After installing unzip, amule can extract the ipfilter and use it 
normally.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-rc6 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amule-daemon depends on:
ii  amule-common   2.2.4-1   common files for the rest of aMule
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libcrypto++8   5.6.0-1   General purpose cryptographic libr
ii  libgcc11:4.3.3-3 GCC support library
ii  libpng12-0 1.2.35-1  PNG library - runtime
ii  libreadline5   5.2-4 GNU readline and history libraries
ii  libstdc++6 4.3.3-3   The GNU Standard C++ Library v3
pn  libupnp3   (no description available)
ii  libwxbase2.8-0 2.8.7.1-1.1   wxBase library (runtime) - non-GUI
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages amule-daemon recommends:
pn  amule-utils(no description available)

amule-daemon suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#514674: audacious: Segfaults when opening ape file

2009-04-12 Thread Luís Picciochi Oliveira
Wow, great!
This seems to have fixed it. Thank you a lot for this!
Now for everything to be perfect, it's just the cuesheet plugin that
needs a bit polishing to *cough*work at all*... But that's another
story...

Luís Picciochi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#523634: update-manager: Could allow refreshing the changelog

2009-04-11 Thread Luís Picciochi Oliveira
Package: update-manager
Version: 0.68.debian-7
Severity: wishlist

When a package is selected on the update manager, the list of changes 
appears on the lowest part of the window. However, if there is a 
communication error or the network is unavailable for some reason, all 
that appears is a message saying:
"The list of changes is not available yet.
Please try again later."

That message then appears every time the same package is selected again 
and the only way to fetch the changelog again is by closing and 
reopening the Update Manager.

It would be nice if there was a refresh capability. I'd suggest having a 
button for that purpose, a right-click menu entry or allowing F5 to 
refresh the page (those were the first things I intuitively looked for).

Thanks,
Luís Picciochi

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages update-manager depends on:
ii  gconf2   2.24.0-7GNOME configuration database syste
ii  libgnome2-perl   1.042-2 Perl interface to the GNOME librar
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-dbus  0.83.0-1simple interprocess messaging syst
ii  python-glade22.14.1-1GTK+ bindings: Glade support
ii  python-gnome22.22.3-3Python bindings for the GNOME desk
ii  python-support   0.8.7   automated rebuilding support for P
ii  python-vte   1:0.17.4-2+b1   Python bindings for the VTE widget
ii  software-properties-gtk  0.60.debian-1.1 manage the repositories that you i
ii  synaptic 0.62.5  Graphical package manager
ii  update-manager-core  0.68.debian-7   APT update manager core functional

update-manager recommends no packages.

Versions of packages update-manager suggests:
ii  update-notifier  0.70.7.debian-5 Daemon which notifies about packag

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#522533: devilspie: below function doesn't work as before

2009-04-07 Thread Luís Picciochi Oliveira
Yep. Reverting gnome-terminal to 2.22 solved it.

On Tue, Apr 7, 2009 at 8:23 AM, Ross Burton  wrote:
>
> Try reverting gnome-terminal back to 2.22.  It sounds like
> gnome-terminal is doing some window raising which works around the nasty
> hacks Devils Pie tries to do.
>
> Ross
> --
> Ross Burton                                 mail: r...@burtonini.com
>                                          jabber: r...@burtonini.com
>                                           www: http://burtonini.com
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#459324: gnome-main-menu: Official upstream release (0.9.12) available, fixing several memory leaks

2009-04-05 Thread Luís Picciochi Oliveira
I'm sorry, I didn't notice this was going to the debian-release team
when I copied the Cc addresses.

I appreciate your interest even though this was not directed at you.
The e-mails gisk...@autistici.org and zorg...@debian.org are referred
at the package page as the maintainers' contacts, so I assume those
should be the ones to which this message should have been directed in
the first place.


Regards,
Luís Picciochi



On Sun, Apr 5, 2009 at 4:56 PM, Michael Biebl  wrote:
> Philipp Kern schrieb:
>> On Sun, Apr 05, 2009 at 04:02:54PM +0100, Luís Picciochi Oliveira wrote:
>>> Why was this package never updated? Is testing still in freeze?
>>> Meanwhile there is already a 0.9.12 version.
>>
>> The maintainer in Debian did not update the package.  This was nothing to
>> do with releases whatsoever, so we are the wrong address.  You did not
>> even put the maintainers into your recipient list.
>>
>> That said it should be updated in unstable for network-manager anyway.
>> mbiebl?
>
> I am not the maintainer of gnome-main-menu and honestly do not have much
> interest or time to invest in it.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#459324: gnome-main-menu: Official upstream release (0.9.12) available, fixing several memory leaks

2009-04-05 Thread Luís Picciochi Oliveira
Why was this package never updated? Is testing still in freeze?
Meanwhile there is already a 0.9.12 version.

Regards,
Luís Picciochi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520783: gecko-mediaplayer: Could start with visible controls and paused

2009-03-31 Thread Luís Picciochi Oliveira
Yes, I have also seen that on other pages the controls show up, so I
guess that it is a design problem from that site.

By the way, as an off-topic, why didn't I receive a notification from
the BTS when Kevin sent his answer? Shouldn't I be automatically
subscribed to the bug when I submit it?

Regards,
Luís Picciochi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



  1   2   >