Bug#942088: manpages-dev: crypt(3) is not installed

2019-10-11 Thread
在 2019年10月10日星期四 CST 下午4:13:06,您写道:
> Version: 5.02-1
> 
> Am 10.10.19 um 08:22 schrieb Zhang Jingqiang:
> > Package: manpages-dev
> > Version: 5.02-1
> > Severity: important
> > 
> > Dear Maintainer,
> > 
> > crypt(3) is missing, which contains also crypt_r
> 
> Hi,
> 
> thanks for the bug report. Those manpages are intentionally removed from
> the Debian package, because they are already included in another package
> (libcrypt2-dev). Therefore, we have a name conflict and both packages
> cannot be installed at the same time.

But they have been diverted in libcrypt2-dev:

# dpkg-divert --list | grep libcrypt2
diversion of /usr/lib/x86_64-linux-gnu/libcrypt.a to /usr/lib/x86_64-linux-
gnu/glibc_libcrypt.a by libcrypt2-dev
diversion of /usr/lib/x86_64-linux-gnu/libcrypt.so to /usr/lib/x86_64-linux-
gnu/glibc_libcrypt.so by libcrypt2-dev
diversion of /usr/share/man/man3/crypt.3.gz to /usr/share/man/man3/
glibc_crypt.3.gz by libcrypt2-dev
diversion of /usr/share/man/man3/crypt_r.3.gz to /usr/share/man/man3/
glibc_crypt_r.3.gz by libcrypt2-dev
diversion of /usr/include/crypt.h to /usr/include/glibc_crypt.h by libcrypt2-
dev

# dpkg -L libc6-dev | grep crypt
/usr/include/crypt.h
diverted by libcrypt2-dev to: /usr/include/glibc_crypt.h
/usr/lib/x86_64-linux-gnu/libcrypt.a
diverted by libcrypt2-dev to: /usr/lib/x86_64-linux-gnu/glibc_libcrypt.a
/usr/lib/x86_64-linux-gnu/libcrypt.so
diverted by libcrypt2-dev to: /usr/lib/x86_64-linux-gnu/glibc_libcrypt.so




Bug#912214: Confused by signatures of debian-security

2018-11-01 Thread
After updating debian-archive-keyring to the 2018.1 version,
then remove those wheezy obsolete keys,
debian-security for testing can not be verified.

And I further check other debian-security updates/InRelease files, and found 
that:
1. wheezy signed with
  debian-archive-jessie-security-automatic.gpg
  debian-archive-wheezy-automatic.gpg
2. jessie signed with
  debian-archive-jessie-security-automatic.gpg
  debian-archive-wheezy-automatic.gpg
3. stretch signed with
  debian-archive-jessie-security-automatic.gpg
  debian-archive-wheezy-automatic.gpg   ==> shouldn't be stretch one ?
4. buster signed with
  debian-archive-wheezy-automatic.gpg  ==> shouldn't be stretch one?
5. testing signed with
  debian-archive-wheezy-automatic.gpg  ==> shouldn't be stretch one?

So if we remove wheezy keys, buster user will get errors when they
try to update their debian-security repo.

Bug#904122: iproute2: Please install bpf_api.h and bpf_elf.h to help develop bpf objects

2018-07-23 Thread
在 2018年7月23日星期一 CST 下午6:50:06,Luca Boccassi 写道:
> Are those headers intended as _public_ API, with all that entails (no
> breakages, etc etc)?
bpf_elf.h is installed in the Makefile line 92, so I guess yes.

bpf_api.h is not installed, but macro `__section_tail` is useful for
tail calls, which is the only one in that file that may fail between different 
iproute2 ABI.
According to the Note section in that file, I guess yes. But upstream didn't 
install it, it really confuse me. Do you know how to contact upstream for a 
verification?




Bug#843497: systemd-networkd block the shutdown process of my nspawn container

2018-06-23 Thread
在 2018年6月23日星期六 CST 下午6:15:55,Michael Biebl 写道:
> 
> Test packages are available at
> https://people.debian.org/~biebl/systemd/stretch/

I debootstrap a new stretch container, and found that
the problem was not reproducible with systemd 232-25+deb9u2.
So this bug can be closed for both stretch and buster.

Thanks




Bug#901834: systemd-networkd block the shutdown process of my nspawn container

2018-06-22 Thread
在 2018年6月23日星期六 CST 上午6:36:42,Michael Biebl 写道:
> 
> This sounds like it could be the same issue as in
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901834
> 
> Zhang Jingqiang, could you please test the patch that posted by Tobias
> in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901834#5
> 
I did a test with systemd 238, and the problem in #843497 has gone.
I will try that with stretch later when I have more time. It will be good
if some of you could provide some patched debs, or I will do it myself,
which will take much longer time.




Bug#852680: 答复: Bug#852680: plasma-workspace: Please add dbus-user-session as alternative dependency for dbus-x11

2018-06-07 Thread

Hi,
> Does it make any difference? What's the rationale behind this request?

According to dbus NEWS file, dbus-user-session provides systemd units for
a per-user bus listening (in effect, treating all concurrent graphical and
non-graphical login sessions as one large session)

> dbus-session-bus is a virtual package, which is also provided by dbus, so 
> that's most likely going be fulfilled by dbus if used as a dependency, also 
> dependencies against virtual packages need to be given a non virtual 
> preference. Probably depending on: dbus | dbus-session-bus would work.

The recommended way seems to be:
default-dbus-session-bus | dbus-session-bus
, which is already used by cinnamon-session, but not by gnome-session-bin.

And the binary package dbus itself doesn't provide dbus-session-bus.

> But breaking the session dbus for our users wouldn't be nice so this needs 
> a somewhat thorough testing, in an enviroment with only dbus installed, with
> only dbus-user-session installed, with only dbus-x11 installed, etc, checking 
> for differences in each session.

So now we only have to test dbus-x11 and dbus-user-session.
There is a check for dbus-user-session in dbus-x11 file
/etc/X11/Xsession.d/75dbus_dbus-launch, so in theory dbus-user-session
replace dbus-x11 if they both get installed.
I haven't encountered any difference when using only one graphical session.

Anyway we can default to dbus-x11, and allow users to switch to 
dbus-user-session
for a testing purpose.

Thanks

Bug#852680: plasma-workspace: Please add dbus-user-session as alternative dependency for dbus-x11

2018-06-06 Thread
> Please consider add dbus-user-session as alternative for dbus-x11.
> Or just use dbus-session-bus as dependency.
Still no pending action?

Bug#900145: plasmashell freezes with xserver 1.20

2018-05-29 Thread
It seems that the freeze is due to xserver-xorg 1.20.
Downgrade xserver-xorg to 1.19 solve the problem.
I have tried use 'root' to `startx`, which has a default plasma config, and 
still get the freeze.
So there may be some incompatible between plasma 5.12 and xorg 1.20.

Thanks


Bug#896687: statx now works inside aarch64 nspawn container

2018-05-20 Thread
I reboot the host machine and found that statx now works.
The bug may be in libseccomp, but I'm not sure.

Thanks


Bug#896687: systemd-container: EPERM when use syscall statx inside nspawn, with default filter

2018-04-23 Thread
在 2018年4月23日星期一 CST 下午11:54:26,Michael Biebl 写道:

> > I can use statx outside of the container, but always get EPERM in it.

> > I didn't set filters myself, just use the default ones.

> > The problem does not exsist with amd64 hosts.

>

> Please share more details about your setup:

> - What commands you use to create the chroot

`debootstrap sid /var/lib/machines/ci_buster`

Then chroot to it and install dbus and dev pkgs.

> - What exact command line you use to start the nspawn container

`systemctl start systemd-nspawn@ci_buster`



The nspawn file is:

```

[Exec]
Boot=yes
PrivateUsers=no

[Network]
VirtualEthernet=yes

```



> - What command exactly you run inside the container

Just compile and run this c file:

```

#define _GNU_SOURCE

#include 

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

static inline ssize_t statx(int dirfd, const char *pathname, int flags, 
unsigned int mask, struct statx *statxbuf)
{
   return syscall(__NR_statx, dirfd, pathname, flags, mask, statxbuf);
}

int main(int argc, char *argv[])
{
   struct statx sx;
   int ret = statx(AT_FDCWD, "/tmp/aaa", AT_NO_AUTOMOUNT | 
AT_SYMLINK_NOFOLLOW, STATX_SIZE, );
   fprintf(stdout, "ret: %d, error: %s, size: %lu\n",ret, strerror(errno), 
sx.stx_size);
   return 0;
}

```

Will get the 'Operation is not permited' message if run inside the container.


Bug#867129: Please add net-tools to recommends

2017-07-03 Thread
Sorry, /sbin/ip support is not available in current version 5.1.22.

