Bug#927163: linux-image-4.19.0-4-amd64: Missing modules for AXP288 power fuel gauge driver

2019-04-15 Thread Marcus Lundblad
Package: src:linux
Version: 4.19.28-2
Severity: wishlist

Dear Maintainer,

In #895129 axp288_fuel_gauge was included as a module for x86 platforms.
After that the battery icon was actually showing on my Cherrytrail tablet.
But since then, this has again stopped working (and I'm not sure it was
actually reporting a correct state), and also it never detected the AC power
being connected. I believe there are still some missing stuff to get this
working.

Looking at a commit for ARM I can see this:
https://salsa.debian.org/kernel-team/linux/commit/0138e6bc4eedd8c10ad637e742a4fe6c625c6def

There seems to be some additional things in there.

AXP20X_ADC, CHARGER_AXP20X, BATTERY_AXP20X, GPIO_AXP209,
AXP288_CHARGER, EXTCON_AXP288, AXP288_ADC

Also, looking at the kernel source, there seems to be a case where
the axp288_fuel_gauge module waits for axp288_adc to load (this module
is currently not built for x86):

https://github.com/torvalds/linux/blob/dc4060a5dc2557e6b5aa813bf5b73677299d62d2/drivers/power/supply/axp288_fuel_gauge.c#L774

This probing code was appearantly added late 2017 (so, possibly that code
wasn't in the kernel that was first released in Debian with the
axp288_fuel_gauge module on x86, which might possibly explain why I saw
the inaccurate reading (I recall it always reporting 100%).

Thanks,
//Marcus

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

Kernel: Linux 4.19.0-2-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8), 
LANGUAGE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-4.19.0-4-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.133
ii  kmod26-1
ii  linux-base  4.6

Versions of packages linux-image-4.19.0-4-amd64 recommends:
ii  apparmor 2.13.2-10
ii  firmware-linux-free  3.4
ii  irqbalance   1.5.0-3

Versions of packages linux-image-4.19.0-4-amd64 suggests:
pn  debian-kernel-handbook  
ii  grub-pc 2.02+dfsg1-16
pn  linux-doc-4.19  

Versions of packages linux-image-4.19.0-4-amd64 is related to:
ii  firmware-amd-graphics 20190114-1
pn  firmware-atheros  
pn  firmware-bnx2 
pn  firmware-bnx2x
pn  firmware-brcm80211
pn  firmware-cavium   
pn  firmware-intel-sound  
pn  firmware-intelwimax   
pn  firmware-ipw2x00  
pn  firmware-ivtv 
pn  firmware-iwlwifi  
pn  firmware-libertas 
ii  firmware-linux-nonfree20190114-1
ii  firmware-misc-nonfree 20190114-1
pn  firmware-myricom  
pn  firmware-netxen   
pn  firmware-qlogic   
pn  firmware-realtek  
pn  firmware-samsung  
pn  firmware-siano
pn  firmware-ti-connectivity  
pn  xen-hypervisor

-- debconf-show failed



Bug#924499: libgeocode-glib0: Segfault in _geocode_create_place_from_attributes

2019-03-14 Thread Marcus Lundblad
Hi!

This is due to Nominatim changing the JSON format (with integer values
(without "") for the osm_id attributes (in some cases)). This has been
fixed upstream in git and it should be more "forgiving" of these
things.

//Marcus



Bug#897060: Systems seems to boot normally now

2018-05-01 Thread Marcus Lundblad
I'm having issues since the last kernel upgrade on my Cherrytrail
tablet, not sure if it's the kernel or possible mesa-related. Need to
dig into it some more. Booting normally just stalls after showing a
couple of console messages (about when GDM would normally show up).
Booting in rescue mode and then exiting out sometimes works, sometimes
not. But then screen rotation is broken and stuck in portrait mode (I
guess iio-sensor-proxy was started before the driver was ready in that
case). It also seems flaky and usually the GUI locks up after a while
also when booting up this way.

//Marcus



Bug#895129: linux: Battery not detected on Lamina 2-in-1 tablet

2018-04-11 Thread Marcus Lundblad
It seems these modules are already built for armhf:
https://salsa.debian.org/kernel-team/linux/commit/0138e6bc4eedd8c10ad63
7e742a4fe6c625c6def

Fixed in bug #873038

Maybe these should also be enabled for x86/amd64.

//Marcus



Bug#895129: linux: Battery not detected on Lamina 2-in-1 tablet

2018-04-07 Thread Marcus Lundblad
Source: linux
Severity: normal

Dear Maintainer,

I have a Lamina T-1016B 2-in-1 tablet where the battery is not detected
(the top bar in GNOME shows only the power icon, like on the desktop machine).
Checking in /var/log/messages I could see the following (grep:ing on ACPI):

Apr  6 09:17:21 eridanus kernel: [5.663167] ACPI: AC: found native INT33F4 
PMIC, not loading
Apr  6 09:17:21 eridanus kernel: [5.956763] ACPI: AC: found native INT33F4 
PMIC, not loading
Apr  6 08:20:24 eridanus kernel: [5.720266] ACPI: AC: found native INT33F4 
PMIC, not loading
Apr  6 08:20:24 eridanus kernel: [6.020086] ACPI: AC: found native INT33F4 
PMIC, not loading
Apr  6 08:23:09 eridanus kernel: [5.656934] ACPI: AC: found native INT33F4 
PMIC, not loading
Apr  6 08:23:09 eridanus kernel: [5.979635] ACPI: AC: found native INT33F4 
PMIC, not loading
Apr  6 08:25:49 eridanus kernel: [5.849791] ACPI: AC: found native INT33F4 
PMIC, not loading
Apr  6 08:25:49 eridanus kernel: [6.150902] ACPI: AC: found native INT33F4 
PMIC, not loading

Checking in the kernel sources, I could see the following:
In https://github.com/torvalds/linux/blob/master/drivers/acpi/battery.c

There is a blacklist of ACPI HIDs at line 101:

/* Lists of PMIC ACPI HIDs with an (often better) native battery driver */
static const char * const acpi_battery_blacklist[] = {
"INT33F4", /* X-Powers AXP288 PMIC */
};

Further down there's a section for bailing out on blacklisted HIDs at 1491:

for (i = 0; i < ARRAY_SIZE(acpi_battery_blacklist); i++)
if (acpi_dev_present(acpi_battery_blacklist[i], "1", -1)) {
pr_info(PREFIX ACPI_BATTERY_DEVICE_NAME
": found native %s PMIC, not loading\n",
acpi_battery_blacklist[i]);
return;
}

In __init acpi_battery_init_async

I suppose enabling the approriate module(s) would maybe solve this.
In the make menuconfig I could see the following drivers:

AXP288_ADC, AXP288_CHARGER, and AXP288_FUEL_GAUGE

I tried building a custom kernel, but upon booting in panics,
but it seems to be because the initrams fs is not able to mount, I guess
the image wasn't properly installed in GRUB, or something like that.

By the way, the info below shows kernel 4.14, but that's because I ran
reportbug from my desktop, and haven't rebooted into the newest kernel yet
I hope this doesn't create a hassle.

Thanks!
Regards,
Marcus Lundblad

-- 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/8 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8), 
LANGUAGE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#828818: Same issue on a LAMINA 2-in-1 tablet

2018-04-06 Thread Marcus Lundblad
I'm having the same issue on a LAMINA tablet.
A collegue has a similar tablet with Mint on it, that one has
INTEL_SOC_PMIC_CHTDC_TI built as a module (it can be seen with lsmod).
It seems this module is not built in Debian.

The following could maybe be relevant:

# CONFIG_INTEL_SOC_PMIC_CHTWC is not set
# CONFIG_INTEL_SOC_PMIC_CHTDC_TICONFIG_INTEL_SOC_PMIC_CHTDC_TICONFIG_IN
TEL_SOC_PMIC_CHTDC_TI is not set

I think these are for different controllers.
I tried enabling CONFIG_INTEL_SOC_PMIC_CHTDC_TI as a module, but upon
booting the newly installed kernel it panics (I think it can't find the
boot file system, not sure how to properly do this, or if I did
something wrong).

Also screen brightness is non-working, in the boot log I can see
something about "Failed to own the pwm chip". Also suspend/resume is
very flaky, sometimes it works once, but then never wakes up (actually
I think it's still running, as the battery seems to drain), maybe this
is somehow related to power management or that it fails turning on the
screen again.

//Marcus



Bug#893696: libgtk-3-0: All wayland clients crash (seems to happen when the screen was locked for a while)

2018-03-21 Thread Marcus Lundblad
Package: libgtk-3-0
Version: 3.22.29-1
Severity: critical
Tags: upstream
Justification: causes serious data loss

This seems to be this upstream issue
https://gitlab.gnome.org/GNOME/gtk/issues/114

Thanks,
Marcus



-- 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/8 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8), 
LANGUAGE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libgtk-3-0 depends on:
ii  adwaita-icon-theme  3.28.0-1
ii  hicolor-icon-theme  0.17-1
ii  libatk-bridge2.0-0  2.26.2-1
ii  libatk1.0-0 2.28.1-1
ii  libc6   2.27-2
ii  libcairo-gobject2   1.15.10-1
ii  libcairo2   1.15.10-1
ii  libcolord2  1.3.3-2
ii  libcups22.2.6-5
ii  libepoxy0   1.4.3-1
ii  libfontconfig1  2.12.6-0.1
ii  libfreetype62.8.1-2
ii  libgdk-pixbuf2.0-0  2.36.11-1
ii  libglib2.0-02.54.3-2
ii  libgtk-3-common 3.22.29-1
ii  libjson-glib-1.0-0  1.4.2-3
ii  libpango-1.0-0  1.40.14-1
ii  libpangocairo-1.0-0 1.40.14-1
ii  libpangoft2-1.0-0   1.40.14-1
ii  librest-0.7-0   0.8.0-2
ii  libsoup2.4-12.62.0-1
ii  libwayland-client0  1.14.0-2
ii  libwayland-cursor0  1.14.0-2
ii  libwayland-egl1-mesa [libwayland-egl1]  17.3.6-1
ii  libx11-62:1.6.4-3
ii  libxcomposite1  1:0.4.4-2
ii  libxcursor1 1:1.1.15-1
ii  libxdamage1 1:1.1.4-3
ii  libxext62:1.3.3-1+b2
ii  libxfixes3  1:5.0.3-1
ii  libxi6  2:1.7.9-1
ii  libxinerama12:1.1.3-1+b3
ii  libxkbcommon0   0.8.0-1
ii  libxml2 2.9.4+dfsg1-6.1
ii  libxrandr2  2:1.5.1-1
ii  shared-mime-info1.9-2

Versions of packages libgtk-3-0 recommends:
ii  libgtk-3-bin  3.22.29-1

Versions of packages libgtk-3-0 suggests:
ii  gvfs 1.34.1-2
ii  librsvg2-common  2.40.20-2

-- debconf-show failed



Bug#873164: linux-image-4.12.0-1-amd64: Enable intel_cht_int33fe

2017-08-25 Thread Marcus Lundblad
Package: src:linux
Version: 4.12.6-1
Severity: normal

I have a 2-in-1 tablet based on the Cherry Trail SoC, currently there is no
battery level status reported. I belive this would be supplied by the
intel_cht_int33fe driver, which doesn't currently seem to be built in Debian.
Looking at /boot/config-4.12.0-1-amd64 I see:
# CONFIG_INTEL_CHT_INT33FE is not set
And this module doesn't appear under /lib/modules

Thanks!

-- Package-specific info:
** Version:
Linux version 4.12.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 
6.4.0 20170805 (Debian 6.4.0-3) ) #1 SMP Debian 4.12.6-1 (2017-08-12)

** Command line:
BOOT_IMAGE=/vmlinuz-4.12.0-1-amd64 
root=UUID=6ef2b100-fc78-4834-818d-b2ec7da9f38f ro quiet init=/bin/systemd



Bug#856657: gnome-software: Sometimes claims repo is not active

2017-03-03 Thread Marcus Lundblad
Package: gnome-software
Version: 3.22.5-1
Severity: normal

Dear Maintainer,

For some apps, when I try to install it (on Stretch), I get a dialog claiming
that the repo "debian-testing-main" needs to be activated.
Clicking "Activate and install" brings up a password prompt,
but then I get a dialog showing an error message (from apt I guess)
saying: "E: Could not find the repository"
But some apps install fine.
One thing I noticed, the ones failing seems to indicate "Download size" in the
UI, whereas the working one don't.

Example of non-installable: Milkytracker
Example of installable: Rosegarden

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

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

Versions of packages gnome-software depends on:
ii  appstream0.10.6-1
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2+b1
ii  gnome-software-common3.22.5-1
ii  gsettings-desktop-schemas3.22.0-1
ii  libappstream-glib8   0.6.8-1
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-9
ii  libcairo-gobject21.14.8-1
ii  libcairo21.14.8-1
ii  libenchant1c2a   1.6.0-11+b1
ii  libfwupd10.7.4-2
ii  libgdk-pixbuf2.0-0   2.36.5-2
ii  libglib2.0-0 2.50.3-1
ii  libgnome-desktop-3-123.22.2-1
ii  libgtk-3-0   3.22.8-1
ii  libgtkspell3-3-0 3.0.9-1
ii  libgudev-1.0-0   230-3
ii  libjson-glib-1.0-0   1.2.2-1+b1
ii  libpackagekit-glib2-18   1.1.5-1
ii  libpango-1.0-0   1.40.3-3
ii  libpangocairo-1.0-0  1.40.3-3
ii  libpolkit-gobject-1-00.105-17
ii  libsecret-1-00.18.5-2
ii  libsoup2.4-1 2.56.0-2
ii  libsqlite3-0 3.16.2-2
ii  packagekit   1.1.5-1
ii  software-properties-gtk  0.96.20.2-1

gnome-software recommends no packages.

Versions of packages gnome-software suggests:
pn  fwupd  
ii  gnome-software-plugin-flatpak  3.22.5-1
pn  gnome-software-plugin-limba

-- debconf-show failed



Bug#851796: gnome-software: Update don't show up automatically any longer

2017-01-18 Thread Marcus Lundblad
Package: gnome-software
Version: 3.22.4-1
Severity: important

Before, gnome-software used to show a notification about updates
and when starting it, showing the list of updates available.
But since a while back I have stopped getting these (on both my desktop
machine and laptop).
If I manually run apt update and then start gnome-software, still no
updates are marked (there's no indicator digit in the switcher widget and
no updates in the list), but if I at that point click on the ”Refresh“ button
on the updates page, the list comes up (after searching a while).

Thanks in advance,
Marcus
-- 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-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-software depends on:
ii  appstream0.10.5-1
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2
ii  gnome-software-common3.22.4-1
ii  gsettings-desktop-schemas3.22.0-1
ii  libappstream-glib8   0.6.6-1
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-8
ii  libcairo-gobject21.14.8-1
ii  libcairo21.14.8-1
ii  libenchant1c2a   1.6.0-11+b1
ii  libfwupd10.7.4-2
ii  libgdk-pixbuf2.0-0   2.36.3-1
ii  libglib2.0-0 2.50.2-2
ii  libgnome-desktop-3-123.22.2-1
ii  libgtk-3-0   3.22.6-1
ii  libgtkspell3-3-0 3.0.9-1
ii  libgudev-1.0-0   230-3
ii  libjson-glib-1.0-0   1.2.2-1
ii  libpackagekit-glib2-18   1.1.4-3
ii  libpango-1.0-0   1.40.3-3
ii  libpangocairo-1.0-0  1.40.3-3
ii  libpolkit-gobject-1-00.105-17
ii  libsecret-1-00.18.5-2
ii  libsoup2.4-1 2.56.0-2
ii  libsqlite3-0 3.16.2-1
ii  packagekit   1.1.4-3
ii  software-properties-gtk  0.96.20.2-1

gnome-software recommends no packages.

Versions of packages gnome-software suggests:
pn  fwupd  
ii  gnome-software-plugin-flatpak  3.22.4-1
pn  gnome-software-plugin-limba

-- debconf-show failed


Bug#838961: adwaita-icon-theme: SVG file contains SVN conflict markers

2016-09-27 Thread Marcus Lundblad
Package: adwaita-icon-theme
Version: 3.22.0-1
Severity: important

The file:
/usr/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg
has merge conflicts still in it, at line 14.
This renders the icon unrenderable (see i.e. the "Open with another 
application" action
on places in gnome-maps).

Thanks!

Regards,
Marcus

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

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

Versions of packages adwaita-icon-theme depends on:
ii  gtk-update-icon-cache  3.21.5-3
ii  hicolor-icon-theme 0.15-1
ii  librsvg2-common2.40.16-1

adwaita-icon-theme recommends no packages.

adwaita-icon-theme suggests no packages.

-- debconf-show failed



Bug#804094: gnome-software: Fails to remove applications

2015-11-04 Thread Marcus Lundblad
Package: gnome-software
Version: 3.18.2-2
Severity: normal

Dear Maintainer,

Trying to remove an application has no effect.
The package is still installed.
Running g-s with Glib debug logging reveals the following:

(org.gnome.Software:8473): Gs-DEBUG: remove lshw-gtk.desktop
(org.gnome.Software:8473): Gs-DEBUG: run 
0x25bd4a0~GsPlugin::packagekit(gs_plugin_app_remove)
(org.gnome.Software:8473): Gs-DEBUG: not supported for plugin packagekit: no 
packages to remove
(org.gnome.Software:8473): Gs-DEBUG: run 
0x25bd4a0~GsPlugin::epiphany(gs_plugin_app_remove)

(org.gnome.Software:8473): Gs-WARNING **: State change on lshw-gtk.desktop from 
installed to available is not OK

Regard,
Marcus

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

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

Versions of packages gnome-software depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.24.0-2
ii  gnome-software-common3.18.2-2
ii  gsettings-desktop-schemas3.18.1-1
ii  libappstream-glib8   0.5.1-1
ii  libatk1.0-0  2.18.0-1
ii  libc62.19-22
ii  libcairo-gobject21.14.2-2
ii  libcairo21.14.2-2
ii  libgdk-pixbuf2.0-0   2.32.1-1
ii  libglib2.0-0 2.46.1-1
ii  libgnome-desktop-3-123.18.1-1
ii  libgtk-3-0   3.18.2-1
ii  liblimba00.5.2-1
ii  libpackagekit-glib2-18   1.0.10-1
ii  libpango-1.0-0   1.38.1-1
ii  libpangocairo-1.0-0  1.38.1-1
ii  libpolkit-gobject-1-00.105-13
ii  libsoup2.4-1 2.52.1-1
ii  libsqlite3-0 3.9.1-2
ii  packagekit   1.0.10-1

gnome-software recommends no packages.

gnome-software suggests no packages.

-- no debconf information



Bug#803418: gnome-software: Crashes when trying to install an application

2015-10-29 Thread Marcus Lundblad
Package: gnome-software
Version: 3.18.2-2
Severity: important

Dear Maintainer,

gnome-software crashes when trying to install or remove an application.
I had the experimental appdata installed (manually extracted from
appstream.debian.org).
But also on a machine without this it crashes when trying to remove an
already installed application.

