Bug#1028281: muon: please rename package and bin/muon to muon-kde

2023-01-09 Thread Andrea Pappacoda
Source: muon
Version: 4:5.8.0-2
Severity: wishlist

Hi, could you please consider renaming the muon package and /usr/bin/muon
binary to muon-kde? /usr/bin/muon conflicts with the muon-meson build system.

KDE Muon has been archived upstream and is mostly dead. It is also a GUI
application, and thus usually launched with its .desktop file, and not invoking
the muon binary (contrary to the build system).

Please have a look at bugs #1016470 and #1017716 for more context.

Bye!


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

Kernel: Linux 6.0.0-6-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#841663: qcachegrind: Manpage missing

2016-10-21 Thread Andrea Stacchiotti
Package: qcachegrind
Version: 4:16.08.0-1
Severity: wishlist

Title says it all.
Even putting in `kcachegrind`'s manpage (after a rename) would be more than
enough.

Thanks.



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

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

Versions of packages qcachegrind depends on:
ii  libc6   2.24-5
ii  libqtcore4  4:4.8.7+dfsg-9
ii  libqtgui4   4:4.8.7+dfsg-9
ii  libstdc++6  6.2.0-9

Versions of packages qcachegrind recommends:
ii  graphviz  2.38.0-15+b1
ii  valgrind  1:3.12.0~svn20160714-1+b1

Versions of packages qcachegrind suggests:
pn  kcachegrind-converters  
pn  khelpcenter 

-- no debconf information



Bug#593833: fixed upstream

2010-08-21 Thread Andrea Iacovitti
Hi,
it seems this bug is fixed by upstream revison #1113484

Andrea




--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/l7ir32$8eb9d707a485cef08b7ec1d115b70...@libero.it



Bug#565270: fixed upstream

2010-01-25 Thread Andrea Iacovitti
Typo error:
 bug fixed upstream by svn revision 1079855
correct revision number is 1079858

sorry,
Andrea



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



Bug#565270: fixed upstream

2010-01-25 Thread Andrea Iacovitti
Hi,
bug fixed upstream by svn revision 1079855
http://websvn.kde.org/?revision=1079858view=revision

Regards,
Andrea.



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



¡Ven y únete a Media Naranja!

2010-01-23 Thread Andrea
Media Naranja: Alguien te está esperando...


Hola !

Haz clic en el vínculo siguiente para participar:
http://tunaranja.ning.com/?xgi=5IaWfYmZuwU2flxg_source=msg_invite_net

If your email program doesn't recognize the web address above as an active link,
please copy and paste it into your web browser



Ya son miembros el Media Naranja
jose luismorales martinez, gato06, alejandro verdugo quintero, jesanse, rosalia



Sobre Media Naranja
El face book de habla hispana

426 miembros 
282 fotos 
103 videos
21 entradas de blog



Para controlar los emails que recibes en la esquina, o para salirte, ve a:
http://tunaranja.ning.com/?xgo=wY7Dzg/Sh2GENCBEpCqASWK7B9YzElZyblhnsKIc5zgq3DP/RRFCCfM07MwDqZ2lnVfWEEYq9MUxg_source=msg_invite_net

Bug#556564: (no subject)

2009-11-21 Thread Andrea IACOVITTI
May be this will fix:
http://websvn.kde.org/?view=revisionrevision=975371

Andrea




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



Bug#549308: tested with modified patch

2009-10-05 Thread Andrea IACOVITTI
Hi,
recompiled kde4libs with modified patch (attached) and verified that default 
Fixed Font for konqueror is correctly set to DejaVu Sans Mono

Andrea.
Use DejaVu Sans as default font and adjusts sizes accordingly.
--- a/kdeui/kernel/kglobalsettings.cpp
+++ b/kdeui/kernel/kglobalsettings.cpp
@@ -373,7 +373,7 @@
 
 // NOTE: keep in sync with kdebase/workspace/kcontrol/fonts/fonts.cpp
 static const char GeneralId[] =  General;
-static const char DefaultFont[] =Sans Serif;
+static const char DefaultFont[] =DejaVu Sans;
 #ifdef Q_WS_MAC
 static const char DefaultMacFont[] = Lucida Grande;
 #endif