So this bug should be changed to add net-tools to recommands, and replaced by 
"iproute2 | net-tools" after /sbin/ip is supported.


Bug#850490: 答复: Please consider fix this font problem before release

2017-02-28 Thread
The character "载" can't be displayed with the following versions of 
xfonts-unifont


xfonts-unifont_7.0.06-1_all.deb
xfonts-unifont_9.0.06-2_all.deb


So the unicode font in stable version wasn't generated from xfonts-unifont.

____
发件人: 张 敬强
发送时间: 2017年3月1日 6:58:53
收件人: 850...@bugs.debian.org
主题: Please consider fix this font problem before release

Control: severity -1 important
Control: notfound -1 2.02-beta2-22+deb8u1

This will has a major impact on chinese or even CJK users,
so I'm changing the severity to important.


Bug#844576: Fixed

2016-12-13 Thread
Control: fixed -1 8.13.6+dfsg2-2


Hello,

The bug has been fixed in version 8.13.6+dfsg2-2,

so it can be closed.


Thanks


Bug#805612: akonadi-backend-mysql: It should depend on mysql-server-core but not mysql-client-core

2016-11-23 Thread
在 2016年11月22日星期二 CST 下午6:16:22,您写道:
> can you please explain, why you think, we can remove the mysql-client-core
> dependency?
It's a bug can be resolved by just adding the *-server-core dependency,
as there is no such dependency when the bug was reported.

But I'm still wondering about the *-client-core dependency.
I found no mysql-client usage in files in akonadi-backend-mysql.
I didn't check all the code, but the old version 1.7.2-3 didn't depend on
*-client-core.
And akonadi-backend-sqlite has no dependency on sqlite3, so I guess
there may be no need of the mysql client binaries. 
> akonadi is starting a server by it self and also connects to it,
> so for me it makes sense, that akonadi also needs mysql-client-core to
> work. Have you tested a system without mysql-client-core?
I just renamed the 3 binaries (mysql, mysql_embeded, mysqlcheck),
and rebooted, and found that kmail/akregator work as normal,
and "akonadictl fsck" work well too. I didn't test the setup.
How about make it a suggest instead of depend/recommend?



Bug#845180: some "target" need to be replaced by dereferenced_target in app/models/repository.rb

2016-11-20 Thread


According to code in 
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/models/repository.rb

, I changed ".target" and ":target" to dereferenced_target,

then the "Branches" Page work again, and branch deletion also work again.



Thanks




Bug#834565: apt-key: no keyid listed

2016-08-17 Thread
在 2016年8月17日星期三 CST 下午8:52:06,David Kalnischkies 写道:
> On Wed, Aug 17, 2016 at 01:32:34PM +0000, 张 敬强 wrote:
> > 在 2016年8月17日星期三 CST 上午7:31:07,您写道:
> > 
> > > Hi,
> > > 
> > > On Wed, Aug 17, 2016 at 12:35:36PM +0800, Zhang Jingqiang wrote:
> > > >   With the morden gpg, `apt-key list` wont't list keyid.
> > > >   Replace the --fingerprint param with --list-sigs may be a temp
> > > >   solution.
> > > 
> > > That is correct, but what is the problem?
> > 
> > The problem is that `apt-key del` need a keyid
> 
> apt-key del accepts fingerprints just fine. It actually accept anything
> between the full fingerprint and just the last hex-digit. True, it
> wasn't very friendly to copy the fingerprint as you needed to
> remove the spaces, but I implemented automatic space-removal for the
> lazy just today, so that shouldn't be a problem either.
use "--list-sigs" without "--fingerprint" list fingerprints without spaces.
For the del case, it's more convenience.




Bug#834565: apt-key: no keyid listed

2016-08-17 Thread
在 2016年8月17日星期三 CST 上午7:31:07,您写道:
> Hi,
> 
> On Wed, Aug 17, 2016 at 12:35:36PM +0800, Zhang Jingqiang wrote:
> >   With the morden gpg, `apt-key list` wont't list keyid.
> >   Replace the --fingerprint param with --list-sigs may be a temp solution.
> 
> That is correct, but what is the problem?
The problem is that `apt-key del` need a keyid
> 
> If there is a valid reason you really really really really really really
> have to: "apt-key finger --keyid-format=long Debian" works for the time
> being (see gpg manpage about this option), but you should really get
> used to fingerprints.
> 
I think this is worth to be methioned in apt-key's help/man doc.



Bug#816781: aptitude: Can not cancel pending upgrade actions

2016-03-05 Thread
在 2016年3月5日星期六 CST 下午1:00:25,Manuel A. Fernandez Montecelo 写道:
> The behaviour has been changed recently, so that when one goes ahead
> with the installation, the state is saved to more places than aptitude's
> internal state (e.g. dpkg), on which other tools feed.
> 
> Since some parts of this state cannot be undone, and since there were
> other problems associated with this (e.g. removing "hold" state which
> had been set in previous sessions), "Cancel pending actions" has been
> changed in 0.7.6 to just cancel pending (as in "not confirmed/saved")
> actions, rather than marking all packages as "keep" and destroying other
> things in the way.
> 
> Perhaps we should change the name of the menu entry to reflect the
> change of behaviour, but sadly the name fits much better the new
> behaviour, and the previous behaviour's menu entry should have been
> named instead "Keep all packages in its current state" or "Reset state
> of all packages".
> 
> 
> If you want to go back to the state before confirming the upgrade
> intentions, you have to mark the packages to be upgraded as "keep".
> 
Thank you for the explanation, and it's acceptable for me.
So this bug can be closed.

Thanks




Bug#786791: systemd: systemctl hangs after plymouth-quit.service start operation timed out

2016-01-29 Thread
在 Friday 29 January 2016 20:07:32,Michael Biebl 写道:
> Is this problem reproducible with an up-to-date jessie or sid system?
It's not reproducible as I don't know what caused it.
I found the problem while updating packages which need systemd actions.
I haven't got it when updating for serveral months with sid. But sometimes I 
still got 1min30sec timeout when shutdown, and I'm not sure weather it's 
related.
> If yes, can you include the output of
>  systemd-analyze dump
>  systemctl --failed
> and boot with systemd.log_level=debug on the kernel command line and add
> the output of
>  journalctl -alb
I'll add the systemd option and report back when any timeout happen.

Thanks


Bug#805614: linux: PCAP filter "ether host" === "ether dst" when capture on a dummy interface

2015-11-22 Thread
Hello,
>
> The pcap file is attached.

It's the problem of the pcap file, not a bug with linux.
So this can be closed.
Sorry for the noise.

Thanks

Bug#801430: aptitude: segfault maybe casued by package dependency loop aptitudeDepCache::internal_mark_delete loop here