I didn't find a -dbg package, so for now I'm appending a "raw" backtrace
including GLib warning messages preceeding the crash.


(org.gnome.Software:29212): GsPlugin-WARNING **: Failed to find one package 
for flash-player-properties.desktop, 
/usr/share/applications/flash-player-properties.desktop, [0]
 
(org.gnome.Software:29212): GsPlugin-WARNING **: Failed to find one package 
for skype.desktop, /usr/share/applications/skype.desktop, [0]
 
(org.gnome.Software:29212): GsPlugin-WARNING **: Failed to find one package 
for steam.desktop, /usr/share/applications/steam.desktop, [0]
[New Thread 0x7fffc700 (LWP 29393)]
 
(org.gnome.Software:29212): GsPlugin-WARNING **: Failed to find one package 
for nvidia-settings.desktop, /usr/share/applications/nvidia-settings.desktop, 
[0]
 
(org.gnome.Software:29212): GsPlugin-WARNING **: Failed to find one package 
for netbeans-7.0.1.desktop, /usr/share/applications/netbeans-7.0.1.desktop, [0]
 
(org.gnome.Software:29212): GLib-CRITICAL **: g_propagate_error: assertion 
'src != NULL' failed
 
(org.gnome.Software:29212): GLib-GIO-CRITICAL **: g_task_return_error: 
assertion 'error != NULL' failed
 
(org.gnome.Software:29212): GLib-GIO-CRITICAL **: g_task_propagate_boolean: 
assertion 'task->result_set == TRUE' failed
 
Program received signal SIGSEGV, Segmentation fault.
0x0042bff7 in ?? ()
(gdb) bt
#0  0x0042bff7 in ?? ()
#1  0x750925f3 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#2  0x75092629 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#3  0x74af4e9a in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x74af5240 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x74af52ec in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x750b6b1c in g_application_run ()
   from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7  0x004184a2 in main ()
(gdb) quit

Regards,
Marcus

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

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

Versions of packages gnome-software depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.24.0-2
ii  gnome-software-common3.18.2-2
ii  gsettings-desktop-schemas3.18.1-1
ii  libappstream-glib8   0.5.1-1
ii  libatk1.0-0  2.18.0-1
ii  libc62.19-22
ii  libcairo-gobject21.14.2-2
ii  libcairo21.14.2-2
ii  libgdk-pixbuf2.0-0   2.32.1-1
ii  libglib2.0-0 2.46.1-1
ii  libgnome-desktop-3-123.18.1-1
ii  libgtk-3-0   3.18.2-1
ii  liblimba00.5.2-1
ii  libpackagekit-glib2-18   1.0.10-1
ii  libpango-1.0-0   1.38.1-1
ii  libpangocairo-1.0-0  1.38.1-1
ii  libpolkit-gobject-1-00.105-13
ii  libsoup2.4-1 2.52.1-1
ii  libsqlite3-0 3.8.11.1-1
ii  packagekit   1.0.10-1

gnome-software recommends no packages.

gnome-software suggests no packages.

-- no debconf information



Bug#786834: gnome-maps: segfault when looking for a destination

2015-06-11 Thread Marcus Lundblad
Package: libgeocode-glib0
Version: 3.14.0-1
Followup-For: Bug #786834

This is actually a bug in geocode-glib, not coping with non-string
formatted bounding box coordinates that nominatim has started returning
(for some objects).

The upstream bug report for geocode-glib is here:
https://bugzilla.gnome.org/show_bug.cgi?id=749963

Not sure if this patch could be applied on the 3.14 version in stable
(where this also happens).

//Marcus


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

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

Versions of packages gnome-maps depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.24.0-2
ii  geoclue-2.0  2.1.10-2
ii  gir1.2-champlain-0.120.12.10-1
ii  gir1.2-clutter-1.0   1.20.0-1
ii  gir1.2-cogl-1.0  1.20.0-2
ii  gir1.2-gdkpixbuf-2.0 2.31.4-2
ii  gir1.2-geocodeglib-1.0   3.16.2-1
ii  gir1.2-glib-2.0  1.44.0-1+b1
ii  gir1.2-gtk-3.0   3.14.5-1
ii  gir1.2-gtkchamplain-0.12 0.12.10-1
ii  gir1.2-gtkclutter-1.01.6.0-1
ii  gjs  1.42.0-1
ii  libc62.19-18
ii  libgirepository-1.0-11.44.0-1+b1
ii  libgjs0e [libgjs0-libmozjs-24-0] 1.42.0-1
ii  libglib2.0-0 2.44.1-1

gnome-maps recommends no packages.

gnome-maps suggests no packages.

-- debconf-show failed


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



Bug#786834: gnome-maps: segfault when looking for a destination

2015-05-26 Thread Marcus Lundblad
Package: gnome-maps
Version: 3.14.1.2-1
Followup-For: Bug #786834

This is due to a change of the json format returned by nominatim.
The problem has occurred before and has now been returned.
The upstream bug report is here: https://trac.openstreetmap.org/ticket/5132

The following commits in geocode-glib I _think_ would prevent the crash:

https://git.gnome.org/browse/geocode-glib/commit/?id=a7d4ffc80a33efcd3262b462ce8e66cc71f1e2c9
https://git.gnome.org/browse/geocode-glib/commit/?id=8877b11ad4cdb172323ca5c229a74d4284c1b7e7

These have been applied for the upstream 3.16.2 release of geocode-glib.

These patches prevents the crash, but it will still not find objects
matches searches in the cases as pointed out in the Nominatim bug report.

Hopefully, Nominatim will revert the behavior to be compatible with how it
worked before (the issue is for OSM objects of type node, the bounding box
coordinate values in the result Json is using literal double values instead
of quoted string values, which gives this result).

//Marcus

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

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

Versions of packages gnome-maps depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  geoclue-2.0  2.1.10-2
ii  gir1.2-champlain-0.120.12.10-1
ii  gir1.2-clutter-1.0   1.20.0-1
ii  gir1.2-cogl-1.0  1.18.2-3
ii  gir1.2-gdkpixbuf-2.0 2.31.4-1
ii  gir1.2-geocodeglib-1.0   3.14.0-1
ii  gir1.2-glib-2.0  1.42.0-2.2
ii  gir1.2-gtk-3.0   3.14.5-1
ii  gir1.2-gtkchamplain-0.12 0.12.10-1
ii  gir1.2-gtkclutter-1.01.6.0-1
ii  gjs  1.42.0-1
ii  libc62.19-18
ii  libgirepository-1.0-11.42.0-2.2
ii  libgjs0e [libgjs0-libmozjs-24-0] 1.42.0-1
ii  libglib2.0-0 2.44.1-1

gnome-maps recommends no packages.

gnome-maps suggests no packages.

-- debconf-show failed


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



Bug#785759: pidgin: Install appstream appdata

2015-05-19 Thread Marcus Lundblad
Source: pidgin
Severity: minor
Tags: patch

Hi!

Currently the pidgin package doesn't install the upstream appdata file.
Installing this would allow pidgin to appear better in application centres
such as gnome-software, with i.e. screenshots.
I'm attatching a patch to install this file.

Sincerly,
Marcus

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
From 438241f209056e9946d6de4b25858a55891489bf Mon Sep 17 00:00:00 2001
From: Marcus Lundblad m...@update.uu.se
Date: Tue, 19 May 2015 22:43:03 +0200
Subject: [PATCH] Install appdata

---
 debian/pidgin.install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/pidgin.install b/debian/pidgin.install
index 168140a..1d46c87 100644
--- a/debian/pidgin.install
+++ b/debian/pidgin.install
@@ -1,6 +1,7 @@
 debian/tmp/etc/gconf
 debian/tmp/usr/bin/pidgin
 debian/tmp/usr/lib/pidgin
+debian/tmp/usr/share/appdata
 debian/tmp/usr/share/applications
 debian/tmp/usr/share/man/*/pidgin.*
 debian/tmp/usr/share/man/*/Pidgin.*
-- 
2.1.4



Bug#785663: darktable: Install appstream appdata

2015-05-18 Thread Marcus Lundblad
Source: darktable
Severity: minor
Tags: patch

Hi!

The darktable package currently doesn't install the upstream appstream
appdata file.
Installing this would allow darktable to appear with f.ex. screenshots
in application centres such as gnome-software.
I'm suppying a patch against the packaging.

Sincerly,
Marcus Lundblad

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
From 129995f43dfeeea4074c91424fe9b97d88df2ad7 Mon Sep 17 00:00:00 2001
From: Marcus Lundblad m...@update.uu.se
Date: Mon, 18 May 2015 22:59:29 +0200
Subject: [PATCH] Install appstream appdata.

---
 debian/darktable.install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/darktable.install b/debian/darktable.install
index 020424a..61f0ad3 100644
--- a/debian/darktable.install
+++ b/debian/darktable.install
@@ -1,6 +1,7 @@
 usr/bin
 usr/lib/darktable
 usr/share/applications
+usr/share/appdata
 usr/share/man/man1
 usr/share/locale
 usr/share/icons/hicolor
-- 
2.1.4



Bug#785661: gimp: Install appstream appdata

2015-05-18 Thread Marcus Lundblad
Package: gimp
Version: 2.8.14-1+b1
Severity: minor
Tags: patch

The Gimp package currently doesn't install the upstream appstream
appdata file.
Adding this to the package will ultimatly enable gimp to appear better
in application centres such as gnome-software.
I'm supplying a patch against the packaging.

Sincerly,
Marcus Lundblad

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

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

Versions of packages gimp depends on:
ii  gimp-data2.8.14-1
ii  libaa1   1.4p5-43
ii  libatk1.0-0  2.16.0-2
ii  libbabl-0.1-00.1.12-2
ii  libbz2-1.0   1.0.6-7+b3
ii  libc62.19-18
ii  libcairo21.14.0-2.1
ii  libdbus-1-3  1.8.16-1
ii  libdbus-glib-1-2 0.102-1
ii  libexif120.6.21-2
ii  libexpat12.1.0-6+b3
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-4
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libgegl-0.2-00.2.0-7+b1
ii  libgimp2.0   2.8.14-1+b1
ii  libglib2.0-0 2.44.0-3
ii  libgs9   9.06~dfsg-2
ii  libgtk2.0-0  2.24.25-3
ii  libgudev-1.0-0   215-17
ii  libice6  2:1.0.9-1+b1
ii  libjasper1   1.900.1-debian1-2.4
ii  libjpeg62-turbo  1:1.4.0-7
ii  liblcms2-2   2.6-3+b3
ii  libmng1  1.0.10+dfsg-3.1+b3
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3
ii  libpng12-0   1.2.50-2+b2
ii  libpoppler-glib8 0.26.5-2
ii  librsvg2-2   2.40.5-1
ii  libsm6   2:1.2.2-1+b1
ii  libtiff5 4.0.3-13
ii  libwmf0.2-7  0.2.8.4-10.3+b2
ii  libx11-6 2:1.6.3-1
ii  libxcursor1  1:1.1.14-1+b1
ii  libxext6 2:1.3.3-1
ii  libxfixes3   1:5.0.1-2+b2
ii  libxmu6  2:1.1.2-1
ii  libxpm4  1:3.5.11-1+b1
ii  libxt6   1:1.1.4-1+b1
ii  python-gtk2  2.24.0-4
ii  python2.72.7.10~rc1-1
pn  python:any   none
ii  zlib1g   1:1.2.8.dfsg-2+b1

Versions of packages gimp recommends:
ii  ghostscript  9.06~dfsg-2

Versions of packages gimp suggests:
pn  gimp-data-extras  none
pn  gimp-help-en | gimp-help  none
ii  gvfs-backends 1.22.2-1+b1
ii  libasound21.0.28-1

-- no debconf information
From 389876b79aaec8d4d54fa19b4b32f848dfb440ae Mon Sep 17 00:00:00 2001
From: Marcus Lundblad m...@update.uu.se
Date: Mon, 18 May 2015 22:50:25 +0200
Subject: [PATCH] Install appstream appdata.

---
 debian/gimp.install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/gimp.install b/debian/gimp.install
index 44265a6..548d8b8 100644
--- a/debian/gimp.install
+++ b/debian/gimp.install
@@ -9,6 +9,7 @@ usr/lib/gimp/2.0/interpreters/
 usr/lib/gimp/2.0/plug-ins/
 usr/lib/gimp/2.0/python/
 usr/share/applications
+usr/share/appdata
 usr/share/man/man1/gimp.1
 usr/share/man/man1/gimp-?.?.1
 usr/share/man/man1/gimp-console.1
-- 
2.1.4



Bug#785516: supertuxkart: Install appstream appdata

2015-05-17 Thread Marcus Lundblad
Source: supertuxkart
Severity: minor
Tags: patch

Hi!

Currently the supertuxkart package doesn't install the upstream
appdata file.
Installing this would allow supertuxkart to show up in application
centers such as gnome-software.
I'm supplying a patch to the packaging.

Sincerly,
Marcus Lundblad

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Naur ./debian/supertuxkart.install ../supertuxkart-0.8.1.orig/debian/supertuxkart.install
--- ./debian/supertuxkart.install	2015-05-17 12:46:24.931369470 +0200
+++ ../supertuxkart-0.8.1.orig/debian/supertuxkart.install	2015-05-17 12:45:50.230300761 +0200
@@ -1,5 +1,4 @@
 debian/tmp/usr/games
 debian/tmp/usr/share/applications
-debian/tmp/usr/share/appdata
 debian/tmp/usr/share/icons
 debian/tmp/usr/share/pixmaps


Bug#785156: stellarium: Install appstream appdata

2015-05-14 Thread Marcus Lundblad
Hi!

Thanks for pushing this!
I think it can wait until there's some real change.
Since currently, as I understand it, the metadata isn't automatically
generated from the APT repos (I think there is some dak patches for that
in the works). So, currently in gnome-software you can basically only
search for already installed applications as it seems.

//Marcus


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



Bug#785156: stellarium: Install appstream appdata

2015-05-12 Thread Marcus Lundblad
Package: stellarium
Version: 0.13.3-1
Severity: minor
Tags: patch

Dear Maintainer,

The Stellarium package contains an appstream appdata file
that could make Stellarium appear in appstream-based appstore applications
such as gnome-software.
Currently this is not included in the Debian package.
I'm supplying a patch that adds this file.

Sincerly,
Marcus

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

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

Versions of packages stellarium depends on:
ii  libc62.19-18
ii  libgcc1  1:4.9.2-10
ii  libgl1-mesa-glx [libgl1] 10.4.2-2
ii  libqt5concurrent55.3.2+dfsg-5
ii  libqt5core5a [qtbase-abi-5-3-2]  5.3.2+dfsg-5
ii  libqt5declarative5   5.3.2-3
ii  libqt5gui5   5.3.2+dfsg-5
ii  libqt5network5   5.3.2+dfsg-5
ii  libqt5opengl55.3.2+dfsg-5
ii  libqt5script55.3.2+dfsg-2
ii  libqt5widgets5   5.3.2+dfsg-5
ii  libstdc++6   4.9.2-10
ii  qtquick1-qml-plugins 5.3.2-3
ii  stellarium-data  0.13.3-1
ii  zlib1g   1:1.2.8.dfsg-2+b1

stellarium recommends no packages.

stellarium suggests no packages.

-- no debconf information
From 1c34079408e18f9fb35d5094f5c663458d5fc768 Mon Sep 17 00:00:00 2001
From: Marcus Lundblad m...@update.uu.se
Date: Tue, 12 May 2015 22:48:56 +0200
Subject: [PATCH] Install appstream appdata.

---
 debian/stellarium.install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/stellarium.install b/debian/stellarium.install
index f9cc757..f1714d3 100644
--- a/debian/stellarium.install
+++ b/debian/stellarium.install
@@ -1,4 +1,5 @@
 usr/share/applications/stellarium.desktop
+usr/share/appdata/stellarium.appdata.xml
 usr/share/pixmaps/stellarium.xpm
 usr/bin/stellarium
 usr/share/man/man1/stellarium.1
-- 
2.1.4



Bug#770881: josm: JOSM package doesn't install the appstream appdata.xml file

2014-11-24 Thread Marcus Lundblad
Package: josm
Version: 0.0.svn7643+dfsg1-1
Severity: normal
Tags: patch

The JOSM package doesn't install the upstream josm.appdata.xml file.
This should ultimately allow JOSM to be discovered and install from f.ex.
gnome-software

//Marcus

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

Kernel: Linux 3.16-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages josm depends on:
ii  ant  1.9.4-3
ii  default-jre  2:1.7-52
ii  fonts-droid  1:4.4.4r2-4
ii  jmapviewer   1.03+dfsg-2
ii  libandroid-json-org-java 20121204-20090211-1
ii  libcommons-codec-java1.9-1
ii  libgettext-commons-java  0.9.6-2
ii  libmetadata-extractor-java   2.6.4-2
ii  liboauth-signpost-java   1.2.1.2-1.2
ii  libsvgsalamander-java0~svn95-1
ii  openstreetmap-map-icons-classic  1:0.0.svn30763-1

Versions of packages josm recommends:
ii  josm-l10n 0.0.svn7643+dfsg1-1
pn  josm-plugins  none
ii  webkit-image-gtk  0.0.svn25399-3

josm suggests no packages.

-- no debconf information
From 6fa965e3800bdfad2ee5be533f5dc1fe18700a3e Mon Sep 17 00:00:00 2001
From: Marcus Lundblad m...@update.uu.se
Date: Mon, 24 Nov 2014 22:37:17 +0100
Subject: [PATCH] Install appdata.

---
 debian/josm.dirs | 1 +
 debian/rules | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/josm.dirs b/debian/josm.dirs
index 8419bbe..1344346 100644
--- a/debian/josm.dirs
+++ b/debian/josm.dirs
@@ -2,3 +2,4 @@
 /usr/share/josm
 /usr/share/pixmaps
 /usr/share/applications
+/usr/share/appdata
diff --git a/debian/rules b/debian/rules
index 990b203..a8d9a64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ override_dh_auto_install:
 	install -m 644 $(CURDIR)/debian/icons/josm-32.xpm $(CURDIR)/debian/josm/usr/share/pixmaps/josm-32.xpm
 	install -m 644 $(CURDIR)/images/logo.png $(CURDIR)/debian/josm/usr/share/pixmaps/josm.png
 	install -m 644 $(CURDIR)/debian/josm.desktop $(CURDIR)/debian/josm/usr/share/applications/josm.desktop
+	install -m 644 $(CURDIR)/linux/josm.appdata.xml $(CURDIR)/debian/josm/usr/share/appdata/josm.appdata.xml
 
 override_dh_install:
 	dh_install
-- 
2.1.3



Bug#770148: gnome-logs doesn't start when launched from gnome-shell

2014-11-18 Thread Marcus Lundblad
Package: gnome-logs
Version: 3.14.1-1
Severity: normal