@@ -386,13 +386,13 @@
 { GeneralId, toolBarFont, DefaultMacFont, 11, -1, QFont::SansSerif },
 { GeneralId, menuFont,DefaultMacFont, 13, -1, QFont::SansSerif },
 #else
-{ GeneralId, font,DefaultFont, 10, -1, QFont::SansSerif },
-{ GeneralId, fixed,   Monospace, 10, -1, QFont::TypeWriter },
+{ GeneralId, font,DefaultFont,  9, -1, QFont::SansSerif },
+{ GeneralId, fixed, DejaVu Sans Mono,  9, -1, QFont::TypeWriter },
 { GeneralId, toolBarFont, DefaultFont,  8, -1, QFont::SansSerif },
-{ GeneralId, menuFont,DefaultFont, 10, -1, QFont::SansSerif },
+{ GeneralId, menuFont,DefaultFont,  9, -1, QFont::SansSerif },
 #endif
 { WM,  activeFont,   DefaultFont,  9, QFont::Bold, QFont::SansSerif },// inconsistency
-{ GeneralId, taskbarFont,  DefaultFont, 10, -1, QFont::SansSerif },
+{ GeneralId, taskbarFont,  DefaultFont,  9, -1, QFont::SansSerif },
 { GeneralId, smallestReadableFont, DefaultFont,  8, -1, QFont::SansSerif }
 };
 



Bug#549308: problems with konqueror default Fixed Font

2009-10-02 Thread Andrea Iacovitti
Package: kde4libs
Version: 4:4.3.1-1

The default Fixed Font on konqueror is set to DejaVu Sans, this may cause some 
rendering problems: see http://bugs.kde.org/show_bug.cgi?id=209122
The debian patch 20_use_dejavu_as_default_font.diff set Fixed Font to Dejavu 
Sans Mon through the following line:

+{ GeneralId, fixed, DejaVu Sans Mon,  9, -1, QFont::TypeWriter },

May be the above line is wrong then the system fall-down to Dejavu Sans.
As from drop down menu DejaVu Sans Mono is offered as choice may be the 
correct one will be:

+{ GeneralId, fixed, DejaVu Sans Mono,  9, -1, QFont::TypeWriter },

This is just a guess, i haven't tested it.

Thanks,
Andrea.



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



Bug#518511: Patch for the crash

2009-08-11 Thread Andrea Iacovitti
Hi,
i tested the patch and it works even for me: krfb doesn't crash anymore on 
client disconnect, thanks!

