Bug#1053223: python3-ipython: Interactive embedding of ipython using the InteractiveShellEmbed method as documented, is broken

2023-09-29 Thread L. Guruprasad
with `python3 ise.py`, it opens the IPython interactive shell. Typing any statements and pressing enter to execute it, causes an exception. Below is an instance of this error happening. ``` guruprasad@debian-sid:~$ python3 ise.py Python 3.11.5 (main, Aug 29 2023, 15:31:31) [GCC 13.2.0] Type

Bug#865269: cloud.debian.org: Please provide an official contrib-stretch64 vagrant base box

2017-06-19 Thread L. Guruprasad
Package: cloud.debian.org Severity: normal Dear Maintainer, Debian has provided official vagrant base boxes in 2 flavors - one without the VirtualBox guest additions and the other with the guest additions, since the Jessie release. With Stretch released a few days back, only the base box withou

Bug#821416: exim4-config: 01_exim4-config_listmacrosdefs comment points to wrong chapter

2016-04-18 Thread L. Guruprasad
figuration Files: /etc/exim4/passwd.client [Errno 13] Permission denied: u'/etc/exim4/passwd.client' -- debconf information excluded Thanks & Regards, L. Guruprasad diff --git a/debian/debconf/conf.d/main/01_exim4-config_listmacrosdefs b/debian/debconf/conf.d/main/01_exim4-config_list

Bug#801404: closed by d...@debian.org (Re: Bug#801404: mikutter: A lot of Japanese text not translated to English)

2015-10-12 Thread L. Guruprasad
rg with problems > > > -- Forwarded message -- > From: d...@debian.org > To: "L. Guruprasad" > Cc: 801404-d...@bugs.debian.org > Date: Sat, 10 Oct 2015 21:28:40 +0900 > Subject: Re: Bug#801404: mikutter: A lot of Japanese text not translated to > English

Bug#801404: mikutter: A lot of Japanese text not translated to English

2015-10-09 Thread L. Guruprasad
Package: mikutter Version: 3.2.9+dfsg-1 Severity: important Dear Maintainer, A lot of text in the settings dialog and a few other places in mikutter are not translated to English properly. This makes it difficult for anyone not knowing Japanese to use it. -- System Information: Debian Release: s

Bug#801056: cloud.debian.org: Kernel headers are required to upgrade the guest-additions

2015-10-05 Thread L. Guruprasad
Package: cloud.debian.org Severity: normal Dear Maintainer, The debian/jessie64 vagrant box published on HashiCorp Atlas doesn't have the linux kernel headers installed. When bringing up a VM, vagrant warns if the guest additions installed on the guest do not match with the VirtualBox version on

Bug#800800: [Pkg-virtualbox-devel] Bug#800800: vagrant: Running vagrant up to start a VM fails with error

2015-10-05 Thread L. Guruprasad
e I find something which indicates that something could be wrong with vagrant, I will reply to this bug again. Thanks & Regards, Guruprasad

Bug#800800: [Pkg-virtualbox-devel] Bug#800800: vagrant: Running vagrant up to start a VM fails with error

2015-10-05 Thread L. Guruprasad
On 10/5/15 4:51 PM, Ritesh Raj Sarraf wrote: > On Mon, 2015-10-05 at 16:36 +0530, L. Guruprasad wrote: >> Ritesh Raj Sarraf has asked for more logs, if any. So I will >> uninstall >> virtualbox-ext-pack and then run vagrant up with debug logging >> enabled >

Bug#800800: vagrant: Running vagrant up to start a VM fails with error

2015-10-05 Thread L. Guruprasad
x-ext-pack will be of any help because recommended packages do not get installed unless the user explicitly chooses to install them. So unless the user installs virtualbox-ext-pack, vagrant is broken for him/her when using with VirtualBox. Thanks & Regards, Guruprasad signature.asc Description: OpenPGP digital signature

Bug#800800: vagrant: Running vagrant up to start a VM fails with error

2015-10-03 Thread L. Guruprasad
Package: vagrant Version: 1.7.4+dfsg-1 Severity: grave Justification: renders package unusable 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 i

Bug#799598: grub2-common: options documentation duplicated in the grub-install manpage

2015-09-20 Thread L. Guruprasad
/mounts /dev/sda6 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/sda7 /home ext4 rw,relatime,data=ordered 0 0 /dev/sdb1 /media/guruprasad/UUI vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,showexec,utf8,flush,errors=remount

Bug#790069: gnome-shell uses 100% CPU for some time on random system tray area access

2015-06-26 Thread L. Guruprasad
Package: gnome-shell Version: 3.16.2-4 Severity: important Dear Maintainer, When accessing the system tray area in the bottom right corner of the screen, some times the system freezes for many minutes due to gnome-shell using 100% CPU. I have seen this issue often on trying to access the system

Bug#789301: xul-ext-gcontactsync: Unable to sync contacts with app-specific password for Gmail with 2FA enabled

2015-06-19 Thread L. Guruprasad
Package: xul-ext-gcontactsync Version: 1.0.0-1 Severity: normal Dear Maintainer, I have enabled 2 factor authentication on my Gmail account. Due to that, I had to create a separate application-specific password for Thunderbird to be able to access Gmail via IMAP and SMTP. But when I did that, gco

Bug#783974: pulseaudio: No sound on boot till pulseaudio is killed and restarted

2015-05-02 Thread L. Guruprasad
On Saturday 02 May 2015 09:32 PM, Felipe Sateler wrote: >> guruprasad@kal-el:~$ cat ~/.config/pulse/client.conf >> autospawn = no > > This is the problem. Why do you have disabled autospawn? > > So, a bit of background: > > In pulseaudio up to version 5, the scrip

Bug#783974: pulseaudio: No sound on boot till pulseaudio is killed and restarted

2015-05-02 Thread L. Guruprasad
On Saturday 02 May 2015 08:44 PM, Felipe Sateler wrote: > OK, then set log-target = journal. I see you are using systemd as > init, so you can do the following: > > journalctl -b /usr/bin/pulseaudio > > To get the log. guruprasad@kal-el:~$ journalctl -b /usr/bin/pulseaudio No

Bug#783974: pulseaudio: No sound on boot till pulseaudio is killed and restarted

2015-05-01 Thread L. Guruprasad
On Saturday 02 May 2015 12:53 AM, Felipe Sateler wrote: > On 1 May 2015 at 16:06, L. Guruprasad wrote: > Please do the following: > > Modify /etc/pulse/daemon.conf to set: > > log-level = debug > log-time = true > log-target = file:/tmp/pulselog > > Then re

Bug#783974: pulseaudio: No sound on boot till pulseaudio is killed and restarted

2015-05-01 Thread L. Guruprasad
lt-in Audio Analog Stereo" device.class = "monitor" alsa.card = "0" alsa.card_name = "HDA Intel" alsa.long_card_name = "HDA Intel at 0xf840 irq 47" als

Bug#771792: [Pkg-mozext-maintainers] Bug#771792: xul-ext-gcontactsync: gContactSync fails with "Please login before trying to sync contacts"

2014-12-02 Thread L. Guruprasad
On 03-12-2014 10:59, L. Guruprasad wrote: > The xul-ext-gnome-keyring package was automatically installed without me > explicitly choosing it for installation. So I guess it might be > automatically installed for many other users as well. I will try to find > out which dependency ca

Bug#771792: [Pkg-mozext-maintainers] Bug#771792: xul-ext-gcontactsync: gContactSync fails with "Please login before trying to sync contacts"

2014-12-02 Thread L. Guruprasad
Hi, On 02-12-2014 21:15, Michael Meskes wrote: > severity 771792 important > thanks > > On Tue, Dec 02, 2014 at 06:25:17PM +0530, L. Guruprasad wrote: >> Severity: grave >> Justification: renders package unusable >> ... >> xul-ext-gnome-keyring: 0.6.11-3

Bug#771792: xul-ext-gcontactsync: gContactSync fails with "Please login before trying to sync contacts"

2014-12-02 Thread L. Guruprasad
Package: xul-ext-gcontactsync Version: 1.0.0-1 Severity: grave Justification: renders package unusable Dear Maintainer, After the recent upgrade to the xul-ext-gnome-keyring package, Icedove appears to be storing the credentials of its account in the GNOME keyring and once the keyring is created

Bug#769759: gnome-session continuously logs the contents of documents in home to syslog

2014-11-16 Thread L. Guruprasad
Package: gnome-session Version: 3.14.0-2 Severity: grave Dear Maintainer, My system froze suddenly after recent package upgrades and rebooted automatically. After reboot I checked the contents of syslog and found that "gnome-session" is logging the contents of various PDF files and documents p

Bug#769010: libaudio2: package libaudio2:i386 cannot be configured because libaudio2:amd64 is at a different version

2014-11-10 Thread L. Guruprasad
Package: libaudio2 Severity: important Dear Maintainer, While installing package updates and configuring libaudio2:i386, this is the error: package libaudio2:i386 1.9.4-1+b1 cannot be configured because libaudio2:amd64 is at a different version (1.9.4-1) I have i386 libraries and some i386 pack

Bug#767004: qbittorrent: "Open destination folder" doesn't work

2014-10-27 Thread L. Guruprasad
Package: qbittorrent Version: 3.1.10-1 Severity: normal Dear Maintainer, When "Open destination folder" option is selected from the right-click menu of an individual torrent after its download completion, nothing happens. The expected behaviour is that the file manager (nautilus in my case since

Bug#765789: dpkg: cycle found while processing triggers

2014-10-17 Thread L. Guruprasad
Package: hicolor-icon-theme Version: 0.13-1 Severity: important Dear Maintainer, Here is the error message shown while installing upgrades dpkg: cycle found while processing triggers: chain of packages whose triggers are or may be responsible: man-db -> libglib2.0-0:i386 packages' pending tr

Bug#765369: nautilus: "Open in Terminal" shown twice in the hamburger menu

2014-10-14 Thread L. Guruprasad
Package: nautilus Version: 3.14.0-1 Severity: minor Dear Maintainer, In the hamburger menu of Nautilus, "Open in Terminal" appears twice. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i

Bug#762719: evince: Present in 3.14.0-1 as well

2014-09-26 Thread L. Guruprasad
Package: evince Version: 3.14.0-1 Followup-For: Bug #762719 Dear Maintainer, This bug is still present in 3.14.0-1 and evince crashes when directly opening it without actually opening any document. But when opening a document with evince, it doesn't crash. Perhaps as the OP has suggested, the

Bug#760623: hotot: Hotot fails to start with import error

2014-09-06 Thread L. Guruprasad
Package: hotot Version: 1:0.9.8.14-3 Severity: grave Justification: renders package unusable Dear Maintainer, Hotot fails to start with the following error and backtrace. Traceback (most recent call last): File "/usr/bin/hotot", line 13, in from hotot import hotot File "/usr/lib/python2

Bug#756993: evince: Gedit has a similar UI, but has a quit button

2014-09-03 Thread L. Guruprasad
Package: evince Version: 3.12.2-1 Followup-For: Bug #756993 Dear Maintainer, Gedit user interface is very similar to that of Evince but it has a visible close button on the title bar unlike Evince. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'uns

Bug#753288: Package 2.x version of buildout in Debian

2014-06-30 Thread L. Guruprasad
Package: python-zc.buildout Severity: normal The buildout project has had multiple releases since the 1.7.x releases and is now in version 2.2.1. So this is a bug to track packaging the latest 2.x version of buildout in Debian. Thanks & Regards, Guruprasad -- To UNSUBSCRIBE, email to de

Bug#749982: yasnippet: python-mode snippets expand with wrong indentation

2014-05-31 Thread L. Guruprasad
Package: yasnippet Version: 0.6.1c-1 Severity: important Dear Maintainer, I have installed yasnippet on my Debian unstable installation and tried to use yasnippet snippets in python-mode while editing python files. I found that a few templates got expanded with wrong indentation though the snippe

Bug#749965: icedove: Opening Help->Release Notes opens an invalid, broken link

2014-05-30 Thread L. Guruprasad
Package: icedove Version: 30.0~b1-1 Severity: normal Dear Maintainer, I have installed the latest Thunderbird on my Debian unstable amd64 system and I found that on clicking the Tools->Release Notes it opens a broken, invalid link on live.mozillamessaging.com - http://live.mozillamessaging.com

Bug#746935: RFP: libapache2-mod-python -- Mod_python is an Apache module that embeds the Python interpreter within the server and helps run web applications written in python

2014-05-03 Thread L. Guruprasad
Package: wnpp Severity: wishlist * Package name: libapache2-mod-python Version : 3.5.0 Upstream Author : Grisha Trubetskoy * URL : http://modpython.org/ * License : Apache License 2.0 Programming Lang: C, Python Description : Mod_python is an Apache mod

Bug#742394: RFP: pycharm -- PyCharm is an IDE for python developed by JetBrains and PyCharm community edition is available as open source software under Apache License at https://github.com/JetBrains/

2014-03-23 Thread L. Guruprasad
Package: wnpp Severity: wishlist * Package name: pycharm Version : 3.1.1 Upstream Author : JetBrains * URL : https://github.com/JetBrains/intellij-community/tree/master/python * License : The Apache Software License 2.0 Programming Lang: Java Description

Bug#741017: cairo-dock: Actions in the shutdown applet don't work and return a logind error

2014-03-07 Thread L. Guruprasad
Package: cairo-dock Severity: important Dear Maintainer, I installed cairo-dock (the latest version available in unstable) on my Debian debian unstable system (a machine different to the one I am reporting the bug from). The shutdown applet gives a lot of options like Shutdown, logout and etc.

Bug#735751: pidgin-plugin-pack: Plugin pack website points to a link which gives a 404

2014-01-17 Thread L. Guruprasad
Since this is an issue with upstream, I have raised an issue in the upstream issue tracker. The link to the issue is https://bitbucket.org/rekkanoryo/purple-plugin-pack/issue/5/plugin-website-points-to-https. This is for tracking purposes. Thanks & Regards, Guruprasad -- To UNSUBSCRIBE, e

Bug#735751: pidgin-plugin-pack: Plugin pack website points to a link which gives a 404

2014-01-17 Thread L. Guruprasad
Package: pidgin-plugin-pack Version: 2.7.0-2 Severity: minor Tags: upstream Dear Maintainer, When viewing the details of the plugins installed by the pidgin-plugin-pack package, the website URL shown is https://www.guifications.org/projects/purple-plugin-pack which gives a 404 and is no longer

Bug#728803: Info received (Bug#728803: gnome-shell: Volume indicator disappears on startup and on reload and adjusting volume)

2013-11-05 Thread L. Guruprasad
This is a fresh installation that is a couple of days old and this issue has been there right from the installation. I installed stable from netinst iso with just the bare minimum core packages, dist-upgraded to testing and then to sid. Then used tasksel to install laptop tools and desktop environm

Bug#728803: gnome-shell: Volume indicator disappears on startup and on reload and adjusting volume

2013-11-05 Thread L. Guruprasad
Attaching ~/.cache/gdm/session.log. Thanks & Regards, Guruprasad /etc/gdm3/Xsession: Beginning session setup... localuser:guruprasad being added to access control list openConnection: connect: No such file or directory cannot connect to brltty at :0 E: [pulseaudio] main.c: Daemon startup fa

Bug#728803: gnome-shell: Volume indicator disappears on startup and on reload and adjusting volume

2013-11-05 Thread L. Guruprasad
Package: gnome-shell Version: 3.8.4-4 Severity: important Dear Maintainer, I have updated to the latest packages on my Debian Sid amd64 installation. On logging and starting of the GNOME desktop, the volume indicator shows for a second or two and then disappears. I also tried reloading the GNO

Bug#699732: The latest and greatest version of qbittorrent available now is 3.0.9

2013-06-06 Thread Guruprasad
Cristian, If you are unable to package it, I have tried my hand at packaging qbittorrent with reasonable success and I can help. Would love to have it packaged and available in Debian. Thanks & Regards, Guruprasad -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org wi

Bug#708953: Debug log from VLC media player attached at the time of facing this issue.

2013-05-19 Thread Guruprasad
I have been facing this issue ever since I installed VLC on wheezy when it was in testing. Now this issue persists even after upgrading to unstable. -- Thank you. Regards, Guruprasad. vlc_debug.log Description: Binary data

Bug#708953: vlc: VLC open in single instance mode doesn't play files opened from nautilus "Open with VLC"

2013-05-19 Thread L. Guruprasad
Package: vlc Version: 2.0.6-1 Severity: normal Dear Maintainer, I have VLC configured to run in single instance mode and when one instance of VLC is open and I try to play a file from nautilus by selecting "Open with VLC media player" from the right-click menu, it doesn't play the file at all. Th

Bug#678576: Affects the right-click context menu as well

2013-03-03 Thread Guruprasad
When I copy-paste or cut-paste stuff using Nautilus, the same thing happens. 'Paste' option is grayed out but still works. It took me a long time to figure out it works after wondering whether I actually did a cut/copy or not. -- Thank you. Regards, Guruprasad. -- To UNSUBSCRIBE

Bug#682454: RFS: cows-and-bulls/1.0-1 [ITP] - Words-based cows and bulls guessing game

2012-07-31 Thread Guruprasad
Hi Jakub, On Tue, Jul 31, 2012 at 5:58 PM, Jakub Wilk wrote: > * Guruprasad , 2012-07-31, 17:06: > >> The default dictionary file used by this game is /usr/share/dict/words >> which is installed by the package wamerican. > > > In fact, if dictionaries-common is insta

Bug#682454: RFS: cows-and-bulls/1.0-1 [ITP] - Words-based cows and bulls guessing game

2012-07-31 Thread Guruprasad
Hi Jakub, Thank you for reviewing this. On Tue, Jul 31, 2012 at 2:28 PM, Jakub Wilk wrote: > (I don't intend to sponsor this package.) > It doesn't work in a minimal environment: > | $ cows-and-bulls > | Unable to open the dictionary file The default dictionary file used by this game is /usr/sh

Bug#682454: RFS: cows-and-bulls/1.0-1 [ITP] - Words-based cows and bulls guessing game

2012-07-22 Thread Guruprasad
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "cows-and-bulls" * Package name: cows-and-bulls Version : 1.0-1 Upstream Author : L. Guruprasad * URL : https://github.com/lgp171188/Cows

Bug#682398: ITP: cows-and-bulls -- Words-based version of the cows and bulls game

2012-07-22 Thread Guruprasad
27;t preclude the addition of another. The game is implemented in a single .cpp file and I was already told that this could be a vanity package, not sure if it really is. Either way, let me package it and upload it to the mentors site. Thanks & Regards, Guruprasad. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#682398: ITP: cows-and-bulls -- Words-based version of the cows and bulls game

2012-07-22 Thread Guruprasad
not 'alphabets'. Thank you for finding out the typo. I intended to use 'letters' but ended up using alphabets. I will use the correct word in the package description and manpage for sure :) Thanks & Regards, Guruprasad -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@li

Bug#682398: ITP: cows-and-bulls -- Words-based version of the cows and bulls game

2012-07-22 Thread L. Guruprasad
Package: wnpp Severity: wishlist Owner: "L. Guruprasad" * Package name: cows-and-bulls Version : 1.0 Upstream Author : L. Guruprasad * URL : https://github.com/lgp171188/Cows-and-Bulls * License : GPL Programming Lang: C++ Description : W

Bug#673997: Still broken as of Jun 9, 2012

2012-06-08 Thread Guruprasad
I tried the image from today and it is still broken -- Thank you. Regards, Guruprasad. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#675382: piwi: Fixed a spelling error found by lintian

2012-05-31 Thread L. Guruprasad
Package: piwi Version: 0.8+20041206-3 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch Dear Maintainer, Fixed the spelling mistake by changing "informations" to "information" that was present in Docs/CHANGES.txt, Docs/README.txt and debi

Bug#613838: gnome-themes: Changing Gnome theme doesn't fully change the theme, icons

2011-02-17 Thread Guruprasad
Package: gnome-themes Version: 2.30.2-1 Severity: normal On a fresh default installation of Debian Squeeze, installed from CD installer, changing the GNOME themes doesn't work properly. Changing the theme only changes the window background color. The title bar scheme, the icon scheme don't change

Bug#613559: general: Sound not working without gnome-media not installed by default

2011-02-15 Thread Guruprasad
Package: general Severity: important Sound doesn't work on the Gnome desktop without the gnome-media package which isn't installed when installing from the CD-ROM -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Lin

Bug#577763: xorg: xserver locks up often randomly and doesn't work till reboot

2010-04-14 Thread Guruprasad
On Wed, Apr 14, 2010 at 5:19 PM, Cyril Brulebois wrote: > severity 577763 important > thanks I didn't know how to classify the severity, thanks > > Guruprasad (14/04/2010): >> Package: xorg >> Version: 1:7.3+20 >> Severity: grave >> Justification: caus

Bug#577763: xorg: xserver locks up often randomly and doesn't work till reboot

2010-04-14 Thread Guruprasad
Package: xorg Version: 1:7.3+20 Severity: grave Justification: causes non-serious data loss The X server crashes often randomly, leaving only the command-line accessible till reboot. Whenever the crash happens, this is seen in the log. Ring end space: 28 wanted 32 (II) intel(0): [drm] removed 1