When launching gnome-logs from gnome-shell, nothing happens.
It works when run from a terminal.
This seems like exactly the same issue as Cheese had before.
Looking at /usr/share/dbus/services.d/org.gnome.Logs.service you can see that
the prefix has an unescaped shell variable.

The fix seems to be in this git commit:
https://git.gnome.org/browse/gnome-logs/commit/?h=gnome-3-14id=5b9c09aa12caa5fadd2fb0c54bfaa449f1e5791f
In case a full upgrade to 3.14.2 is not considered.

//Marcus

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

Kernel: Linux 3.16-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-logs depends on:
ii  gsettings-desktop-schemas  3.14.1-1
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-13
ii  libcairo-gobject2  1.14.0-2.1
ii  libcairo2  1.14.0-2.1
ii  libgdk-pixbuf2.0-0 2.31.1-2+b1
ii  libglib2.0-0   2.42.0-2
ii  libgtk-3-0 3.14.4-2
ii  libpango-1.0-0 1.36.8-2
ii  libpangocairo-1.0-01.36.8-2
ii  libsystemd0215-5+b1

gnome-logs recommends no packages.

gnome-logs suggests no packages.

-- debconf-show failed


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



Bug#768896: Also affects other clutter-using applications

2014-11-13 Thread Marcus Lundblad
This also affects ie. gnome-maps.
If you leave it open during suspend/resume, the map view (using Clutter)
shows the same random-pixel pattern. Other than that, widgets are shown
as usual.

I'm suspecting some refresh is triggered but that this does not happen
for some Clutter surfaces.

//Marcus


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



Bug#765436: GNOME-Shell wallpapers and suspend-to-ram/hibernation

2014-11-02 Thread Marcus Lundblad
In fact, this to happen also with the gnome-maps, the map view show the
same kind of random noise after resume.
So, I suspect this affects all applications using clutter.
Not sure why the entire gnome-shell composited desktop doesn't look like
this after suspend (since mutter uses clutter for its scene graph), but
maybe the window manager does some refresh (which doesn't affect
applications using clutter directly to render).

//Marcus


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



Bug#767173: gnome-shell: Display freezes but mouse stays operational

2014-10-29 Thread Marcus Lundblad
I think this is probably the same bug that happens whenever I
right-click on the desktop.
Using alt+f2 r to restart gnome-shell brings it back to normal.

//Marcus


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



Bug#765421: Re: Re: Re: Bug#765421: jmapviewer/josm issue

2014-10-18 Thread Marcus Lundblad
I cooked up a patch that fetches the logo image if the embedded resource
isn't found in the package. The reason I did this instead of just
overriding the original code is to hopefully make it possibly more
upstreamable.
I tried building and installing the package with the patch applied and
Josm can successfully load Bing aerials with this.

//Marcus
diff -r jmapviewer-1.03+dfsg.orig/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java jmapviewer-1.03+dfsg/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
5a6
 import java.io.InputStream;
177c178,184
 return ImageIO.read(JMapViewer.class.getResourceAsStream(images/bing_maps.png));
