Bug#903760: grub-pc: BOBOOOGrub fails to update to the newer kernel of Debian 9 in second partition

2018-07-14 Thread Khurram Mahmood
Package: grub-pc
Version: 2.02~beta3-5
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

1. update-grub2 works; but fails to detect the newer version of kernel:

$ grep -m1 -A12 stretch /boot/grub/grub.cfg 
menuentry 'Debian GNU/Linux 9 (stretch) (on /dev/sda2)' --class debian --class 
gnu-linux --class gnu --class os $menuentry_id_option 
'osprober-gnulinux-simple-3290fac5-347e-440e-a722-f7dbdebc528f' {
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
3290fac5-347e-440e-a722-f7dbdebc528f
else
  search --no-floppy --fs-uuid --set=root 
3290fac5-347e-440e-a722-f7dbdebc528f
fi
linux /boot/vmlinuz-4.9.0-6-amd64 root=/dev/sda2
initrd /boot/initrd.img-4.9.0-6-amd64
}

2. See the kernels available:

$ ls /media/hdd/sda2/boot/
config-4.9.0-6-amd64  initrd.img-4.9.0-6-amd64  System.map-4.9.0-7-amd64
config-4.9.0-7-amd64  initrd.img-4.9.0-7-amd64  vmlinuz-4.9.0-6-amd64
grub  System.map-4.9.0-6-amd64  vmlinuz-4.9.0-7-amd64


   * What exactly did you do (or not do) that was effective (or
 ineffective)?

I ran:

# grub-install --recheck --no-floppy /dev/sda
Installing for i386-pc platform.
Installation finished. No error reported.

# update-grub2

But it didnt correct the problem.

   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sda5 / ext4 rw,relatime,errors=remount-ro,commit=600,data=ordered 0 0
/dev/sda3 /media/hdd/sda3 ext4 rw,relatime,commit=600,data=ordered 0 0
/dev/sda2 /media/hdd/sda2 ext4 rw,relatime,commit=600,data=ordered 0 0
/dev/sda6 /media/hdd/sda6 ext4 rw,relatime,commit=600,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="6"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 
--hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  
b635f48f-40fe-4a54-8fac-f5953137b67e
else
  search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-f5953137b67e
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=3
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=3
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 
--hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  
b635f48f-40fe-4a54-8fac-f5953137b67e
else
  search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-f5953137b67e
fi
insmod png
if background_image /usr/share/desktop-base/softwaves-theme/grub/grub-4x3.png; 
then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --cl

Bug#833508: xbacklight reports "No outputs have backlight property"

2018-05-19 Thread Khurram Mahmood
Package: xbacklight
Version: 1.2.1-1+b2
Followup-For: Bug #833508

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 9.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages xbacklight depends on:
ii  libc6  2.24-11+deb9u3
ii  libxcb-randr0  1.12-1
ii  libxcb-util0   0.3.8-3+b2
ii  libxcb11.12-1

xbacklight recommends no packages.

xbacklight suggests no packages.

-- no debconf information



Bug#881473: menu: Menu is not updating the installed applications in Openbox

2017-11-12 Thread Khurram Mahmood
Package: menu
Version: 2.1.47+b1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
Not sure.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

   * What was the outcome of this action?
The menu software doesnt update the newly installed packages.


   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages menu depends on:
ii  libc6   2.24-11+deb9u1
ii  libgcc1 1:6.3.0-18
ii  libstdc++6  6.3.0-18

menu recommends no packages.

Versions of packages menu suggests:
ii  gksu 2.0.2-9+b1
ii  kde-runtime  4:16.08.3-2
pn  menu-l10n

-- no debconf information



Bug#833508: xbacklight reports "No outputs have backlight property"

2017-10-01 Thread Khurram Mahmood
Package: xbacklight
Version: 1.2.1-1+b2
Followup-For: Bug #833508

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 9.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages xbacklight depends on:
ii  libc6  2.24-11+deb9u1
ii  libxcb-randr0  1.12-1
ii  libxcb-util0   0.3.8-3+b2
ii  libxcb11.12-1

xbacklight recommends no packages.

xbacklight suggests no packages.

-- no debconf information



Bug#833508: xbacklight reports "No outputs have backlight property"

2017-06-29 Thread Khurram Mahmood
Package: xbacklight
Version: 1.2.1-1+b2
Followup-For: Bug #833508

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 9.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages xbacklight depends on:
ii  libc6  2.24-11+deb9u1
ii  libxcb-randr0  1.12-1
ii  libxcb-util0   0.3.8-3+b2
ii  libxcb11.12-1

xbacklight recommends no packages.

xbacklight suggests no packages.

-- no debconf information



Bug#833508: xbacklight reports "No outputs have backlight property"

2017-03-20 Thread Khurram Mahmood
Package: xbacklight
Version: 1.2.1-1+b2
Followup-For: Bug #833508

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

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

Versions of packages xbacklight depends on:
ii  libc6  2.24-9
ii  libxcb-randr0  1.12-1
ii  libxcb-util0   0.3.8-3
ii  libxcb11.12-1

xbacklight recommends no packages.

xbacklight suggests no packages.

-- no debconf information



Bug#857637: closed by Mateusz Łukasik (Re: Bug#857637: openbox: Menu is not updating automatically)

2017-03-15 Thread Khurram Mahmood
Sir! What proof should I send to you?

The   in .config/openbox/menu.xml  is not updating the
applications installed.



*Thank you and oblige.*

*Kind Regards,*

*(Khurram Mahmood)*


On 15 March 2017 at 02:00, Debian Bug Tracking System  wrote:

> This is an automatic notification regarding your Bug report
> which was filed against the openbox package:
>
> #857637: openbox: Menu is not updating automatically
>
> It has been closed by Mateusz Łukasik .
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Mateusz Łukasik <
> mat...@linuxmint.pl> by
> replying to this email.
>
>
> --
> 857637: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857637
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>
>
> -- Forwarded message --
> From: "Mateusz Łukasik" 
> To: Khurram Mahmood , 857637-d...@bugs.debian.org
> Cc:
> Bcc:
> Date: Tue, 14 Mar 2017 21:56:38 +0100
> Subject: Re: Bug#857637: openbox: Menu is not updating automatically
> Control: tags 857637 + unreproducible
>
>
> Report is invalid.
>
> W dniu 13.03.2017 o 17:10, Khurram Mahmood pisze:
>
>> Package: openbox
>> Version: 3.6.1-4
>> Severity: important
>>
>> Dear Maintainer,
>>
>> *** Reporter, please consider answering these questions, where
>> appropriate ***
>>
>>* What led up to the situation?
>>* What exactly did you do (or not do) that was effective (or
>>  ineffective)?
>>* What was the outcome of this action?
>>* What outcome did you expect instead?
>>
>> *** End of the template - remove these template lines ***
>>
>>
>> -- System Information:
>> Debian Release: 9.0
>>   APT prefers testing
>>   APT policy: (500, 'testing')
>> Architecture: amd64 (x86_64)
>>
>> Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
>> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
>> Shell: /bin/sh linked to /bin/dash
>> Init: systemd (via /run/systemd/system)
>>
>> Versions of packages openbox depends on:
>> ii  libc6 2.24-9
>> ii  libglib2.0-0  2.50.3-1
>> ii  libice6   2:1.0.9-2
>> ii  libobrender32v5   3.6.1-4
>> ii  libobt2v5 3.6.1-4
>> ii  libsm62:1.2.2-1+b1
>> ii  libstartup-notification0  0.12-4
>> ii  libx11-6  2:1.6.4-3
>> ii  libxau6   1:1.0.8-1
>> ii  libxcursor1   1:1.1.14-1+b1
>> ii  libxext6  2:1.3.3-1
>> ii  libxi62:1.7.9-1
>> ii  libxinerama1  2:1.1.3-1+b1
>> ii  libxrandr22:1.5.1-1
>>
>> Versions of packages openbox recommends:
>> ii  obconf  1:2.0.4+git20150213-2
>> ii  python-xdg  0.25-4
>> ii  scrot   0.8-18
>>
>> Versions of packages openbox suggests:
>> ii  fonts-dejavu   2.37-1
>> pn  libxml2-dev
>> ii  menu       2.1.47+b1
>> pn  openbox-gnome-session  
>> pn  openbox-kde-session
>> pn  openbox-menu   
>> ii  python 2.7.13-2
>> ii  tint2  0.12.12-3
>>
>> -- no debconf information
>>
>>
> --
>  .''`.  Mateusz Łukasik
> : :' :  http://mati75.eu
> `. `'   Debian Member - mat...@linuxmint.pl
>   `-GPG: D93B 0C12 C8D0 4D7A AFBC  FA27 CCD9 1D61 11A0 6851
>
> -- Forwarded message --
> From: Khurram Mahmood 
> To: Debian Bug Tracking System 
> Cc:
> Bcc:
> Date: Mon, 13 Mar 2017 21:10:01 +0500
> Subject: openbox: Menu is not updating automatically
> Package: openbox
> Version: 3.6.1-4
> Severity: important
>
> Dear Maintainer,
>
> *** Reporter, please consider answering these questions, where appropriate
> ***
>
>* What led up to the situation?
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
>
> *** End of the template - remove these template lines ***
>
>
> -- System Information:
> Debian Release: 9.0
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: system

