Bug#536459: zsh: Ctrl-ARROW gives ';5A' escape sequence instead of moving by word

2014-02-24 Thread Kernc
The way it's solved for readline-dependent shells in Debian is by providing several relevant bindings in /etc/inputrc: # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving "\e[1;5C": forward-word "\e[1;5D": backward-word "\e[5C": forward-word "\e[5D": backward-word "\e\e[C": forward

Bug#736388: universalindentgui: missing .desktop file

2014-01-22 Thread Kernc
Package: universalindentgui Version: 1.2.0-1 Severity: normal universalindentgui, a GUI application, is missing a desktop launcher in /usr/share/applications that would make it available in FreeDesktop menus. Please find exemplary minimal desktop file attached. Thanks. :-) universalindentgui.d

Bug#586502:

2013-11-24 Thread Kernc
> > It appears that adding a snippet of Xorg.conf in /usr/share/X11/xorg.conf.d/ > > (e.g. 99-nvidia-glx.conf) makes X aware of this other driver. > > Unfortunately this breaks the X configuration if nvidia-glx is installed > but no hardware/kernel module is available. I'm sure you will consider t

Bug#698528: debian-installer: BusyBox's wget doesn't preseed from HTTPS

2013-01-19 Thread Kernc
Package: debian-installer Version: 20121114 Severity: normal Dear Maintainer, When running automatic installation with preseed file, the installer fails to download the preseed config file if provided from a HTTPS location, e.g. preseed/url=https://raw.github.com/kernc/linux-home/master/debfix

Bug#698727: debian-installer: /dev/sdb1 (USB stick) added to /etc/fstab with default options (user), preventing future NTFS auto-mounts