Moreover i had another problem (don't know if i am the only one given that i 
haven't see any related bug report...) :
I run krfb on a Debian Lenny amd64 dual core system; connecting from another 
pc with krdc client, krfb deny the connection saying the password is wrong 
(while i'm 100% sure the password is correct).
Well, after verified that using krfb version 4:3.5.7-4~bpo40+1 (from 
etch-backports: install just fine on Lenny) i'm able to connect, i go through 
the kfrb source code and found the only differences between 3.5.7 and 3.5.10 
was upstream revision 794662: 
http://websvn.kde.org/?view=revrevision=794662 .
Then i reverted r794662 and the above problem on kfrb 3.5.10 has gone.

Just my two cents,
Andrea.

PS.
thanks again for the patch.




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



Bug#525990: (no subject)

2009-08-04 Thread Andrea Iacovitti
May be this bug can be closed, i realized that the crash happens with 
gtk-qt-engine (kde3 version) and not with gtk-qt-engine-kde4.
My previous test was on a kde3 installation.

Cheers,
Andrea.



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



Bug#528369: is last security patch in kdegraphics correct?

2009-05-12 Thread Andrea IACOVITTI
Package: kdegraphics
Version: 4:3.5.9-3+lenny1

Hi,
looking at the security patch 
debian/fix-CVE-2009-0146,0147,0165,0166,0799,0800,1179-1183.diff,
I discovered the patch contains a diff for file 
kdegraphics-3.5.9.new/kpdf/xpdf/xpdf/JBIG2Stream.cc.rej , is the  patch clean 
anyway ?

thanks,
Andrea.






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



Bug#525990: webkit crash if gtk-qt-engine enabled and browsing flash web sites

2009-04-28 Thread Andrea Iacovitti
Package: libqt4-webkit
Version: 4.5.1-1
Severity: important
Tags: patch

Hi,
using arora compiled with flash support (that's with qt = 4.5 ) and browsing
web sites with flash widgets make arora crash if gtk-qt-engine enabled.
Recompiling qt4 with the attached patch solves the problem.
The patch simply unset GTK2_RC_FILES env variable in pluginview code forcing 
use of standard default gtk theme.


My two cents.
Andrea.

--- qt4-x11-4.5.1/src/3rdparty/webkit/WebCore/plugins/PluginView.cpp	2009-04-22 01:57:40.0 +0200
+++ qt4-x11-4.5.1/src/3rdparty/webkit/WebCore/plugins/PluginView.cpp	2009-04-28 09:17:05.0 +0200
@@ -154,6 +154,8 @@
 if (m_isStarted)
 return false;
 
+setenv( GTK2_RC_FILES, , 1 );
+
 PluginMainThreadScheduler::scheduler().registerPlugin(m_instance);
 
 ASSERT(m_plugin); 


Bug#511510: Suggest vs Depends

2009-01-21 Thread Andrea Iacovitti
Why don't promote Suggest libjasper-runtime for kopete to Depends?
This will ensure Yahoo! webcams work out-box with kopete avoiding subsequent 
bug reports on this subject.

Just my two pents,
Andrea. 



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



Bug#511399: kuickshow: Print too much copies

2009-01-10 Thread andrea
Package: kuickshow
Version: 4:3.5.9-3
Severity: normal


If I select 1 copy it print 1 copy.
If I select 2 copy it print 4 copy.
If I select 3 copy it print 9 copy.



-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental')
Architecture: i386 (i686)

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

Versions of packages kuickshow depends on:
ii  imlib11  1.9.15-7Imlib is an imaging library for X 
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for al
ii  libc62.7-16  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libqt3-mt3:3.3.8b-5  Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library

kuickshow recommends no packages.

Versions of packages kuickshow suggests:
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-6 help center for KDE

-- no debconf information



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



Bug#509563: /usr/bin/artsd: CPU overload, Sound server fatal error

2008-12-23 Thread Andrea Iacovitti
Hi,
some time ago i commented bug #507710 ( 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507710#19 ), sharing my 
experience. I pretty sure it's the same problem.
Sorry for the noise if you already tried without success.

A



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



Bug#507710: i had same problem

2008-12-04 Thread Andrea Iacovitti
Hi,
probably your kernel load the new snd-pcsp module (present in kernel = 
2.6.25) as the first sound card: try to blacklist snd-pcsp or install package 
alsa-base =1.0.16-2.
Please take a look at debian bug #481979 
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481979) and see my comment 
on this bug (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481979#27), 
looks very similar to your problem.

Hope will help,
Andrea.
 



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



Bug#455689: flashplugin 9.0 r115 doesn't work togheter with gtk-qt-engine

2008-01-14 Thread Andrea Iacovitti
Hi,
i found that disabling use of qtengine theme in GTK applications (from 
package gtk-qt-engine) make flash-plugin works in konqueror - just 
removed .gtkrc-2.0 and .gtk_qt_engine_rc files in home directory.

Distribution: sid
Packages version:

ii  flashplugin-nonfree9.0.115.0.1
ii  gtk-qt-engine  1:0.8-1
ii  libgtk2.0-02.12.3-2
ii  konqueror-nsplugins4:3.5.8.dfsg.1-6
ii  kdelibs4c2a4:3.5.8.dfsg.1-6

Andrea.



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



Bug#455689: flashplugin 9.0 r115 crashes konqueror nspluginviewer

2008-01-09 Thread Andrea Iacovitti
Hi,
I can confirm that version 3.5.8.dfsg.1-5 doesn't solve the problem with flash 
player 9.0 r115.
Here is what's writed in console:

..
..
ASSERT: !icon.isEmpty() 
in /build/buildd/kdebase-3.5.8.dfsg.1/./libkonq/konq_pixmapprovider.cc (81)
ASSERT: !icon.isEmpty() 
in /build/buildd/kdebase-3.5.8.dfsg.1/./libkonq/konq_pixmapprovider.cc (81)

(process:24519): Gtk-CRITICAL **: gtk_clipboard_get_for_display: assertion 
`display != NULL' failed
Adobe Flash Player: gtk_clipboard_get(GDK_SELECTION_PRIMARY); failed. Trying 
to call gtk_init(0,0);
The program 'unknown' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 95 error_code 3 request_code 18 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
KCrash: Application 'nspluginviewer' crashing...

--

Software version:

ii  kdebase4:3.5.8.dfsg.1-5
ii  kdebase-bin4:3.5.8.dfsg.1-5  
ii  kdebase-bin-kde3   4:3.5.8.dfsg.1-5 
ii  kdebase-data   4:3.5.8.dfsg.1-5   
ii  kdebase-doc-html   4:3.5.8.dfsg.1-5
ii  kdebase-kio-plugins4:3.5.8.dfsg.1-5 

ii  kdelibs-data   4:3.5.8.dfsg.1-5  
ii  kdelibs4c2a4:3.5.8.dfsg.1-5

regards,
Andrea



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



Bug#448515: konqueror: Problem with smb protocol and domain authentication

2007-10-29 Thread Andrea Cavaglieri
Package: konqueror
Version: 4:3.5.8.dfsg.1-1
Severity: normal


Hi,

to access a smb share I write in the address bar
smb://[EMAIL PROTECTED]/Datisrvfs2

but, after the authentication, the URL in the address bar becomes
smb://[EMAIL PROTECTED]/Datisrvfs2

so, when, during navigation, I press the 'Up' button, konqueror asks me
an authentication for the user 'dmnaxa...eri_an' (that doesn't exist)
and I have to redigit the right user.

I'm sure this didn't happen with konqueror 4:3.5.7-4 but, sorry, I don't
know exactly in which newer version (4:3.5.7.dfsg.1-1 or
4:3.5.8.dfsg.1-1) the issue appeared.

Ciao,
Andrea

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-0.1 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages konqueror depends on:
ii  kcontrol4:3.5.8.dfsg.1-1 control center for KDE
ii  kdebase-kio-plugins 4:3.5.8.dfsg.1-1 core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.8.dfsg.1-3 core libraries and binaries for al
ii  kdesktop4:3.5.8.dfsg.1-1 miscellaneous binaries and files f
ii  kfind   4:3.5.8.dfsg.1-1 file-find utility for KDE
ii  libacl1 2.2.45-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.39-1   Extended attribute shared library
ii  libaudio2   1.9-3Network Audio System - shared libr
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libfam0 2.7.0-13 Client library to control the FAM 
ii  libfontconfig1  2.4.91-1 generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-3GCC support library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.1-1GNU libidn library, implementation
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libkonq44:3.5.8.dfsg.1-1 core libraries for Konqueror
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libqt3-mt   3:3.3.7-9Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

konqueror recommends no packages.

-- no debconf information



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



Bug#348892: GRolexMagnet

2007-10-26 Thread Andrea Olsen
Vacuum

Best. Watches for your loved ones and people you like.Planet


shewgff.com.

Torch





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



Bug#448015: kdeadmin 3.5.8-1 - two bugs in kpackage

2007-10-25 Thread Andrea Iacovitti
Package: kdeadmin
Version: 3.5.8-1
Debian Version: sid (unstable)

There are two bugs in kpackage:

1- If you start kpackage then you try to close it (clicking on window close 
button) before it has completed the operation of query deb package, query 
deb APT list, buildinding package tree ecc...-  it will krash!

2- Start kpackage. Choose the installed tab then click on an installed 
package. On the right side choose the Change Log tab: you can see the debian 
changelog related to the package.
Now try to uninstall (click uninstall button) or install (click install 
button) a package; in both cases you will be asked for root password: insert 
it and feel free to cancel the operation.
After that you will no longer be able to view the packages Change Log; it will 
be showed - No change log -, even if you reload the package tree.


thanks,
Andrea



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



Bug#447032: bug resolved

2007-10-24 Thread Andrea Iacovitti
bug resolved with 3.5.8-2 version of kdelibs .

many thanks

Andrea 



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



Bug#447010: bug resolved

2007-10-23 Thread Andrea Iacovitti
Hi,
the bug as been resolved in kdelibs version 3.5.8.dfsg.1-2 


Thank you!!

Andrea



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



Bug#447627: kdenetwork 3.5.8-1 (kopete+libmeanwhile1) problems with accented characters

2007-10-22 Thread Andrea Iacovitti
Package: kdenetwork
Version: 3.5.8-1
Debian distribution: sid (unstable)
Locale: [EMAIL PROTECTED]

Hi,
I use kopete (ver. 3.5.8-1) together with libmeanwhile1 (ver. 1.0.2-3) to deal 
with Lotus Sametime server.

When I send message with accented characters, native windows client receives 
systematically a blank message.

Moreover receiving messages the accented characters will not be displayed 
correctly either with native windows client or other (ex. gaim) sender.

Thank you.

Regards,
Andrea



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



Bug#447010: uncorrect konqueror visualization for https URL

2007-10-17 Thread Andrea IACOVITTI
Package: kdebase
Version: 4:3.5.8.dfsg.1-1

Opening an https URL through a link in a web page you will not have the yellow 
background on the address bar neither the padlock in the bottom right of 
konqueror window.

Accessing the same URL writing it directly in the address bar works fine.

ciao,
Andrea




Bug#447032: konqueror kde 3.5.8 fail to show http headers

2007-10-17 Thread Andrea IACOVITTI
Package: kdebase
Version: 3.5.8-1
Distribution: unstable

The konqueror menu View View Document Information fail to show http headers.


Regards,
Andrea.




Bug#444716: kopete: does not export custom msn emoticons

2007-09-30 Thread Andrea Briganti
Package: kopete
Version: 4:3.5.7-4
Severity: normal

kopete doesn't export emoticons to msn live clients.

This bug is fixed in the svn, please apply this backported patch.

Best regards

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.1-kbytelnx (SMP w/1 CPU core; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kopete depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-7 core libraries and binaries for al
ii  libacl1 2.2.45-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.39-1   Extended attribute shared library
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgadu31:1.7~rc2-2  Gadu-Gadu protocol library - runti
ii  libgamin0 [libfam0] 0.1.8-2  Client library for the gamin file 
ii  libgcc1 1:4.2.1-4GCC support library
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgsmme1c2a1.10-10  GSM mobile phone access library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.1-1GNU libidn library, implementation
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libmeanwhile1   1.0.2-3  open implementation of the Lotus S
ii  libpcre36.7-1Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt   3:3.3.7-8Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxslt1.1  1.1.22-1 XSLT processing library - runtime 
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages kopete recommends:
ii  qca-tls   1.0-4  TLS plugin for the Qt Cryptographi

-- no debconf information

-- 
| /
| \Byte - Andrea Briganti - [EMAIL PROTECTED]
http://kbytesys.altervista.org - ICQ: 40872731
CSLug member: http://cslug.linux.it - JID: [EMAIL PROTECTED]
*** I'm not living, I'm just killing time
diff -ur kdenetwork-3.5.7/kopete/protocols/msn/dispatcher.cpp kdenetwork-svn/kopete/protocols/msn/dispatcher.cpp
--- kdenetwork-3.5.7/kopete/protocols/msn/dispatcher.cpp	2006-01-19 17:43:04.0 +0100
+++ kdenetwork-svn/kopete/protocols/msn/dispatcher.cpp	2007-09-30 13:30:39.0 +0200
@@ -382,7 +382,7 @@
 			regex.search(body);
 			Q_UINT32 applicationId = regex.cap(1).toUInt();
 
-			if(applicationId == 1  || applicationId == 12)
+			if(applicationId == 1  || applicationId == 11 || applicationId == 12 )
 			{ //the AppID is 12 since Messenger 7.5
 // A contact has requested a session to download
 // a display icon (User Display Icon or CustomEmotion).
diff -ur kdenetwork-3.5.7/kopete/protocols/msn/msnswitchboardsocket.cpp kdenetwork-svn/kopete/protocols/msn/msnswitchboardsocket.cpp
--- kdenetwork-3.5.7/kopete/protocols/msn/msnswitchboardsocket.cpp	2007-05-14 09:40:08.0 +0200
+++ kdenetwork-svn/kopete/protocols/msn/msnswitchboardsocket.cpp	2007-09-30 13:30:39.0 +0200
@@ -631,9 +631,9 @@
 
 			QString sha1d = QString(KCodecs::base64Encode(SHA1::hash(ar)));
 			QString size = QString::number( pictFile.size() );
-			QString all = Creator + m_account-accountId() +	Size + size + Type3Location + fi.fileName() + FriendlyAAA=SHA1D + sha1d;
+			QString all = Creator + m_account-accountId() +	Size + size + Type2Location + fi.fileName() + FriendlyAAA=SHA1D + sha1d;
 			QString sha1c

Bug#395202: korn: Korn fails to check nntp newsgroup

2006-10-25 Thread Andrea Briganti
Package: korn
Version: 4:3.5.5-1
Severity: normal

I configured korn to check new posts from a newsgroup with nntp
protocol, but it fails because of a file protocol error:

korn: ERROR: Opening connections is not supported with the protocol file.

Korn doesn't try to connect to the news server, then it's a network
error.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1-kbytelnx
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages korn depends on:
ii  kdebase-kio-plugins4:3.5.5a-2core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-1 core libraries and binaries for al
ii  kdepim-kio-plugins 4:3.5.5-1 KDE pim I/O Slaves
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libgcc11:4.1.1-13GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  libqt3-mt  3:3.3.6-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-13  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  zlib1g 1:1.2.3-13compression library - runtime

korn recommends no packages.

-- no debconf information

-- 
| /
| \Byte - Andrea Briganti 
CSLug member: http://cslug.linux.it - JID: [EMAIL PROTECTED]
*** Il sapere umano appartiene al mondo


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



Bug#393350: kopete: meanwhile-plugin - fail to display accented chars on received messages

2006-10-16 Thread Andrea IACOVITTI
Package: kopete
Version: 3.5.5-1

I think this bug is related to the meanwhile plugin of kopete: receiving 
messages with accented characters kopete fail to display them (strange 
characters printed in place of).
Sending messages work fine.

Regards,
Andrea Iacovitti.




--
Consolidamento.Una sola rata più bassa per i tuoi finanziamenti e, in più, 
liquidità!
http://click.libero.it/mutuionline10





Bug#363681: Kde kicker crash bug (kicker 3.5.2-1)

2006-04-20 Thread Andrea Paternesi
 0xb727354b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#14 0xb78359fc in KStartupInfo::gotRemoveStartup ()
   from /usr/lib/libkdecore.so.4
#15 0xb78665dc in KStartupInfo::remove_startup_info_internal ()
   from /usr/lib/libkdecore.so.4
#16 0xb7904f37 in KStartupInfo::got_remove_startup_info ()
   from /usr/lib/libkdecore.so.4
#17 0xb79051cd in KStartupInfo::got_message () from /usr/lib/libkdecore.so.4
#18 0xb790533e in KStartupInfo::qt_invoke () from /usr/lib/libkdecore.so.4
#19 0xb727354b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#20 0xb7273a78 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#21 0xb78637d0 in KXMessages::gotMessage () from /usr/lib/libkdecore.so.4
#22 0xb78639d3 in KXMessages::x11Event () from /usr/lib/libkdecore.so.4
#23 0xb78de50f in KApplication::x11EventFilter () from /usr/lib/libkdecore.so.4
#24 0xb7187423 in qt_set_x11_event_filter () from /usr/lib/libqt-mt.so.3
#25 0xb719468f in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#26 0xb71ae2a2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#27 0xb755 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#28 0xb722217a in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#29 0xb720838d in QApplication::exec () from /usr/lib/libqt-mt.so.3
#30 0xb66404b6 in kdemain () from /usr/lib/libkdeinit_kicker.so
#31 0xb7f6a524 in kdeinitmain () from /usr/lib/kde3/kicker.so
#32 0x0804e1d6 in ?? ()
#33 0x0001 in ?? ()
#34 0x08098ba0 in ?? ()
#35 0x0001 in ?? ()
#36 0x in ?? ()



-- 
Ing. Andrea Paternesi


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



Bug#338756:

2005-11-18 Thread Andrea Cavaliero
doesn't crash here.


Bug#316899: KDM overrides kde default settings

2005-07-27 Thread Andrea Cavaliero
Yeah i have set the dpi to '100' in  kdmrc and now it looks as without kdm.
You can safely close this bug report.

thanks for the support!



Bug#316899: KDM overrides kde default settings

2005-07-04 Thread Andrea Cavaliero
Package: kdm
Version: 3.4.1-1
Severity: normal

After installing kdm the fonts in kde are rendered smaller even if the
size declared in the Control Center has not been changed.
It seems that KDM overrides the whole KDE fonts settings, because after
purging the kdm package everythings gets normal.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-kgb
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#256515: ksysguard: clock speed meter not working in tray

2004-06-27 Thread Andrea Borgia
Package: ksysguard
Version: 4:3.2.2-1
Severity: normal

The localhost/cpu0/clockfrequency sensor works ok if dragged to a
worksheet as a multimeter (for example), but always displays zero if
dragged to the tray.

I tried enlarging the size of the applet to 150%, but nothing changes,
so I don't think it's a truncation problem. Also, the applet doesn't
react to clock changes triggered by powernowd.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7clarisse
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL 
PROTECTED])

Versions of packages ksysguard depends on:
ii  kdelibs4  4:3.2.2-2  KDE core libraries
ii  ksysguardd4:3.2.2-1  KDE System Guard Daemon
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.4-1  GCC support library
ii  libice6   4.3.0.dfsg.1-4 Inter-Client Exchange library
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-4 X Window System Session Management
ii  libstdc++51:3.3.4-1  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



Bug#251342: kgpg shows private (not public) key fingerprint

2004-05-28 Thread Andrea Borgia
Package: kgpg
Version: 4:3.2.2-2
Severity: wishlist

In the key details panel, the fingerprint that is listed corresponds to
the private key, not the public one.  Would it be possible to add an
option to choose which one to display or, at least, change the default
to show the public key fingerprint?

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.6clarisse
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL 
PROTECTED])

Versions of packages kgpg depends on:
ii  kdelibs4  4:3.2.2-2  KDE core libraries
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-12   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.3-6  GCC support library
ii  libice6   4.3.0.dfsg.1-1 Inter-Client Exchange library
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-1 X Window System Session Management
ii  libstdc++51:3.3.3-6  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-1 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-1 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



Bug#235097: kdvi: antialiasing

2004-02-27 Thread Andrea Mennucc
Package: kdvi
Version: 4:3.1.4-1
Severity: normal


is there a way to display DVI with grey scale anti-aliasing,
as xdvi does ?

I would like to use 'kile' to edit my latex, but the DVI is unreadable
without antialiasing; if there is a way to do that, I recommend 
that anti-aliasing be the default

a.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux snoopy 2.4.24-swsusp-k7 #1 ven feb 27 11:12:18 CET 2004 i686
Locale: LANG=it_IT.ISO-8859-1, LC_CTYPE=it_IT.ISO-8859-1

Versions of packages kdvi depends on:
ii  kdelibs4   4:3.1.5-1 KDE core libraries
ii  kviewshell 4:3.1.4-1 KDE generic framework for viewer a
ii  libart-2.0-2   2.3.16-1  Library of functions for 2D graphi
ii  libaudio2  1.6b-1The Network Audio System (NAS). (s
ii  libc6  2.3.2.ds1-11  GNU C Library: Shared libraries an
ii  libfam0c1022.6.10-6  client library to control the FAM 
ii  libfontconfig1 2.2.1-13  generic font configuration library
ii  libfreetype6   2.1.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:3.3.3-0pre3 GCC support library
ii  libpng12-0 1.2.5.0-4 PNG library - runtime
ii  libqt3c102-mt  3:3.2.3-2 Qt GUI Library (Threaded runtime v
ii  libstdc++5 1:3.3.3-0pre3 The GNU Standard C++ Library v3
ii  libxcursor11.0.2-4   X Cursor management library
ii  libxft22.1.2-5   FreeType-based font drawing librar
ii  libxrender10.8.3-5   X Rendering Extension client libra
ii  xlibmesa-gl1-dri-trunk [xl 2003.10.05-2  Mesa 3D graphics library [DRI trun
ii  xlibs  4.3.0-0pre1v5 X Window System client libraries m
ii  zlib1g 1:1.2.1-3 compression library - runtime

-- no debconf information