Bug#857637: openbox: Menu is not updating automatically

2017-03-13 Thread Khurram Mahmood
Package: openbox
Version: 3.6.1-4
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

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

Versions of packages openbox depends on:
ii  libc6 2.24-9
ii  libglib2.0-0  2.50.3-1
ii  libice6   2:1.0.9-2
ii  libobrender32v5   3.6.1-4
ii  libobt2v5 3.6.1-4
ii  libsm62:1.2.2-1+b1
ii  libstartup-notification0  0.12-4
ii  libx11-6  2:1.6.4-3
ii  libxau6   1:1.0.8-1
ii  libxcursor1   1:1.1.14-1+b1
ii  libxext6  2:1.3.3-1
ii  libxi62:1.7.9-1
ii  libxinerama1  2:1.1.3-1+b1
ii  libxrandr22:1.5.1-1

Versions of packages openbox recommends:
ii  obconf  1:2.0.4+git20150213-2
ii  python-xdg  0.25-4
ii  scrot   0.8-18

Versions of packages openbox suggests:
ii  fonts-dejavu   2.37-1
pn  libxml2-dev
ii  menu   2.1.47+b1
pn  openbox-gnome-session  
pn  openbox-kde-session
pn  openbox-menu   
ii  python 2.7.13-2
ii  tint2  0.12.12-3

-- no debconf information



Bug#833508: xbacklight reports "No outputs have backlight property"

2017-03-09 Thread Khurram Mahmood
Package: xbacklight
Version: 1.2.1-1+b2
Followup-For: Bug #833508

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

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

Versions of packages xbacklight depends on:
ii  libc6  2.24-9
ii  libxcb-randr0  1.12-1
ii  libxcb-util0   0.3.8-3
ii  libxcb11.12-1

xbacklight recommends no packages.

xbacklight suggests no packages.

-- no debconf information



Bug#856443: mousepad: Fonts settings not working

2017-02-28 Thread Khurram Mahmood
Package: mousepad
Version: 0.4.0-4
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
Normal working

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Changing the fonts size and bold etc not working.

   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

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

Versions of packages mousepad depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2
ii  libc62.24-9
ii  libglib2.0-0 2.50.2-2
ii  libgtk2.0-0  2.24.31-2
ii  libgtksourceview2.0-02.10.5-3
ii  libpango-1.0-0   1.40.3-3

mousepad recommends no packages.

mousepad suggests no packages.

-- no debconf information



Bug#833508: xbacklight not functioning

2017-02-20 Thread Khurram Mahmood
Package: xbacklight
Version: 1.2.1-1
Followup-For: Bug #833508

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

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

Versions of packages xbacklight depends on:
ii  libc6  2.24-9
ii  libxcb-randr0  1.12-1
ii  libxcb-util0   0.3.8-3
ii  libxcb11.12-1

xbacklight recommends no packages.

xbacklight suggests no packages.

-- no debconf information



Bug#854103: grub-pc: Wrong detection of the initramfs file of Arch Linux

2017-02-15 Thread Khurram Mahmood
Hi

I upgraded to stretch and the problem persists.

Thankyou.

*(Khurram Mahmood)*


On 4 February 2017 at 10:54, Khurram Mahmood  wrote:

> Package: grub-pc
> Version: 2.02~beta2-22+deb8u1
> Severity: important
>
> Dear Maintainer,
>
> *** Reporter, please consider answering these questions, where appropriate
> ***
>
>* What led up to the situation?
>
> running update-grub I get in /boot/grub/grub.cfg:
> [code] initrd /boot/intel-ucode.img[/code]
>
> The rest output seems fine.
>
> The result is the unbootable system. Then I have to manually correct this.
> The interesting thing is that I have another arch installation, which is
> detected okay.
>
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
>
> *** End of the template - remove these template lines ***
>
>
> -- Package-specific info:
>
> *** BEGIN /proc/mounts
> /dev/sda5 / ext4 rw,relatime,errors=remount-ro,commit=600,data=ordered 0 0
> /dev/sda4 /media/hdd/sda4 ext4 rw,relatime,commit=600,data=ordered 0 0
> /dev/sda2 /media/hdd/sda2 ext4 rw,relatime,commit=600,data=ordered 0 0
> /dev/sda3 /media/hdd/sda3 ext4 rw,relatime,commit=600,data=ordered 0 0
> /dev/sda6 /media/hdd/sda6 ext4 rw,relatime,commit=600,data=ordered 0 0
> *** END /proc/mounts
>
> *** BEGIN /boot/grub/grub.cfg
> #
> # DO NOT EDIT THIS FILE
> #
> # It is automatically generated by grub-mkconfig using templates
> # from /etc/grub.d and settings from /etc/default/grub
> #
>
> ### BEGIN /etc/grub.d/00_header ###
> if [ -s $prefix/grubenv ]; then
>   set have_grubenv=true
>   load_env
> fi
> if [ "${next_entry}" ] ; then
>set default="${next_entry}"
>set next_entry=
>save_env next_entry
>set boot_once=true
> else
>set default="4"
> fi
>
> if [ x"${feature_menuentry_id}" = xy ]; then
>   menuentry_id_option="--id"
> else
>   menuentry_id_option=""
> fi
>
> export menuentry_id_option
>
> if [ "${prev_saved_entry}" ]; then
>   set saved_entry="${prev_saved_entry}"
>   save_env saved_entry
>   set prev_saved_entry=
>   save_env prev_saved_entry
>   set boot_once=true
> fi
>
> function savedefault {
>   if [ -z "${boot_once}" ]; then
> saved_entry="${chosen}"
> save_env saved_entry
>   fi
> }
> function load_video {
>   if [ x$feature_all_video_module = xy ]; then
> insmod all_video
>   else
> insmod efi_gop
> insmod efi_uga
> insmod ieee1275_fb
> insmod vbe
> insmod vga
> insmod video_bochs
> insmod video_cirrus
>   fi
> }
>
> if [ x$feature_default_font_path = xy ] ; then
>font=unicode
> else
> insmod part_gpt
> insmod ext2
> set root='hd0,gpt5'
> if [ x$feature_platform_search_hint = xy ]; then
>   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5
> --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  b635f48f-40fe-4a54-8fac-
> f5953137b67e
> else
>   search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-
> f5953137b67e
> fi
> font="/usr/share/grub/unicode.pf2"
> fi
>
> if loadfont $font ; then
>   set gfxmode=auto
>   load_video
>   insmod gfxterm
>   set locale_dir=$prefix/locale
>   set lang=en_US
>   insmod gettext
> fi
> terminal_output gfxterm
> if [ "${recordfail}" = 1 ] ; then
>   set timeout=-1
> else
>   if [ x$feature_timeout_style = xy ] ; then
> set timeout_style=menu
> set timeout=3
>   # Fallback normal timeout code in case the timeout_style feature is
>   # unavailable.
>   else
> set timeout=3
>   fi
> fi
> ### END /etc/grub.d/00_header ###
>
> ### BEGIN /etc/grub.d/05_debian_theme ###
> insmod part_gpt
> insmod ext2
> set root='hd0,gpt5'
> if [ x$feature_platform_search_hint = xy ]; then
>   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5
> --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  b635f48f-40fe-4a54-8fac-
> f5953137b67e
> else
>   search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-
> f5953137b67e
> fi
> insmod png
> if background_image /usr/share/images/desktop-base/lines-grub.png; then
>   set color_normal=white/black
>   set color_highlight=black/white
> else
>   set menu_color_normal=cyan/blue
>   set menu_color_highlight=white/blue
> fi
> ### END /etc/grub.d/05_debian_theme ###
>
> ### BEGIN /etc/grub.d/10_linux ###
> function gfxmode {
&g

Bug#855073: qbittorrent: Data Loss after reboot

2017-02-13 Thread Khurram Mahmood
*HiIn my case I think the force recheck didnt do any good. *Kindly explain:
"manually rename the directory to whatever libtorrent is expecting".


*I changed the location via set location, but to no avail.*

*Thankyou*


On 14 February 2017 at 08:25, Khurram Mahmood  wrote:

> Hi
>
>
> *Thanks for your response.*
>
> *Let me try it. I hope if this is the fix.*
>
>
> *Kind Regards,*
>
> KM
>
> On 14 February 2017 at 05:28, Frédéric Brière  wrote:
>
>> On Tue, Feb 14, 2017 at 01:57:20AM +0500, Khurram Mahmood wrote:
>> > On system rebooting, it has occurred 3rd time, that an already
>> downloaded torrent restarted from zero percent.
>>
>> Yes, I've had a similar experience in the past with 3.3.6-1.  From what
>> I understand, this is due to a bug[1] in libtorrent-rasterbar 1.1.x,
>> which typically manifests itself in two situations:
>>
>>  - The directory of a torrent is renamed by adding a suffix; or
>>  - the directory name of a torrent acts as a prefix to the directory
>>name of another torrent (see [2] for an example).
>>
>> Note that in either case, the downloaded files are still there;
>> libtorrent is simply not looking at the right location.
>>
>> If I'm not mistaken, this has been fixed in the RC_1_1 branch, and
>> should therefore be part of 1.1.2 when it comes out.
>>
>> In the meantime, a crude but simple fix is to manually rename the
>> directory to whatever libtorrent is expecting.  (You can pinpoint this
>> by starting the download a little bit.)  After a forced recheck, if all
>> goes well, the torrent should be back to 100%.
>>
>>
>>  [1] https://github.com/arvidn/libtorrent/issues/1242
>>  [2] https://github.com/qbittorrent/qBittorrent/issues/5820
>>
>>
>


Bug#855073: qbittorrent: Data Loss after reboot

2017-02-13 Thread Khurram Mahmood
Hi


*Thanks for your response.*

*Let me try it. I hope if this is the fix.*


*Kind Regards,*

KM

On 14 February 2017 at 05:28, Frédéric Brière  wrote:

> On Tue, Feb 14, 2017 at 01:57:20AM +0500, Khurram Mahmood wrote:
> > On system rebooting, it has occurred 3rd time, that an already
> downloaded torrent restarted from zero percent.
>
> Yes, I've had a similar experience in the past with 3.3.6-1.  From what
> I understand, this is due to a bug[1] in libtorrent-rasterbar 1.1.x,
> which typically manifests itself in two situations:
>
>  - The directory of a torrent is renamed by adding a suffix; or
>  - the directory name of a torrent acts as a prefix to the directory
>name of another torrent (see [2] for an example).
>
> Note that in either case, the downloaded files are still there;
> libtorrent is simply not looking at the right location.
>
> If I'm not mistaken, this has been fixed in the RC_1_1 branch, and
> should therefore be part of 1.1.2 when it comes out.
>
> In the meantime, a crude but simple fix is to manually rename the
> directory to whatever libtorrent is expecting.  (You can pinpoint this
> by starting the download a little bit.)  After a forced recheck, if all
> goes well, the torrent should be back to 100%.
>
>
>  [1] https://github.com/arvidn/libtorrent/issues/1242
>  [2] https://github.com/qbittorrent/qBittorrent/issues/5820
>
>


Bug#855073: qbittorrent: Data Loss after reboot

2017-02-13 Thread Khurram Mahmood
Package: qbittorrent
Version: 3.3.7-2
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

On system rebooting, it has occurred 3rd time, that an already downloaded 
torrent restarted from zero percent.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

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

Versions of packages qbittorrent depends on:
ii  geoip-database 20170111-1
ii  libboost-system1.62.0  1.62.0+dfsg-4
ii  libc6  2.24-9
ii  libgcc11:6.3.0-6
ii  libqt5core5a   5.7.1+dfsg-3+b1
ii  libqt5dbus55.7.1+dfsg-3+b1
ii  libqt5gui5 5.7.1+dfsg-3+b1
ii  libqt5network5 5.7.1+dfsg-3+b1
ii  libqt5widgets5 5.7.1+dfsg-3+b1
ii  libqt5xml5 5.7.1+dfsg-3+b1
ii  libstdc++6 6.3.0-6
ii  libtorrent-rasterbar9  1.1.1-1+b1
ii  python 2.7.13-2
ii  zlib1g 1:1.2.8.dfsg-5

qbittorrent recommends no packages.

Versions of packages qbittorrent suggests:
pn  qbittorrent-dbg  

-- no debconf information



Bug#854103: grub-pc: Wrong detection of the initramfs file of Arch Linux

2017-02-03 Thread Khurram Mahmood
Package: grub-pc
Version: 2.02~beta2-22+deb8u1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

running update-grub I get in /boot/grub/grub.cfg:
[code] initrd /boot/intel-ucode.img[/code]

The rest output seems fine.

The result is the unbootable system. Then I have to manually correct this.
The interesting thing is that I have another arch installation, which is
detected okay.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sda5 / ext4 rw,relatime,errors=remount-ro,commit=600,data=ordered 0 0
/dev/sda4 /media/hdd/sda4 ext4 rw,relatime,commit=600,data=ordered 0 0
/dev/sda2 /media/hdd/sda2 ext4 rw,relatime,commit=600,data=ordered 0 0
/dev/sda3 /media/hdd/sda3 ext4 rw,relatime,commit=600,data=ordered 0 0
/dev/sda6 /media/hdd/sda6 ext4 rw,relatime,commit=600,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="4"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 
--hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  
b635f48f-40fe-4a54-8fac-f5953137b67e
else
  search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-f5953137b67e
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=3
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=3
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 
--hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  
b635f48f-40fe-4a54-8fac-f5953137b67e
else
  search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-f5953137b67e
fi
insmod png
if background_image /usr/share/images/desktop-base/lines-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'gnulinux-simple-b635f48f-40fe-4a54-8fac-f5953137b67e' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 
--hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  
b635f48f-40fe-4a54-8fac-f5953137b67e
else
  search --no-floppy --fs-uuid --set=root 
b635f48f-40fe-4a54-8fac-f5953137b67e
fi
echo'Loading Linux 3.16.0-4-amd64 ...'
linux   /boot/vmlinuz-3.16.0-4-amd64 
root=UUID=b635f48f-40fe-4a54-8fac-f5953137b67e ro  quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-3.16.0-4-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_op

Bug#775031: uget: Segmentation fault (Doesnt works after reboot)

2015-08-02 Thread Khurram Mahmood
*Hello*


*WORKING NOW.*



*Thank you and oblige.*
*Kind Regards,*


*خرم محمود*
*(Khurram Mahmood)*

On 2 August 2015 at 12:07, Elías Alejandro  wrote:

> Hi,
> On Sun, Aug 02, 2015 at 11:40:32AM +0500, Khurram Mahmood wrote:
> > *Dear Elias A.*
> >
> > *Kindly find the attachment for your perusal.*
> >
> >
>
> Can you backup and delete uGet folder in .config/uGet. Then restart uGet
> That folder usually is under your home user as hidden.
>
> >
> >
> > *Thank you and oblige.*
> > *Kind Regards,*
> >
> > *خرم محمود*
> > *(Khurram Mahmood)*
> >
>


Bug#775031: uget: Segmentation fault (Doesnt works after reboot)

2015-08-01 Thread Khurram Mahmood
*Dear Elias A.*

*Kindly find the attachment for your perusal.*




*Thank you and oblige.*
*Kind Regards,*

*خرم محمود*
*(Khurram Mahmood)*


On 2 August 2015 at 10:18, Elías Alejandro  wrote:

> Hi,
> On Sat, Jan 10, 2015 at 06:17:08PM +0500, Khurram Mahmood wrote:
> > Package: uget
> > Version: 1.10.4-1
> > Severity: important
> >
> > Dear Maintainer,
> >
> > *** Reporter, please consider answering these questions, where
> appropriate ***
> >
> >* What led up to the situation?
> >   Probably the reboot.
> >* What exactly did you do (or not do) that was effective (or
> >  ineffective)?
> >   I tried remove and purge and reinstall. The same error exists.
> >* What was the outcome of this action?
> >* What outcome did you expect instead?
> >
> > *** End of the template - remove these template lines ***
> >
> As I said you in a  previous email, we need to debugging uget-gtk-1to2 and
> look
> at the messages output.
>
$ gdb uget-gtk
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from uget-gtk...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/uget-gtk 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffea6df700 (LWP 5077)]