2013-01-22 Thread Kernc
Package: debian-installer Version: 20121114 Severity: normal Dear Maintainers, While installing Wheezy b4 from USB drive, debian-installer (I think) adds a line to /etc/fstab: /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0 The existence of this line, specifically the 'user' option (I t

Bug#685215: Apt pinning is broken

2012-08-18 Thread Kernc
Package: apt Version: 0.9.7.4 Severity: important Tags: confirmed I took liberty to mark this as confirmed, as it very well is and will as such hopefully jump at the willing contributors from the top of the outstanding bugs list. Maintainers' sympathy kindly appreciated. I know this is kind of TL

Bug#685215: Apt pinning is broken

2012-08-18 Thread Kernc
Since I opened this new bug, I'd like to add my specific use case as well: Naturally, I want my system stable. Perhaps some time into the release cycle, I want my user apps updated for the sake of new features, so I pull them from testing. Chromium and Iceweasel, perhaps with more stable (supposed

Bug#685215: Apt pinning is broken

2012-08-18 Thread Kernc
Namely, what I, as a user, would like only is that pinning per package (wildcarded) name or version works, and that those more specific pins are propagated to EDSP/CUDF dumps, i.e. in the EDSP dump, the APT-Pin field for "package=chromium,version=whatever-is-available-in-unstable" stanza says 505 (

Bug#685215: Apt pinning is broken

2012-08-18 Thread Kernc
I'd like to propose a new policy view. This is the current output of "apt-cache policy" (modified from [22]): -- apt-cache policy -- : Installed: Candidate: Package-Pin: Version table: *** -- end apt-cache policy package-name -- The

Bug#685215: Apt pinning is broken

2012-08-18 Thread Kernc
I'd like to propose an algorithm that, if I'm not mistaken, results in above policy. Presuppositions --- A general form rule or stanza is one that has "Package: *" AND "Pin: ". A specific form rule or stanza is one that has "Package: " OR "Pin: version" where is a space-separated lis

Bug#682024: apt-get: custom --solver stub crashes apt-get in glibc

2012-07-18 Thread Kernc
Package: apt Version: 0.9.7.1 Severity: minor File: /usr/bin/apt-get Dear Maintainer, I created an external apt-cudf solver specification as per apt-cudf instructions. My "solver" (as of yet, a stub) is: -- minimal_progressive.py solver -- #!/usr/bin/env python import sys def main(): if le

Bug#682024: apt-get: custom --solver stub crashes apt-get in glibc

2012-07-18 Thread Kernc
Ok, this is due to my virtual machine running out of memory. I'm so sorry. :s Please mark as Invalid.

Bug#433945:

2013-04-07 Thread Kernc
With Avahi bug #311, I understand it was agreed the bug was on Lennart to fix. Still, I would just like to reiterate that in 2013 on some misconfigured public hotspots the avahi-daemon-check-dns.sh indeed doesn't stop the daemon, which makes the hotel hotspot unavailable to the unaware travelling

Bug#700162: libgksu2-0: should default to sudo if no root password (see bug #481689)

2013-02-09 Thread Kernc
Package: libgksu2-0 Version: 2.0.13~pre1-6 Severity: serious Tags: patch Justification: 0. Dear Maintainer, Since 2008, if root account has no password or is locked (e.g. by `passwd -d root`, using sudo accounts), then certain desktop gksu invocations fail (unetbootin from the menu, wicd, ...). T

Bug#481689: Still an issue on Wheezy

2013-02-09 Thread Kernc
After four+ years, this is still a bug on vanilla wheezy and it makes certain desktop system utilities not work out-of-the-box. It is partially (hopefully) fixed by the patch in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700162

Bug#696718:

2013-07-04 Thread Kernc
God, Wolfram, I love you! :D This bug had pestered me for two days. What is the (permanent) proposed solution? Couldn't grub be made to always include couple of most standard modules?

Bug#714508: [Bash-completion-devel] Bug#714508: bash terminates on completion if "set -o errexit" (set -e) is set

2013-07-07 Thread Kernc
On Sun, Jul 7, 2013 at 12:34 PM, Ville Skyttä wrote: > > setting set -e in a normal interactive shell for anything but testing > purposes is asking for trouble > I'm sure you are correct. But I'm sourcing interactively a functions.sh script that sets -e, and after it, any completion request term

Bug#713051: bash: in /etc/skel/.bashrc, check if bash_completion has already run before

2013-06-22 Thread Kernc
Package: bash Version: 4.2+dfsg-0.1 Severity: minor Dear Maintainer, By default, bash ships with bash_completion disabled in /etc/bash.bashrc, enabled in /etc/skel/.bashrc If, when, an administrator decides to uncomment (enable) bash_completion in bash.bashrc, the script runs twice for users wit

Bug#420666:

2013-06-22 Thread Kernc
Yes, we recommend our users to keep their personal executables, like scripts, in ~/.local/bin. In hidden .local mainly because they need them available on the command line (on $PATH), and NOT USEFULLY VISIBLE in desktop file managers.

Bug#488588:

2013-06-22 Thread Kernc
This is a very sane proposal. This way the administrator (which is these days the user herself) isn't necessarily bugged about package maintainer's file being newer than hers. ?#/&

Bug#714726:

2013-07-26 Thread Kernc
severity 714726 important merge 714726 509574 tags 714726 patch thank you This bug is almost 5 years old and has been duplicated several times: http://bugs.debian.org/509574 I'm fairly naive, but it looks to me that wheezy-backports doesn't report the suite correctly as stable-backports, and also

Bug#718317: apt-cudf: doesn't include any source preference in the Request stanza

2013-07-29 Thread Kernc
Package: apt-cudf Version: 3.0.2-3 Severity: normal Dear Maintainer, When apt-get is run with custom --solver, e.g. like this: $ apt-get --solver custom_solver install xfce4-panel/testing , the resulting CUDF scenario starts with the following request stanza: Request: EDSP 0.4 Install: xfce4

Bug#693069:

2013-08-25 Thread Kernc
Hi Thomas, You mention herethat you built a *.deb but your GitHub repo appears untouched and this ITP is still in progress? What gives? Will you let the inexperienced package such fine piece of timely software? :-P

Bug#693069:

2013-08-29 Thread Kernc
On Wed, Aug 28, 2013 at 8:21 PM, Thomas Koch wrote: > please nag me again if I don't manage to get it out in the next days! > Great, noted. Thanks! :-)

Bug#693069:

2013-09-19 Thread Kernc
On Wed, Aug 28, 2013 at 8:21 PM, Thomas Koch wrote: > please nag me again if I don't manage to get it out in the next days! > Any news? We'd love to feature Rurple-ng, I think, in our youngsters' curriculum: http://course.coderdojo.si :-)

Bug#714508: bash terminates on completion if "set -o errexit" (set -e) is set

2013-06-30 Thread Kernc
Package: bash-completion Version: 1:2.0-1 Severity: normal Tags: upstream Dear Maintainers, When "set -o errexit" is set, bash exits on some TAB-completition. Bash exits on: $ set -e $ cd Bash does not exit on: $ set -e $ c But instead correctly shows possible options. Bash exiting on TAB

Bug#759377: "TypeError: TreePath does not support indexing" when installing new printer

2014-08-26 Thread Kernc
Package: system-config-printer Version: 1.4.3-4~bpo70+1 Severity: important Tags: patch Dear Maintainer, Installing a new printer through the interface, at the final step of selecting the (correctly recognized and pre-selected printer (e.g. Xerox Phaser 3140), the wizard doesn't proceed -- it can

Bug#814316: Fetch flashplugin-nonfree archive from Macromedia directly?

2016-06-01 Thread Kernc
Bart, Thank you for maintaining this package for so long. Possibly hundreds of thousands depend on in to maintain a working Flash player. Thanks! Given how this bug really pops up a lot [1], and given how its severity is always grave (because it's mostly a huge security issue), have you or would

Bug#776708:

2015-02-07 Thread Kernc
A daily cron job does sound like a good idea. Additionally, Flash archive seems to be available over HTTPS [1], so the intermediary access to p-d-o [2] isn't really necessary. [1]: https://www.ssllabs.com/ssltest/analyze.html?d=fpdownload.macromedia.com [2]: http://people.debian.org/~bartm/flashp

Bug#520619:

2015-04-27 Thread Kernc
The request is not unpopular. https://bugs.launchpad.net/ubuntu/+source/pigz/+bug/523309 http://askubuntu.com/questions/62607/whats-the-best-way-to-use-parallel-bzip2-and-gzip-by-default http://serverfault.com/questions/270814/fastest-way-to-extract-tar-gz Besides alternatives, `Provides: gzip` c

Bug#497038: speed-up of list/show

2014-10-05 Thread Kernc
show/list subcommands could additionally be sped up by checking if the package in question is installed, and if so, using uncompressed /var/lib/dpkg/info/[package].list instead.

Bug#815186: libfile-mimeinfo-perl: mimeopen should ship a *.desktop file

2016-02-19 Thread Kernc
Package: libfile-mimeinfo-perl Version: 0.27-1 Severity: normal Dear Maintainers! /usr/bin/mimeopen, working fabulously for downloaded files of application/octet-stream mime type, should include a /usr/share/applications/mimeopen.desktop file like the following: [Desktop Entry] Type=Appl

Bug#813607: RFP: earlyoom -- Early out-of-memory daemon for Linux

2016-02-03 Thread Kernc
Package: wnpp Severity: wishlist * Package name: earlyoom Version : 0.~git Upstream Author : rfjakob * URL : https://github.com/rfjakob/earlyoom * License : N/A (open-source) Description : Early out-of-memory (OOM) daemon for Linux When the swapping sta