2015-10-10 Thread
>>The bug is caused by libxmlrpc-lite-perl and libsoap-lite-perl
>>libsoap-lite-perl depends libxmlrpc-lite-perl, while the latter one
>>recommends the previous one. 
>>The step to reproduce:
>>1.Install libsoap-lite-perl, make sure libxmlrpc-lite-perl is marked as
>>auto-installed 2.Select package libsoap-lite-perl, Press 'M'
>>3.Press 'g'
>>4.Select libxmlrpc-lite-perl or libsoap-lite-perl, press '_'
>>5.crash
> 
> I cannot reproduce it as it is, maybe because I have devscripts
> installed, which recommends libsoap-lite-perl.
Today I uninstalled maint-guide and devscripts on my work computer and found 
this.
> 
> But interested to know, do you have ::Purge-Unused enabled in (user or
> root's) ~/.aptitude/config ?  Can you post that file?
On my old laptop, aptitude crash when "_" or "-" pkg postgresql-9.4 with the 
same backtrace.
/root/.aptitude/config content on this machine:

aptitude "";
aptitude::Keep-Unused-Pattern "";
aptitude::Delete-Unused-Pattern "";
aptitude::UI "";
aptitude::UI::Menubar-Autohide "true";
aptitude::UI::Package-Display-Format "%c%a%M%S %p %Z %t %v %V";
aptitude::UI::Package-Status-Format "%d %t";
aptitude::UI::Advance-On-Action "false";
aptitude::AutoClean-After-Update "true";


I can not reproduce both of them on my new laptop, on which two more lines
in /root/.aptitude/config:

APT "";
APT::Install-Recommends "false";

If I remove these two lines, the bug can be reproduced on my new laptop.

Thanks

Bug#801430: aptitude: segfault maybe casued by package dependency loop aptitudeDepCache::internal_mark_delete loop here

2015-10-09 Thread
On Sat, 10 Oct 2015 09:56:50 +0800 Zhang Jingqiang  wrote:
> Step to reproduce the bug:
> 1.Install maint-guide, debian-policy, devscripts, doc-base, dput, fakeroot, 
> lintian
>   make sure all marked as auto-installed except maint-guide
> 2.run "aptitude"
> 3.Mark maint-guide as purge, this will lead to many packages (>= 27 on my 
> case) marked as remove
> 4.Pree "g" to review the action
> 5.Mark "Packages being removed because they are no longer used" as purge, 
> then crash occur
> 6.run "aptitude", then mark maint-guide as purge, the number of pkgs marked 
> as remove is reduced
>   as many perl pkgs has been marked as manually installed, uninstall all pkgs 
> except these perl pkgs
> 7.Now mark all these perl pkgs as remove, press 'g', mark them as purge, crash

The bug is caused by libxmlrpc-lite-perl and libsoap-lite-perl
libsoap-lite-perl depends libxmlrpc-lite-perl, while the latter one recommends 
the previous one.
 
The step to reproduce:
1.Install libsoap-lite-perl, make sure libxmlrpc-lite-perl is marked as 
auto-installed
2.Select package libsoap-lite-perl, Press 'M'
3.Press 'g'
4.Select libxmlrpc-lite-perl or libsoap-lite-perl, press '_'
5.crash

  

Bug#797980: kdevelop: Missing .so file in kdevelop.install

2015-09-12 Thread
>>> usr/lib/libkdevcompilerprovider.so should be added to kdevelop.install
>>> file, without which KDevDefinesAndIncludesManager won't work.
>>
>> This plugin crash kdevelop now, but it did work before the gcc 5
>> transition. I will test latest official 4.7 branch.
>
> Still crash:
Today I spend some to find the problem, and found some code
using function returning reference to temp vars.
There's some particial upstream fix already:
https://quickgit.kde.org/?p=kdevelop.git=commit=6ef7b373a2284e24753b6eb249ba68da5d9a2444

I submit a bug report today to solve the last one:
https://bugs.kde.org/show_bug.cgi?id=352618

Now kdevelop don't crash and KDevDefinesAndIncludesManager works.

Thanks

Bug#798377: plasma-workspace should provide notification-daemon

2015-09-12 Thread
> Now I'm sure that plasma-workspace should provide notification-daemon,
> according to file
> /usr/share/plasma/plasmoids/org.kde.plasma.notifications/metadata.desktop
> , which provides org.kde.plasma.notifications.
the missing provides of notification-daemon may cause problems for people
who choose to install recommends automatically, which will introduce many
unwanted packages.
So hope this bug will be soon fixed.  

Bug#797980: kdevelop: Missing .so file in kdevelop.install

2015-09-04 Thread
> usr/lib/libkdevcompilerprovider.so should be added to kdevelop.install file,
> without which KDevDefinesAndIncludesManager won't work.
This plugin crash kdevelop now, but it did work before the gcc 5 transition.
I will test latest official 4.7 branch. 
  

Bug#794440: override_dh_auto_build needed to avoid the use of CLI

2015-08-03 Thread
severity 794440 normal
thanks

There are files generated by CLI in the source code already.
So we just need to change those .cli file's timestamp to an
early time to avoid the calling of CLI at build time.

Add the following in rules file solve the problem:
override_dh_auto_build:
    find $(CURDIR) -regex .*\.cli -exec touch -d 2000-01-01 00:00:00 {} \;
    dh_auto_build

And some packages is needed at build time to generate pdf doc file:
ghostscript
html2ps

No problem encountered when building this package with gcc 5.2 and it's OK to
build libkolabxml.

Bug#777223: libtwolame0 is not Multi-Arch compatible

2015-07-20 Thread
Any response?
Now libavcodec-ffmpeg56:i386 can't be installed,
which makes skype can't be installed.

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



Bug#736483:

2015-07-17 Thread
No information show in kcm_akonadi_resources while kcm_akonadi contains both 
the correct resources
and server information;

kcm_akonadi.desktop should set these key-values to show itself in `kcmshell4 
--list` and KDE4 systemsettings:
 X-KDE-ParentApp=kcontrol
 X-KDE-System-Settings-Parent-Category=personal-information
Attatchment is patch for this file.

kcm_akonadi_resources is buggy and the resources info is contained in 
kcm_akonadi,
so we may also set empty value to above keys in kcm_akonadi_resources.desktop   
  

show_kcm_akonadi.patch
Description: Binary data


Bug#781219: kdevelop 4.7.1 and kdevplatform 1.7.1 package patch

2015-04-23 Thread
Dear Maintainers:
I do a repackage of kdevplatform 1.7.1 and kdevelop 4.7.1 locally,
and found some change need to be made.
0001-upstream-release-4.7.1-install-new-.so-file.patch is for kdevelop
0001-upstream-release-1.7.1-drop-bash-patch.patch is for kdevplatform
The kdevelop 4.7.1 fix time.h parse bug, which may influence many
people.

Thanks
From 48a4d50cc58522cbcf143552f3cbf10b1c34541f Mon Sep 17 00:00:00 2001
From: Zhang Jingqiang zhan...@sxis.com
Date: Thu, 23 Apr 2015 14:11:47 +0800
Subject: [PATCH] upstream release 1.7.1, drop bash patch

---
 debian/changelog| 10 ++
 debian/patches/fix_shell_script | 16 
 debian/patches/series   |  1 -
 3 files changed, 10 insertions(+), 17 deletions(-)
 delete mode 100644 debian/patches/fix_shell_script

diff --git a/debian/changelog b/debian/changelog
index ef88392..43524db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+kdevplatform (1.7.1-1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream release.
+
+  [ Zhang Jingqiang ]
+  * Drop patch fix_shell_script, applied upstream.
+
+ -- Zhang Jingqiang godfrey.pub...@gmail.com  Thu, 23 Apr 2015 14:04:59 +0800
+
 kdevplatform (1.7.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/fix_shell_script b/debian/patches/fix_shell_script
deleted file mode 100644
index e90f4f9..000
--- a/debian/patches/fix_shell_script
+++ /dev/null
@@ -1,16 +0,0 @@
-Author: Sune Vuorela
-Forwarded: no. Upstream wants the script rewritten. No time for that.
-
-Upstream decided that supporting the /bin/sh on openbsd is more important than having
-the script working in debian and derivatives.
-So Fix it by forcing bash.
-Index: b/util/kdevplatform_shell_environment.sh
-===
 a/util/kdevplatform_shell_environment.sh
-+++ b/util/kdevplatform_shell_environment.sh
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- 
- # This file is part of KDevelop
- # Copyright 2011 David Nolden david.nolden.kdeve...@art-master.de
diff --git a/debian/patches/series b/debian/patches/series
index a4743f3..a6a68c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix_shell_script
 11_disable_examples_tests.diff
-- 
2.1.4

From 0c9680c7130508cac04c018adbcbbe73ba8b7a62 Mon Sep 17 00:00:00 2001
From: Zhang Jingqiang zhan...@sxis.com
Date: Thu, 23 Apr 2015 14:22:02 +0800
Subject: [PATCH] upstream release 4.7.1, install new .so file

---
 debian/changelog| 10 --
 debian/kdevelop.install |  1 +
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 34cc8ee..60f0d7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,7 @@
-kdevelop (4:4.7.0-2) UNRELEASED; urgency=medium
+kdevelop (4:4.7.1-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
 
   [ Pino Toscano ]
   * Change section of kdevelop-dev to libdevel.
@@ -8,7 +11,10 @@ kdevelop (4:4.7.0-2) UNRELEASED; urgency=medium
   * Make KDevelop recommend kapptemplate to have more meaningful project
 templates available.
 
- -- Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org  Wed, 24 Sep 2014 07:23:44 +0200
+  [ Zhang Jingqiang ]
+  * Install new .so file usr/lib/libkdevcompilerprovider.so.
+
+ -- Zhang Jingqiang godfrey.pub...@gmail.com  Thu, 23 Apr 2015 14:18:46 +0800
 
 kdevelop (4:4.7.0-1) unstable; urgency=medium
 
diff --git a/debian/kdevelop.install b/debian/kdevelop.install
index aeff8e8..13bcbee 100644
--- a/debian/kdevelop.install
+++ b/debian/kdevelop.install
@@ -3,5 +3,6 @@ usr/bin/kdevelop
 usr/bin/kdevelop!
 usr/lib/kde4/*
 usr/lib/libkdev4*.so
+usr/lib/libkdevcompilerprovider.so
 usr/share/applications/kde4/*
 usr/share/kde4/services/*
-- 
2.1.4



Bug#761658: Please do not default to using Google nameservers

2015-03-29 Thread
On Sun, 29 Mar 2015 05:57:22 +0200 m...@linux.it (Marco d'Itri) wrote:
 This default is not used as long as a resolver has been configured by
 the system administrator or provided by DHCP, and I see no value in
 allocating development time to break cases which currently work by
 removing support for a default.
People do not need one if they do not want to configure one.
 Since the Google resolvers are a very reliable widely anycasted service
 which third parties are encouraged to use they actually look like a sane
 fail-safe default, hence I am closing this bug.
The DNS query traffic to Google resolvers may be hijacked in some contries,
or
just blocked.
For people who really need a default one, it's may be a better choice to
use
the default gateway as the default DNS resolver. Or we may patch systemd-
resolved to scan the local network to find a usable DNS server.
It's funny to see systemd-resolved.


Bug#760445: [mate-control-center] mate-display-properties segment fault with VirtualBox VNC Desktop

2015-03-09 Thread
 
 I assume that the above bug is fixed since gtk+2.0 (v2.24.25-3)  
 appeared in Debian jessie.
 
 Can you please check if the bug is still there or if it is gone now?
 
The bug has gone now for sid with VirtualBox 4.3.24.

Need I to check it with jessie ?

Thanks



Bug#770840: ark: Ark crashes on exit when nested archives opened

2015-02-25 Thread
fixed 770840 4:14.12.2-1
thanks


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



Bug#759408: ntrack-module-libnl-0 not work with realtek/broadcom cards with kernel 3.16

2015-01-21 Thread
reassign 759408 src:ntrack
thanks

ntrack does not work with broadcom BCM4352 wireless chip
using broadcom-sta (wl) driver on my new Dell XPS 13 as well.


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



Bug#774612: [acl] typo in getfacl mannual

2015-01-05 Thread
Package: acl
Version: 2.2.52-2
Severity: normal

Dear maintainers:

setgit may be setgid in CONFORMANCE TO POSIX 1003.1e DRAFT STANDARD 17 
section.
thanks

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.0
  990 unstableftp.debian.org 
  500 testing-updates ftp.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
libacl1 (= 2.2.52-1) | 2.2.52-2
libattr1 (= 1:2.4.46-8) | 
libc6  (= 2.14) | 


Package's Recommends field is empty.

Package's Suggests field is empty.
-- 

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



Bug#772900: [desktop-base] ksplashx: Cannot find description.txt file

2014-12-11 Thread
Package: desktop-base
Version: 8.0.0
Severity: normal

--- Please enter the report below this line. ---

lines theme for ksplash doesn't work.
when run 'ksplashx lines --test', get the following message:
Cannot find description.txt file.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.17.0-trunk-amd64

Debian Release: 8.0
  990 unstableftp.debian.org 
  500 testing-updates ftp.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
librsvg2-common| 2.40.5-1


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
gnome   | 
 OR kde-standard| 
 OR xfce4   | 
 OR wmaker  | 
-- 


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



Bug#772900: Wrong theme name in ksplash Theme.rc file

2014-12-11 Thread
retitle 772900 Wrong theme name in ksplash Theme.rc file

thanks



The ksplash theme folder name is lines, but Theme.rc file use

[KSplash Theme: Lines]

as theme name, this cause the lines theme always

use ksplashx engine but not ksplashqml.

--




Bug#772540: [fixed] linux-image-3.16.0-4-amd64: kernel panic when nmap some ip on the link while wireshark capturing on the link

2014-12-10 Thread
submitter 772540 !
fixed 772540 3.16.7-ckt2-1
fixed 772540 3.17.4-1~exp1
thanks

The bug has been fixed with the above linux-image version.
Thanks.

--

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



Bug#762574: Chromium 37 breaks Flash

2014-09-23 Thread
Hello,
pepperflashplugin-nonfree v1.7 install chromium pre-start config file to 
/etc/chromium.d if it exist,
and /usr/bin/chromium doesn't handle /etc/chromium.d till now.

As chromium package ship a /etc/chromium/default itself,
you may cat /etc/chromium.d/pepperflashplugin-nonfree  
/etc/chromium/default to have
this papi-plugin loaded with chromium.


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



Bug#762324: linux-image-3.16-2-amd64: sed error when executing /etc/kernel/postinst.d/dkms

2014-09-21 Thread
Jacek Sobczak wrote:

 Package: src:linux
 Version: 3.16.3-2
 Severity: normal
 
 Dear Maintainer,
 
 When upgrading linux kernel I get such error messages:
 
 Setting up linux-image-3.16-2-amd64 (3.16.3-2) ...
 /etc/kernel/postinst.d/dkms:
 sed: -e expression #1, char 6: unknown command: `m'
 sed: -e expression #1, char 6: unknown command: `m'
 
 My installed dkms packages: tp-smapi-dkms and virtualbox-dkms.
 
I got that message too and I only installed virtualbox-dkms


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



Bug#759408: ntrack-module-libnl-0 not work with realtek cards with kernel 3.16

2014-09-15 Thread
reassign 759408 src:linux
thanks

?? 2014??9??11?? ?? 10:06:55 ??
 Hello,
 It seems that ntrack-module-libnl-0 does not work with kernel 3.16
 I boot my workstation with no wire/wireless network, and then setup wlan0 
 after login into KDE
 #qdbus org.kde.kded /modules/networkstatus status
 the result is always 1
 
 It seems that the problem happen with realtek cards.
 The following cards on my workstation has the problem:
   Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit 
 Ethernet Controller (rev 06)
   D-Link Corp. DWL-G122 Wireless Adapter(rev.F1) [Realtek RTL8188SU]
 I install a VirtualBox vm, and no problem with the following card:
   Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI 
 Controller
 And no problem on my laptop with a Atheros wireless card.
 
 
 

The problem still exists with linux-image-3.16-1-amd64 3.16.2-3 version.
And bug #664064[1] will appear if I use ntrack-module-rtnetlink-0.

No problem with linux-image-3.14-2-amd64.

1.https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664064

-- 


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



Bug#761251: [dolphin] FTP show wrong filename when it's owner'name contain space

2014-09-12 Thread
Package: dolphin

Version: 4:4.14.0-1

Severity: normal



--- Please enter the report below this line. ---

There's a folder aaa on FTP server, which owner is test 01



Login into that ftp server with lftp, and `ls -al` show:

drwxr-xr-x 2 test 01 wheel 2 Sep 12 22:52 aaa



But when login use dolphin, it show the file name as 12 22:52 aaa, and 
username as test





--- System information. ---

Architecture: amd64

Kernel: Linux 3.16-1-amd64



Debian Release: jessie/sid

990 unstable ftp.debian.org

500 testing-updates ftp.debian.org

500 testing security.debian.org

500 testing ftp.debian.org

1 experimental ftp.debian.org



--- Package information. ---

Depends (Version) | Installed

==-+-===

kde-runtime ( 4:4.10) | 4:4.14.0-2

libc6 (= 2.14) |

libkactivities6 (= 4:4.11) |

libkcmutils4 (= 4:4.11) |

libkdecore5 (= 4:4.11) |

libkdeui5 (= 4:4.11) |

libkfile4 (= 4:4.11) |

libkio5 (= 4:4.11) |

libknewstuff3-4 (= 4:4.11) |

libkonq5abi1 (= 4:4.11.2) |

libkparts4 (= 4:4.11) |

libphonon4 (= 4:4.3.0) |

libplasma3 (= 4:4.11) |

libqt4-dbus (= 4:4.5.3) |

libqt4-xml (= 4:4.5.3) |

libqtcore4 (= 4:4.8.0) |

libqtgui4 (= 4:4.7.0~beta2) |

libsolid4 (= 4:4.11) |

libstdc++6 (= 4.1.1) |

libxrender1 |

phonon |





Recommends (Version) | Installed

=-+-===

ruby | 1:2.1.0.4





Suggests (Version) | Installed

=-+-===

kdesdk-dolphin-plugins |
--






Bug#759408: [ntrack-module-libnl-0] Not work with realtek cards with kernel 3.16

2014-09-10 Thread
Hello,
It seems that ntrack-module-libnl-0 does not work with kernel 3.16
I boot my workstation with no wire/wireless network, and then setup wlan0 
after login into KDE
#qdbus org.kde.kded /modules/networkstatus status
the result is always 1

It seems that the problem happen with realtek cards.
The following cards on my workstation has the problem:
Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit 
Ethernet Controller (rev 06)
D-Link Corp. DWL-G122 Wireless Adapter(rev.F1) [Realtek RTL8188SU]
I install a VirtualBox vm, and no problem with the following card:
Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI 
Controller
And no problem on my laptop with a Atheros wireless card.



-- 


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



Bug#758272: [pulseaudio] core-util.c: Failed to create secure directory

2014-09-09 Thread
Hello,
在 2014年8月19日 星期二 10:45:52,Felipe Sateler 写道:
 Control: retitle -1 pulseaudio: pacmd/pactl as root change secure
 directory permissions
 
 On Tue, Aug 19, 2014 at 10:33 AM, 张敬强 godfrey.pub...@gmail.com wrote:
  在 2014年8月19日 星期二 10:08:52,Felipe Sateler 写道:
 
  I don't think so, but you shouldn't be using pacmd as root, but rather
  as your normal user. Does the problem show itself if you never invoke
  a pulseaudio command as root?
 
 
  But I have done that at 8.9 when the problem first appeared.
  Maybe I have done some somilar thing at 8.16.
  So the problem will not happen without running pa command as root.
 
 OK, retitling accordingly. I will test this when I get back to my workstation.
 
Today I run krusader as root, and when it try to make sound notifications, the 
secure
directory's permission is changed to root.
This should be the only thing that I did at 8.16.

So the Severity: normal may be changed to important as Krusader provide a 
run in root mode menu by default.


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



Bug#760445: [mate-control-center] mate-display-properties segment fault with VirtualBox VNC Desktop

2014-09-04 Thread
Package: mate-control-center
Version: 1.8.2+dfsg1-1
Severity: normal

Dear Maintainers,

I install Jessie in VirtualBox with VNC remote desktop enabled.
And I have installed mate-desktop-environment and virtualbox-guest-x11.
When change screen resolution, segment fault will occur with the following step:

0. Make sure no ~/.config/monitors.xml file exist
1. run mate-display-properties, select a different resolution R-A and click 
apply
result: setting applied but segment fault displayed on terminal, a 
window appeared to ask whether accept 
2. run mate-display-properties
result: segment fault displayed on terminal and no resolution change
3. run mate-display-properties, select a different resolution R-B and click 
apply
result: setting applied but segment fault displayed on terminal, a 
window appeared to ask whether accept 
4. run mate-display-properties
result: segment fault dispalyed on terminal and resolution become R-A
x. run mate-display-properties
result: segment fault dispalyed on terminal and resolution change 
between R-A and R-B
x+1. rm ~/.config/monitors.xml and run mate-display-properties
result: segment fault displayed on terminal and no resolution change

-- 


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



Bug#749474: Not a bug

2014-09-02 Thread
Hello,
...
The shipped config file
works as expected, if you break the known-good values in that file you
are obviously on your own.  This is not a problem in Debian.

How about adding the missing logFile entry to 
/usr/share/doc/polipo/examples/config.sample
as it doesn't work ?
Or just remove this file ?

-- 


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



Bug#749474: Not a bug

2014-09-02 Thread
?? 2014??9??2?? ?? 10:38:01??Rolf Leggewie ??

 The sample config file lists possible values to tweak in addition to

 what we tweak in Debian and thus is valuable documentation, nothing

 more, nothing less. It is shipped in Debian as provided by upstream.



It seems I misunderstood the meaning of examples/config.sample.

This file provide some sample config values but not a sample config file.



Sorry for that.

--




Bug#759422: please follow upstream versionning scheme

2014-08-27 Thread
Hello:



 In trying to determine the availability of features in the Debian

 version of marble, i have had some difficulty of mapping between the

 version number of this package (e.g. 4.8.4 in wheezy) with the version

 numbers documented upstream (e.g. http://marble.kde.org/history.php).



There's a Version History session here:

http://marble.kde.org/changelog.php



And also you could just install it and open its About window if you are

using sid.

The version number on my machine:

 1.8.20 (1.9 Alpha)

 KDE  4.14.0

--




Bug#759408: [ntrack-module-libnl-0] Not work with kernel 3.16

2014-08-26 Thread
Package: ntrack-module-libnl-0

Version: 016-1.2

Severity: normal



--- Please enter the report below this line. ---



It seems that ntrack-module-libnl-0 does not work with kernel 3.16

I boot my workstation with no wire/wireless network, and then setup wlan0 after 
login into KDE

#qdbus org.kde.kded /modules/networkstatus status

the result is always 1



ntrack-module-rtnetlink-0 has no such problem. May be it's libnl's BUG.





--- System information. ---

Architecture: amd64

Kernel: Linux 3.16-trunk-amd64



Debian Release: jessie/sid

990 unstable ftp.debian.org

500 testing-updates ftp.debian.org

500 testing security.debian.org

500 testing ftp.debian.org

1 experimental ftp.debian.org



--- Package information. ---

Depends (Version) | Installed

=-+-

libc6 (= 2.4) |

libnl-3-200 (= 3.2.21) |

libnl-route-3-200 (= 3.2.7) |

libntrack0 (= 005) |





Package's Recommends field is empty.



Package's Suggests field is empty.
--






Bug#758272: [pulseaudio] core-util.c: Failed to create secure directory

2014-08-19 Thread
在 2014年8月18日 星期一 17:22:18,Felipe Sateler 写道:
 
 Do you see the problem if you disable autospawn? That is, disabling
 autospawn and after rebooting, do you still see the problem of the
 secure directory?
 
 
 
I found the problem.
I just run 'pacmd list-modules' in konsole as root, 
and got a message
后台程序未响应。---  may be background program not responding in English
and then owner of /run/user/1000/pulse is changed to root:root.

Is it normal?


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



Bug#758272: [pulseaudio] core-util.c: Failed to create secure directory

2014-08-19 Thread
在 2014年8月19日 星期二 10:08:52,Felipe Sateler 写道:
 
 I don't think so, but you shouldn't be using pacmd as root, but rather
 as your normal user. Does the problem show itself if you never invoke
 a pulseaudio command as root?
 
 
 

But I have done that at 8.9 when the problem first appeared.
Maybe I have done some somilar thing at 8.16.
So the problem will not happen without running pa command as root.

I notice that there are two pulseaudio autostart files under /etc/xdg/autostart,
Isn't this cause the Daemon already running message?


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



Bug#758271: [gwenview] can't load webp images

2014-08-16 Thread
Package: gwenview
Version: 4:4.13.3-1
Severity: normal

--- Please enter the report below this line. ---
kde-runtime now support webp image and I can use kolorpaint to open them.
Gwenview still can't open webp images, and the open dialog doesn't show .webp 
file.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-2-amd64

Debian Release: jessie/sid
  990 unstableftp.debian.org 
  500 testing-proposed-updates ftp.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
kde-runtime  ( 4:4.10) | 4:4.13.3-1
libbaloofiles4(= 4:4.12.80) | 4:4.13.3-1
libc6  (= 2.14) | 
libexiv2-12  | 
libgcc1 (= 1:4.1.1) | 
libjpeg8 (= 8c) | 
libkactivities6  (= 4:4.11) | 
libkdcraw23(= 4:4.12.3) | 
libkdecore5(= 4:4.4.95) | 
libkdeui5   (= 4:4.7.0) | 
libkfile4  (= 4:4.4.95) | 
libkio5 (= 4:4.7.0) | 
libkipi11  (= 4:4.11.1) | 
libkonq5abi1(= 4:4.6.1) | 
libkparts4 (= 4:4.5.85) | 
liblcms2-2  (= 2.2+git20110628) | 
libphonon4  (= 4:4.2.0) | 
libpng12-0 (= 1.2.13-4) | 
libqt4-opengl   (= 4:4.5.3) | 
libqt4-svg  (= 4:4.5.3) | 
libqtcore4  (= 4:4.8.0) | 
libqtgui4   (= 4:4.8.0) | 
libsolid4   (= 4:4.3.4) | 
libstdc++6  (= 4.6) | 
libx11-6 | 
phonon   | 


Recommends  (Version) | Installed
=-+-===
kamera| 4:4.13.3-1


Suggests  (Version) | Installed
===-+-===
svgpart | 4:4.11.3-2


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



Bug#758272: [pulseaudio] core-util.c: Failed to create secure directory

2014-08-16 Thread
Package: pulseaudio
Version: 5.0-6
Severity: important

--- Please enter the report below this line. ---

Here's some journald logs:
###
8月 16 11:53:23 SUN pulseaudio[10094]: [pulseaudio] main.c: Failed to acquire 
autospawn lock
8月 16 11:53:23 SUN pulseaudio[10094]: [autospawn] lock-autospawn.c: 不能访问
autospawn锁。
8月 16 11:53:23 SUN pulseaudio[10094]: [autospawn] core-util.c: Failed to 
create secure directory (/run/user/1000/pulse): 权限不够
8月 16 11:53:23 SUN pulseaudio[10092]: [pulseaudio] main.c: Failed to acquire 
autospawn lock
8月 16 11:53:23 SUN pulseaudio[10092]: [autospawn] lock-autospawn.c: 不能访问
autospawn锁。
8月 16 11:53:23 SUN pulseaudio[10092]: [autospawn] core-util.c: Failed to 
create secure directory (/run/user/1000/pulse): 权限不够
###

It seems that sometimes /run/user/1000/pulse is owned by root, but not user 
1000.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-2-amd64

Debian Release: jessie/sid
  990 unstableftp.debian.org 
  500 testing-proposed-updates ftp.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
===
libasound2(= 1.0.24.1) | 
libc6 (= 2.15) | 
libcap2 (= 1:2.10) | 
libdbus-1-3  (= 1.1.1) | 
libfftw3-single3| 
libgcc1(= 1:4.1.1) | 
libice6(= 1:1.0.0) | 
libltdl7 (= 2.4.2) | 
liborc-0.4-0  (= 1:0.4.20) | 
libpulse0 (= 5.0-6) | 
libsamplerate0   (= 0.1.7) | 
libsm6  | 
libsndfile1 (= 1.0.20) | 
libspeexdsp1 (= 1.2~beta3.2-1) | 
libstdc++6   (= 4.1.1) | 
libsystemd-login0   (= 31) | 
libtdb1  (= 1.2.7+git20101214) | 
libudev1   (= 183) | 
libwebrtc-audio-processing-0| 
libx11-6| 
libx11-xcb1 | 
libxcb1 | 
libxtst6| 
adduser | 
lsb-base(= 3.2-13) | 
udev   (= 143) | 
libasound2-plugins  | 
pulseaudio-utils| 


Recommends (Version) | Installed
-+-===
pulseaudio-module-x11| 5.0-6
rtkit| 0.11-1


Suggests (Version) | Installed
==-+-===
pavumeter  | 
pavucontrol| 
paman  | 
paprefs| 

--- Output from package bug script ---
File '/etc/default/pulseaudio' does not exist

/etc/pulse/client.conf:
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; default-sink =
; default-source =
; default-server =
; default-dbus-server =

; autospawn = yes
; daemon-binary = /usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB

; auto-connect-localhost = no
; auto-connect-display = no

/etc/pulse/daemon.conf:
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 

Bug#758272: [pulseaudio] core-util.c: Failed to create secure directory

2014-08-16 Thread
在 2014年8月16日 星期六 11:21:16,Felipe Sateler 写道:
  8月 16 11:53:23 SUN pulseaudio[10092]: [autospawn] core-util.c: Failed to
  create secure directory (/run/user/1000/pulse): 权限不够
  ###
  
  It seems that sometimes /run/user/1000/pulse is owned by root, but not
  user
  1000.
 
 Could you please post a full log? Instructions here:
 https://wiki.ubuntu.com/PulseAudio/Log

I don't know how to reproduce the bug.  So no full log available now.
There's some other message before the autospawn error log:
pulseaudio[1209]: Denied access to client with invalid authorization data.


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



Bug#758272: [pulseaudio] core-util.c: Failed to create secure directory

2014-08-16 Thread
在 2014年8月16日 星期六 12:28:14,您写道:
  
  I don't know how to reproduce the bug.  So no full log available now.
  There's some other message before the autospawn error log:
  pulseaudio[1209]: Denied access to client with invalid authorization data.
 
 Are there other pulseaudio processes running?

Here's all pulseaudio journald log during that reboot:

8月 16 12:02:57 SUN pulseaudio[1209]: Failed to create secure directory 
(/run/user/1000/pulse): 权限不够
...
8月 16 11:53:23 SUN pulseaudio[10094]: [pulseaudio] main.c: Failed to acquire 
autospawn lock
8月 16 11:53:23 SUN pulseaudio[10094]: [autospawn] lock-autospawn.c: 不能访问
autospawn锁。
8月 16 11:53:23 SUN pulseaudio[10094]: [autospawn] core-util.c: Failed to 
create secure directory (/run/user/1000/pulse): 权限不够
8月 16 11:53:23 SUN pulseaudio[10092]: [pulseaudio] main.c: Failed to acquire 
autospawn lock
8月 16 11:53:23 SUN pulseaudio[10092]: [autospawn] lock-autospawn.c: 不能访问
autospawn锁。
8月 16 11:53:23 SUN pulseaudio[10092]: [autospawn] core-util.c: Failed to 
create secure directory (/run/user/1000/pulse): 权限不够
...
8月 16 11:27:19 SUN pulseaudio[1209]: Denied access to client with invalid 
authorization data.
8月 16 11:27:19 SUN pulseaudio[1209]: Denied access to client with invalid 
authorization data.
8月 16 11:27:19 SUN pulseaudio[1209]: Denied access to client with invalid 
authorization data.
8月 16 11:27:19 SUN pulseaudio[1209]: Denied access to client with invalid 
authorization data.
8月 16 11:27:19 SUN pulseaudio[1209]: Denied access to client with invalid 
authorization data.
8月 16 11:27:19 SUN pulseaudio[1209]: Denied access to client with invalid 
authorization data.
...
8月 16 09:53:39 SUN pulseaudio[1220]: [pulseaudio] pid.c: Daemon already 
running.

The BUG first appeared 7 days before. (8.9 00:07:50)


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



Bug#758272: [pulseaudio] core-util.c: Failed to create secure directory

2014-08-16 Thread
在 2014年8月16日 星期六 13:07:39,Felipe Sateler 写道:
  8月 16 11:53:23 SUN pulseaudio[10094]: [pulseaudio] main.c: Failed to acquire
  autospawn lock
 
 This seems fishy: these two are from different PID's. What does `ps
 -fea | grep pulseaudio` say?
 

If set autospawn = no in .config/pulse/client.conf, there is no Daemon already 
running message
the ps result:
g0dfrey   1206 1  0 10:38 ?00:00:00 /usr/bin/pulseaudio --start
g0dfrey   1223 1  0 10:38 ?00:00:00 /bin/sh 
/usr/bin/start-pulseaudio-kde

If I delete  .config/pulse/client.conf, then Daemon already running message 
come back
the ps result:
g0dfrey   1296 1  0 11:01 ?00:00:00 /usr/bin/pulseaudio --start 
--log-target=syslog
g0dfrey   1309 1  0 11:01 ?00:00:00 /bin/sh 
/usr/bin/start-pulseaudio-kde
the journald message:
8月 17 11:01:29 SUN pulseaudio[1306]: Daemon already running.


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



Bug#715569: ACK: Official mod_vroot lib broken, lib built from source works

2014-06-16 Thread
Dear Maintainers:
My virtuals.conf file contains the following lines:

VRootEngine on
DefaultRoot /srv/ftp
VRootAlias /mnt/tank tank
VRootOptions allowSymlinks
VRootLog /var/log/proftpd/vroot.log

And I set DefaultRoot to /srv/ftp in proftpd.conf.
Then I visit the ftp service and no alias appeared.
vroot.log file show that the aliased path is always ~/aliasname (i.e. 
/home/user1/srv/ftp/tank for VRootAlias /mnt/tank /srv/ftp/tank)

Rebuild Works

-- 


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



Bug#750520: [tor] scramblesuit bridge line did not parse

2014-06-03 Thread
Package: tor
Version: 0.2.4.22-1
Severity: normal

--- Please enter the report below this line. ---

Dear Maintainers:
I get scrambesuit bridges from https://bridges.torproject.org/ 
add them to /etc/tor/torrc. But Tor doesn't start and it tells

tor[26073]: Jun 04 10:46:05.262 [warn] Key digest for Bridge is wrong length.
tor[26073]: Jun 04 10:46:05.262 [warn] Failed to parse/validate config: Bridge 
line did not parse. See logs for details.

The related torrc lines as follows:

ClientTransportPlugin obfs3,scramblesuit exec /usr/bin/obfsproxy managed
bridge obfs3 addr:port
bridge obfs3 addr:port
bridge obfs3 addr:port
Bridge scramblesuit addr:port password=PWI4MQPPQSF5WPIW3MQPPQSF5W6RK2IQ
Bridge scramblesuit addr:port password=SPJ262LX4PXWCZ3IPWPDF4HBETRWLGSI
UpdateBridgesFromAuthority 1
UseBridges 1

If I commit scramblesuit lines, tor start without any problem.

It seems that the scramblesuit line is corrent according to the man page of 
obfsproxy. And the addr,port,password are all taking from the tor bridges 
page.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-1-amd64

Debian Release: jessie/sid
  990 unstableftp.debian.org 
  500 testing-updates ftp.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6   (= 2.14) | 
libevent-2.0-5 (= 2.0.10-stable) | 
libssl1.0.0(= 1.0.1) | 
zlib1g   (= 1:1.1.4) | 
adduser   | 
lsb-base  | 


Recommends   (Version) | Installed
==-+-===
logrotate  | 3.8.7-1
tor-geoipdb| 0.2.4.22-1
torsocks   | 1.3-3


Suggests   (Version) | Installed
-+-===
mixmaster| 
xul-ext-torbutton| 
socat| 
tor-arm  | 
polipo   (= 1)  | 1.0.4.1-6
 OR privoxy  | 
apparmor-utils   | 
-- 


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



Bug#749474: [polipo] example config.example file not work

2014-05-27 Thread
Package: polipo
Version: 1.0.4.1-6
Severity: normal

--- Please enter the report below this line. ---

The example config file under example doesn't supply log entry, 
and it doesn't work.
It will work by adding the two log config entries in default 
/etc/polipo/config to config.example


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-1-amd64

Debian Release: jessie/sid
  990 unstableftp.debian.org 
  500 testing-updates ftp.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
lsb-base| 4.1+Debian12
libc6  (= 2.8) | 


Package's Recommends field is empty.

Package's Suggests field is empty.
-- 


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



Bug#748184: [update-pepperflashplugin-nonfree] Wrong upstream version reported

2014-05-14 Thread
Package: update-pepperflashplugin-nonfree

Severity: normal



--- Please enter the report below this line. ---



It seems that update-pepperflashplugin-nonfree --status has

been reporting the same wrong upstream version for a long time.



The command output:



Flash Player version installed on this system : 13.0.0.214

Flash Player version available on upstream site: 12.0.0.77



--- System information. ---

Architecture: amd64

Kernel: Linux 3.14-1-amd64



Debian Release: jessie/sid

990 unstable ftp.cn.debian.org

500 testing-updates ftp.cn.debian.org

500 testing security.debian.org

500 testing ftp.cn.debian.org

1 experimental ftp.cn.debian.org



--- Package information. ---

Package's Depends field is empty.



Package's Recommends field is empty.



Package's Suggests field is empty.
--




Bug#748184: [pepperflashplugin-nonfree] Old upstream version reported

2014-05-14 Thread
Sorry for wrong report information

--unverified option can be used to get the latest version

So the bug is fixed

Thanks

--


Bug#747047: [unetbootin] Please remove dependency on gksu | kdesudo

2014-05-04 Thread
Package: unetbootin

Severity: important



--- Please enter the report below this line. ---



Unetbootin works without gksu | kdesudo.

And they are not the only way to get root privileges.

They should be suggested not even recommanded.



--- System information. ---

Architecture: amd64

Kernel: Linux 3.14-1-amd64



Debian Release: jessie/sid

990 unstable ftp.debian.org

500 testing-updates ftp.debian.org

500 testing security.debian.org

500 testing ftp.debian.org

1 experimental ftp.debian.org



--- Package information. ---

Depends (Version) | Installed

=-+-===

libc6 (= 2.14) |

libgcc1 (= 1:4.1.1) |

libqt4-network (= 4:4.5.3) |

libqtcore4 (= 4:4.7.0~beta1) |

libqtgui4 (= 4:4.5.3) |

libstdc++6 (= 4.1.1) |

mtools |

p7zip-full |

syslinux |

udev |





Recommends (Version) | Installed

==-+-===

extlinux | 3:4.05+dfsg-6+deb8u1

unetbootin-translations |





Package's Suggests field is empty.
--




Bug#745793: [udev] man page bug - wrong system rules path

2014-04-25 Thread
Package: udev

Version: 204-8

Severity: normal



--- Please enter the report below this line. ---



The first line in RULES FILES section:

The udev rules are read from the files located in the system rules directory 
/usr/lib/udev/rules.d



The directory here may be /lib/udev/rules.d



--- System information. ---

Architecture: amd64

Kernel: Linux 3.14-trunk-amd64



Debian Release: jessie/sid

990 unstable ftp.debian.org

500 testing-updates ftp.debian.org

500 testing security.debian.org

500 testing ftp.debian.org

1 experimental ftp.debian.org



--- Package information. ---

Depends (Version) | Installed

=-+-==

libacl1 (= 2.2.51-8) | 2.2.52-1

libblkid1 (= 2.19.1) | 2.20.1-5.7

libc6 (= 2.17) |

libkmod2 (= 5~) |

libselinux1 (= 2.0.65) |

libudev1 (= 204-8) |

lsb-base (= 3.0-6) |

util-linux (= 2.16) |

procps |





Package's Recommends field is empty.



Package's Suggests field is empty.








Bug#743269: [whatweb] can't run with ruby2.0

2014-04-01 Thread
Package: whatweb

Version: 0.4.8~git20130516-1

Severity: normal



I install the ruby package and whatweb.

Then I run 'whatweb -l' and error occured:



/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot 
load such file -- md5 (LoadError)

from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'

from /usr/bin/whatweb:55:in `main'



--- System information. ---

Architecture: amd64

Kernel: Linux 3.13-1-amd64



Debian Release: jessie/sid

990 unstable ftp.cn.debian.org

500 testing-updates ftp.cn.debian.org

500 testing security.debian.org

500 testing ftp.cn.debian.org

1 experimental ftp.cn.debian.org



--- Package information. ---

Depends (Version) | Installed

-+-

ruby (= 1:1.8) | 1:2.0.0.1

OR ruby-interpreter |





Recommends (Version) | Installed

-+-===

ruby-json | 1.8.0-1+b1

ruby-rchardet | 1.3-3





Package's Suggests field is empty.


Bug#742763: [src:linux] Please enable nf_tables_ipv4/ipv6/arp/bridge and related modules

2014-03-26 Thread
Package: src:linux

Severity: wishlist



--- Please enter the report below this line. ---

please enable NF_TABLES related modules in IP/IPv6 Netfilter Configuration 
Section



CONFIG_NF_TABLES_IPV4=m

CONFIG_NFT_REJECT_IPV4=m

CONFIG_NFT_CHAIN_ROUTE_IPV4=m

CONFIG_NFT_CHAIN_NAT_IPV4=m

CONFIG_NF_TABLES_ARP=m



CONFIG_NF_TABLES_IPV6=m

CONFIG_NFT_CHAIN_ROUTE_IPV6=m

CONFIG_NFT_NAT_IPV6=m



CONFIG_NF_TABLES_BRIDGE=m





--- System information. ---

Architecture: amd64

Kernel: Linux 3.13-1-amd64



Debian Release: jessie/sid

990 unstable ftp.cn.debian.org

500 testing-updates ftp.cn.debian.org

500 testing security.debian.org

500 testing ftp.cn.debian.org

1 experimental ftp.cn.debian.org



--- Package information. ---

Package's Depends field is empty.



Package's Recommends field is empty.



Package's Suggests field is empty.
--




Bug#738804: kate: _ not display with chinese chars on the same line(Font Dejavu Sans Mono)

2014-03-08 Thread

The bug doesn't exist now.
It can be closed.


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



Bug#739901: kde-window-manager: [KWIN] Desktop effects fail to load after upgrade to 4.11.3

2014-02-23 Thread
Tassos Koutlas wrote:

 Package: kde-window-manager
 Version: 4:4.11.6-2
 Severity: important
 
 Dear Maintainer,
 after an upgrade yesterday to 4.11.3, desktop effects are no longer
 loading. The rendering system is set to OpenGL 2. The effects were working
 up until the upgrade with no problem. The system just says: 20 effects
 failed to load without any further information as to what may the cause
 of this.
 
 The above behaviour has an impact on loging out because the system hangs
 and never quite finishes loging out. I then have to switch to a tty, stop
 kdm manually and issue a shutdown command from the shell.
 

OpenGL will not work after some packages updates.
I use intel HD4300/4200 and everytime I will logout and run 
dpkg-reconfigure xserver-xorg-video-intel
and restart x server, then OpenGL will work again.


Bug#738804: kate: _ not display with chinese chars on the same line(Font Dejavu Sans Mono)

2014-02-12 Thread
Package: kate
Version: 4:4.11.5-1
Severity: normal
Tags: l10n

Dear Maintainer,

1.Create a file with the following text:

line1 text_text
line2 text_text 文本

2.Then open the file with kate/kwrite and set fonts to Dejavu Sans Mono
  and the char _ in line2 will not be displayed.


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

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

Versions of packages kate depends on:
ii  kate-data   4:4.11.5-1
ii  katepart4:4.11.5-1
ii  kde-runtime 4:4.11.5-1
ii  libc6   2.17-97
ii  libkateinterfaces4  4:4.11.5-1
ii  libkdecore5 4:4.11.5-1
ii  libkdeui5   4:4.11.5-1
ii  libkfile4   4:4.11.5-1
ii  libkio5 4:4.11.5-1
ii  libkparts4  4:4.11.5-1
ii  libktexteditor4 4:4.11.5-1
ii  libplasma3  4:4.11.5-1
ii  libqjson0   0.8.1-3
ii  libqt4-dbus 4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-sql  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-xml  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtcore4  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtgui4   4:4.8.5+git209-g718fae5+dfsg-1
ii  libstdc++6  4.8.2-15

kate recommends no packages.

Versions of packages kate suggests:
ii  aspell0.60.7~20110707-1
ii  ispell3.3.02-6
ii  khelpcenter4  4:4.11.5-1
ii  konsole   4:4.11.3-1

-- 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#738692: stat: unkown error 8216 when open IPv6 Samba Share

2014-02-11 Thread
Package: dolphin
Version: 4:4.11.5-1
Severity: normal
Tags: ipv6

Dear Maintainer,

When open a IPv6 samba share address like \\[2001:10::1] dolphin
will give out stat: unkown error 8216.
I can use smbclient connect to that IPv6 share.
And I can use the IPv4 address to open the share in dolphin.


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

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

Versions of packages dolphin depends on:
ii  kde-runtime 4:4.11.5-1
ii  libc6   2.17-97
ii  libkactivities6 4:4.11.5-1
ii  libkcmutils44:4.11.5-1
ii  libkdecore5 4:4.11.5-1
ii  libkdeui5   4:4.11.5-1
ii  libkfile4   4:4.11.5-1
ii  libkio5 4:4.11.5-1
ii  libknewstuff3-4 4:4.11.5-1
ii  libkonq5abi14:4.11.5-1
ii  libkparts4  4:4.11.5-1
ii  libnepomukcore4 4:4.11.5-2+b1
ii  libnepomukwidgets4abi1  4:4.11.5-1
ii  libphonon4  4:4.7.1-1
ii  libplasma3  4:4.11.5-1
ii  libqt4-dbus 4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-xml  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtcore4  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtgui4   4:4.8.5+git209-g718fae5+dfsg-1
ii  libsolid4   4:4.11.5-1
ii  libsoprano4 2.9.4+dfsg-1
ii  libstdc++6  4.8.2-15
ii  libxrender1 1:0.9.8-1
ii  phonon  4:4.7.1-1

Versions of packages dolphin recommends:
ii  ruby  1:1.9.3.3

Versions of packages dolphin suggests:
pn  kdesdk-dolphin-plugins  none

-- 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#736574: gwenview: no webp image support

2014-01-25 Thread
Package: gwenview
Version: 4:4.11.3-1
Severity: normal

Dear Maintainer,

Gwenview doesn't support webp image now.
It's seems that gwenview version 4.11.3 in Fedora 20 support webp.
And libwebp is in debian repos.
Here's a demo image:
http://antimatter15.github.io/weppy/tinybrot.webp

And kolourpaint/gimp lack webp support also.

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

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

Versions of packages gwenview depends on:
ii  kde-runtime  4:4.11.5-1
ii  libc62.17-97
ii  libexiv2-12  0.23-1
ii  libgcc1  1:4.8.2-14
ii  libjpeg8 8d-2
ii  libkactivities6  4:4.11.5-1
ii  libkdecore5  4:4.11.5-1
ii  libkdeui54:4.11.5-1
ii  libkfile44:4.11.5-1
ii  libkio5  4:4.11.5-1
ii  libkipi114:4.11.5-1
ii  libkonq5abi1 4:4.11.5-1
ii  libkparts4   4:4.11.5-1
ii  liblcms2-2   2.2+git20110628-2.3+b1
ii  libnepomukcore4  4:4.11.5-2+b1
ii  libphonon4   4:4.7.1-1
ii  libpng12-0   1.2.49-5
ii  libqt4-opengl4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-svg   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtcore4   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtgui44:4.8.5+git209-g718fae5+dfsg-1
ii  libsolid44:4.11.5-1
ii  libstdc++6   4.8.2-14
ii  libx11-6 2:1.6.2-1
ii  phonon   4:4.7.1-1

Versions of packages gwenview recommends:
ii  kamera  4:4.11.3-1+b1

Versions of packages gwenview suggests:
ii  svgpart  4:4.11.3-1

-- 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#736483: kde-runtime: kcmshell4 not list kcm_akonadi

2014-01-23 Thread
Package: kde-runtime
Version: 4:4.11.5-1
Severity: normal

Dear Maintainer,

It seems that the akonadi config entry is missing in KDE systemsettings.
'kcmshell4 --list | grep akonadi' just get 'kcm_akonadi_resources' but 
'kcmshell4 kcm_akonadi' can run without any problem.
It's not a fresh install of KDE 4.11 but an upgrade from 4.10.


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

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

Versions of packages kde-runtime depends on:
ii  kde-runtime-data4:4.11.5-1
ii  kdelibs5-plugins4:4.11.5-1
ii  libasound2  1.0.27.2-3
ii  libattica0.40.4.2-1
ii  libc6   2.17-97
ii  libcanberra00.30-2
ii  libexiv2-12 0.23-1
ii  libgcc1 1:4.8.2-14
ii  libjpeg88d-2
ii  libkactivities6 4:4.11.5-1
ii  libkcmutils44:4.11.5-1
ii  libkdeclarative54:4.11.5-1
ii  libkdecore5 4:4.11.5-1
ii  libkdesu5   4:4.11.5-1
ii  libkdeui5   4:4.11.5-1
ii  libkdewebkit5   4:4.11.5-1
ii  libkdnssd4  4:4.11.5-1
ii  libkemoticons4  4:4.11.5-1
ii  libkfile4   4:4.11.5-1
ii  libkhtml5   4:4.11.5-1
ii  libkio5 4:4.11.5-1
ii  libkmediaplayer44:4.11.5-1
ii  libknewstuff3-4 4:4.11.5-1
ii  libknotifyconfig4   4:4.11.5-1
ii  libkparts4  4:4.11.5-1
ii  libkpty44:4.11.5-1
ii  libkxmlrpcclient4   4:4.11.5-1
ii  libnepomukcore4 4:4.11.5-2
ii  libntrack-qt4-1 016-1.2
ii  libopenexr6 1.6.1-7
ii  libphonon4  4:4.7.1-1
ii  libplasma3  4:4.11.5-1
ii  libpulse-mainloop-glib0 4.0-6+b1
ii  libpulse0   4.0-6+b1
ii  libqt4-dbus 4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-declarative  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-network  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-script   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-svg  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-xml  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtcore4  4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtgui4   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtwebkit42.2.1-7
ii  libsmbclient2:4.1.4+dfsg-2
ii  libsolid4   4:4.11.5-1
ii  libsoprano4 2.9.4+dfsg-1
ii  libssh-40.5.4-1
ii  libstdc++6  4.8.2-14
ii  libx11-62:1.6.2-1
ii  libxcursor1 1:1.1.14-1
ii  nepomuk-core-runtime4:4.11.5-2
ii  oxygen-icon-theme   4:4.11.3-1
ii  perl5.18.2-2
ii  phonon  4:4.7.1-1
ii  plasma-scriptengine-javascript  4:4.11.5-1
ii  shared-desktop-ontologies   0.11.0-1

Versions of packages kde-runtime recommends:
ii  virtuoso-minimal  6.1.6+dfsg-4

Versions of packages kde-runtime suggests:
pn  djvulibre-bin  none
pn  finger none
pn  icoutils   none

-- 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#735291: Now chinese chars displayed with some chinese supported fonts

2014-01-16 Thread
It works.

Thanks

在 2014年1月16日 星期四 12:19:40,您写道:
 Hi,
 
 It was a scaling problem. Could you please test it again with the new file?
 
 Cheers,
 Balint
 
 2014/1/16 张敬强 godfrey.pub...@gmail.com:
  Here's the screenshots
  xbmc_chs_arial_new.png (460 K)
  xbmc_chs_arial_orig.png (452 K)
  xbmc_chs_wqy_zenhei.png (487 K)


Bug#735291: Now chinese chars displayed with some chinese supported fonts

2014-01-15 Thread
The new font doesn't work but it's a little different with the original one.

I attach 3 screenshots. One with the new arial font, one with the orignal
arial font and one with fonts-wqy-zenhei in debian repos.

I remember that the fonts used in xbmc version 11 doesn't work also.

Thanks


2014/1/16 Balint Reczey bal...@balintreczey.hu

 Hi,

 Could you please test this file as a replacement for arial.ttf?:
 http://www.cs.bme.hu/~rbalint/xbmc-arial-new.ttf

 Thanks,
 Balint

 On 01/14/2014 03:12 PM, 张敬强 wrote:
  Change arial.ttf link to some chinese fonts seems resolve the problem.
 
  The defualt arial.ttf font with version 12.3+dfsg1-3 does not have this
  problem.
 
 
 





Bug#735291: Now chinese chars displayed with some chinese supported fonts

2014-01-14 Thread
Change arial.ttf link to some chinese fonts seems resolve the problem.

The defualt arial.ttf font with version 12.3+dfsg1-3 does not have this 
problem.


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