Program received signal SIGSEGV, Segmentation fault.
0x0042c02b in ?? ()
(gdb) bt
#0  0x0042c02b in ?? ()
#1  0x0041c948 in ?? ()
#2  0x0041e231 in ?? ()
#3  0x0040ca64 in ?? ()
#4  0x752ebb45 in __libc_start_main (main=0x40c940, argc=1, 
argv=0x7fffe4d8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe4c8) at libc-start.c:287
#5  0x0040cae0 in ?? ()
(gdb)


Bug#779032: closed by Ben Hutchings (Re: Bug#779032: firmware-realtek: Bluetooth not working)

2015-02-24 Thread Khurram Mahmood
*Hello*

*Kindly see the following:*











*lsusb -vd 0bda:b001 (attached as: file_lsusb_-vd_0bda:b001.txt)systemctl
status bluetooth==● bluetooth.service - Bluetooth service   Loaded:
loaded (/lib/systemd/system/bluetooth.service; enabled)   Active: active
(running) since Tue 2015-02-24 17:14:08 PKT; 6min ago Docs:
man:bluetoothd(8) Main PID: 1206 (bluetoothd)   Status: "Running"   CGroup:
/system.slice/bluetooth.service   └─1206
/usr/lib/bluetooth/bluetoothd==$ hcitool dev==Devices: hci0
38:B1:DB:AF:A2:6A==$ hcitool scan==Scanning ...==No result$
hciconfig -a hci0==hci0: Type: BR/EDR  Bus: USB BD Address:
38:B1:DB:AF:A2:6A  ACL MTU: 820:8  SCO MTU: 255:16 UP RUNNING PSCAN  RX
bytes:1188 acl:0 sco:0 events:69 errors:0 TX bytes:1072 acl:0 sco:0
commands:67 errors:0 Features: 0xff 0xff 0xff 0xfe 0xdb 0xff 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3  Link policy: RSWITCH HOLD
SNIFF PARK  Link mode: SLAVE ACCEPT  Name: 'ABC' Class: 0x00010c Service
Classes: Unspecified Device Class: Computer, Laptop HCI Version: 4.0 (0x6)
 Revision: 0xb LMP Version: 4.0 (0x6)  Subversion: 0x8723 Manufacturer:
Realtek Semiconductor Corporation (93)==$ bluetoothctl ==[NEW]
Controller 38:B1:DB:AF:A2:6A ABC [default][bluetooth]# power onChanging
power on succeeded[bluetooth]# devices[bluetooth]# scan onDiscovery
started[CHG] Controller 38:B1:DB:AF:A2:6A Discovering: yes[bluetooth]#
devices[bluetooth]#==lspci |grep Realtek |grep Net==09:00.0 Network
controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network
Adapter==# modinfo btcoexist==filename:
/lib/modules/3.16.0-4-amd64/kernel/drivers/net/wireless/rtlwifi/btcoexist/btcoexist.kodescription:
   Realtek 802.11n PCI wireless corelicense:GPLauthor:
Larry Finger >author:
Realtek WlanFAE >author:
Page He >depends:
 intree: Yvermagic:   3.16.0-4-amd64 SMP mod_unload
modversions ==blueman:==nothing is detected.==Kindly inform if
some other information/log is also required.Thank you*

*(Khurram Mahmood)*

On 24 February 2015 at 01:24, Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> This is an automatic notification regarding your Bug report
> which was filed against the firmware-realtek package:
>
> #779032: firmware-realtek: Bluetooth not working
>
> It has been closed by Ben Hutchings .
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Ben Hutchings <
> b...@decadent.org.uk> by
> replying to this email.
>
>
> --
> 779032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779032
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>
>
> -- Forwarded message --
> From: Ben Hutchings 
> To: 779032-d...@bugs.debian.org
> Cc:
> Date: Mon, 23 Feb 2015 20:20:34 +
> Subject: Re: Bug#779032: firmware-realtek: Bluetooth not working
> Bug report not any good.
>
> Ben.
>
> --
> Ben Hutchings
> In a hierarchy, every employee tends to rise to his level of incompetence.
>
>
> -- Forwarded message --
> From: Khurram Mahmood 
> To: Debian Bug Tracking System 
> Cc:
> Date: Mon, 23 Feb 2015 17:59:43 +0500
> Subject: firmware-realtek: Bluetooth not working
> Package: firmware-realtek
> Version: 0.43
> Severity: important
>
> Dear Maintainer,
>
> *** Reporter, please consider answering these questions, where appropriate
> ***
>
>* What led up to the situation?
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
>
> *** End of the template - remove these template lines ***
>
>
> -- System Information:
> Debian Release: 8.0
>   APT prefers testing-updates
>   APT policy: (500, 'testing-updates'), (500, 'testing')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> firmware-realtek depends on no packages.
>
> firmware-realtek recommends no packages.
>
> Versions of packages firmware-realtek suggests:
> ii  initramfs-tools  0.116
>
> -- no debconf information
>
>

Bus 001 Device 002: ID 0bda:b001 Realtek Semiconductor Corp. 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.10
  bDeviceClass  224 Wireless
  bDeviceSubClass 1 Radio Frequency
  bDeviceProtocol 1 Blue

Bug#740980: bluez: No devices get scanned.

2015-02-23 Thread Khurram Mahmood
Package: bluez
Version: 5.23-2+b1
Followup-For: Bug #740980

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages bluez depends on:
ii  dbus 1.8.12-1
ii  init-system-helpers  1.22
ii  kmod 18-3
ii  libc62.19-13
ii  libdbus-1-3  1.8.12-1
ii  libglib2.0-0 2.42.1-1
ii  libreadline6 6.3-8+b2
ii  libudev1 215-8
ii  lsb-base 4.1+Debian13+nmu1
ii  udev 215-8

bluez recommends no packages.

bluez 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#779032: firmware-realtek: Bluetooth not working

2015-02-23 Thread Khurram Mahmood
Package: firmware-realtek
Version: 0.43
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

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

firmware-realtek depends on no packages.

firmware-realtek recommends no packages.

Versions of packages firmware-realtek suggests:
ii  initramfs-tools  0.116

-- 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#775031: uget: Segmentation fault (Doesnt works after reboot)

2015-01-10 Thread Khurram Mahmood
Package: uget
Version: 1.10.4-1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
Probably the reboot.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I tried remove and purge and reinstall. The same error exists.
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

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

Versions of packages uget depends on:
ii  libc62.19-13
ii  libcairo21.14.0-2.1
ii  libcurl3 7.38.0-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgstreamer0.10-0   0.10.36-1.5
ii  libgtk-3-0   3.14.5-1
ii  libnotify4   0.7.6-2
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3

uget recommends no packages.

uget 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#774538: linux-image-3.16.0-4-amd64: No Sound (partial solution pulseaudio)

2015-01-07 Thread Khurram Mahmood
*Hello Sir*

*Kindly update; the virtualbox runs the sound through the pulse audio. But
the rest is the same.*



*Thank you and oblige.*

*Kind Regards,*

*(Khurram Mahmood)*


On 4 January 2015 at 08:57, Khurram Mahmood  wrote:

> Package: src:linux
> Version: 3.16.7-ckt2-1
> Severity: normal
>
> Dear Maintainer,
>
> *** Reporter, please consider answering these questions, where appropriate
> ***
>
>* What led up to the situation?
> Fresh Install.
>
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
> I installed pulse audio, but some apps still have no audio like
> quodlibet, virtualbox and chroot environment, etc. But vlc and
> some other apps have working sound after installation of
> pulse audio.
>
>* What was the outcome of this action?
>* What outcome did you expect instead?
>
> *** End of the template - remove these template lines ***
>
>
> -- Package-specific info:
> ** Version:
> Linux version 3.16.0-4-amd64 (debian-ker...@lists.debian.org) (gcc
> version 4.8.3 (Debian 4.8.3-16) ) #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08)
>
> ** Command line:
> BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64
> root=UUID=b635f48f-40fe-4a54-8fac-f5953137b67e ro quiet
>
> ** Tainted: O (4096)
>  * Out-of-tree module has been loaded.
>
> ** Kernel log:
> [   10.337315] input: HDA Intel PCH Headphone as
> /devices/pci:00/:00:1b.0/sound/card1/input8
> [   10.394325] tpm_tis 00:05: TPM is disabled/deactivated (0x7)
> [   10.444129] cfg80211: Calling CRDA to update world regulatory domain
> [   10.560045] input: PC Speaker as /devices/platform/pcspkr/input/input12
> [   10.566786] ACPI: Battery Slot [BAT0] (battery present)
> [   10.566882] input: Sleep Button as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input13
> [   10.566887] ACPI: Sleep Button [SLPB]
> [   10.566936] input: Lid Switch as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input14
> [   10.566965] ACPI: Lid Switch [LID]
> [   10.567011] input: Power Button as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input15
> [   10.567014] ACPI: Power Button [PWRF]
> [   10.642488] iTCO_vendor_support: vendor-support=0
> [   10.865802] [drm] Memory usable by graphics device = 2048M
> [   10.865805] [drm] Replacing VGA console driver
> [   10.867013] Console: switching to colour dummy device 80x25
> [   10.867534] [drm] ACPI BIOS requests an excessive sleep of 5000 ms,
> using 1500 ms instead
> [   10.974318] AVX2 version of gcm_enc/dec engaged.
> [   10.976002] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
> [   11.040611] alg: No test for crc32 (crc32-pclmul)
> [   11.040837] input: HP WMI hotkeys as /devices/virtual/input/input16
> [   11.046143] i915 :00:02.0: irq 66 for MSI/MSI-X
> [   11.046153] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [   11.046154] [drm] Driver supports precise vblank timestamp query.
> [   11.120261] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
> [   11.120298] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2,
> TCOBASE=0x1860)
> [   11.120425] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> [   11.174158] vgaarb: device changed decodes:
> PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [   11.194926] [drm] VBT doesn't support DRRS
> [   11.227245] fbcon: inteldrmfb (fb0) is primary device
> [   11.351582] psmouse serio3: synaptics: Touchpad model: 1, fw: 7.5, id:
> 0x1e0b1, caps: 0xf00173/0x64/0xa2400, board id: 2653, fw id: 1481159
> [   11.387503] input: SynPS/2 Synaptics TouchPad as
> /devices/platform/i8042/serio3/input/input11
> [   11.784652] Using firmware rtlwifi/rtl8723befw.bin
> [   11.789205] media: Linux media interface: v0.10
> [   11.797912] input: ST LIS3LV02DL Accelerometer as
> /devices/platform/lis3lv02d/input/input18
> [   11.811584] Linux video capture interface: v2.00
> [   11.955652] rtl8723be :09:00.0: firmware: failed to load
> rtlwifi/rtl8723befw.bin (-2)
> [   11.955653] rtl8723be :09:00.0: Direct firmware load failed with
> error -2
> [   11.955654] rtl8723be :09:00.0: Falling back to user helper
> [   11.985365] uvcvideo: Found UVC 1.00 device HP HD Webcam (04f2:b3c8)
> [   11.986510] input: HP HD Webcam as
> /devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/input/input19
> [   11.986562] usbcore: registered new interface driver uvcvideo
> [   11.986562] USB Video Class driver (1.1.1)
> [   12.176277] Firmware rtlwifi/rtl8723befw.bin not available
> [   12.176653] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
> [   12.176929] rtlwifi: wireless switch is on
> [   12.281698] Console: switching to colour frame buffer device

Bug#770354: orage: While using the repeat alarm, continuously windows start to come, without stopping. Only solution QUIT.

2015-01-03 Thread KHURRAM MAHMOOD
Hello

The problem is solved. The issue doesnt occurs again.
Thank you and oblige.

Kind Regards,

(Khurram Mahmood)



> Subject: Bug#770354: orage: While using the repeat alarm, continuously 
> windows start to come, without stopping. Only solution QUIT.
> From: makh...@hotmail.com
> To: sub...@bugs.debian.org
> Date: Thu, 20 Nov 2014 22:42:01 +0500
> 
> Package: orage
> Version: 4.10.0-1+b1
> Severity: important
> 
> Dear Maintainer,
> 
> *** Reporter, please consider answering these questions, where appropriate ***
> 
>* What led up to the situation?
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
> 
> *** End of the template - remove these template lines ***
> 
> 
> -- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages orage depends on:
> ii  libc6   2.19-13
> ii  libcairo2   1.14.0-2.1
> ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
> ii  libglib2.0-02.42.0-2
> ii  libgtk2.0-0 2.24.25-1
> ii  libical11.0-1.1
> ii  libnotify4  0.7.6-2
> ii  libpango-1.0-0  1.36.8-2
> ii  libpopt01.16-10
> ii  libx11-62:1.6.2-3
> ii  libxfce4util6   4.10.1-2
> ii  xfce4-panel 4.10.1-1
> 
> Versions of packages orage recommends:
> ii  dbus-x11  1.8.10-1
> 
> Versions of packages orage suggests:
> pn  sox  
> 
> -- no debconf information
  

Bug#774538: linux-image-3.16.0-4-amd64: No Sound (partial solution pulseaudio)

2015-01-03 Thread Khurram Mahmood
Package: src:linux
Version: 3.16.7-ckt2-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
Fresh Install.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I installed pulse audio, but some apps still have no audio like
quodlibet, virtualbox and chroot environment, etc. But vlc and
some other apps have working sound after installation of
pulse audio.

   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- Package-specific info:
** Version:
Linux version 3.16.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.8.3 (Debian 4.8.3-16) ) #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=UUID=b635f48f-40fe-4a54-8fac-f5953137b67e ro quiet

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[   10.337315] input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:1b.0/sound/card1/input8
[   10.394325] tpm_tis 00:05: TPM is disabled/deactivated (0x7)
[   10.444129] cfg80211: Calling CRDA to update world regulatory domain
[   10.560045] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   10.566786] ACPI: Battery Slot [BAT0] (battery present)
[   10.566882] input: Sleep Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input13
[   10.566887] ACPI: Sleep Button [SLPB]
[   10.566936] input: Lid Switch as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input14
[   10.566965] ACPI: Lid Switch [LID]
[   10.567011] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input15
[   10.567014] ACPI: Power Button [PWRF]
[   10.642488] iTCO_vendor_support: vendor-support=0
[   10.865802] [drm] Memory usable by graphics device = 2048M
[   10.865805] [drm] Replacing VGA console driver
[   10.867013] Console: switching to colour dummy device 80x25
[   10.867534] [drm] ACPI BIOS requests an excessive sleep of 5000 ms, using 
1500 ms instead
[   10.974318] AVX2 version of gcm_enc/dec engaged.
[   10.976002] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[   11.040611] alg: No test for crc32 (crc32-pclmul)
[   11.040837] input: HP WMI hotkeys as /devices/virtual/input/input16
[   11.046143] i915 :00:02.0: irq 66 for MSI/MSI-X
[   11.046153] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   11.046154] [drm] Driver supports precise vblank timestamp query.
[   11.120261] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.120298] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, 
TCOBASE=0x1860)
[   11.120425] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.174158] vgaarb: device changed decodes: 
PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   11.194926] [drm] VBT doesn't support DRRS
[   11.227245] fbcon: inteldrmfb (fb0) is primary device
[   11.351582] psmouse serio3: synaptics: Touchpad model: 1, fw: 7.5, id: 
0x1e0b1, caps: 0xf00173/0x64/0xa2400, board id: 2653, fw id: 1481159
[   11.387503] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio3/input/input11
[   11.784652] Using firmware rtlwifi/rtl8723befw.bin
[   11.789205] media: Linux media interface: v0.10
[   11.797912] input: ST LIS3LV02DL Accelerometer as 
/devices/platform/lis3lv02d/input/input18
[   11.811584] Linux video capture interface: v2.00
[   11.955652] rtl8723be :09:00.0: firmware: failed to load 
rtlwifi/rtl8723befw.bin (-2)
[   11.955653] rtl8723be :09:00.0: Direct firmware load failed with error -2
[   11.955654] rtl8723be :09:00.0: Falling back to user helper
[   11.985365] uvcvideo: Found UVC 1.00 device HP HD Webcam (04f2:b3c8)
[   11.986510] input: HP HD Webcam as 
/devices/pci:00/:00:14.0/usb1/1-7/1-7:1.0/input/input19
[   11.986562] usbcore: registered new interface driver uvcvideo
[   11.986562] USB Video Class driver (1.1.1)
[   12.176277] Firmware rtlwifi/rtl8723befw.bin not available
[   12.176653] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   12.176929] rtlwifi: wireless switch is on
[   12.281698] Console: switching to colour frame buffer device 170x48
[   12.286424] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[   12.286426] i915 :00:02.0: registered panic notifier
[   12.357333] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.357450] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input20
[   12.357536] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[   12.365629] snd_hda_intel :00:03.0: irq 67 for MSI/MSI-X
[   12.447885] Bluetooth: Core ver 2.19
[   12.447900] NET: Registered protocol family 31
[   12.447902] Bluetooth: HCI device and connection manager initialized
[   12.447910] Bluetooth: HCI socket layer initialized
[   12.447913] Blu