---
 	final InputStream imageResource =
 		JMapViewer.class.getResourceAsStream(images/bing_maps.png); 
 	if (imageResource != null) {
 		return ImageIO.read(imageResource);
 	} else {
 		return ImageIO.read(new URL(http://dev.virtualearth.net/Branding/logo_powered_by.png;));
 	}


Bug#765421: jmapviewer/josm issue

2014-10-17 Thread Marcus Lundblad
ImageIO.read() has a variant taking a java.io.URL instance.
This should, by default, use caching (possibly in-memory per-session,
but we would download the tiles anyway, so maybe that is acceptable)
automatically.
I was about to try to cook up a patch falling back to using this method
if the getResourceAsStream() call returns null, but I couldn't find a
URL to the Bing logo.
The logo embedded in the upstream source seems to be an older version,
and looking at the bing.com website I could only see sheet images
(indexed by CSS classes).

//Marcus


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



Bug#765436: GNOME-Shell wallpapers and suspend-to-ram/hibernation

2014-10-17 Thread Marcus Lundblad
I also get this problem.
But this only seems to affect me desktop system with Nvidia graphics
(using the proprietary driver), my work laptop and netbook with Intel
graphics doesn't get this problem.
There's also a problem with the right-click menu on the background.
If I right-click after having been to suspend, the menu doesn't appear
and after this gnome-shell doesn't respond to any mouse input (can't
move windows etc.), keyboard still works, and I can restart gnome-shell
(alt+f2 r).
After restarting, the desktop background is back to normal as well.
Pascal, do you see similar problems?

//Marcus


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



Bug#764681: gnome-clocks: Adding locations is broken

2014-10-10 Thread Marcus Lundblad
Package: gnome-clocks
Version: 3.14.0-1
Severity: normal

Dear Maintainer,

After upgrading to 3.14.0, trying to add world clock locations brings up a
broken dialog (that also can't be closed, the only way to close clocks now is
via the application menu).
If running from the terminal, the following is outputted on stderr when
clicking the New button:

(gnome-clocks:14882): Gtk-CRITICAL **: Error building template class 
'ClocksWorldLocationDialog' for an instance of type 
'ClocksWorldLocationDialog': Invalid object type `GWeatherLocationEntry' on 
line 2

//Marcus

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

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

Versions of packages gnome-clocks depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  geoclue-2.0  2.1.8-1
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-11
ii  libcairo-gobject21.12.16-5
ii  libcairo21.12.16-5
ii  libcanberra0 0.30-2.1
ii  libgdk-pixbuf2.0-0   2.30.8-1+b1
ii  libgeocode-glib0 3.14.0-1
ii  libglib2.0-0 2.42.0-2
ii  libgnome-desktop-3-103.14.0-1
ii  libgtk-3-0   3.14.1-1
ii  libgweather-3-6  3.14.0-1
ii  libpango-1.0-0   1.36.8-2
ii  libpangocairo-1.0-0  1.36.8-2

gnome-clocks recommends no packages.

gnome-clocks suggests no packages.

-- debconf-show failed


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



Bug#763393: epiphany-browser: gnome-shell search prover is not installed

2014-09-29 Thread Marcus Lundblad
Package: epiphany-browser
Version: 3.12.1-1
Severity: normal

The shell search provider doesn't seem to be included in the epiphany-browser
package.

Regards,
Marcus

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

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

Versions of packages epiphany-browser depends on:
ii  dbus-x111.8.6-2
ii  epiphany-browser-data   3.12.1-1
ii  gnome-icon-theme3.12.0-1
ii  gnome-icon-theme-symbolic   3.12.0-1
ii  gsettings-desktop-schemas   3.14.0-1
ii  iso-codes   3.56-1
ii  libatk1.0-0 2.12.0-1
ii  libavahi-client30.6.31-4
ii  libavahi-common30.6.31-4
ii  libavahi-gobject0   0.6.31-4
ii  libc6   2.19-11
ii  libcairo-gobject2   1.12.16-5
ii  libcairo2   1.12.16-5
ii  libgcr-base-3-1 3.12.2-1
ii  libgcr-ui-3-1   3.12.2-1
ii  libgdk-pixbuf2.0-0  2.30.8-1
ii  libglib2.0-02.42.0-1
ii  libgnome-desktop-3-10   3.14.0-1
ii  libgtk-3-0  3.12.2-3+b1
ii  libjavascriptcoregtk-3.0-0  2.4.5-2
ii  libnotify4  0.7.6-2
ii  libnspr42:4.10.7-1
ii  libnss3 2:3.17.1-1
ii  libpango-1.0-0  1.36.7-1
ii  libpangocairo-1.0-0 1.36.7-1
ii  libsecret-1-0   0.18-1+b1
ii  libsoup2.4-12.48.0-1
ii  libsqlite3-03.8.6-1
ii  libwebkit2gtk-3.0-252.4.5-2
ii  libwnck-3-0 3.4.9-1
ii  libx11-62:1.6.2-3
ii  libxml2 2.9.1+dfsg1-4
ii  libxslt1.1  1.1.28-2+b1

Versions of packages epiphany-browser recommends:
ii  ca-certificates  20140325
ii  evince   3.12.2-1
ii  yelp 3.12.0-1

epiphany-browser suggests no packages.

-- debconf-show failed


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



Bug#761009: libclutter-gtk-1.0-0: Programs using clutter-gtk crashes when using the proprietary Nvidia driver

2014-09-09 Thread Marcus Lundblad
Package: libclutter-gtk-1.0-0
Version: 1.5.4-1
Severity: normal

Programs using clutter-gtk, such as gnome-maps and totem, started crashing
after the last update to clutter-gtk.
The following is printed:

(gnome-maps:383): Gdk-ERROR **: The program 'gnome-maps' received an X Window 
System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 384 error_code 8 request_code 155 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

This bug seems to be the same as reported in Fedora here:
https://bugzilla.redhat.com/show_bug.cgi?id=1139052

//Marcus

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

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

Versions of packages libclutter-gtk-1.0-0 depends on:
ii  libatk1.0-0 2.12.0-1
ii  libc6   2.19-10
ii  libcairo-gobject2   1.12.16-3
ii  libcairo2   1.12.16-3
ii  libclutter-1.0-01.18.4-1
ii  libcogl-pango20 1.18.2-2
ii  libcogl-path20  1.18.2-2
ii  libcogl20   1.18.2-2
ii  libdrm2 2.4.56-1
ii  libegl1-mesa [libegl1-x11]  10.2.6-1
ii  libgbm1 10.2.6-1
ii  libgdk-pixbuf2.0-0  2.30.8-1
ii  libglib2.0-02.40.0-5
ii  libgtk-3-0  3.12.2-3+b1
ii  libjson-glib-1.0-0  1.0.2-1
ii  libpango-1.0-0  1.36.6-1
ii  libpangocairo-1.0-0 1.36.6-1
ii  libwayland-client0  1.5.0-1
ii  libwayland-cursor0  1.5.0-1
ii  libwayland-egl1-mesa [libwayland-egl1]  10.2.6-1
ii  libwayland-server0  1.5.0-1
ii  libx11-62:1.6.2-3
ii  libxcomposite1  1:0.4.4-1
ii  libxdamage1 1:1.1.4-2
ii  libxext62:1.3.2-1
ii  libxfixes3  1:5.0.1-2
ii  libxi6  2:1.7.4-1
ii  libxkbcommon0   0.4.1-2
ii  libxrandr2  2:1.4.2-1
ii  multiarch-support   2.19-10

libclutter-gtk-1.0-0 recommends no packages.

libclutter-gtk-1.0-0 suggests no packages.

-- debconf-show failed


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



Bug#748152: totem-pl-parser: Does not build the totem-pl-parser-videosite helper binary

2014-05-14 Thread Marcus Lundblad
Source: totem-pl-parser
Severity: normal

totem-pl-parser includes a helper binary to parse video URLs for embedded media 
URLs.
This is used, AFAICT when a Grilo plugin returns media objects with the 
external_url
property set.
This binary is not built by the Debian package and seems to affect f.ex. the 
Guardian
Grilo plugin.

//Marcus

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

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.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#746641: totem: Fails to play youtube videos

2014-05-02 Thread Marcus Lundblad
Package: totem
Version: 3.12.0-2
Severity: normal

Tried to search for videos on Youtube.
When trying to play a video, you get a dialog about a missing HTML decoder.
On the terminal the following is printed:
** Message: Missing plugin: gstreamer|1.0|totem|text/html 
decoder|decoder-text/html (text/html decoder)
** Message: Automatic missing codec installation not supported (helper script 
missing)

I guess there is some gstreamer plugin missing.

//Marcus

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

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

Versions of packages totem depends on:
ii  gnome-icon-theme3.12.0-1
ii  gnome-icon-theme-symbolic   3.12.0-1
ii  grilo-plugins-0.2   0.2.12-2
ii  gsettings-desktop-schemas   3.8.2-2
ii  gstreamer1.0-clutter2.0.10-1
ii  gstreamer1.0-plugins-bad1.2.4-1
ii  gstreamer1.0-plugins-base   1.2.4-1
ii  gstreamer1.0-plugins-good   1.2.4-1
ii  gstreamer1.0-x  1.2.4-1
ii  libatk1.0-0 2.12.0-1
ii  libc6   2.18-4
ii  libcairo-gobject2   1.12.16-2
ii  libcairo2   1.12.16-2
ii  libclutter-1.0-01.18.2-1
ii  libclutter-gst-2.0-02.0.10-1
ii  libclutter-gtk-1.0-01.4.4-3+b1
ii  libcogl-pango20 1.18.0-2
ii  libcogl-path20  1.18.0-2
ii  libcogl20   1.18.0-2
ii  libdrm2 2.4.52-1
ii  libegl1-mesa [libegl1-x11]  10.1.0-5
ii  libgbm1 10.1.0-5
ii  libgdk-pixbuf2.0-0  2.30.7-1
ii  libgirepository-1.0-1   1.40.0-2
ii  libglib2.0-02.40.0-2
ii  libgrilo-0.2-1  0.2.10-1
ii  libgstreamer-plugins-base1.0-0  1.2.4-1
ii  libgstreamer1.0-0   1.2.4-1
ii  libgtk-3-0  3.12.1-1
ii  libjson-glib-1.0-0  1.0.0-1
ii  libnautilus-extension1a 3.8.2-2
ii  libpango-1.0-0  1.36.3-1
ii  libpangocairo-1.0-0 1.36.3-1
ii  libpeas-1.0-0   1.10.0-2
ii  libtotem-plparser18 3.10.2-1
ii  libtotem0   3.12.0-2
ii  libwayland-client0  1.4.0-1
ii  libwayland-cursor0  1.4.0-1
ii  libwayland-egl1-mesa [libwayland-egl1]  10.1.0-5
ii  libwayland-server0  1.4.0-1
ii  libx11-62:1.6.2-1
ii  libxcomposite1  1:0.4.4-1
ii  libxdamage1 1:1.1.4-1
ii  libxext62:1.3.2-1
ii  libxfixes3  1:5.0.1-1
ii  libxi6  2:1.7.2-1
ii  libxkbcommon0   0.4.0-1
ii  libxml2 2.9.1+dfsg1-3
ii  libxrandr2  2:1.4.2-1
pn  python:any  none
ii  totem-common3.12.0-2

Versions of packages totem recommends:
ii  gstreamer1.0-libav 1.2.4-1
ii  gstreamer1.0-plugins-ugly  1.2.4-1
ii  gstreamer1.0-pulseaudio1.2.4-1
ii  totem-plugins  3.12.0-2

Versions of packages totem suggests:
pn  gnome-codec-install  none
pn  totem-mozillanone

-- debconf-show failed


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



Bug#742485: debian-installer: debian-test-amd64-gnome-CD1.iso installs XFCE

2014-03-24 Thread Marcus Lundblad
Package: debian-installer
Severity: normal
Tags: d-i

I tried installing in a VM (VirtualBox) using the latest snapshot of CD1 with
gnome.
I used the graphical installer and had debian desktop checked.
After installing and booting, I got logged in to XFCE. No core Gnome packages
seems to be installed.



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

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.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#742485: debian-installer: debian-test-amd64-gnome-CD1.iso installs XFCE

2014-03-24 Thread Marcus Lundblad
I used this image:
http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-gnome-CD-1.iso

//Marcus


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



Bug#742485: debian-installer: debian-test-amd64-gnome-CD1.iso installs XFCE

2014-03-24 Thread Marcus Lundblad
A network mirror was available, yes.

//Marcus


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



Bug#740139: gnome-maps fails to start

2014-02-25 Thread Marcus Lundblad
Package: gnome-maps
Version: 3.10.2-1
Severity: grave
Justification: renders package unusable

Trying to start gnome-maps I get the following stderr output:

JS ERROR: !!!   Exception was: Gio.DBusError: Error calling
StartServiceByName for org.freedesktop.GeoClue2:
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited
with unknown return code 253
JS ERROR: !!! message = 'Error calling StartServiceByName for
org.freedesktop.GeoClue2:
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited
with unknown return code 253'
JS ERROR: !!! fileName = '/usr/share/gjs-1.0/overrides/Gio.js'
JS ERROR: !!! lineNumber = '250'
JS ERROR: !!! stack = '0
anonymous(null)@/usr/share/gjs-1.0/overrides/Gio.js:250
1 anonymous(cancellable = null, asyncCallback = undefined, object =
/org/freedesktop/GeoClue2/Manager, name = org.freedesktop.GeoClue2,
bus = [object GObject_Object])@/usr/share/gjs-1.0/overrides/Gio.js:209
2 anonymous()@/usr/share/gnome-maps/js/geoclue.js:110
3 wrapper()@/usr/share/gjs-1.0/lang.js:213
4 anonymous()@/usr/share/gjs-1.0/lang.js:154
5 anonymous()@/usr/share/gjs-1.0/lang.js:248
6 anonymous(overlay = [object GObject_Object])@/usr/share/gnome-
maps/js/mapView.js:87
7 wrapper([object GObject_Object])@/usr/share/gjs-1.0/lang.js:213
8 anonymous(app = [object GObject_Object])@/usr/share/gnome-
maps/js/mainWindow.js:69
9 wrapper([object GObject_Object])@/usr/share/gjs-1.0/lang.js:213
10 anonymous([object GObject_Object])@/usr/share/gjs-1.0/lang.js:154
11 anonymous([object GObject_Object])@/usr/share/gjs-1.0/lang.js:248
12 anonymous()@/usr/share/gnome-maps/js/application.js:97
13 wrapper()@/usr/share/gjs-1.0/lang.js:213
14 anonymous()@/usr/share/gnome-maps/js/application.js:102
15 wrapper()@/usr/share/gjs-1.0/lang.js:213
16 start()@/usr/share/gnome-maps/js/main.js:28
17 TOP LEVEL@command line:1
'

Is it somehow possible to start the geoclue2 dbus service manually to try and
debug this?

Sincerly,
Marcus Lundblad



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

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

Versions of packages gnome-maps depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.18.0-1
ii  geoclue-2.0  2.0.0-4
ii  gir1.2-champlain-0.120.12.5-1
ii  gir1.2-clutter-1.0   1.14.4-3
ii  gir1.2-cogl-1.0  1.14.0-3
ii  gir1.2-gdkpixbuf-2.0 2.30.5-1
ii  gir1.2-geocodeglib-1.0   3.10.0-1
ii  gir1.2-glib-2.0  1.36.0-2+b1
ii  gir1.2-gtk-3.0   3.10.7-1
ii  gir1.2-gtkchamplain-0.12 0.12.5-1
ii  gir1.2-gtkclutter-1.01.4.4-3
ii  gjs  1.36.1-2

gnome-maps recommends no packages.

gnome-maps 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#721553: empathy-call crashes trying to start a call

2013-09-02 Thread Marcus Lundblad
This is the dump from info sharedLibraries in gdb:

(gdb) info sharedlibrary
FromTo  Syms Read   Shared Object
Library
0x77ddbaa0  0x77df4ca9
Yes /lib64/ld-linux-x86-64.so.2
No  linux-vdso.so.1
0x77bcceb0  0x77bd4778  Yes
(*) /usr/lib/x86_64-linux-gnu/libfarstream-0.1.so.0
0x779a8a80  0x779bbd68  Yes
(*) /usr/lib/x86_64-linux-gnu/libtelepathy-farstream.so.2
0x777907d0  0x77796e9a  Yes
(*) /usr/lib/x86_64-linux-gnu/libclutter-gst-1.0.so.0
0x7757fec0  0x775850f8  Yes
(*) /usr/lib/x86_64-linux-gnu/libenchant.so.1
0x77371b10  0x773772a6  Yes
(*) /usr/lib/libgeocode-glib.so.0
0x77165ce0  0x77168dbc  Yes
(*) /usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0
0x76e69400  0x76ed1c76
Yes /lib/x86_64-linux-gnu/libm.so.6
0x76c48060  0x76c5a1d4  Yes
(*) /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2
0x76a14fe0  0x76a30fdc  Yes
(*) /usr/lib/libfolks-telepathy.so.25
0x767bdf80  0x767f05fc  Yes
(*) /usr/lib/libfolks.so.25
0x765626d0  0x76592eb8  Yes
(*) /usr/lib/x86_64-linux-gnu/libgee.so.2
0x762b33c0  0x7633296c  Yes
(*) /usr/lib/x86_64-linux-gnu/libgnutls.so.26
0x7608db80  0x76093c44  Yes
(*) /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0
0x75dc7700  0x75e4420c  Yes
(*) /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
0x75b9e6d0  0x75b9e83a  Yes
(*) /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
0x759773a0  0x7598ff08  Yes
(*) /usr/lib/x86_64-linux-gnu/libtelepat---Type return to
continue, or q return to quit---
hy-logger.so.2
0x755878c0  0x756a3766  Yes
(*) /usr/lib/x86_64-linux-gnu/libtelepathy-glib.so.0
0x751f7870  0x752ddf7e  Yes
(*) /usr/lib/x86_64-linux-gnu/libxml2.so.2
0x74fc5cb0  0x74fc7140  Yes
(*) /usr/lib/x86_64-linux-gnu/libcanberra-gtk3.so.0
0x74db63f0  0x74dbf33c  Yes
(*) /usr/lib/x86_64-linux-gnu/libcanberra.so.0
0x74baedb0  0x74bb0624  Yes
(*) /usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0
0x74970470  0x7499afb8  Yes
(*) /usr/lib/x86_64-linux-gnu/libpulse.so.0
0x72efa380  0x741c47ac  Yes
(*) /usr/lib/libwebkitgtk-3.0.so.0
0x728ff450  0x729027d0  Yes
(*) /usr/lib/x86_64-linux-gnu/libclutter-gtk-1.0.so.0
0x7229ba20  0x7252f390  Yes
(*) /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
0x71f1a970  0x71fc528d  Yes
(*) /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
0x71c7c480  0x71cbf39b  Yes
(*) /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
0x719dd9f0  0x71a32a09  Yes
(*) /usr/lib/x86_64-linux-gnu/libcogl.so.12
0x716a5f60  0x717294fb  Yes
(*) /usr/lib/x86_64-linux-gnu/libX11.so.6
0x7135d900  0x71415c4b  Yes
(*) /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
0x71112870  0x711246c0  Yes
(*) /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
0x70ece9a0  0x70eedfe8  Yes
(*) /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
0x70bcc3d0  0x70c863cc  Yes
(*) /usr/lib/x86_64-linux-gnu/libcairo.so.2
0x70975fd0  0x709a3006  Yes
(*) /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
0x706861f0  0x706f646a  Yes
(*) /lib/x86_64-linux-gnu/libglib-2.0.so.0
0x704557a0  0x70460841
Yes /lib/x86_64-linux-gnu/libpthread.so.0
0x700c33c0  0x701f3b1f
Yes /lib/x86_64-linux-gnu/libc.so.6
0x7fffefe5bb90  0x7fffefe90530  Yes
(*) /usr/lib/x86_64-linux-gnu/libgstbase-0.10.so.0
0x7fffefc4c150  0x7fffefc4d005  Yes
(*) /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
0x7fffefa45310  0x7fffefa4810c
Yes /lib/x86_64-linux-gnu/librt.so.1
0x7fffef805ab0  0x7fffef82f344  Yes
(*) /lib/x86_64-linux-gnu/libdbus-1.so.3
0x7fffef5e6e60  0x7fffef5f6520  Yes
(*) /usr/lib/x86_64-linux-gnu/libgstvideo-0.10.so.0
0x7fffef3b4c70  0x7fffef3d0824  Yes
(*) /usr/lib/x86_64-linux-gnu/libgsttag-0.10.so.0
0x7fffef18de90  0x7fffef19f880  Yes
(*) /usr/lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
0x7fffeeefeac0  0x7fffeef39cec  Yes
(*) /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1
0x7fffeecb5400  0x7fffeecbc986  Yes
(*) /lib/x86_64-linux-gnu/libudev.so.0
0x7fffeea8d080  0x7fffeeaa4de8  Yes
(*) /usr/lib/x86_64-linux-gnu/libgconf-2.so.4
0x7fffee80af00  0x7fffee858548  Yes
(*) /lib/x86_64-linux-gnu/libgcrypt.so.1---Type return to
continue, or q return t
0x7fffee5ed540  0x7fffee5fb9a8  Yes
(*) /lib/x86_64-linux-gnu/libz.so.1

Bug#721553: empathy-call crashes trying to start a call

2013-09-01 Thread Marcus Lundblad
Package: empathy
Version: 3.4.2.3-4+b1
Severity: important

Trying to start a call makes empathy-call crash, making empathy show a An 
error occured when starting call message dialog.

The following stack trace (plus suspicious glib warnings/errors) was obtained 
using gdb:

(empathy-call:32320): GLib-GObject-WARNING **: specified class size for type 
`GstPulseSrc' is smaller than the parent type's `GstAudioSrc' class size

(empathy-call:32320): GLib-GObject-CRITICAL **: g_type_add_interface_static: 
assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(empathy-call:32320): GLib-GObject-CRITICAL **: g_type_add_interface_static: 
assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(empathy-call:32320): GLib-GObject-CRITICAL **: g_type_add_interface_static: 
assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(empathy-call:32320): GLib-GObject-CRITICAL **: g_type_add_interface_static: 
assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(empathy-call:32320): GLib-CRITICAL **: g_once_init_leave: assertion `result != 
0' failed

(empathy-call:32320): GStreamer-CRITICAL **: gst_element_register: assertion 
`g_type_is_a (type, GST_TYPE_ELEMENT)' failed

Program received signal SIGSEGV, Segmentation fault.
0x0043222d in empathy_audio_src_supports_changing_mic (
self=self@entry=0x10bb250) at empathy-audio-src.c:152



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

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

Versions of packages empathy depends on:
ii  dbus-x11 1.6.12-1
ii  dconf-gsettings-backend [gsettings-backend]  0.16.1-1
ii  empathy-common   3.4.2.3-4
ii  geoclue  0.12.99-2
ii  gnome-icon-theme 3.8.2-2
ii  gsettings-desktop-schemas3.4.2-3
ii  libc62.17-92
ii  libcairo21.12.14-4
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libchamplain-0.12-0  0.12.3-2+b1
ii  libchamplain-gtk-0.12-0  0.12.3-2+b1
ii  libcheese-gtk21  3.4.2-2+b1
ii  libclutter-1.0-0 1.14.4-2
ii  libclutter-gst-1.0-0 1.6.0-2+b1
ii  libclutter-gtk-1.0-0 1.2.0-2+b1
ii  libcogl121.14.0-3
ii  libdbus-glib-1-2 0.100.2-1
ii  libebook-1.2-13  3.4.4-4
ii  libenchant1c2a   1.6.0-10
ii  libfarstream-0.1-0   0.1.2-1
ii  libfolks-telepathy25 0.6.9-1+b1
ii  libfolks25   0.6.9-1+b1
ii  libgcr-base-3-1  3.8.2-4
ii  libgcr-ui-3-13.8.2-4
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libgee2  0.6.8-1
ii  libgeoclue0  0.12.99-2
ii  libgeocode-glib0 0.99.1-1
ii  libglib2.0-0 2.36.4-1
ii  libgnome-keyring03.4.1-1
ii  libgnutls26  2.12.23-5
ii  libgoa-1.0-0 3.8.2-1
ii  libgstreamer-plugins-base0.10-0  0.10.36-1.1
ii  libgstreamer0.10-0   0.10.36-1.2
ii  libgtk-3-0   3.8.2-3
ii  libgudev-1.0-0   175-7.2
ii  libmission-control-plugins0  1:5.14.1-2
ii  libnm-glib4  0.9.8.0-5
ii  libnotify4   0.7.5-2
ii  libpango-1.0-0   1.32.5-5+b1
ii  libpulse-mainloop-glib0  4.0-6
ii  libpulse04.0-6
ii  libsoup2.4-1 2.42.2-6
ii  libtelepathy-farstream2  0.4.0-3
ii  libtelepathy-glib0   0.20.4-1
ii  libtelepathy-logger2 0.4.0-1
ii  libwebkitgtk-3.0-0   2.0.4-2+b1
ii  libx11-6 2:1.6.1-1
ii  libxml2  2.9.1+dfsg1-3
ii  telepathy-logger 0.4.0-1
ii  telepathy-mission-control-5  1:5.14.1-2

Versions of packages empathy recommends:
ii  gvfs-backends1.16.3-1
ii  nautilus-sendto-empathy  3.4.2.3-4+b1
ii  sound-theme-freedesktop  0.8-1
ii  telepathy-gabble 0.18.0-1
ii  telepathy-haze   0.6.0-1
ii  

Bug#691731: gnome-shell: Show keyboard layout is broken

2012-10-29 Thread Marcus Lundblad
Package: gnome-shell
Version: 3.4.2-2
Severity: normal

On a fresh wheezy installation, when adding more than one keyboard layout
from the regional settings, so that the keymap selection menu appears in the
top bar, the menu option to show the keyboard layout results in an error
notification:

gkbd-keyboard-display: command not found

Installing gkbd-capplet solves this issue (the package supplies
/usr/bin/gkbd-keyboard-display).

So, I think gnome-shell should depend (or recommend?) gkbd-capplet

Regards,
Marcus Lundblad

  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-2
ii  gconf-service3.2.5-1+build1
ii  gir1.2-accountsservice-1.0   0.6.21-6
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-caribou-1.0   0.4.4-1
ii  gir1.2-clutter-1.0   1.10.8-2
ii  gir1.2-cogl-1.0  1.10.2-6
ii  gir1.2-coglpango-1.0 1.10.2-6
ii  gir1.2-folks-0.6 0.6.9-1+b1
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1+build1
ii  gir1.2-gcr-3 3.4.1-3
ii  gir1.2-gdesktopenums-3.0 3.4.2-1
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gee-1.0   0.6.4-2
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-3
ii  gir1.2-gnomebluetooth-1.03.4.2-1
ii  gir1.2-gtk-3.0   3.4.2-4
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.4.1-5
ii  gir1.2-networkmanager-1.00.9.4.0-6
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.105-1
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-telepathyglib-0.120.18.2-2
ii  gir1.2-telepathylogger-0.2   0.4.0-1
ii  gir1.2-upowerglib-1.00.9.17-1
ii  gjs  1.32.0-2
ii  gnome-bluetooth  3.4.2-1
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-settings-daemon3.4.2+git20120925.a4c817-1
ii  gnome-shell-common   3.4.2-2
ii  gnome-themes-standard3.4.2-2
ii  gsettings-desktop-schemas3.4.2-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-35
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcanberra0 0.28-5
ii  libclutter-1.0-0 1.10.8-2
ii  libcogl-pango0   1.10.2-6
ii  libcogl9 1.10.2-6
ii  libcroco30.6.6-1
ii  libdbus-1-3  1.6.8-1
ii  libdbus-glib-1-2 0.100-1
ii  libebook-1.2-13  3.4.3-1
ii  libecal-1.2-11   3.4.3-1
ii  libedataserver-1.2-163.4.3-1
ii  libedataserverui-3.0-1   3.4.3-1
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.9-1+b1
ii  libgck-1-0   3.4.1-3
ii  libgconf-2-4 3.2.5-1+build1
ii  libgcr-3-1   3.4.1-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgee2  0.6.4-2
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-2
ii  libgl1-mesa-glx [libgl1] 8.0.4-2
ii  libglib2.0-0 2.33.12+really2.32.4-2
ii  libgnome-keyring03.4.1-1
ii  libgnome-menu-3-03.4.2-3
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.4.2-4
ii  libical0 0.48-2
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-3.1
ii  libmutter0   3.4.1-5
ii  libnm-glib4  0.9.4.0-6
ii  libnm-util2

Bug#691396: ibus-anthy: Engine fails to start

2012-10-25 Thread Marcus Lundblad
Package: ibus-anthy
Version: 1.4.99.20120327-1
Severity: important

Trying to use ibus-anthy with gnome-shell 3.6.1 in experimental.
I add a Japanese keyboard layout using anthy. Things don't work.
After some digging around, I found that the file
/usr/share/ibus-anthy/engine/_config.py contains invalid paths.
These paths (PKGDATADIR, LIBEXECDIR, and LOCALEDIR) starts with /usr/share
Thus, python won't find the modules defined by the engine.
Manually changing these paths to have a prefix of /usr/ actually makes it
work.
I can now type in text with the Japanese input method (and also the input
method options appears in gnome-shell's keyboard menu in the top bar).

Regards,
Marcus Lundblad

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ibus-anthy depends on:
ii  anthy 9100h-18
ii  ibus  1.4.99.20120917-2
ii  libanthy0 9100h-18
ii  libc6 2.13-35
ii  libglib2.0-0  2.34.1-1
ii  python2.7.3-3

ibus-anthy recommends no packages.

ibus-anthy suggests no packages.

-- debconf-show failed


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



Bug#668385: gnome-sushi: sushi fails to start

2012-04-11 Thread Marcus Lundblad
Package: gnome-sushi
Version: 0.4.0-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

gnome-sushi is broken in testing.
Starting sushi manually from a terminal I get this:

http://pastebin.com/6t5HEeqi

Remove px from line 43 in /usr/share/sushi/style/gtk-style.css makes sushi
start again.
I guess this is because the CSS style file is using syntax only supported by a
newer version on gtk+

//Marcus

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

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

Versions of packages gnome-sushi depends on:
ii  gir1.2-atk-1.0  2.2.0-2
ii  gir1.2-clutter-1.0  1.8.4-1
ii  gir1.2-clutter-gst-1.0  1.4.6-1
ii  gir1.2-cogl-1.0 1.8.2-1
ii  gir1.2-coglpango-1.01.8.2-1
ii  gir1.2-evince-3.0   3.2.1-1
ii  gir1.2-freedesktop  1.31.10-1
ii  gir1.2-gdkpixbuf-2.02.24.1-1
ii  gir1.2-glib-2.0 1.31.10-1
ii  gir1.2-gst-plugins-base-0.100.10.36-1
ii  gir1.2-gstreamer-0.10   0.10.36-1
ii  gir1.2-gtk-3.0  3.2.3-1
ii  gir1.2-gtkclutter-1.0   1.0.4-1
ii  gir1.2-gtksource-3.03.4.0-2
ii  gir1.2-json-1.0 0.14.2-1
ii  gir1.2-pango-1.01.29.4-3+b1
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-27
ii  libcairo-gobject2   1.10.2-7
ii  libcairo2   1.10.2-7
ii  libclutter-1.0-01.8.4-1
ii  libclutter-gst-1.0-01.4.6-1
ii  libclutter-gtk-1.0-01.0.4-1
ii  libcogl-pango0  1.8.2-1
ii  libcogl51.8.2-1
ii  libdbus-1-3 1.5.12-1
ii  libdrm2 2.4.32-1
ii  libevince3-33.2.1-1
ii  libffi5 3.0.10-3
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libgirepository-1.0-1   1.31.10-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]  1.30.1-1
ii  libgl1-mesa-glx [libgl1]7.11.2-1
ii  libglib2.0-02.30.2-6
ii  libgstreamer-plugins-base0.10-0 0.10.36-1
ii  libgstreamer0.10-0  0.10.36-1
ii  libgtk-3-0  3.2.3-1
ii  libgtksourceview-3.0-0  3.4.0-2
ii  libjavascriptcoregtk-3.0-0  1.6.3-1
ii  libjson-glib-1.0-0  0.14.2-1
ii  libmusicbrainz3-6   3.0.2-2
ii  libpango1.0-0   1.29.4-3+b1
ii  libsoup2.4-12.34.3-1
ii  libwebkitgtk-3.0-0  1.6.3-1
ii  libx11-62:1.4.4-4
ii  libxcomposite1  1:0.4.3-2
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.0-3
ii  libxfixes3  1:5.0-4
ii  libxi6  2:1.4.5-1.1
ii  libxml2 2.7.8.dfsg-7
ii  nautilus3.2.1-3

gnome-sushi recommends no packages.

gnome-sushi 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#655400: googleearth-package: Google Earth isn't detected correctly as running by gnome-shell

2012-01-10 Thread Marcus Lundblad
Package: googleearth-package
Version: 0.7.0
Severity: minor
Tags: patch

When running the packaged Google Earth binary, the entry in the top panel
and in the activies dash in gnome-shell is labelled googleearth-bin and isn't
given the correct icon. I guess this is because gnome-shell can't find the
association from the running process to the .desktop file.

The supplied patch seems to fix this issue.

Thanks for the work on the Google Earth packager!

//Marcus

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

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

Versions of packages googleearth-package depends on:
ii  bzip2   1.0.6-1
ii  curl7.23.1-3
ii  dpkg-dev1.16.1.2
ii  fakeroot1.18.2-1
ii  file5.09-2
ii  wget1.13.4-1
ii  x11-common  1:7.6+10
ii  x11-utils   7.6+4

googleearth-package recommends no packages.

googleearth-package suggests no packages.

-- no debconf information
diff -Naur googleearth-package-0.7.0.orig/make-googleearth-package googleearth-package-0.7.0/make-googleearth-package
--- googleearth-package-0.7.0.orig/make-googleearth-package	2012-01-10 21:52:46.0 +0100
+++ googleearth-package-0.7.0/make-googleearth-package	2012-01-10 21:53:04.0 +0100
@@ -310,7 +310,7 @@
   LD_LIBRARY_PATH=${GOOGLE_EARTH_LD_LIBRARY_PATH}
 fi
 export LD_LIBRARY_PATH
-/usr/lib/googleearth/googleearth-bin $@
+exec /usr/lib/googleearth/googleearth-bin $@
 EOF
   chmod a+x googleearth
 }


Bug#655403: googleearth-package: Google Earth is not identified properly by gnome-shell

2012-01-10 Thread Marcus Lundblad
Package: googleearth-package
Version: 0.7.0
Severity: minor
Tags: patch

When running the resulting Google Earth package, the running instance is not
detected properly by gnome-shell (in the top panel and the overview dash).
The name shows as googleearth-bin with a broken icon.
I guess this is because gnome-shell can't find the association from the
running binary, googleearth-bin to the .desktop file.

The supplied patch seems to fix this issue.

Thanks for maintaining this package.

//Marcus


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

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

Versions of packages googleearth-package depends on:
ii  bzip2   1.0.6-1
ii  curl7.23.1-3
ii  dpkg-dev1.16.1.2
ii  fakeroot1.18.2-1
ii  file5.09-2
ii  wget1.13.4-1
ii  x11-common  1:7.6+10
ii  x11-utils   7.6+4

googleearth-package recommends no packages.

googleearth-package suggests no packages.

-- no debconf information
diff -Naur googleearth-package-0.7.0.orig/make-googleearth-package googleearth-package-0.7.0/make-googleearth-package
--- googleearth-package-0.7.0.orig/make-googleearth-package	2012-01-10 21:52:46.0 +0100
+++ googleearth-package-0.7.0/make-googleearth-package	2012-01-10 21:53:04.0 +0100
@@ -310,7 +310,7 @@
   LD_LIBRARY_PATH=${GOOGLE_EARTH_LD_LIBRARY_PATH}
 fi
 export LD_LIBRARY_PATH
-/usr/lib/googleearth/googleearth-bin $@
+exec /usr/lib/googleearth/googleearth-bin $@
 EOF
   chmod a+x googleearth
 }


Bug#649086: libreoffice-draw: LibreOffice Draw is not shown in category Office in Gnome-shell

2011-11-17 Thread Marcus Lundblad
Package: libreoffice-draw
Version: 1:3.4.3-4
Severity: minor

The launcher for LibreOffice Draw is not shown under the category Office
in Gnome-shell. The other LibreOffice launchers are shown there.
The Draw icon _does_ show up under All applications.
It is also found if entering draw in the overview search box.

Thanks for your work maintaining LibreOffice.

//Marcus

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

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

Versions of packages libreoffice-draw depends on:
ii  libc6 2.13-21 
ii  libgcc1   1:4.6.1-15  
ii  libreoffice-core  1:3.4.3-4   
ii  libstdc++64.6.1-15
ii  libwpd-0.9-9  0.9.3-2 
ii  libwpg-0.2-2  0.2.1-1 
ii  ure   3.4.3-4 
ii  zlib1g1:1.2.3.4.dfsg-3

libreoffice-draw recommends no packages.

libreoffice-draw suggests no packages.

Versions of packages libreoffice-core depends on:
ii  fontconfig   2.8.0-3
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-21
ii  libcairo21.10.2-6.1 
ii  libcurl3-gnutls  7.21.7-3   
ii  libdb5.1 5.1.25-11  
ii  libexpat12.0.1-7.2  
ii  libfontconfig1   2.8.0-3
ii  libfreetype6 2.4.7-2
ii  libgcc1  1:4.6.1-15 
ii  libgdk-pixbuf2.0-0   2.24.0-1   
ii  libglib2.0-0 2.28.8-1   
ii  libgraphite2-2.0.0   1.0.3.real-1   
ii  libgstreamer-plugins-base0.10-0  0.10.35-1  
ii  libgstreamer0.10-0   0.10.35-1  
ii  libgtk2.0-0  2.24.7-1   
ii  libhunspell-1.3-01.3.2-4
ii  libhyphen0   2.8.3-1
ii  libice6  2:1.0.7-2  
ii  libicu44 4.4.2-2
ii  libjpeg8 8c-2   
ii  libmythes-1.2-0  2:1.2.1-1  
ii  libneon27-gnutls 0.29.6-1   
ii  libnspr4-0d  4.8.9-1
ii  libnss3-1d   3.12.11-3  
ii  libpango1.0-01.29.4-2   
ii  libpng12-0   1.2.46-3   
ii  librdf0  1.0.13-3   
ii  libreoffice-common   1:3.4.3-4  
ii  libsm6   2:1.2.0-2  
ii  libssl1.0.0  1.0.0e-2   
ii  libstdc++6   4.6.1-15   
ii  libtextcat0  2.2-10 
ii  libx11-6 2:1.4.4-2  
ii  libxaw7  2:1.0.9-3  
ii  libxext6 2:1.3.0-3  
ii  libxinerama1 2:1.1.1-3  
ii  libxml2  2.7.8.dfsg-5   
ii  libxrandr2   2:1.3.2-2  
ii  libxrender1  1:0.9.6-2  
ii  libxslt1.1   1.1.26-8   
ii  libxt6   1:1.1.1-2  
ii  ttf-opensymbol   2:2.4.3+LibO3.4.3-4
ii  ure  3.4.3-4
ii  zlib1g   1:1.2.3.4.dfsg-3   

-- 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#639798: No solution for i386 architecture?

2011-10-28 Thread Marcus Lundblad
Will this automatically work now, that Webkit 1.6.1 is coming in Sid.
Or does this need need to be supported in Epiphany before magically
working?

//Marcus




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



Bug#612240: libv4lconvert: Error decompressing JPEG: unknown huffman code: 0000ffec

2011-08-05 Thread Marcus Lundblad

Yep.

The issue seems to be gone now (video calling works, with both Empathy
and Pidgin now).

Thanks!

//Marcus




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



Bug#630728: Affects nouveau as well

2011-06-16 Thread Marcus Lundblad
This affects me using nouveau as well:
So it's not specific to the fglrx driver

//Marcus
[21.417] 
X.Org X Server 1.10.2
Release Date: 2011-05-28
[21.417] X Protocol Version 11, Revision 0
[21.417] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[21.417] Current Operating System: Linux sagittarius 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64
[21.417] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-2-amd64 root=UUID=711a4bf0-257f-4dee-b734-cff5712a15ae ro quiet
[21.418] Build Date: 14 June 2011  12:32:34PM
[21.418] xorg-server 2:1.10.2-1+b1 (amd64 Builddd Daemon (barber) buildd_amd64-bar...@buildd.debian.org) 
[21.418] Current version of pixman: 0.21.8
[21.418] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[21.418] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[21.418] (==) Log file: /var/log/Xorg.0.log, Time: Fri Jun 17 07:16:32 2011
[21.494] (==) Using system config directory /usr/share/X11/xorg.conf.d
[21.556] (==) No Layout section.  Using the first Screen section.
[21.556] (==) No screen section available. Using defaults.
[21.556] (**) |--Screen Default Screen Section (0)
[21.556] (**) |   |--Monitor default monitor
[21.556] (==) No monitor specified for screen Default Screen Section.
	Using a default monitor configuration.
[21.556] (==) Automatically adding devices
[21.556] (==) Automatically enabling devices
[21.615] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[21.615] 	Entry deleted from font path.
[21.695] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[21.695] (==) ModulePath set to /usr/lib/xorg/modules
[21.695] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[21.695] (II) Loader magic: 0x7d7b20
[21.696] (II) Module ABI versions:
[21.696] 	X.Org ANSI C Emulation: 0.4
[21.696] 	X.Org Video Driver: 10.0
[21.696] 	X.Org XInput driver : 12.2
[21.696] 	X.Org Server Extension : 5.0
[21.696] (--) PCI:*(0:1:0:0) 10de:0402:1462:1020 rev 161, Mem @ 0xfa00/16777216, 0xd000/268435456, 0xf800/33554432, I/O @ 0xcf00/128, BIOS @ 0x/131072
[21.696] (II) Open ACPI successful (/var/run/acpid.socket)
[21.696] (II) LoadModule: extmod
[21.738] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[21.748] (II) Module extmod: vendor=X.Org Foundation
[21.748] 	compiled for 1.10.2, module version = 1.0.0
[21.749] 	Module class: X.Org Server Extension
[21.749] 	ABI class: X.Org Server Extension, version 5.0
[21.749] (II) Loading extension SELinux
[21.749] (II) Loading extension MIT-SCREEN-SAVER
[21.749] (II) Loading extension XFree86-VidModeExtension
[21.749] (II) Loading extension XFree86-DGA
[21.749] (II) Loading extension DPMS
[21.749] (II) Loading extension XVideo
[21.749] (II) Loading extension XVideo-MotionCompensation
[21.749] (II) Loading extension X-Resource
[21.749] (II) LoadModule: dbe
[21.749] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[21.749] (II) Module dbe: vendor=X.Org Foundation
[21.749] 	compiled for 1.10.2, module version = 1.0.0
[21.749] 	Module class: X.Org Server Extension
[21.749] 	ABI class: X.Org Server Extension, version 5.0
[21.749] (II) Loading extension DOUBLE-BUFFER
[21.749] (II) LoadModule: glx
[21.750] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[21.752] (II) Module glx: vendor=X.Org Foundation
[21.752] 	compiled for 1.10.2, module version = 1.0.0
[21.752] 	ABI class: X.Org Server Extension, version 5.0
[21.752] (==) AIGLX enabled
[21.752] (II) Loading extension GLX
[21.753] (II) LoadModule: record
[21.753] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[21.753] (II) Module record: vendor=X.Org Foundation
[21.753] 	compiled for 1.10.2, module version = 1.13.0
[21.753] 	Module class: X.Org Server Extension
[21.753] 	ABI class: X.Org Server Extension, version 5.0
[21.753] (II) Loading extension RECORD
[21.753] (II) LoadModule: dri
[21.754] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[21.771] (II) Module dri: vendor=X.Org Foundation
[21.771] 	compiled for 1.10.2, module version = 1.0.0
[21.771] 	ABI class: X.Org Server Extension, version 5.0
[21.771] (II) Loading extension XFree86-DRI
[21.771] (II) LoadModule: dri2
[21.771] (II) Loading 

Bug#630024: geoip-database-contrib: Not possible to remove package

2011-06-10 Thread Marcus Lundblad
Package: geoip-database-contrib
Version: 1.2
Severity: normal

When trying to go back to using geoip-database I get the following:

# aptitude install geoip-database
...
...
Removing geoip-database-contrib ...
dpkg: error processing geoip-database-contrib (--remove):
 subprocess installed post-removal script returned error exit status 1
configured to not write apport reports
  Processing triggers for man-db ...
Errors were encountered while processing:
 geoip-database-contrib
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
 
//Marcus

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

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

Versions of packages geoip-database-contrib depends on:
ii  debconf [debconf-2.0]1.5.39  Debian configuration management sy
ii  ucf  3.0025+nmu2 Update Configuration File: preserv
ii  wget 1.12-3.1retrieves files from the web

geoip-database-contrib recommends no packages.

Versions of packages geoip-database-contrib suggests:
ii  cron  3.0pl1-116 process scheduling daemon

-- debconf-show failed



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



Bug#616681: Bug #616681

2011-03-23 Thread Marcus Lundblad
I think this is related to this bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612240

I get these crashes in both Empathy and Pidgin when doing video calls.
Voice calls work fine.
Also downgrading libv4l-0 to the version in Squeeze (0.8.0) solves the
issue.

My webcam is a Labtec, lsusb:
Bus 003 Device 002: ID 046d:08a2 Logitech, Inc. Labtec Webcam Pro

//Marcus




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



Bug#619321: libxfixes-dev: Macros XFIXES_MAJOR and XFIXES_MINOR are incorrect

2011-03-22 Thread Marcus Lundblad
Package: libxfixes-dev
Version: 1:4.0.5-1
Severity: important

The macros XFIXES_MAJOR and XFIXES_MINOR are set to 5 and 0 for the version
in wheezy, which is currently 4.0.5
This makes building the latest version of gnome-shell fail, since it checks
for major version of 5 or higher to use pointer barriers, which are not
defined in the version currently in wheezy.

Thanks in advance.

//Marcus

-- System Information:
Debian Release: wheezy/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=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libxfixes-dev depends on:
ii  libx11-dev2:1.4.1-5  X11 client-side library (developme
ii  libxfixes31:4.0.5-1  X11 miscellaneous 'fixes' extensio
ii  x11proto-fixes-dev1:5.0-1X11 Fixes extension wire protocol

libxfixes-dev recommends no packages.

libxfixes-dev 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#612240: libv4lconvert: Error decompressing JPEG: unknown huffman code: 0000ffec

2011-03-22 Thread Marcus Lundblad
For me, using 0.8.3 crashes gstreamer-using video applications like
Pidgin and Empathy.

Downgrading lib4vl2-0 to 0.8.0 (the squeeze version, 0.8.2 is not
available in the archives, AFAICS) solves this issue, but causes lib4l2
to spew out those warning messages.

With 0.8.3 I get a backtrace like this when these apps crash:


(gdb) bt
#0 0x776ef7dc in gst_mini_object_copy ()
from /usr/lib/libgstreamer-0.10.so.0
#1 0x7fffd5e5e034 in ?? ()
from /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
#2 0x7fffd5e570eb in ?? ()
from /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
#3 0x7fffd5e55d2e in ?? ()
from /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
#4 0x7fffefd75002 in ?? () from /usr/lib/libgstbase-0.10.so.0
#5 0x7fffefd765e3 in ?? () from /usr/lib/libgstbase-0.10.so.0
#6 0x7771eabb in ?? () from /usr/lib/libgstreamer-0.10.so.0
#7 0x73a72d2f in ?? () from /lib/libglib-2.0.so.0
#8 0x73a70e64 in ?? () from /lib/libglib-2.0.so.0
#9 0x732c18ba in start_thread () from /lib/libpthread.so.0
#10 0x72bfb02d in clone () from /lib/libc.so.6
#11 0x in ?? ()

lsusb:
Bus 003 Device 002: ID 046d:08a2 Logitech, Inc. Labtec Webcam Pro

//Marcus




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



Bug#571259: gstreamer0.10-plugins-base: Logitech Quickcam Zoom stopped working with gstreamer-based apps

2010-02-24 Thread Marcus Lundblad
Package: gstreamer0.10-plugins-base
Version: 0.10.26-1
Severity: normal

Since an update in Squeeze a couple of days ago all gstreamer-based apps has
stopped working with my webcam.
When trying f.ex. running the test in gstreamer-properties the following
lines are observed in dmesg:

[4837593.237443] pwc: isoc_init() submit_urb 0 failed with error -28
[4837593.237449] pwc: isoc_init() submit_urb 1 failed with error -28

This is the lsusb output for the cam:

Bus 003 Device 005: ID 046d:08b4 Logitech, Inc. QuickCam Zoom

If I use LD_PRELOAD to set v4l compat library, gstreamer-properties can show
the video when using the v4l plugin, like this:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so gstreamer-properties

Other applications not using gstreamer, such as Camorama works without issues.

//Marcus

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

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

Versions of packages gstreamer0.10-plugins-base depends on:
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libcdparanoia0   3.10.2+debian-9 audio extraction tool for sampling
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libgstreamer-plugins-bas 0.10.26-1   GStreamer libraries from the base
ii  libgstreamer0.10-0   0.10.26-1   Core GStreamer libraries and eleme
ii  libgudev-1.0-0   151-2   GObject-based wrapper library for 
ii  libogg0  1.1.4~dfsg-2Ogg bitstream library
ii  liboil0.30.3.16-1Library of Optimized Inner Loops
ii  libtheora0   1.1.1+dfsg.1-3  The Theora Video Compression Codec
ii  libvisual-0.4-0  0.4.0-2.1   Audio visualization framework
ii  libvorbis0a  1.2.3-3 The Vorbis General Audio Compressi
ii  libvorbisenc21.2.3-3 The Vorbis General Audio Compressi
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library
ii  libxv1   2:1.0.5-1   X11 Video extension library

Versions of packages gstreamer0.10-plugins-base recommends:
ii  gvfs  1.4.3-1userspace virtual filesystem - ser

gstreamer0.10-plugins-base suggests no packages.

-- debconf-show failed



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



Bug#554471: Menu item in Gnome only says gedit

2009-11-04 Thread Marcus Lundblad
Package: gedit
Version: 2.28.0-1
Severity: minor
Tags: l10n

The menu entry for gedit in Gnome now only reads gedit
It used to say Text Editor (or the equivalent translated name),
which seems appropriate (and in line with other standard Gnome tools).

//Marcus

-- Package-specific info:
Active plugins:
  - docinfo
  - modelines
  - filebrowser
  - spell
  - time

No plugin installed in $HOME.

Module versions:
  - glib  2.22.2
  - gtk+  2.18.3
  - gtksourceview 
  - pygobject 2.20.0
  - pygtk 2.16.0
  - pygtksourceview   
  - enchant   1.4.2
  - iso-codes 3.11

Python module versions:
  - python2.5.4
  - pygtk 2.16.0 (GTK+ 2.18.3)


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

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

Versions of packages gedit depends on:
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  gedit-common2.28.0-1 official text editor of the GNOME 
ii  iso-codes   3.11-1   ISO language, territory, currency,
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libattr11:2.4.44-1   Extended attribute shared library
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libenchant1c2a  1.4.2-3.3a wrapper library for various spel
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libgtksourceview2.0-0   2.8.1-1  shared libraries for the GTK+ synt
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.26.0-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  python  2.5.4-2  An interactive high-level object-o
ii  python-gobject  2.20.0-1 Python bindings for the GObject li
ii  python-gtk2 2.16.0-1 Python bindings for the GTK+ widge
ii  python-gtksourceview2   2.8.0-1  Python bindings for the GtkSourceV
ii  python-support  1.0.4automated rebuilding support for P
ii  python2.5   2.5.4-2  An interactive high-level object-o

Versions of packages gedit recommends:
ii  python-gnome2 2.28.0-1   Python bindings for the GNOME desk
ii  zenity2.28.0-1   Display graphical dialog boxes fro

gedit suggests no packages.

-- debconf-show failed



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



Bug#549869: nvidia-glx is uninstallable in squeeze since the last xorg update

2009-10-05 Thread Marcus Lundblad
Package: nvidia-glx
Version: 173.14.09-5
Severity: grave
Justification: renders package unusable

In the last xorg update in squeeze nvidia-glx was removed for me.
Trying to re-install it I get:

LANG=C sudo aptitude install nvidia-glx
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  
The following packages are BROKEN:
  xserver-xorg-core 
The following NEW packages will be installed:
  nvidia-glx 
The following partially installed packages will be configured:
  xemacs21-mule 
0 packages upgraded, 1 newly installed, 0 to remove and 20 not upgraded.
Need to get 8252kB of archives. After unpacking 25.8MB will be used.
The following packages have unmet dependencies:
  xserver-xorg-core: Conflicts: xserver-xorg-video-2 which is a virtual package.
The following actions will resolve these dependencies:

Remove the following packages:
xorg
xserver-xorg
xserver-xorg-core
xserver-xorg-input-all
xserver-xorg-input-evdev
xserver-xorg-input-synaptics
xserver-xorg-input-wacom
xserver-xorg-video-apm
xserver-xorg-video-ark
xserver-xorg-video-chips
xserver-xorg-video-cirrus
xserver-xorg-video-fbdev
xserver-xorg-video-i128
xserver-xorg-video-intel
xserver-xorg-video-mach64
xserver-xorg-video-mga
xserver-xorg-video-neomagic
xserver-xorg-video-nv
xserver-xorg-video-openchrome
xserver-xorg-video-r128
xserver-xorg-video-radeon
xserver-xorg-video-radeonhd
xserver-xorg-video-rendition
xserver-xorg-video-s3
xserver-xorg-video-s3virge
xserver-xorg-video-savage
xserver-xorg-video-siliconmotion
xserver-xorg-video-sis
xserver-xorg-video-sisusb
xserver-xorg-video-tdfx
xserver-xorg-video-trident
xserver-xorg-video-tseng
xserver-xorg-video-v4l
xserver-xorg-video-vesa
xserver-xorg-video-vmware
xserver-xorg-video-voodoo

Install the following packages:
vnc4server [4.1.1+X4.3.0-32 (testing)]

Leave the following dependencies unresolved:
gdm recommends xserver-xorg
kde-minimal recommends xserver-xorg
Score is -9035

Accept this solution? [Y/n/q/?] 


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

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

Versions of packages nvidia-glx depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libg 7.5.1-1A free implementation of the OpenG
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  nvidia-kernel-2.6.26- 173.14.09+3NVIDIA binary kernel module for Li
ii  nvidia-kernel-2.6.26- 173.14.09+3+lenny1 NVIDIA binary kernel module for Li
ii  x11-common1:7.4+4X Window System (X.Org) infrastruc
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

nvidia-glx recommends no packages.

Versions of packages nvidia-glx suggests:
pn  nvidia-kernel-source  none (no description available)
pn  nvidia-settings   none (no description available)

Thanks

//Marcus



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



Bug#540741: gstreamer0.10-tools: Running Test for the input video source shows a still image

2009-08-09 Thread Marcus Lundblad
Package: gstreamer0.10-tools
Version: 0.10.23-2
Severity: normal

Pressing the Test button for the video input in gstreamer-properties shows a
still image.
The plugin is set to Video for Linux 2 and Device to Standard.
The input device in question is a Logitech Quickcam Zoom 4000.
When starting gstreamer-properties from a terminal, the following is output
immediatly when launching:

gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink'
gstreamer-properties-Message: Skipping unavailable plugin 'pulsesink'
gstreamer-properties-Message: Skipping unavailable plugin 'glimagesink'
gstreamer-properties-Message: Skipping unavailable plugin 'sdlvideosink'
gstreamer-properties-Message: Skipping unavailable plugin 'v4lmjpegsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'qcamsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'esdmon'
gstreamer-properties-Message: Skipping unavailable plugin 'pulsesrc'

Then when running the test, the following message is printed repeatadly:

(gstreamer-properties:17825): GStreamer-CRITICAL **: gst_util_uint64_scale_int: 
assertion `denom  0' failed

The webcam works in other applications like camorama and ekiga

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

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

Versions of packages gstreamer0.10-tools depends on:
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgstreamer0.10-0   0.10.23-2   Core GStreamer libraries and eleme
ii  libxml2  2.7.3.dfsg-2+b1 GNOME XML library
ii  pkg-config   0.22-1  manage compile and link flags for 

gstreamer0.10-tools recommends no packages.

Versions of packages gstreamer0.10-tools suggests:
ii  gstreamer0.10-plugins-base0.10.23-3  GStreamer plugins from the base 

-- debconf-show failed



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



Bug#530567: gnome-panel: Folders in the Places menu opens

2009-05-27 Thread Marcus Lundblad
Adding those lines in /etc/gome/defaults.list causes Nautilus to not
start at all when logging in, using the menu still launches Konqueror (I
mistook Konqueror for Dolphin...)

Running gnome-open ~ also launches Konqueror

//Marcus




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



Bug#530567: gnome-panel: Folders in the Places menu opens

2009-05-26 Thread Marcus Lundblad
 Package: gnome-panel
 Version: 2.24.3-1+b1
 Severity: minor
 
 I have both Gnome and KDE installed on Squeeze.
 Reasontly (since I logged in the first time after the Gnome transition),
 folders in the Places menu in the panel opens with Dolphin instead of
 Nautilus.
 I'm not sure if this is the correct package to report this for...

What is $XDG_DATA_DIRS set to?

sagittarius$ echo $XDG_DATA_DIRS
/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/gdm/


How are you logging in to GNOME?

I'm logging in through gdm

I just realised that VLC is launched when I insert an audio CD, I think it used 
to be set to launch totem. But now it
the section to set the actions for CDs and DVDs in the Removable media 
properties.

//Marcus





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



Bug#530567: gnome-panel: Folders in the Places menu opens with Dolphin

2009-05-25 Thread Marcus Lundblad
Package: gnome-panel
Version: 2.24.3-1+b1
Severity: minor

I have both Gnome and KDE installed on Squeeze.
Reasontly (since I logged in the first time after the Gnome transition),
folders in the Places menu in the panel opens with Dolphin instead of
Nautilus.
I'm not sure if this is the correct package to report this for...

//Marcus

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

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

Versions of packages gnome-panel depends on:
ii  gnome-about2.26.1-1  The GNOME about box
ii  gnome-control-center   1:2.24.0.1-5  utilities to configure the GNOME d
ii  gnome-desktop-data 2.26.1-1  Common files for GNOME 2 desktop a
ii  gnome-menus2.24.2-2  an implementation of the freedeskt
ii  gnome-panel-data   2.24.3-1  common files for the GNOME Panel
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.1-1  The Bonobo UI library
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.12-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.80-4simple interprocess messaging syst
ii  libecal1.2-7   2.26.1.1-2Client library for evolution calen
ii  libedataserver1.2-11   2.26.1.1-2Utility library for evolution data
ii  libedataserverui1.2-8  2.26.1.1-2GUI utility library for evolution 
ii  libgconf2-42.26.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.20.0-2  The GLib library of C routines
ii  libgnome-desktop-2-11  2.26.1-1  Utility library for loading .deskt
ii  libgnome-menu2 2.24.2-2  an implementation of the freedeskt
ii  libgnome2-02.26.0-1  The GNOME library - runtime files
ii  libgnomeui-0   2.24.1-1  The GNOME 2 libraries (User Interf
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  libgweather1   2.26.1-1  GWeather shared library
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.24.3-1+b1   library for GNOME Panel applets
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  libpolkit-dbus20.9-3 library for accessing PolicyKit vi
ii  libpolkit2 0.9-3 library for accessing PolicyKit
ii  librsvg2-2 2.22.3-2  SAX-based renderer library for SVG
ii  libwnck22  2.24.2-2  Window Navigator Construction Kit 
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxau61:1.0.4-2 X11 authorisation library
ii  menu-xdg   0.4   freedesktop.org menu compliant win

Versions of packages gnome-panel recommends:
ii  alacarte   0.11.10-1 easy GNOME menu editing tool
ii  evolution-data-server  2.26.1.1-2evolution database backend server
ii  gnome-applets  2.24.3.1-2+b1 Various applets for GNOME 2 panel 
ii  gnome-icon-theme   2.24.0-4  GNOME Desktop icon theme
ii  gnome-session  2.22.3-3  The GNOME 2 Session Manager
ii  gvfs   1.2.2-2   userspace virtual filesystem - ser
ii  policykit-gnome0.9.2-2   GNOME dialogs for PolicyKit

Versions of packages gnome-panel suggests:
ii  epiphany-browser  2.26.1-1   Intuitive web browser - dummy pack
ii  evolution 2.26.1.1-2 groupware suite with mail client a
ii  gdm   2.20.9-1   GNOME Display Manager
ii  gnome-session 2.22.3-3   The GNOME 2 Session Manager
ii  gnome-system-tools2.22.1-4   Cross-platform configuration utili
ii  gnome-terminal [x-terminal-em 2.24.3-3   The GNOME 2 terminal emulator appl
ii  gnome-user-guide [gnome2-user 2.24.2-2   GNOME user's guide
ii  konsole [x-terminal-emulator] 4:4.2.2-1  X terminal emulator for KDE 4
ii  nautilus  2.26.2-3   file manager and graphical shell f
ii  xterm [x-terminal-emulator]   242-1  X terminal emulator
ii  yelp  2.24.0-2   Help browser for GNOME 2

-- debconf-show failed



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



Bug#512466: libavcodec52: Undefined symbol av_lfg_init

2009-01-21 Thread Marcus Lundblad
Yes, you were correct. I had debian-multimedia.org repo. I had forgot
about it. Now I removed that repo, and installed all ffmpeg packages
from experimental.
The linkage error is now gone.

Thanks!

//Marcus




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



Bug#497543: fglrx-driver: fglrxinfo fails

2008-09-02 Thread Marcus Lundblad
Package: fglrx-driver
Version: 1:8-7-2
Severity: grave
Justification: causes non-serious data loss

When running fglrxinfo I get the following output:

andromeda$ fglrxinfo
fglrxinfo: ../../src/xcb_io.c:352: _XReply: Assertion `!dpy-xcb-reply_data' 
failed.
Avbruten (SIGABRT)


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

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

Versions of packages fglrx-driver depends on:
ii  fglrx-glx 1:8-7-2proprietary libGL for the non-free
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]  7.0.3-5A free implementation of the OpenG
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxrandr22:1.2.3-1  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  xserver-xorg  1:7.3+15   the X.Org X server

Versions of packages fglrx-driver recommends:
ii  fglrx-atieventsd1:8-7-2  external events daemon for the non
ii  fglrx-glx   1:8-7-2  proprietary libGL for the non-free
ii  fglrx-glx-ia32  1:8-7-2  proprietary libGL for the non-free
ii  fglrx-kernel-2.6.26-1-a 1:8-7-2+2.6.26-3 ATI binary kernel module for Linux
ii  fglrx-source1:8-7-2  kernel module source for the non-f

Versions of packages fglrx-driver suggests:
ii  fglrx-control 1:8-7-2control panel for the non-free AMD

-- debconf-show failed



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



Bug#489226: acpi-support: Upgrading to 109-5 fails on an HP nx9420

2008-07-08 Thread Marcus Lundblad
Hi.

Downgrading to 109-3 and then running aptitude safe-upgrade upgrades
back to 109-5 without issues. It prints:

Checking battery state...
/dev/sda:
 setting Advanced Power Management level to 0xfe (254)
.

But it doesn't hang like the first time.
So I'd say it's unreproducable... unfortunatly.

Thank you.

//Marcus




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



Bug#489226: acpi-support: Upgrading to 109-5 fails on an HP nx9420

2008-07-06 Thread Marcus Lundblad
Actually, after a reboot it worked to run dpkg --configure -a

But I suppose it would be good if it hadn't hanged there anyway. Maybe
it should have timed-out and print some error message, so that the
updgrade would still have been carried out.

//Marcus




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



Bug#489226: acpi-support: Upgrading to 109-5 fails on an HP nx9420

2008-07-04 Thread Marcus Lundblad
Package: acpi-support
Version: 0.109-5
Severity: grave
Justification: renders package unusable

When running aptitude safe-upgrade in Lenny it gets stuck when configuring
acpi-support:

Checking battery state...
/dev/sda:
 setting Advanced Power Management level to 0xfe (254)

Then it hangs there...

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

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

Versions of packages acpi-support depends on:
ii  acpi-support-base 0.109-5scripts for handling base ACPI eve
ii  acpid 1.0.6-10   Utilities for using ACPI power man
ii  dmidecode 2.9-1  Dump Desktop Management Interface 
ii  finger0.17-12user information lookup program
ii  hdparm8.6-1  tune hard disk parameters for high
ii  laptop-detect 0.13.6 attempt to detect a laptop
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  lsb-base  3.2-12 Linux Standard Base 3.2 init scrip
ii  powermgmt-base1.30   Common utils and configs for power
ii  vbetool   1.0-3  run real-mode video BIOS code to a
ii  x11-xserver-utils 7.3+3  X server utilities

Versions of packages acpi-support recommends:
ii  dbus  1.2.1-2simple interprocess messaging syst
ii  hal   0.5.11-2   Hardware Abstraction Layer
ii  nvclock   0.8b3-1Allows you to overclock your nVidi
ii  pm-utils  1.1.0-1utilities and scripts for power ma
ii  radeontool1.5-5  utility to control ATI Radeon back

-- debconf-show failed



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



Bug#488789: acpi: Thermal no longer working

2008-07-01 Thread Marcus Lundblad
Package: acpi
Version: 1.1-1
Severity: normal

When I run acpi -t
I get
No support for device type: thermal

This is on two different machines running pure Lenny
One HP laptop (nx9420) and one Shuttle SD37P2 (with Intel chipset)

This is a regression since the last update to the package acpi in Lenny.

//Marcus

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

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

Versions of packages acpi depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

acpi recommends no packages.

-- debconf-show failed



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



Bug#488529: compiz-plugins: Scale plugin doesn't remember screencorner used to activate

2008-06-29 Thread Marcus Lundblad
Package: compiz-plugins
Version: 0.7.6-3
Severity: normal

For me after a while of usage the Scale plugin doesn't remember that a screen 
corner is to used for activating the scale effect.
If I open compiz settings manager and deactivate and then immediatly 
reactivates the plugin it starts working again for some time.
It might have to do with the screensaver having been activated in-between, I'll
need to test a bit more.

//Marcus

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

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

Versions of packages compiz-plugins depends on:
ii  compiz-core0.7.6-3   OpenGL window and compositing mana
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdecoration0 0.7.6-3   Compiz window decoration library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libglu1-mesa [libglu1] 7.0.3-1   The OpenGL utility library (GLU)
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra

compiz-plugins recommends no packages.

-- no debconf information



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



Bug#475657: sound-juicer: Option to include volume number in directory structure

2008-04-12 Thread Marcus Lundblad
Package: sound-juicer
Version: 2.22.0-1
Severity: wishlist


I usually orginize my ripped albums as:

Artist/Year - Artist/Track - Title.flac
for one-record albums

and:
Artist/Year - Artist/CD#/Track - Title.flac
for multi-record albums (where CD# is the number, f.ex. CD1, or in the case of
LPs LP1, LP2 and so on, I currently don't own any multi-volume CD maxis or
12-inch singles :-) ).

Also I could imagin some other schemes people would like to use, f.ex.
Artist/Volume-Track-Title

It would be nice if sound-juicer would support this.

Thanks!

(Note, the inclusion of year in the structure is in another feature request)

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

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

Versions of packages sound-juicer depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gstreamer0.10-gnomevfs 0.10.19-1 GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins- 0.10.19-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.7-3  GStreamer plugins from the good 
ii  hal0.5.11~rc2-1  Hardware Abstraction Layer
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.20-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libexpat1  1.95.8-4  XML parsing C library - runtime li
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-1 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgnome-media02.22.0-1  runtime libraries for the GNOME me
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgstreamer-plugins-b 0.10.19-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libhal10.5.11~rc2-1  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libmusicbrainz4c2a 2.1.5-2   Second generation incarnation of t
ii  libnautilus-burn4  2.20.0-1  Nautilus Burn Library - runtime ve
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.0-1  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3.0-1   The GNU Standard C++ Library v3
ii  libtag1c2a 1.4-8.1   TagLib Audio Meta-Data Library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-2 GNOME XML library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages sound-juicer recommends:
ii  eject 2.1.5-6ejects CDs and operates CD-Changer

-- no debconf information



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



Bug#475660: sound-juicer: Add option to specify alternative directory structure for compilation

2008-04-12 Thread Marcus Lundblad
Package: sound-juicer
Version: 2.22.0-1
Severity: wishlist


It would be nice if sound-juicer could use an alternative directory structure
for compilation albums.

I use a structure like this
Compilation Series/Year - Album/Track - Artist - Title.flac
for compilations, f.ex.
Absolute Dance/1994 - Absolute Dance 5/07 - Cappella - U  Me.flac

and for ordinary albums

Artist/Year - Album/Track - Title.flac

Also it would be handy to able to set the root directory temporarily for
each ripping session or have a number of pre-configured ripping root dirs.
F.ex. /data/music/albums and /data/music/singles

Thanks!

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

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

Versions of packages sound-juicer depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gstreamer0.10-gnomevfs 0.10.19-1 GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins- 0.10.19-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.7-3  GStreamer plugins from the good 
ii  hal0.5.11~rc2-1  Hardware Abstraction Layer
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.20-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libexpat1  1.95.8-4  XML parsing C library - runtime li
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-1 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgnome-media02.22.0-1  runtime libraries for the GNOME me
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgstreamer-plugins-b 0.10.19-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libhal10.5.11~rc2-1  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libmusicbrainz4c2a 2.1.5-2   Second generation incarnation of t
ii  libnautilus-burn4  2.20.0-1  Nautilus Burn Library - runtime ve
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.0-1  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3.0-1   The GNU Standard C++ Library v3
ii  libtag1c2a 1.4-8.1   TagLib Audio Meta-Data Library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-2 GNOME XML library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages sound-juicer recommends:
ii  eject 2.1.5-6ejects CDs and operates CD-Changer

-- no debconf information



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



Bug#474576: rhythmbox: last.fm plugin stops submitting tracks when connection lost

2008-04-06 Thread Marcus Lundblad
Package: rhythmbox
Version: 0.11.5-1
Severity: normal

My internet connection went down for a few minuites,
The last.fm plugin then reported as Connection failed (when looking at the
plugin configuration). However when the connection was back up it didn't start
scrobbling tracks again.
What's worse is that the queue seemed to have stopped filling up after the
point where the plugin status had changed from Connecting to Failed.

After restarting rhythmbox it worked like normal.


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

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

Versions of packages rhythmbox depends on:
ii  dbus   1.1.20-1  simple interprocess messaging syst
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.17-3 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gst 0.10.7-3  GStreamer plugin for ESD
ii  gstreamer0.10-gnomevfs 0.10.17-3 GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins- 0.10.17-3 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.7-3  GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.17-3 GStreamer plugins for X11 and Pang
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.22-2  Avahi client library
ii  libavahi-common3   0.6.22-2  Avahi common library
ii  libavahi-glib1 0.6.22-2  Avahi glib integration library
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.20-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libexpat1  1.95.8-4  XML parsing C library - runtime li
ii  libffi53.0.4-2   Foreign Function Interface library
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgnome-keyring0  2.22.0-2  GNOME keyring services library
ii  libgnome-media02.22.0-1  runtime libraries for the GNOME me
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgpod3   0.6.0-3   a library to read and write songs 
ii  libgstreamer-plugins-b 0.10.17-3 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.17-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libhal10.5.11~rc2-1  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liblircclient0 0.8.2-2   infra-red remote control support -
ii  libmtp70.2.6.1-1 Media Transfer Protocol (MTP) libr
ii  libmusicbrainz4c2a 2.1.5-2   Second generation incarnation of t
ii  libnautilus-burn4  2.20.0-1  Nautilus Burn Library - runtime ve
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.0-2   NetScape Portable Runtime Library
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.0-1  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsexy2   0.1.11-2  collection of additional GTK+ widg
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libsoup2.4-1   2.4.0-1   an HTTP library implementation in 
ii  libtotem-plparser102.22.1-1  Totem Playlist Parser library - ru
ii  libusb-0.1-4   2:0.1.12-9userspace USB programming 

Bug#469180: postgresql-8.3: ILIKE doesn't work with single-byte encoding (f.ex. ISO-8859-1)

2008-03-03 Thread Marcus Lundblad
Package: postgresql-8.3
Severity: normal

When using 8-bit locales such as ISO-8859-1, the behavoiur of ILIKE is 
errounious.
If you use a query of the form

SELECT * FROM a WHERE name ILIKE '%string%'

Where string starts with a character in the interval 0x80 - 0xFF (ie. 
accented character),
the query doesn't match records as expected.

This bug has also been submitted by another Postgresql user here:
http://article.gmane.org/gmane.comp.db.postgresql.bugs/16360

Since this bug causes search results in applications using Postgresql to
miss search results, I have choosen to mark it critical.

There is also a patch submitted on the linked page

Regards Marcus Lundblad


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

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#436653: epiphany-browser: Epiphany crashes when changing GTK+ colour scheme

2008-03-01 Thread Marcus Lundblad
This bug doesn't seem to occur for me anymore using the latest version
of epiphany-browser.

So, I think this might be closed.

//Marcus





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



Bug#468469: epiphany-browser: No more entry in Gnome applications menu

2008-02-29 Thread Marcus Lundblad
Package: epiphany-browser
Version: 2.20.3-1
Severity: normal

After upgrading to latest version of epiphany-browser on Lenny, I lost
the entry in my Gnome application menu. It still shows up in Alacarte.
I tried installing epiphany-webkit manually, but neither it shows up.
Also, in Alacarte there is three entries, Epiphany, Epiphany (gecko) and 
Epiphany (webkit).
By default only Epiphany (without backend listing) was selected in Alacarte.
If I tick f.ex. Epiphany (gecko) it shows up in the menu, but not the generic 
one.

//Marcus


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

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages epiphany-browser depends on:
ii  epiphany-gecko2.20.3-1   Intuitive GNOME web browser - Geck
ii  epiphany-webkit   2.20.3-1   Intuitive GNOME web browser - webk

epiphany-browser recommends no packages.

Versions of packages epiphany-gecko depends on:
ii  dbus   1.1.2-1   simple interprocess messaging syst
ii  epiphany-browser-data  2.20.3-1  Data files for the GNOME web brows
ii  gnome-icon-theme   2.20.0-1  GNOME Desktop icon theme
ii  iso-codes  1.9-1 ISO language, territory, currency,
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.21.90-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.21.90-1 The Bonobo UI library
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libenchant1c2a 1.3.0-5   a wrapper library for various spel
ii  libffi44.3-20080202-1Foreign Function Interface library
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3-20080202-1  GCC support library
ii  libgconf2-42.20.1-3  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.6-1  The GLib library of C routines
ii  libgnome-desktop-2 2.20.3-1  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.20.1-1GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.5-2  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libmozjs0d 1.8.1.12-1The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d4.7.0~1.9b1-2 NetScape Portable Runtime Library
ii  liborbit2  1:2.14.10-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxslt1.1 1.1.22-1  XSLT processing library - runtime 
ii  libxul0d   1.8.1.12-1Gecko engine library
ii  python2.4  2.4.4-7   An interactive high-level object-o
ii  xulrunner-gnome-suppor 1.8.1.12-1Support for Gnome in xulrunner app
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages epiphany-webkit depends on:
ii  dbus   1.1.2-1   simple interprocess messaging syst
ii  epiphany-browser-data  2.20.3-1  Data files for the GNOME web brows
ii  gnome-icon-theme   2.20.0-1  GNOME Desktop icon theme
ii  iso-codes  1.9-1 ISO language, territory, currency,
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1 

Bug#468469: epiphany-browser: No more entry in Gnome

2008-02-29 Thread Marcus Lundblad
/etc/alternatives/epiphany-browser points to /usr/bin/epiphany-gecko

I might try to update-alternative to epiphany-webkit, but it still seems
a bit buggy, although I believe the webkit version has great
potential... :)

//Marcus





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



Bug#462877: Bug 462877

2008-02-11 Thread Marcus Lundblad
This bug doesn't occur for me anymore.
I have verified this on two systems running Lenny.
So I think some other update must have fixed it, not sure what yet.

//Marcus





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



Bug#462959: evolution: Accessing IMAP via SSL stopped working

2008-01-28 Thread Marcus Lundblad
Package: evolution
Version: 2.12.3-1
Severity: grave
Justification: renders package unusable

After evolution got updated in Lenny accessing SSL IMAP servers doesn't
work at all for me anymore.
All I get is a dialog saying: 
Couldn't connect to server: SSL is not available

I have not done any reconfiguration of e-mail accounts.
I tried to set delete the keyrings in Gnome keyring manager and setting
Remember password unchecked for this IMAP account.
But it still doesn't even ask for the password.
I tried logging out and in of Gnome after deleteing keyrings belonging
to Evolution.

//Marcus

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

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus1.1.2-1  simple interprocess messaging syst
ii  evolution-common2.12.3-1 architecture independent files for
ii  evolution-data-server   1.12.2-1+b1  evolution database backend server
ii  gconf2  2.20.1-2+b1  GNOME configuration database syste
ii  gnome-icon-theme2.20.0-1 GNOME Desktop icon theme
ii  gtkhtml3.14 3.16.1-1 HTML rendering/editing library - b
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libcamel1.2-10  1.12.2-1+b1  The Evolution MIME message handlin
ii  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libebook1.2-9   1.12.2-1+b1  Client library for evolution addre
ii  libecal1.2-71.12.2-1+b1  Client library for evolution calen
ii  libedataserver1.2-9 1.12.2-1+b1  Utility library for evolution data
ii  libedataserverui1.2-8   1.12.2-1+b1  GUI utility library for evolution 
ii  libegroupwise1.2-13 1.12.2-1+b1  Client library for accessing group
ii  libexchange-storage1.2- 1.12.2-1+b1  Backend library for evolution cale
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgconf2-4 2.20.1-2+b1  GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.5-2 The GLib library of C routines
ii  libgnome-pilot2 2.0.15-2+b1  Support libraries for gnome-pilot
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgnutls13 2.0.4-1  the GNU TLS library - runtime libr
ii  libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface 
ii  libgtkhtml3.14-19   3.16.1-1 HTML rendering/editing library - r
ii  libhal1 0.5.10-5 Hardware Abstraction Layer - share
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libldap-2.4-2   2.4.7-3+b1   OpenLDAP libraries
ii  libnm-glib0 0.6.5-3  network management framework (GLib
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
ii  libnspr4-0d 4.7.0~1.9b1-2NetScape Portable Runtime Library
ii  libnss3-1d  3.12.0~1.9b1-2   Network Security Service libraries
ii  liborbit2   1:2.14.10-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libpisock9  0.12.3-2 library for communicating with a P
ii  libpisync1  0.12.3-2 synchronization library for PalmOS
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsoup2.2-82.2.104-1an HTTP library implementation in 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  

Bug#462846: compiz: Freeze for a moment when maximizing a Gnometerminal

2008-01-28 Thread Marcus Lundblad


No xset dpms force off doesn't do any difference.
But, it might very well be an Nvidia-issue, I've experienced freezes
lately when the CPU load is high too.
And I've had no such issues on my laptop, which has an ATI card and
where I'm not using Compiz (at the moment).

Though I've installed the Nvidia drivers using Nvidia's installer,
because I didn't feel like taking in Xorg from Sid just now...

I just saw there is a new Nvidia driver out, I could try with that and
see if it still has issues.

//Marcus




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



Bug#462774: nautilus: Raises wrong window when closing properties dialog

2008-01-27 Thread Marcus Lundblad
Package: nautilus
Version: 2.20.0-3
Severity: normal

I run Nautilus in spatial mode.
If I have one or more directories open and I keep some other window
on top of them.
I then select an icon on the desktop and choose Properties.
I then close the dialog. Now one of the other directory windows is focused
and they are all raised above other windows (f.ex. a browser window).

But if I open to directories (f.ex. ~ and Computer), then shuffle ~ down
and selected properties on one file in Computer it works, ie. no window
re-ordering is done.

I'm using Compiz as a window manager.

Thanks!

//Marcus

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

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nautilus depends on:
ii  desktop-file-utils   0.13-2  Utilities for .desktop files
ii  gnome-control-center 1:2.20.3-1  utilities to configure the GNOME d
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libatk1.0-0  1.20.0-1The ATK accessibility toolkit
ii  libbonobo2-0 2.20.3-1Bonobo CORBA interfaces library
ii  libc62.7-6   GNU C Library: Shared libraries
ii  libcairo21.4.14-1The Cairo 2D vector graphics libra
ii  libeel2-2.20 2.20.0-4Eazel Extensions Library (for GNOM
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libexempi3   1.99.5-1A library to parse XMP metadata (L
ii  libexif120.6.16-2.1  library to parse EXIF files
ii  libgail-common   1.20.2-1GNOME Accessibility Implementation
ii  libgail181.20.2-1GNOME Accessibility Implementation
ii  libgconf2-4  2.20.1-2+b1 GNOME configuration database syste
ii  libglade2-0  1:2.6.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.14.5-2The GLib library of C routines
ii  libgnome-desktop-2   2.20.3-1Utility library for loading .deskt
ii  libgnome2-0  2.20.1.1-1  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.20.1.1-1  A powerful object-oriented display
ii  libgnomeui-0 2.20.1.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   1:2.20.1-1  GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.12.5-2The GTK+ graphical user interface 
ii  libnautilus-extension1   2.20.0-3libraries for nautilus components 
ii  liborbit21:2.14.10-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.18.4-1Layout and rendering of internatio
ii  librsvg2-2   2.18.2-1SAX-based renderer library for SVG
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries
ii  libstartup-notification0 0.9-1   library for program launch feedbac
ii  libtrackerclient00.6.4-1 metadata database, indexer and sea
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxml2  2.6.30.dfsg-3.1 GNOME XML library
ii  nautilus-data2.20.0-3data files for nautilus
ii  shared-mime-info 0.22-2  FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  desktop-base  4.0.4  common files for the Debian Deskto
ii  eject 2.1.5-6ejects CDs and operates CD-Changer
ii  fam   2.7.0-13   File Alteration Monitor
ii  libgnomevfs2-extra1:2.20.1-1 GNOME Virtual File System (extra m
ii  librsvg2-common   2.18.2-1   SAX-based renderer library for SVG
ii  nautilus-cd-burner2.20.0-1   CD Burning front-end for Nautilus

-- no debconf information



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



Bug#462846: compiz: Freeze for a moment when maximizing a Gnometerminal

2008-01-27 Thread Marcus Lundblad
Package: compiz
Version: 0.6.3~git20071222.061ff159-1
Severity: normal


When I maximize a Gnome terminal window the machine basically freezes
for about 1 second (sounds stops playing etc.) then it maximizes as normal.
I use the wobbly plugin and gtk-window-decorator.

By the way I applied a patch I made myself that enables double-click menu
button to close for the gtk-window-decorator (that's why the version
number differs). But it's exactly the same behaviour with an unpatched
Compiz.

And I have an Nvidia 8600GT using the latest Nvidia driver (169.07)

The strange thing is this does not happen for any other applications
(as far as I've seen).

Thanks!

//Marcus

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

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages compiz depends on:
ii  compiz- 0.6.3~git20071222.061ff159-malu1 OpenGL window and compositing mana
ii  compiz- 0.6.3~git20071222.061ff159-malu1 OpenGL window and compositing mana
ii  compiz- 0.6.3~git20071222.061ff159-malu1 OpenGL window and compositing mana
ii  compiz- 0.6.3~git20071222.061ff159-malu1 OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information



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



Bug#462877: nautilus: Selecting Properties on a GIF file crashes Nautilus

2008-01-27 Thread Marcus Lundblad
Package: nautilus
Version: 2.20.0-3
Severity: normal

Selecting Properties on a GIF image file crashes Nautilus
I have tried on several images, so I assume this is a general
problem with GIFs.
(Maybe this is actually a bug in GDK, I'm not sure).

Thanks!

//Marcus

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

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nautilus depends on:
ii  desktop-file-utils   0.13-2  Utilities for .desktop files
ii  gnome-control-center 1:2.20.3-1  utilities to configure the GNOME d
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libatk1.0-0  1.20.0-1The ATK accessibility toolkit
ii  libbonobo2-0 2.20.3-1Bonobo CORBA interfaces library
ii  libc62.7-6   GNU C Library: Shared libraries
ii  libcairo21.4.14-1The Cairo 2D vector graphics libra
ii  libeel2-2.20 2.20.0-4Eazel Extensions Library (for GNOM
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libexempi3   1.99.5-1A library to parse XMP metadata (L
ii  libexif120.6.16-2.1  library to parse EXIF files
ii  libgail-common   1.20.2-1GNOME Accessibility Implementation
ii  libgail181.20.2-1GNOME Accessibility Implementation
ii  libgconf2-4  2.20.1-2+b1 GNOME configuration database syste
ii  libglade2-0  1:2.6.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.14.5-2The GLib library of C routines
ii  libgnome-desktop-2   2.20.3-1Utility library for loading .deskt
ii  libgnome2-0  2.20.1.1-1  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.20.1.1-1  A powerful object-oriented display
ii  libgnomeui-0 2.20.1.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   1:2.20.1-1  GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.12.5-2The GTK+ graphical user interface 
ii  libnautilus-extension1   2.20.0-3libraries for nautilus components 
ii  liborbit21:2.14.10-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.18.4-1Layout and rendering of internatio
ii  librsvg2-2   2.18.2-1SAX-based renderer library for SVG
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries
ii  libstartup-notification0 0.9-1   library for program launch feedbac
ii  libtrackerclient00.6.4-1 metadata database, indexer and sea
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxml2  2.6.30.dfsg-3.1 GNOME XML library
ii  nautilus-data2.20.0-3data files for nautilus
ii  shared-mime-info 0.22-2  FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  desktop-base  4.0.4  common files for the Debian Deskto
ii  eject 2.1.5-6ejects CDs and operates CD-Changer
ii  fam   2.7.0-13   File Alteration Monitor
ii  libgnomevfs2-extra1:2.20.1-1 GNOME Virtual File System (extra m
ii  librsvg2-common   2.18.2-1   SAX-based renderer library for SVG
ii  nautilus-cd-burner2.20.0-1   CD Burning front-end for Nautilus

-- no debconf information



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



Bug#455690: findutils: Locate dissappeared

2007-12-10 Thread Marcus Lundblad
Package: findutils
Version: 4.2.31-3
Severity: normal

After upgrading Lenny today, there was a new version of findutils. locate has
been split out as a separate package. But it is not automatically installed
when doing an aptitude full-upgrade.
Shouldn't this have been the case?

Thank you!
//Marcus

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

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages findutils depends on:
ii  libc6 2.7-3  GNU C Library: Shared libraries

findutils recommends no packages.

-- no debconf information



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



Bug#278244: xjewel: Xjewel don't accept input

2007-11-17 Thread Marcus Lundblad
I _could_ also reproduce this bug on Lenny/amd64
But then I ran aptitude reinstall xjewel
And it works...
Even though aptitude reports installing the same version... Preparing
to replace xjewel 1.6-23 with xjewel_1.6-23_amd64.deb. 


//Marcus




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



Bug#436986: sound-juicer: Profiles was not installed

2007-09-26 Thread Marcus Lundblad
 Hi,

 Those entries should be default be populated from the default settings
 from /usr/share/gconf/schemas/gnome-audio-profiles.schemas (from the
 gnome-media-common package).

 Can you make sure that this file is present on your system? 

 If it is, check in gconf-editor if it says Key owner: gnome-media for
 that key. 

Hi, 

Yes, the schema file is present and is owned by gnome-media-commons (according 
to dpkg -S).-
Also the keys all have owner gnome-media.

//Marcus





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



Bug#442924: vice: Package installs one ROM file

2007-09-17 Thread Marcus Lundblad
Package: vice
Version: 1.19-1
Severity: normal

Hi

The Vice package (at least 1.19-1) contains the file:
/usr/lib/vice/PET/basic2
From the ROM archive. This is probably breaking licence policy.
I saw this when making my own custom package from the rom tar.gz archive,
that one of the files were already installed.

Thanks.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vice depends on:
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-4GCC support library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libreadline55.2-3GNU readline and history libraries
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxaw7 2:1.0.4-1X11 Athena Widget library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  libxv1  1:1.0.3-1X11 Video extension library
ii  libxxf86dga12:1.0.2-1X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l

vice recommends no packages.

-- no debconf information



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



Bug#442346: gdb: GDB unable to debug F90-program

2007-09-15 Thread Marcus Lundblad
Package: gdb
Version: 6.4.90.dfsg-1
Severity: grave
Justification: renders package unusable

I compiled a Fortran 90-program using the -g flag to f95
When I try to run the program in gdb I get this:

sagittarius$ gdb ./dist
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as x86_64-linux-gnu...BFD: 
/home/marcus/prg/partalg/baltic/dist: don't know how to handle OS specific 
section `.gnu.hash' [0x6ff6]
/home/marcus/prg/partalg/baltic/dist: not in executable format: 

The source code is available here: 
http://www.update.uu.se/~ml/partalg-20070915.tar.gz

It requires gfortran (obviously), lapack3-dev and metis-4.0. Metis is not
available in Debian, so I got the tar-ball here: 
http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-4.0.tar.gz 

The Metis package can be compiled by just running make in the unpacked
directory. There is no configure script, so I just copy the whole directory 
(metis-4.0) to /opt and link to it from /opt/metis

I hard-coded this library path (/opt/metis/libmetis.a) in my Makefile.

And finally to build my package:
In the resulting directory partalg
First cd to source and run make
Then cd ../baltic and run make

The resulting binary is called dist.
Running this will cause a crash

And running gdb on the binary results in the above mentioned error.

Thanks

Regards, Marcus



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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdb depends on:
ii  libc6 2.6.1-1GNU C Library: Shared libraries
ii  libncurses5   5.6+20070825-1 Shared libraries for terminal hand
ii  libreadline5  5.2-3  GNU readline and history libraries

gdb recommends no packages.

-- no debconf information



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



Bug#440659: bluez-gnome should depend on gnome-vfs-obexftp

2007-09-03 Thread Marcus Lundblad
Package: bluez-gnome
Version: 0.13-1
Severity: normal

Hi.

The new version of the bluetooth applet in Gnome has a Browse menu item.
If I select this I get a list of available Bluetooth devices. If I click and
select Connect, I get an error Can not open obex://[mac address]
If I install the package gnome-vfs-obexftp, then it works and I can browse
the files on my K800i cellphone, for example.
So I suppose this package should be a dependency, or perhaps a recommends.

Thanks.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bluez-gnome depends on:
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gnome-icon-theme2.18.0-3 GNOME Desktop icon theme
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libnotify1 [libnotify1-gtk2 0.4.4-3  sends desktop notifications to a n
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra

Versions of packages bluez-gnome recommends:
ii  bluez-utils   3.7-1  Bluetooth tools and daemons

-- no debconf information


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



Bug#439828: gnome-applets: CPU frequency applet: Display more than one CPU at a time

2007-08-27 Thread Marcus Lundblad
Package: gnome-applets
Version: 2.18.0-4+b1
Severity: wishlist

It would be nice if the CPU frequency applet would have an option to display 
more
than one CPU (on a multicore CPU).
As it is now I have two instances on the applet, one set to display CPU0 and 
one to
CPU1.
When set to only display graphics it would look nice if there where multiple 
bars
showing the frequence besides the chip icon. Perhaps such an option should 
only be
available in the graphics only view, because it would perhaps look cluttered 
to
display numerical values for more than one CPU in the same instance.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-applets depends on:
ii  debconf [debconf-2.0]  1.5.14Debian configuration management sy
ii  gconf2 2.18.0.1-3GNOME configuration database syste
ii  gnome-applets-data 2.18.0-4  Various applets for GNOME 2 panel 
ii  gnome-icon-theme   2.18.0-3  GNOME Desktop icon theme
ii  gnome-panel2.18.3-1  launcher and docking facility for 
ii  gstreamer0.10-alsa 0.10.13-2 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-good 0.10.6-1  GStreamer plugins from the good 
ii  libapm13.2.2-8.1 Library for interacting with APM d
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonoboui2-0 2.18.0-5  The Bonobo UI library
ii  libc6  2.6-2 GNU C Library: Shared libraries
ii  libcpufreq0002-5 shared library to deal with the cp
ii  libdbus-1-31.1.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.12.13-1 The GLib library of C routines
ii  libgnome-desktop-2 2.18.3-1  Utility library for loading .deskt
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomekbd1   2.18.2-1  GNOME library to manage keyboard c
ii  libgnomekbdui1 2.18.2-1  User interface library for libgnom
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgstreamer-plugins-base0 0.10.13-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.14-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libgtop2-7 2.14.9-1  gtop system monitoring library
ii  libgucharmap6  1:1.10.0-2Unicode browser widget library (sh
ii  libhal10.5.9.1-2 Hardware Abstraction Layer - share
ii  libnotify1 [libnotify1-gtk 0.4.4-3   sends desktop notifications to a n
ii  libpanel-applet2-0 2.18.3-1  library for GNOME Panel applets
ii  libpango1.0-0  1.16.5-1  Layout and rendering of internatio
ii  libwnck18  2.18.3-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxklavier11  3.2-2 X Keyboard Extension high-level AP
ii  libxml22.6.29.dfsg-1 GNOME XML library
ii  python 2.4.4-6   An interactive high-level object-o

Versions of packages gnome-applets recommends:
ii  deskbar-applet  2.18.1-2 universal search and navigation ba
ii  gnome-media 2.18.0-2+b1  GNOME media utilities
ii  gnome-netstatus-app 2.12.1-1 Network status applet for GNOME 2
ii  gnome-system-monito 2.18.2-1 Process viewer and system resource
ii  imagemagick 7:6.2.4.5.dfsg1-1+b1 Image manipulation programs
ii  libgnomevfs2-extra  1:2.18.1-2   GNOME Virtual File System (extra m
ii  python-gnome2   2.18.2-1 Python bindings for the GNOME desk
pn  tomboy  none   (no description available)

-- debconf information:
  gnome-applets/cpufreq_SUID_bit: false


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



Bug#439829: cpu-freq-applet: Problem switching from Graphics only to Text only mode

2007-08-27 Thread Marcus Lundblad
Package: gnome-applets
Version: 2.18.0-4+b1
Severity: minor

Hello.

I have the CPU frequency applet set to display only graphics (just the bar).
If I change this to Text only in the settings, there is no text at all.
I then check Show CPU frequency as percentage, now the applet displays 59%.
If I then change it back to Show as frequency the text gets updated to 1,60 
GHz.

Also if I stress the computer (making it scale up the CPU frequency) the text 
display gets updated. So I suppose there is a redraw missing when switching 
mode.

I don't recall seeing this bug (prior to Gnome 2.18).

I may install the source, and take a look at the code...

Thanks.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-applets depends on:
ii  debconf [debconf-2.0]  1.5.14Debian configuration management sy
ii  gconf2 2.18.0.1-3GNOME configuration database syste
ii  gnome-applets-data 2.18.0-4  Various applets for GNOME 2 panel 
ii  gnome-icon-theme   2.18.0-3  GNOME Desktop icon theme
ii  gnome-panel2.18.3-1  launcher and docking facility for 
ii  gstreamer0.10-alsa 0.10.13-2 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-good 0.10.6-1  GStreamer plugins from the good 
ii  libapm13.2.2-8.1 Library for interacting with APM d
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonoboui2-0 2.18.0-5  The Bonobo UI library
ii  libc6  2.6-2 GNU C Library: Shared libraries
ii  libcpufreq0002-5 shared library to deal with the cp
ii  libdbus-1-31.1.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.12.13-1 The GLib library of C routines
ii  libgnome-desktop-2 2.18.3-1  Utility library for loading .deskt
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomekbd1   2.18.2-1  GNOME library to manage keyboard c
ii  libgnomekbdui1 2.18.2-1  User interface library for libgnom
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgstreamer-plugins-base0 0.10.13-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.14-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libgtop2-7 2.14.9-1  gtop system monitoring library
ii  libgucharmap6  1:1.10.0-2Unicode browser widget library (sh
ii  libhal10.5.9.1-2 Hardware Abstraction Layer - share
ii  libnotify1 [libnotify1-gtk 0.4.4-3   sends desktop notifications to a n
ii  libpanel-applet2-0 2.18.3-1  library for GNOME Panel applets
ii  libpango1.0-0  1.16.5-1  Layout and rendering of internatio
ii  libwnck18  2.18.3-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxklavier11  3.2-2 X Keyboard Extension high-level AP
ii  libxml22.6.29.dfsg-1 GNOME XML library
ii  python 2.4.4-6   An interactive high-level object-o

Versions of packages gnome-applets recommends:
ii  deskbar-applet  2.18.1-2 universal search and navigation ba
ii  gnome-media 2.18.0-2+b1  GNOME media utilities
ii  gnome-netstatus-app 2.12.1-1 Network status applet for GNOME 2
ii  gnome-system-monito 2.18.2-1 Process viewer and system resource
ii  imagemagick 7:6.2.4.5.dfsg1-1+b1 Image manipulation programs
ii  libgnomevfs2-extra  1:2.18.1-2   GNOME Virtual File System (extra m
ii  python-gnome2   2.18.2-1 Python bindings for the GNOME desk
pn  tomboy  none   (no description available)

-- debconf information:
  gnome-applets/cpufreq_SUID_bit: false


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



Bug#439844: gnome-screensaver: Feature request: React on media keys

2007-08-27 Thread Marcus Lundblad
Package: gnome-screensaver
Version: 2.18.2-1
Severity: wishlist

Hi,

It would be nice if Gnome-screensaver would pass keypresses for media keys
(volume, mute) on to the underlying system that handles those events 
(gstreamer?). As it seems all keyboard input gets grabbed and not handled by the
window manager (which I suppose normally handles this).
I realize a feature like this could be considered a security risk, as there is a
possibility to interact with the users session.
But the benefits of such a feature is that I would be able to change the volume 
of
the music playing, or pausing an internet radio feed using my remote, even when
the screensaver is running.

Thanks.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-screensaver depends on:
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gnome-icon-theme2.18.0-3 GNOME Desktop icon theme
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libexif12   0.6.16-2 library to parse EXIF files
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libgl1-mesa-glx [libgl1 6.5.2-7  A free implementation of the OpenG
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome-menu2  2.18.3-2 an implementation of the freedeskt
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomekbd12.18.2-1 GNOME library to manage keyboard c
ii  libgnomekbdui1  2.18.2-1 User interface library for libgnom
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpam0g0.79-4   Pluggable Authentication Modules l
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxklavier11   3.2-2X Keyboard Extension high-level AP
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library
ii  libxxf86misc1   1:1.0.1-2X11 XFree86 miscellaneous extensio
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   2.18.3-1   frontend for gnome-powermanager
pn  rss-glx   none (no description available)
pn  xscreensaver-gl   none (no description available)


Bug#436986: sound-juicer: Profiles was not installed

2007-08-20 Thread Marcus Lundblad
I managed to fix this:
The problem was that the following gconf-key was empty:

/system/gstreamer/0.10/audio/global/profile_list

So I inserted keys into this (list) for the profiles given by these
keys:

/system/gstreamer/0.10/audio/profiles/*

The problem seems to be that this Gconf directory has been carried over
from my old machine, which has been running Testing since 2004 (Sarge).



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



Bug#436986:

2007-08-10 Thread Marcus Lundblad
gnome-media-common is already installed on both machines.
And what's strange is that the media profiles are visible in Gconf
editor: /system/gstreamer/0.10/audio/profiles
There there is the following profiles: aac, cdlossless, cdlossy, mp3,
voicelossless, voicelossy.

And this is the same on both machines. So there must be something else
conflicting or something like that...



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



Bug#436986: sound-juicer: Profiles was not installed

2007-08-09 Thread Marcus Lundblad
Package: sound-juicer
Version: 2.16.4-1
Severity: grave
Justification: renders package unusable

The first time I ran SoundJuicer on this machine, which was freshly installed
with Lenny in late June, it pops up a dialog saying The current sound profile
is not available in your installation.
There is two options, Cancel and Change profile. If I do Change profile
I get the settings window and the format drop-down is empty.
On my other machine (laptop) which I installed when Etch was in testing in late
February it worked out of the box. I sucessfully ripped to Flac.
Is there some Gstreamer-related stuff missing, perhaps?

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sound-juicer depends on:
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gstreamer0.10-gnomevfs  0.10.13-2GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-b 0.10.13-2GStreamer plugins from the base 
ii  gstreamer0.10-plugins-g 0.10.6-1 GStreamer plugins from the good 
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.1-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome-media0 2.18.0-2+b1  runtime libraries for the GNOME me
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgstreamer0.10-0  0.10.13-2Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libhal1 0.5.9.1-2Hardware Abstraction Layer - share
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  libmusicbrainz4c2a  2.1.5-1  Second generation incarnation of t
ii  libnautilus-burn4   2.18.2-1 Nautilus Burn Library - runtime ve
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2-20070712-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.1-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages sound-juicer recommends:
ii  eject 2.1.5-2ejects CDs and operates CD-Changer

-- no debconf information


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



Bug#436653: epiphany-browser: Epiphany crashes when changing GTK+ colour scheme

2007-08-08 Thread Marcus Lundblad
Package: epiphany-browser
Version: 2.14.3-6
Severity: normal

When changing a colour value using the Gnome theme editor's colour tab causes
Epiphany to crash.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages epiphany-browser depends on:
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gnome-icon-theme2.18.0-3 GNOME Desktop icon theme
ii  iso-codes   1.3-1ISO language, territory, currency 
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libaudiofile0   0.2.6-7  Open-source version of SGI's audio
ii  libavahi-client30.6.20-2 Avahi client library
ii  libavahi-common30.6.20-2 Avahi common library
ii  libavahi-glib1  0.6.20-2 Avahi glib integration library
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libesd0 0.2.36-3 Enlightened Sound Daemon - Shared 
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libgcrypt11 1.2.4-2  LGPL Crypto library - runtime libr
ii  libglade2-0 1:2.6.1-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgnome-desktop-2  2.18.3-1 Utility library for loading .deskt
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.0-2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.0-2 GNOME 2.2 print architecture User 
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libmozjs0d  1.8.0.11-2   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 1.8.0.11-2   NetScape Portable Runtime Library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstartup-notification 0.9-1library for program launch feedbac
ii  libstdc++6  4.2-20070712-1   The GNU Standard C++ Library v3
ii  libtasn1-3  0.3.9-1  Manage ASN.1 structures (runtime)
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.1-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxslt1.1  1.1.21-1 XSLT processing library - runtime 
ii  libxul0d1.8.0.11-2   Gecko engine library
ii  python2.4   2.4.4-5  An 

Bug#436712: network-manager-gnome: Obtaining connection info fails after closing info window through the WM

2007-08-08 Thread Marcus Lundblad
Package: network-manager-gnome
Version: 0.6.4-7
Severity: normal

If I right-click on the network applet and choose Connection Info and then
clicks close in the dialog everything works as expected.
However, if I bring up the dialog and then close it using the window manager
(clicking the close button), sub-sequently clicking Connection Info gives
a dialog saying:
Could not find some nessesary resources (the Glade file)!
(or something like that, I'm using Swedish locale).

It works like normal if I log out and back in. I have found this bug on 
machines running Lenny, both AMD64.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages network-manager-gnome depends on:
ii  gnome-icon-theme2.18.0-3 GNOME Desktop icon theme
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libaudiofile0   0.2.6-7  Open-source version of SGI's audio
ii  libavahi-client30.6.20-2 Avahi client library
ii  libavahi-common30.6.20-2 Avahi common library
ii  libavahi-glib1  0.6.20-2 Avahi glib integration library
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libesd0 0.2.36-3 Enlightened Sound Daemon - Shared 
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libgcrypt11 1.2.4-2  LGPL Crypto library - runtime libr
ii  libglade2-0 1:2.6.1-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libhal1 0.5.9.1-2Hardware Abstraction Layer - share
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libnm-util0 0.6.4-7  network management framework (shar
ii  libnotify1  0.4.4-3  sends desktop notifications to a n
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0  2.18.3-1 library for GNOME Panel applets
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libtasn1-3  0.3.9-1  Manage ASN.1 structures (runtime)
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.1-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  network-manager 0.6.4-7  network management framework daemo
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages network-manager-gnome recommends:
pn  libpam-keyringnone (no description available)
pn  

Bug#431486: nautilus: Not possible to eject empty DVD drive

2007-07-02 Thread Marcus Lundblad
Package: nautilus
Version: 2.14.3-11+b1
Severity: minor

If you go to Computer and right click on a DVD drive and select Eject, an 
error dialog pops up informing you that there is no media in the drive (the 
same as if
trying to mount an empty drive).
It should be possible to eject (just as running eject /dev/cdrom in a terminal).
Also it would be nice the Mount option was greyed out when there is no media
available.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.12-1Utilities for .desktop files
ii  gnome-control-center   1:2.14.2-7utilities to configure the GNOME d
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.18.0-2  Bonobo CORBA interfaces library
ii  libc6  2.5-9 GNU C Library: Shared libraries
ii  libeel2-2.14   2.14.3-5  Eazel Extensions Library (for GNOM
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexif12  0.6.16-1  library to parse EXIF files
ii  libgail-common 1.8.11-4  GNOME Accessibility Implementation
ii  libgail17  1.8.11-4  GNOME Accessibility Implementation
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.1-1 library to load .glade files at ru
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnome-desktop-2 2.18.2-1  Utility library for loading .deskt
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-3  A powerful object-oriented display
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libnautilus-extension1 2.14.3-11+b1  libraries for nautilus components 
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  librsvg2-2 2.16.1-2  SAX-based renderer library for SVG
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.29.dfsg-1 GNOME XML library
ii  nautilus-data  2.14.3-11 data files for nautilus
ii  shared-mime-info   0.21-2FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  desktop-base 4.0.3   common files for the Debian Deskto
ii  eject2.1.5-2 ejects CDs and operates CD-Changer
pn  fam  none  (no description available)
ii  libgnomevfs2-extra   1:2.18.1-2  GNOME Virtual File System (extra m
ii  librsvg2-common  2.16.1-2SAX-based renderer library for SVG
ii  nautilus-cd-burner   2.14.3-8+b1 CD Burning front-end for Nautilus

-- no debconf information


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



Bug#429459: gnome-themes: Icon for CD image (iso) not intuitive

2007-06-18 Thread Marcus Lundblad
Package: gnome-themes
Version: 2.18.1-2
Severity: minor

The icon for CD images in the default Gnome icon theme used to feature a CD 
emblem.
Now it just looks like a basic document, like an empty page of paper.
I'm not sure if this is intentional or due to a missing icon (if this is
some fallback icon).

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-themes depends on:
ii  gtk2-engines  1:2.10.2-1 theme engines for GTK+ 2.x
ii  gtk2-engines-pixbuf   2.10.12-2  Pixbuf-based theme for GTK+ 2.x
ii  librsvg2-common   2.16.1-2   SAX-based renderer library for SVG

Versions of packages gnome-themes recommends:
ii  industrial-cursor-theme   0.6.1.3flat-looking cursor theme for X

-- no debconf information


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



Bug#429350: pidgin: Swedish translation refers to Gaim

2007-06-17 Thread Marcus Lundblad
Package: pidgin
Version: 2.0.1-1
Severity: minor
Tags: l10n

In the help menu in the Swedish translation, the About item reads: Om Gaim
(it should say Om Pidgin...)

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  libavahi-compat-howl0 0.6.16-5   Avahi Howl compatibility library
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgstreamer0.10-00.10.13-1  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.10.12-2  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3+b1a spell-checking addon for GTK's T
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libncursesw5  5.6-3  Shared libraries for terminal hand
ii  libnspr4-0d   1.8.0.11-2 NetScape Portable Runtime Library
ii  libnss3-0d1.8.0.11-2 Network Security Service libraries
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libperl5.85.8.8-7Shared Perl library
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction library
ii  libsasl2-modules  2.1.22.dfsg1-8 Pluggable Authentication Modules f
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxss1   1:1.1.2-1  X11 Screen Saver extension library
ii  pidgin-data   2.0.1-1multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.13-2  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.4-4   GStreamer plugins from the good 
ii  python-dbus   0.81.1-1   simple interprocess messaging syst

-- no debconf information


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



Bug#428484: nautilus: Close button in About dialog is not working

2007-06-12 Thread Marcus Lundblad
Package: nautilus
Version: 2.14.3-11+b1
Severity: normal

Close button in about dialog window is non-functional.

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.12-1Utilities for .desktop files
ii  gnome-control-center   1:2.14.2-7utilities to configure the GNOME d
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.18.0-2  Bonobo CORBA interfaces library
ii  libc6  2.5-9 GNU C Library: Shared libraries
ii  libeel2-2.14   2.14.3-5  Eazel Extensions Library (for GNOM
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexif12  0.6.15-1  library to parse EXIF files
ii  libgail-common 1.8.11-4  GNOME Accessibility Implementation
ii  libgail17  1.8.11-4  GNOME Accessibility Implementation
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnome-desktop-2 2.18.2-1  Utility library for loading .deskt
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.10.12-2 The GTK+ graphical user interface 
ii  libnautilus-extension1 2.14.3-11+b1  libraries for nautilus components 
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  librsvg2-2 2.16.1-2  SAX-based renderer library for SVG
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  nautilus-data  2.14.3-11 data files for nautilus
ii  shared-mime-info   0.21-2FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  desktop-base 4.0.3   common files for the Debian Deskto
ii  eject2.1.5-2 ejects CDs and operates CD-Changer
pn  fam  none  (no description available)
ii  libgnomevfs2-extra   1:2.18.1-2  GNOME Virtual File System (extra m
ii  librsvg2-common  2.16.1-2SAX-based renderer library for SVG
ii  nautilus-cd-burner   2.14.3-8+b1 CD Burning front-end for Nautilus

-- no debconf information


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