Bug#769706: florence: Crashes on openbox, as any buuton s pressed by mouse.

2014-11-27 Thread KHURRAM MAHMOOD
Hello

Kindly note the problem is resolved after yesterdays update.

Thank you and oblige.

Kind Regards,


خرم محمود(Khurram Mahmood)



> Subject: Bug#769706: florence: Crashes on openbox, as any buuton s pressed by 
> mouse.
> From: makh...@hotmail.com
> To: sub...@bugs.debian.org
> Date: Sat, 15 Nov 2014 22:48:34 +0500
> 
> Package: florence
> Version: 0.6.2-2
> Severity: important
> 
> Dear Maintainer,
> 
> *** Reporter, please consider answering these questions, where appropriate ***
> 
>* What led up to the situation?
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
> 
> The runtime is as follows:
> 
> $ florence 
> Florence version 0.6.2
> 
> ** (florence:15066): WARNING **: Couldn't register with accessibility bus: 
> Did not receive a reply. Possible causes include: the remote application did 
> not send a reply, the message bus security policy blocked the reply, the 
> reply timeout expired, or the network connection was broken.
> XRecord extension found version=1.13
> Your screen does not support alpha channel. Semi-transparency is disabled
> DBus name aquired: org.florence.Keyboard
> 
> ** (florence:15067): WARNING **: Couldn't register with accessibility bus: 
> Did not receive a reply. Possible causes include: the remote application did 
> not send a reply, the message bus security policy blocked the reply, the 
> reply timeout expired, or the network connection was broken.
> 
> ** (florence:15067): WARNING **: Couldn't register with accessibility bus: 
> Did not receive a reply. Possible causes include: the remote application did 
> not send a reply, the message bus security policy blocked the reply, the 
> reply timeout expired, or the network connection was broken.
> WARNING: AT-SPI has been disabled at run time: auto-hide mode is disabled.
> 
> ** (florence:15066): WARNING **: Couldn't register with accessibility bus: 
> Did not receive a reply. Possible causes include: the remote application did 
> not send a reply, the message bus security policy blocked the reply, the 
> reply timeout expired, or the network connection was broken.
> 
> ** (florence:15066): ERROR **: AT-SPI: COuldn't connect to accessibility bus. 
> Is at-spi-bus-launcher running?
> Trace/breakpoint trap
> 
> *** End of the template - remove these template lines ***
> 
> 
> -- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages florence depends on:
> ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
> ii  libatk1.0-0  2.14.0-1
> ii  libatspi2.0-02.14.0-1
> ii  libc62.19-13
> ii  libcairo-gobject21.14.0-2.1
> ii  libcairo21.14.0-2.1
> ii  libdbus-1-3  1.8.8-2
> ii  libflorence-1.0-10.6.2-2
> ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
> ii  libglib2.0-0 2.42.0-2
> ii  libgstreamer1.0-01.4.3-1.2
> ii  libgtk-3-0   3.14.4-2
> ii  libnotify4   0.7.6-2
> ii  libpango-1.0-0   1.36.8-2
> ii  libpangocairo-1.0-0  1.36.8-2
> ii  librsvg2-2   2.40.5-1
> ii  libx11-6 2:1.6.2-3
> ii  libxext6 2:1.3.3-1
> ii  libxml2  2.9.1+dfsg1-4
> ii  libxtst6 2:1.2.2-1+b1
> 
> florence recommends no packages.
> 
> florence suggests no packages.
> 
> -- no debconf information
  

Bug#770354: orage: While using the repeat alarm, continuously windows start to come, without stopping. Only solution QUIT.

2014-11-20 Thread Khurram Mahmood
Package: orage
Version: 4.10.0-1+b1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages orage depends on:
ii  libc6   2.19-13
ii  libcairo2   1.14.0-2.1
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.0-2
ii  libgtk2.0-0 2.24.25-1
ii  libical11.0-1.1
ii  libnotify4  0.7.6-2
ii  libpango-1.0-0  1.36.8-2
ii  libpopt01.16-10
ii  libx11-62:1.6.2-3
ii  libxfce4util6   4.10.1-2
ii  xfce4-panel 4.10.1-1

Versions of packages orage recommends:
ii  dbus-x11  1.8.10-1

Versions of packages orage suggests:
pn  sox  

-- 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#769706: florence: Crashes on openbox, as any buuton s pressed by mouse.

2014-11-15 Thread Khurram Mahmood
Package: florence
Version: 0.6.2-2
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

The runtime is as follows:

$ florence 
Florence version 0.6.2

** (florence:15066): WARNING **: Couldn't register with accessibility bus: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
XRecord extension found version=1.13
Your screen does not support alpha channel. Semi-transparency is disabled
DBus name aquired: org.florence.Keyboard

** (florence:15067): WARNING **: Couldn't register with accessibility bus: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.

** (florence:15067): WARNING **: Couldn't register with accessibility bus: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
WARNING: AT-SPI has been disabled at run time: auto-hide mode is disabled.

** (florence:15066): WARNING **: Couldn't register with accessibility bus: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.

** (florence:15066): ERROR **: AT-SPI: COuldn't connect to accessibility bus. 
Is at-spi-bus-launcher running?
Trace/breakpoint trap

*** End of the template - remove these template lines ***


-- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages florence depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  libatk1.0-0  2.14.0-1
ii  libatspi2.0-02.14.0-1
ii  libc62.19-13
ii  libcairo-gobject21.14.0-2.1
ii  libcairo21.14.0-2.1
ii  libdbus-1-3  1.8.8-2
ii  libflorence-1.0-10.6.2-2
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.0-2
ii  libgstreamer1.0-01.4.3-1.2
ii  libgtk-3-0   3.14.4-2
ii  libnotify4   0.7.6-2
ii  libpango-1.0-0   1.36.8-2
ii  libpangocairo-1.0-0  1.36.8-2
ii  librsvg2-2   2.40.5-1
ii  libx11-6 2:1.6.2-3
ii  libxext6 2:1.3.3-1
ii  libxml2  2.9.1+dfsg1-4
ii  libxtst6 2:1.2.2-1+b1

florence recommends no packages.

florence 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#705764: Bug#705765: pcmanfm: Cut paste is only copying but not deleting the source

2013-04-20 Thread KHURRAM MAHMOOD
Hello Sir
One more observation.
The problem seems to still exist. For some folders the source is deleted, for 
some it is not. This problem is not in thunar.

Kind RegardsKhurram
From: makh...@hotmail.com
To: 705...@bugs.debian.org
Subject: RE: Bug#705765: pcmanfm: Cut paste is only copying but not deleting 
the source
Date: Sat, 20 Apr 2013 14:44:14 +





Hello Sir
The problem seems to have gone now. It is not understood whether because of 
update or installation of some package,... the cut paste is 100% okay now.
Thank you and oblige.Kind RegardsKhurram

> Subject: Bug#705765: pcmanfm: Cut paste is only copying but not deleting the 
> source
> From: makh...@hotmail.com
> To: sub...@bugs.debian.org
> Date: Fri, 19 Apr 2013 23:07:11 +
> 
> Package: pcmanfm
> Version: 0.9.10-3
> Severity: normal
> 
> Dear Maintainer,
> *** Please consider answering these questions, where appropriate ***
> 
>* What led up to the situation?
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
> 
> *** End of the template - remove these lines ***
> 
> 
> -- System Information:
> Debian Release: 7.0
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
> 
> Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages pcmanfm depends on:
> ii  libatk1.0-0 2.4.0-2
> ii  libc6   2.13-38
> ii  libcairo2   1.12.2-3
> ii  libfm-gtk-bin   0.1.17-2.1
> ii  libfm-gtk1  0.1.17-2.1
> ii  libfm1  0.1.17-2.1
> ii  libfontconfig1  2.9.0-7.1
> ii  libfreetype62.4.9-1.1
> ii  libgdk-pixbuf2.0-0  2.26.1-1
> ii  libglib2.0-02.33.12+really2.32.4-5
> ii  libgtk2.0-0 2.24.10-2
> ii  libmenu-cache1  0.3.3-1
> ii  libpango1.0-0   1.30.0-1
> ii  libx11-62:1.5.0-1
> 
> Versions of packages pcmanfm recommends:
> ii  gnome-icon-theme  3.4.0-2
> ii  gvfs-backends 1.12.3-4
> ii  gvfs-fuse 1.12.3-4
> 
> pcmanfm suggests no packages.
> 
> -- no debconf information

  

Bug#705764: Bug#705765: pcmanfm: Cut paste is only copying but not deleting the source

2013-04-20 Thread KHURRAM MAHMOOD

Hello Sir
The problem seems to have gone now. It is not understood whether because of 
update or installation of some package,... the cut paste is 100% okay now.
Thank you and oblige.Kind RegardsKhurram

> Subject: Bug#705765: pcmanfm: Cut paste is only copying but not deleting the 
> source
> From: makh...@hotmail.com
> To: sub...@bugs.debian.org
> Date: Fri, 19 Apr 2013 23:07:11 +
> 
> Package: pcmanfm
> Version: 0.9.10-3
> Severity: normal
> 
> Dear Maintainer,
> *** Please consider answering these questions, where appropriate ***
> 
>* What led up to the situation?
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
> 
> *** End of the template - remove these lines ***
> 
> 
> -- System Information:
> Debian Release: 7.0
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
> 
> Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages pcmanfm depends on:
> ii  libatk1.0-0 2.4.0-2
> ii  libc6   2.13-38
> ii  libcairo2   1.12.2-3
> ii  libfm-gtk-bin   0.1.17-2.1
> ii  libfm-gtk1  0.1.17-2.1
> ii  libfm1  0.1.17-2.1
> ii  libfontconfig1  2.9.0-7.1
> ii  libfreetype62.4.9-1.1
> ii  libgdk-pixbuf2.0-0  2.26.1-1
> ii  libglib2.0-02.33.12+really2.32.4-5
> ii  libgtk2.0-0 2.24.10-2
> ii  libmenu-cache1  0.3.3-1
> ii  libpango1.0-0   1.30.0-1
> ii  libx11-62:1.5.0-1
> 
> Versions of packages pcmanfm recommends:
> ii  gnome-icon-theme  3.4.0-2
> ii  gvfs-backends 1.12.3-4
> ii  gvfs-fuse 1.12.3-4
> 
> pcmanfm suggests no packages.
> 
> -- no debconf information
  

Bug#705793: openbox: gdm-control fails to execute

2013-04-19 Thread Khurram Mahmood
Package: openbox
Version: 3.5.0-7
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages openbox depends on:
ii  dpkg  1.16.10
ii  libc6 2.13-38
ii  libglib2.0-0  2.33.12+really2.32.4-5
ii  libice6   2:1.0.8-2
ii  libobrender27 3.5.0-7
ii  libobt0   3.5.0-7
ii  libsm62:1.2.1-2
ii  libstartup-notification0  0.12-1
ii  libx11-6  2:1.5.0-1
ii  libxau6   1:1.0.7-1
ii  libxext6  2:1.3.1-2
ii  libxinerama1  2:1.1.2-1
ii  libxml2   2.8.0+dfsg1-7+nmu1
ii  libxrandr22:1.3.2-2
ii  libxrender1   1:0.9.7-1

Versions of packages openbox recommends:
ii  obconf  1:2.0.3+20110805+debian-1
ii  openbox-themes  1.0.2

Versions of packages openbox suggests:
pn  libxml2-dev  
ii  menu 2.1.46
ii  python   2.7.3-4
ii  ttf-dejavu   2.33-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#705765: pcmanfm: Cut paste is only copying but not deleting the source

2013-04-19 Thread Khurram Mahmood
Package: pcmanfm
Version: 0.9.10-3
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages pcmanfm depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libfm-gtk-bin   0.1.17-2.1
ii  libfm-gtk1  0.1.17-2.1
ii  libfm1  0.1.17-2.1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgtk2.0-0 2.24.10-2
ii  libmenu-cache1  0.3.3-1
ii  libpango1.0-0   1.30.0-1
ii  libx11-62:1.5.0-1

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme  3.4.0-2
ii  gvfs-backends 1.12.3-4
ii  gvfs-fuse 1.12.3-4

pcmanfm 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#705764: pcmanfm: Copy paste onto a folder icon does not works

2013-04-19 Thread Khurram Mahmood
Package: pcmanfm
Version: 0.9.10-3
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages pcmanfm depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libfm-gtk-bin   0.1.17-2.1
ii  libfm-gtk1  0.1.17-2.1
ii  libfm1  0.1.17-2.1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgtk2.0-0 2.24.10-2
ii  libmenu-cache1  0.3.3-1
ii  libpango1.0-0   1.30.0-1
ii  libx11-62:1.5.0-1

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme  3.4.0-2
ii  gvfs-backends 1.12.3-4
ii  gvfs-fuse 1.12.3-4

pcmanfm 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#705763: pcmanfm: Eject can eject cd/dvd but pcmanfm fails.

2013-04-19 Thread Khurram Mahmood
Package: pcmanfm
Version: 0.9.10-3
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages pcmanfm depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libfm-gtk-bin   0.1.17-2.1
ii  libfm-gtk1  0.1.17-2.1
ii  libfm1  0.1.17-2.1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgtk2.0-0 2.24.10-2
ii  libmenu-cache1  0.3.3-1
ii  libpango1.0-0   1.30.0-1
ii  libx11-62:1.5.0-1

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme  3.4.0-2
ii  gvfs-backends 1.12.3-4
ii  gvfs-fuse 1.12.3-4

pcmanfm 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#705689: osmo: Osmo crashed and doesnt starts now.

2013-04-18 Thread KHURRAM MAHMOOD
Hello Sir
Your remedy has solved the problem. Osmo now works. Strange this never occurred 
in Debian6/Squeeze, though I used it for a long time.

Thank you 
Kind RegardsKhurram

> Date: Thu, 18 Apr 2013 20:10:04 +0200
> From: a...@gambaru.de
> To: makh...@hotmail.com
> CC: 705...@bugs.debian.org
> Subject: Re: Bug#705689: osmo: Osmo crashed and doesnt starts now.
> 
> On Thu, 18. Apr 17:35 KHURRAM MAHMOOD  wrote:
> >Hello Sir
> >Executing:
> >===
> >$ osmo
> >/home/myuser/.osmo/config.xml:1: parser error : Document is empty
> >^
> >/home/myuser/.osmo/config.xml:1: parser error : Start tag expected, '<'
> >not found
> >^
> >** (osmo:4142): CRITICAL **: gui_calendar_set_frame_cursor_thickness:
> >assertion `thickness > 0 && thickness < 6' failed
> >===
> >The processor goes to 100% and osmo doesnt starts.
> >I re-installed it and still the problem persists.
> >The problem might have come due to light failure or some recent 4/5-days
> 
> It seems you have a corrupt config.xml file. Please backup your hidden
> config directory and move it to .osmo.old for example, then purge osmo
> completely and reinstall the application.
> 
> If osmo cannot find your hidden .osmo directory in $HOME, it will start
> with new settings and it should work again. Please report back if that
> solves your problem.
> 
> Regards,
> 
> Markus
  

Bug#705689: osmo: Osmo crashed and doesnt starts now.

2013-04-18 Thread KHURRAM MAHMOOD
Hello Sir
Executing:===$ osmo/home/myuser/.osmo/config.xml:1: parser error : Document is 
empty
^/home/myuser/.osmo/config.xml:1: parser error : Start tag expected, '<' not 
found
^
** (osmo:4142): CRITICAL **: gui_calendar_set_frame_cursor_thickness: assertion 
`thickness > 0 && thickness < 6' failed===
The processor goes to 100% and osmo doesnt starts.
I re-installed it and still the problem persists.
The problem might have come due to light failure or some recent 4/5-days back 
update. Not confirmed.
DE-BUG:===$ gdb osmo
Reading symbols from /usr/bin/osmo...Reading symbols from 
/usr/lib/debug/usr/bin/osmo...done.done.(gdb) set pagination 0(gdb) runStarting 
program: /usr/bin/osmo [Thread debugging using libthread_db enabled]Using host 
libthread_db library 
"/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1"./home/myuser/.osmo/config.xml:1:
 parser error : Document is empty
^/home/myuser/.osmo/config.xml:1: parser error : Start tag expected, '<' not 
found
^[New Thread 0xae573b70 (LWP 5049)][New Thread 0xadc4ab70 (LWP 5050)][New 
Thread 0xad430b70 (LWP 5051)][New Thread 0xacc2fb70 (LWP 5052)]
** (osmo:5046): CRITICAL **: gui_calendar_set_frame_cursor_thickness: assertion 
`thickness > 0 && thickness < 6' failed^CProgram received signal SIGINT, 
Interrupt.gui_create_tasks (appGUI=0x8132648) at tasks.c:18241824  tasks.c: 
No such file or directory.(gdb) bt#0  gui_create_tasks (appGUI=0x8132648) at 
tasks.c:1824#1  0x080a7fc0 in gui_create_window (appGUI=0x8132648) at 
gui.c:1573#2  0x080564a0 in main (argc=1, argv=0xb784) at main.c:275===
Thank you and oblige.
Kind Regards,
Khurram
> Date: Thu, 18 Apr 2013 18:44:35 +0200
> From: a...@gambaru.de
> To: makh...@hotmail.com; 705...@bugs.debian.org
> CC: cont...@bugs.debian.org
> Subject: Re: Bug#705689: osmo: Osmo crashed and doesnt starts now.
> 
> tags 705689 unreproducible moreinfo
> severity 705689 normal
> thanks
> 
> Dear Debian user,
> 
> unfortunately your problem is not reproducible and more information is
> needed to solve it. Please answer the following questions
> 
>  * What led up to the situation?
>  * What exactly did you do (or not do)
>  * What was the outcome of this action?
>  * What happens if you launch osmo from the command line?
> 
> You can also try to install the latest version of osmo from
> experimental. If this does not solve your issue please install the
> osmo-dbg package, try to reproduce the error and get a backtrace with
> gdb.
> 
> The following tutorial explains the steps in more detail.
> 
> http://wiki.debian.org/HowToGetABacktrace
> 
> 
  

Bug#705689: osmo: Osmo crashed and doesnt starts now.

2013-04-18 Thread Khurram Mahmood
Package: osmo
Version: 0.2.10+svn922-2+b1
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages osmo depends on:
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgringotts2   1.2.10~pre3-1
ii  libgtk2.0-0 2.24.10-2
ii  libgtkspell02.0.16-1
ii  libical00.48-2
ii  libnotify4  0.7.5-1
ii  libpango1.0-0   1.30.0-1
ii  libtar0 1.2.16-1
ii  libwebkitgtk-1.0-0  1.8.1-3.4
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  xdg-utils   1.1.0~rc1+git20111210-6

osmo recommends no packages.

osmo 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#705041: chromium: Fails to attach files of low size in gmail.

2013-04-09 Thread Khurram Mahmood
Package: chromium
Version: 25.0.1364.160-1
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages chromium depends on:
ii  chromium-inspector  25.0.1364.160-1
ii  gconf-service   3.2.5-1+build1
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libbz2-1.0  1.0.6-4
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libcups21.5.3-5
ii  libdbus-1-3 1.6.8-1
ii  libevent-2.0-5  2.0.19-stable-3
ii  libexpat1   2.1.0-1
ii  libflac81.2.1-6
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgcc1 1:4.7.2-5
ii  libgconf-2-43.2.5-1+build1
ii  libgcrypt11 1.5.0-5
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnome-keyring0   3.4.1-1
ii  libgtk2.0-0 2.24.10-2
ii  libjpeg88d-1
ii  libnspr42:4.9.2-1
ii  libnss3 2:3.14.3-1
ii  libnss3-1d  2:3.14.3-1
ii  libpango1.0-0   1.30.0-1
ii  libpulse0   2.0-6
ii  libspeex1   1.2~rc1-7
ii  libstdc++6  4.7.2-5
ii  libudev0175-7.1
ii  libvpx1 1.1.0-1
ii  libx11-62:1.5.0-1
ii  libxcomposite1  1:0.4.3-2
ii  libxext62:1.3.1-2
ii  libxfixes3  1:5.0-4
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxrandr2  2:1.3.2-2
ii  libxrender1 1:0.9.7-1
ii  libxslt1.1  1.1.26-14.1
ii  libxss1 1:1.2.2-1
ii  xdg-utils   1.1.0~rc1+git20111210-6

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  

-- 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#704962: FW: Bug#704962: florence: Some buttons words are not showing eg. Shift, Enter, Backspace.

2013-04-08 Thread KHURRAM MAHMOOD

FYI
From: makh...@hotmail.com
To: lu...@debian.org
Subject: RE: Bug#704962: florence: Some buttons words are not showing eg. 
Shift, Enter, Backspace.
Date: Mon, 8 Apr 2013 17:07:45 +




Hello Jeremy
Thanks for your kind response.
Kindly find the attachment in lieu of the problem. In the Squeeze/Debian 6.0 
all buttons appear ok, but here in Wheezy/Debian 7 there seems to be some 
problem.
Kind RegardsKhurram

> Date: Mon, 8 Apr 2013 11:10:09 +0200
> From: lu...@debian.org
> To: makh...@hotmail.com; 704...@bugs.debian.org
> Subject: Re: Bug#704962: florence: Some buttons words are not showing eg. 
> Shift, Enter, Backspace.
> 
> Control: tags -1 + moreinfo
> 
> Hi Khurram,
> 
> Khurram Mahmood:
> > *** Please consider answering these questions, where appropriate ***
> > 
> >* What led up to the situation?
> >* What exactly did you do (or not do) that was effective (or
> >  ineffective)?
> >* What was the outcome of this action?
> >* What outcome did you expect instead?
> 
> Could you please answer these questions? I am not sure I understand the
> problems you are facing.
> 
> -- 
> Jérémy Bobbio.''`. 
> lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
> `. `'` 
>   `-   

  <>

Bug#704962: florence: Some buttons words are not showing eg. Shift, Enter, Backspace.

2013-04-08 Thread Khurram Mahmood
Package: florence
Version: 0.5.1-1
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages florence depends on:
ii  gconf2  3.2.5-1+build1
ii  libatk1.0-0 2.4.0-2
ii  libatspi2.0-0   2.5.3-2
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libdbus-1-3 1.6.8-1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgconf2-4 3.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgtk2.0-0 2.24.10-2
ii  libnotify4  0.7.5-1
ii  libpango1.0-0   1.30.0-1
ii  librsvg2-2  2.36.1-1
ii  libx11-62:1.5.0-1
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxtst62:1.2.1-1

florence recommends no packages.

florence 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#704907: thawab: The .bok files are not converting, it stops at converting..

2013-04-07 Thread Khurram Mahmood
Package: thawab
Version: 3.0.13-1
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages thawab depends on:
ii  mdbtools   0.7-1
ii  python 2.7.3-4
ii  python-gtk22.24.0-3+b1
ii  python-okasha  0.2.4-1
ii  python-othman  0.2.7-1
ii  python-paste   1.7.5.1-4.1
ii  python-webkit  1.1.8-2
ii  python-whoosh  2.3.2-2

Versions of packages thawab recommends:
pn  islamic-menus  

thawab 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