Re: Can't sign pdf documents with Okular in Debian

2022-03-22 Thread Leopold Palomo-Avellaneda

El 22/3/22 a les 0:49, Adriano Vilela Barbosa ha escrit:

On Monday, 21 March 2022 13:16:17 CET Adriano Vilela Barbosa wrote:

I'm running Debian Testing ...
Last night an update came along which brought libpoppler from version
20.09 to version 22.02. However, nothing changed after the update:
I'm still unable to sign pdfs.

So, I wonder if anybody here is able to sign pdfs using Okular in
Debian and, if so, what's required to get that working.


https://tracker.debian.org/news/1312522/accepted-okular-421123-2-source-into-unstable/

A rebuild of Okular was needed to enable that functionality and earlier today
the above update was done, so it should work with okular version 4:21.12.3-2.


Too many dependencies to make a backport? Is it possible?

Leopold



--
--
Linux User 152692 GPG: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



Bug#1006001: Qtcreator devel files

2022-02-23 Thread Leopold Palomo-Avellaneda

Hi all!!

I have investigated a bit, but I need your experience. Using the salsa 
repo of qtcreator, I have added in control a new package:



--
diff --git a/debian/control b/debian/control
index 5b810ce..980a927 100644
--- a/debian/control
+++ b/debian/control
@@ -104,3 +104,17 @@ Description: documentation for Qt Creator IDE
  and easier.
  .
  This package contains documentation for Qt Creator IDE.
+
+Package: qtcreator-devel
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Depends: ${misc:Depends}
+Suggests: qt5-datga
+Description: Devel files to create plugins for Qt Creator IDE
+ Qt Creator is a cross-platform integrated development environment (IDE)
+ designed to make development with the Qt application framework faster
+ and easier.
+ .
+ This package contains source code of Qt Creator IDE needed to build
+ plugins.
--

In the rules file, I have activated the devel component:


--
diff --git a/debian/rules b/debian/rules
index b552a4e..bdc3d26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,7 @@ execute_after_dh_auto_install:
 ifneq (,$(filter qtcreator-doc, $(shell dh_listpackages)))
DESTDIR=$(CURDIR)/debian/tmp cmake --install $(CURDIR)/builddir 
--component qch_docs
DESTDIR=$(CURDIR)/debian/tmp cmake --install $(CURDIR)/builddir 
--component html_docs
+   DESTDIR=$(CURDIR)/debian/tmp cmake --install $(CURDIR)/builddir 
--component Devel

 endif

# Not needed
--

And in the debian directory, I have added debian/qtcreator-devel.install 
with:


--
usr/include/qtcreator usr/src
usr/lib/cmake usr/src/qtcreator
--

I have tried to follow the directory structure from the arch package 
[1]. Probably I will have made some mistakes.


Although the package is built (also backported for bullseye), I have 
some trouble when I try to build a plugin, specially with the paths.


So, please, could you check it?

Best regards,

Leopold


[1] 
https://archlinux.pkgs.org/rolling/ownstuff-x86_64/qtcreator-src-6.0.1-1-any.pkg.tar.zst.html


--
--
Linux User 152692 GPG: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



akonadi server crash all the time

2022-02-15 Thread Leopold Palomo-Avellaneda

Dear all!!


there's a bug:

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

that it is is annoying me. Almost all the upgrade (8) that I have done from 
buster to bullseye fails in almost all the users, except one (me).


I really don't know what to check because, I have compared the mysql.conf, and 
several files in the ~/.local/share/akonadi folder from a user without an error 
and a user with error and no important differences I have found.


Please, could you give me some idea about how to find a solution?

Best regards,

Leopold


--
--
Linux User 152692 GPG: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



Re: Okular crashes opening some PDFs

2020-07-22 Thread Leopold Palomo-Avellaneda
El 22/7/20 a les 9:46, Miguel A. Vallejo ha escrit:
> John Scott wrote:
> 
>> Do you have one you're comfortable sharing (possibly off-list)?
> 
> Yes, for example this one:
> 
> https://www.boe.es/boe/dias/2018/04/26/pdfs/BOE-A-2018-5704.pdf
> 
> Just download it to your hard disk.
> 
> I have consulted it regularly since 2018 but since a few days it makes
> okular to crash. It opens fine in other readers, for example in
> Chrome.
> 
> eoz@waterhole:~$ okular BOE-A-2018-5704.pdf
> KCrash: crashing... crashRecursionCounter = 2
> KCrash: Application Name = okular path = /usr/bin pid = 3924
> KCrash: Arguments: /usr/bin/okular BOE-A-2018-5704.pdf
> KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi
> 
Miguel,

I can open it without any problem with okular in a Buster distro. Did
you make any upgrade of graphics driver, or change or whatever about
graphic drivers?

Leopold

-- 
--
Linux User 152692 GPG: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



Re: Phantomjs can't find libQt5Core.so.5 via ldd on buster

2019-11-14 Thread Leopold Palomo-Avellaneda
On 14/11/19 9:26, Andreas Tille wrote:
> Hi,
> 
> as I reported to BTS[1] phantomjs in Buster is failing:
> 
> $ phantomjs --version
> /usr/lib/phantomjs/phantomjs: error while loading shared libraries: 
> libQt5Core.so.5: cannot open shared object file: No such file or directory
> 
> $ ldd /usr/lib/phantomjs/phantomjs | grep "not found"
> libQt5Core.so.5 => not found
[...]

Andreas,

I'm not able to able to reproduce this bug with the same versions. Could you
check if libQt5Core.so.5 is there?


Leopold


-- 
--
Linux User 152692 GPG: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



Bug#841411: libkf5kface: FTBFS: error with opencv 3.1

2017-06-29 Thread Leopold Palomo-Avellaneda
Hola Maximiliano,


I have investigated a bit to compile libkf5kface against opencv3.1. I have found
one patch from upstream and another to activate CMake to build against opencv 
3.1.

With this two patches libkf5kface builds but fail in the test:


/usr/bin/ctest --force-new-ctest-process -j8
Test project
/srv/drp/packages/opencv/transition/libkf5kface/libkf5kface-15.12.0/obj-x86_64-linux-gnu
Start 1: appstreamtest
1/1 Test #1: appstreamtest ***Failed0.01 sec
CMake Error at /usr/share/ECM/kde-modules/appstreamtest.cmake:1 (file):
  file failed to open for reading (No such file or directory):


/srv/drp/packages/opencv/transition/libkf5kface/libkf5kface-15.12.0/obj-x86_64-linux-gnu/install_manifest.txt




0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.01 sec

The following tests FAILED:
  1 - appstreamtest (Failed)


as it seems to be something more specific of the package, please could you check
it it the solution is trivial?

Thanks,

Leopold


-- 
--
Linux User 152692 GPG: 05F4A7A949A2D9AA
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
>From ec6e82328cac37c9d59b49245b18c3f0abee4d8f Mon Sep 17 00:00:00 2001
From: Xuetian Weng 
Date: Sun, 6 Nov 2016 20:25:15 +0100
Subject: Add opencv 3.1 support

REVIEW: 126833
---
 src/recognition-opencv-lbph/facerec_borrowed.cpp | 41 ++--
 src/recognition-opencv-lbph/facerec_borrowed.h   |  9 ++
 2 files changed, 48 insertions(+), 2 deletions(-)

diff --git a/src/recognition-opencv-lbph/facerec_borrowed.cpp b/src/recognition-opencv-lbph/facerec_borrowed.cpp
index 748691e..3c37ce2 100644
--- a/src/recognition-opencv-lbph/facerec_borrowed.cpp
+++ b/src/recognition-opencv-lbph/facerec_borrowed.cpp
@@ -36,6 +36,8 @@
  *
  *  */
 
+#define QT_NO_EMIT
+
 #include "facerec_borrowed.h"
 
 // C++ includes
@@ -375,7 +377,11 @@ void LBPHFaceRecognizer::train(InputArrayOfArrays _in_src, InputArray _inm_label
 }
 }
 
+#if OPENCV_TEST_VERSION(3,1,0)
 void LBPHFaceRecognizer::predict(InputArray _src, int , double ) const
+#else
+void LBPHFaceRecognizer::predict(cv::InputArray _src, cv::Ptr collector, const int state) const
+#endif
 {
 if(m_histograms.empty())
 {
@@ -394,8 +400,12 @@ void LBPHFaceRecognizer::predict(InputArray _src, int , double 
   m_grid_y,  /* grid size y */
   true   /* normed histograms   */
  );
+#if OPENCV_TEST_VERSION(3,1,0)
 minDist  = DBL_MAX;
 minClass = -1;
+#else
+collector->init((int)m_histograms.size(), state);
+#endif
 
 // This is the standard method
 
@@ -406,11 +416,19 @@ void LBPHFaceRecognizer::predict(InputArray _src, int , double 
 {
 double dist = compareHist(m_histograms[sampleIdx], query, CV_COMP_CHISQR);
 
+#if OPENCV_TEST_VERSION(3,1,0)
 if((dist < minDist) && (dist < m_threshold))
 {
 minDist  = dist;
 minClass = m_labels.at((int) sampleIdx);
 }
+#else
+int label = m_labels.at((int) sampleIdx);
+if (!collector->emit(label, dist, state))
+{
+return;
+}
+#endif
 }
 }
 
@@ -422,7 +440,7 @@ void LBPHFaceRecognizer::predict(InputArray _src, int , double 
 // Create map "label -> vector of distances to all histograms for this label"
 std::map distancesMap;
 
-for(size_t sampleIdx = 0; sampleIdx < m_histograms.size(); sampleIdx++) 
+for(size_t sampleIdx = 0; sampleIdx < m_histograms.size(); sampleIdx++)
 {
 double dist = compareHist(m_histograms[sampleIdx], query, CV_COMP_CHISQR);
 std::vector& distances = distancesMap[m_labels.at((int) sampleIdx)];
@@ -445,11 +463,18 @@ void LBPHFaceRecognizer::predict(InputArray _src, int , double 
 double mean = sum / it->second.size();
 s  += QString::fromLatin1("%1: %2 - ").arg(it->first).arg(mean);
 
+#if OPENCV_TEST_VERSION(3,1,0)
 if((mean < minDist) && (mean < m_threshold))
 {
 minDist = mean;
 minClass = it->first;
 }
+#else
+if (!collector->emit(it->first, mean, state))
+{
+return;
+}
+#endif
 }
 
 qCDebug(LIBKFACE_LOG) << s;
@@ -462,7 +487,7 @@ void LBPHFaceRecognizer::predict(InputArray _src, int , double 
 // map "label -> number of histograms"
 

Re: KDE SC 4.9.5 on wheezy howto?

2013-02-12 Thread Leopold Palomo Avellaneda
A Dimarts, 12 de febrer de 2013, dh va escriure:
 Hello Martin,
 
 On Monday, February 11, 2013 7:40:01 PM Martin Steigerwald wrote:
  Am Montag, 11. Februar 2013 schrieb dh:
   snip
   Thank you all for your comments, I did a few of test installs this
   weekend, (in virtual box) a couple from the wheezy live kde iso,
   another from Debian Installer (d-i) Beta4. Diederik's suggestions
   worked without a problem.
   
   Now I just need to decide if I want to revert to the unsupported (from
   upstream) kdepim. I spent a week and a half last september upgrading
   from 4.4.11, now I have to decide if I am willing to go back.
  
  Oh, if you have already done the upgrade and are happy with it, it would
  involve quite a lot of extra work and the potential of meta data loss, if
  not being very careful.
 
 I did a test with a backup of my Mail folder. Since the metadata is
 separate from the mail, it is actually easier to go backwards. (But the
 metadata will be lost))
 
 The metadata stored by nepomuk seems to be the major draw of newer kmail2,
 etc. But since all of my email searches are simple, akonadi/nepomuk
 actually creates as many liabilities as benefits. Turn off Nepomuk and I
 lose the ability to perform a simple search in my email at all.
 
 kmail 4.4.11 is not dependent on Akonadi / nepomuk to perform searches if I
 remember correctly.
 
  You could wait till Debian maintainers ship KDE SC 4.10 packages
  including KDE PIM 4.10, but then likely you would have to run Sid until
  Wheezy + 1, unless there will be backports.
 

Hi,

I'm lost again ... Are there in any place with debian packages of kdepim with 
caldav/carddav suport? 

In theory, since kde4.8, you can synchronize with owncloud, but I have tested 
kde4.8.4 and kde4.9, and the cal(rd)dav support doesn't works.

I'm missing something?

Regards,

Leo


-- 
--
Linux User 152692 PGP: 0xF944807E
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302121413.25690@alaxarxa.net



Re: KDE SC 4.9.5 on wheezy howto?

2013-02-12 Thread Leopold Palomo Avellaneda
A Dimarts, 12 de febrer de 2013, Diederik de Haas va escriure:
 On Tuesday 12 February 2013 14:13:25 Leopold Palomo Avellaneda wrote:
  In theory, since kde4.8, you can synchronize with owncloud, but I have
  tested  kde4.8.4 and kde4.9, and the cal(rd)dav support doesn't works.
  
  I'm missing something?
 
 For 'partial' cal-/card-DAV support, you need the kdepim-runtime package
 from experimental. Partial because it doesn't fully work.
 See also the thread started by this msg from Modestas:
 http://lists.debian.org/debian-kde/2012/06/msg00084.html
yes,

I got it. But I would like full ...

-- 
--
Linux User 152692 PGP: 0xF944807E
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302121506.46781@alaxarxa.net



Re: Deebian 7.0 needs to support MTP (for Android), else it will lose relevance

2013-02-06 Thread Leopold Palomo-Avellaneda
I think that yo are a bit dramatic. Just to configure your android device to 
use usb as msc, mot mtp and you see your fantastic phone as a simple usb.

Another question is caldav and carddav...

Sent from my mobile

Alexey Eromenko al4...@gmail.com ha escrit:


 I wasn't aware Debian had a priority to work on mobile devices.


It is not work on, but work with. Modern O.S. should be able to
sync with Smartphone.

-- 
-Alexey Eromenko Technologov


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOJ6w=gdb9zvxf206zeagtkf-xseshakx16jcddyzptoaoz...@mail.gmail.com



Bug#698937: python-kde4: systemsettings fails configuring a printer

2013-01-25 Thread Leopold Palomo-Avellaneda
Package: python-kde4
Version: 4:4.8.4-1
Severity: grave
Justification: renders package unusable


When opening the printer dialog, I got this message:

kcmshell4 system-config-printer-kde
kcmshell(10257)/python (plugin): Error while running factory function for
Python plugin:  system-config-printer-kde/system-config-printer-kde.py 
Traceback (most recent call last):
  File string, line 18, in kpythonpluginfactory_bridge
  File
/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py,
line 4387, in CreatePlugin
kcm = u.makeui(component_data, widget_parent)
  File
/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py,
line 168, in makeui
encryption=encryption)
  File /usr/share/kde4/apps/system-config-printer-kde/authconn.py, line
168, in __init__
self._connect ()
  File /usr/share/kde4/apps/system-config-printer-kde/authconn.py, line
200, in _connect
encryption=self._encryption)
RuntimeError: failed to connect to server
kcmshell(10257)/python (plugin): Failed to import module 
kcmshell(10257)/kcontrol KCModuleLoader::loadModule: This module has no
valid entry symbol at all. The reason could be that it's still using
K_EXPORT_COMPONENT_FACTORY with a custom X-KDE-FactoryName which is not
supported anymore 


and I cannot configure any printer.



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

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-kde4 depends on:
ii  kde-runtime   4:4.8.4-2
ii  kdepim-runtime4:4.4.11.1-6
ii  libakonadi-kde4   4:4.8.4-2
ii  libakonadi-kmime4 4:4.8.4-2
ii  libc6 2.13-37
ii  libkcmutils4  4:4.8.4-4
ii  libkdecore5   4:4.8.4-4
ii  libkdeui5 4:4.8.4-4
ii  libkdnssd44:4.8.4-4
ii  libkemoticons44:4.8.4-4
ii  libkfile4 4:4.8.4-4
ii  libkhtml5 4:4.8.4-4
ii  libkidletime4 4:4.8.4-4
ii  libkio5   4:4.8.4-4
ii  libknewstuff2-4   4:4.8.4-4
ii  libknewstuff3-4   4:4.8.4-4
ii  libkparts44:4.8.4-4
ii  libkprintutils4   4:4.8.4-4
ii  libkpty4  4:4.8.4-4
ii  libktexteditor4   4:4.8.4-4
ii  libnepomuk4   4:4.8.4-4
ii  libnepomukquery4a 4:4.8.4-4
ii  libphonon44:4.6.0.0-2
ii  libplasma34:4.8.4-4
ii  libpython2.7  2.7.3-6
ii  libqt4-network4:4.8.2+dfsg-9
ii  libqt4-svg4:4.8.2+dfsg-9
ii  libqt4-xml4:4.8.2+dfsg-9
ii  libqtcore44:4.8.2+dfsg-9
ii  libqtgui4 4:4.8.2+dfsg-9
ii  libsolid4 4:4.8.4-4
ii  libsoprano4   2.7.6+dfsg.1-2
ii  libstdc++64.7.2-5
ii  phonon4:4.6.0.0-2
ii  python2.7.3~rc2-1
ii  python-qt44.9.3-4
ii  python-sip [sip-api-8.1]  4.13.3-2
ii  python2.6 2.6.8-0.2
ii  python2.7 2.7.3-6

python-kde4 recommends no packages.

Versions of packages python-kde4 suggests:
ii  libpython2.6  2.6.8-0.2

-- 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
Archive: http://lists.debian.org/201301251417.37455@alaxarxa.net



Re: My impressions on KDE and KDEPIM 4.10

2013-01-23 Thread Leopold Palomo-Avellaneda
A Dimecres 23 Gener 2013, Sune Vuorela va escriure:
 On 2013-01-23, Diane Trout di...@ghic.org wrote:
  I looked and I don't think so. I'm hoping that if get the debian packaging  
  repositories up we can get attention from the debian developers to start 
  pulling the updated packages into experimental.
 
 Working with the debian developers *now* is a much simpler way to get
 our attention.
 Providing simple and easy integratable patches or well done git branches
 to pull from is a way.
 
 Providing packages in a 3rd party repository is not a good way to try to
 get attention.

it's not easy to collaborate with the debian-kde maintainers, probably 
because, as you have said below (...we have in the past been burned a bit..) 
and in MHO not _only_ for the 3rd party repositories. Probably you received a 
lot of attacks. The transition from kde3 to kde4 was a pain.

Otherwise there are a lot of people that would like to help, but I think that 
it's reasonable that the community of kde users in debian sometimes are a 
bit frustrating with the version of the packages in stable, for example. 

This could be solved with backports, but neither squeeze of lenny had, afaik.

 
 Also note that we have in the past been burned a bit by public 3rd party
 repositories where something wasn't done as expected, so it messed a lot
 with the updates and upgrades, so, if you choose to publish packages 
 in a 3rd party repository, please somehow put a 'mark' in the version 
 number - e.g. using 0dtrout1 or something like that, so that if we see
 upgrade issues, we know which ones is ones we need to spend time on, 
 and which ones is due to 3rd party packages.
 
 
 But we do appreciate help and people doing work, as long as it doesn't
 come back in a bad way later, but our focus is currently mostly on
 getting debian wheezy out of the door so we can start putting new stuff
 in unstable again.

ok, but I'm a bit loss. Looking on [1] only a few rc bugs and almost solved 
affect releasing wheezy, and no one of the qt-kde packagers. Do you know what 
happens? Are the release team waiting to the fosdem? ;-)

Regards,


Leo

[1] 
http://udd.debian.org/bugs.cgi?release=wheezy_not_sidbase=onlymerged=ignfnewerval=7rc=1sortby=idsorto=asc


 -- 
 To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact 
listmas...@lists.debian.org
 Archive: http://lists.debian.org/slrnkfvaqs.me.nos...@sshway.ssh.pusling.com
 
 


-- 
--
Linux User 152692
Catalonia


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201301231324.24291@alaxarxa.net



Re: kdepim-runtime 4.8.4 in experimental, call for testing

2012-06-27 Thread Leopold Palomo Avellaneda
A Dimecres, 27 de juny de 2012, chymian va escriure:
 hi leo,
 
  I have tested it with Sogo and I have had a mixture of good result and
  bad result.
  
  As good result, kaddressbook works perfectly with the several contacts
  list that i have in my sogo server. I can create, copy and delete
  contacts without any problem. The only thing is that I'm not been able
  to see it when I create a new mail. I just seen my original resources.
  Any idea?
  
  As bad result, although I can see my calendars in korganizer, as I have
  several calendars, I have not been able to create an event in one
  specific . It seems as I have to have a global configuration for all the
  resource. However, I think that I would need more test.
 
 as you get different results connecting to sogo, then I did, which versions
 are you running? my setup:
 
 sogo 1.3.16-1,
 Zentyal 2.2,
 ubuntu 10.4

my setup,  

Debian Squeeze and sogo 1.3.16-1.

When I say that I got different result, I was referring about caldav and 
carddav. The question is about several calendars.

Regards,

Leo


-- 
--
Linux User 152692 PGP: 0xF944807E
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201206280053.48835@alaxarxa.net



Re: kdepim-runtime 4.8.4 in experimental, call for testing

2012-06-26 Thread Leopold Palomo Avellaneda
A Diumenge, 24 de juny de 2012, Modestas Vainius va escriure:
 Hello,
 
 I have uploaded kdepim-runtime 4.8.4 to experimental (no kdepim itself
 yet). I never expected kdepim 4.4.11 (esp. kmail 1) to work with
 kdepim-runtime 4.8.4 but apparently, it does (at least for me). Therefore,
 I started wondering if kdepim-runtime 4.8.4 + kdepim 4.4.11.1 might be a
 good combination for wheezy especially if it brings some benefits to the
 table. We still have a couple of days until Wheezy freeze (June 30) so I
 would be grateful if some brave users tested this combination on their
 systems and reported any problems or success stories.
 
 * Test if kmail, korganizer, ktimetracker, address book and the whole
 kontact work as expected.
 * Test if maybe any of your pet bugs have been fixed.
 * Test if any other features like e.g. ownCloud (hi
 Diederik! [1]) or various groupware support started to work magically.
 * Test if external akonadi resources like e.g. googledata work as expected.
 
 We need this information in order to determine if kdepim-runtime 4.8.4 is
 worth a risk at all.
 
 [1] http://lists.debian.org/debian-kde/2012/05/msg00097.html


I have tested it with Sogo and I have had a mixture of good result and bad 
result.

As good result, kaddressbook works perfectly with the several contacts list 
that i have in my sogo server. I can create, copy and delete contacts without 
any problem. The only thing is that I'm not been able to see it when I create 
a new mail. I just seen my original resources. Any idea?

As bad result, although I can see my calendars in korganizer, as I have 
several calendars, I have not been able to create an event in one specific . It 
seems as I have to have a global configuration for all the resource. However, I 
think that I would need more test.

My opinion is that it's a good point to have kdepim-runtime 4.8.4 in Wheezy, 
but it's a pity that kdepim2 will not be in our next stable version.

Some of the kde-qt maintainers will upload to backports kdepim2 when Wheezy 
will be released?

Regards,

Leo




-- 
--
Linux User 152692 PGP: 0xF944807E
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201206270117.44188@alaxarxa.net



Re: KDE PIM packaging

2012-06-19 Thread Leopold Palomo Avellaneda
A Dilluns, 18 de juny de 2012, Eshat Cakar va escriure:
 Hi Torsten,
 hi Martin,
 
 On Mon 18 June 2012 11:29:22 Martin Steigerwald wrote:
  Am Samstag, 16. Juni 2012 schrieb Torsten Grote:
   I'd love to have some information, why the KDE PIM applications are at
   version 4.4.11.
  
  The switch to Akonadi for KMail is a big one. And I think even right now
  there is no way of automatic migration thats working out okay in most
  cases.  Thus the recommended procedure as far as I am aware of is to
  recreate mail accounts and reimport mail from IMAP server or POP3 mail
  directory. As far as I read its usually also necessary to recreate all
  filter rules.
  
  I´d love to test KDEPIM 2,
 
 As martin correctly said, Kdepim 2 lacks migration and that is one reason
 it will not be included in wheezy.

I don't understand why it could be a reason. AFAIK there's no rule in the Dfsg 
about no include a package if upstream has not released a tool to migrate the 
configuration from one version to another. The Qt/kde team work hard from the 
migration from kde3 to kde4 with the kaboom tool. If now we don't have one, we 
cannot obey to the packagers to develop one.

However I could understand to no include it in wheeze to avoid a big amount of 
bug reports in the migration process. But, one solution could be include the 
tools of kdepim2 with another name and a readme (as others packages has 
included) with some explanation. 

Not all the debian users are squeeze users that need a perfect migration from 
a old version to a new one. There are a lot of new users, or users that change 
from gnome to kde or from another distro to debian and would like kde4 FULL.

 But we will provide packages for the curious testers like you, just after
 the team finishes the rest of the 4.8.4 transition, which has higher
 priority due to the wheezy freeze.

Perfect, but please put it in some way in wheezy. Debian deserve a full kde4, 
especially with kdepim. 

Regards,

Leo



-- 
--
Linux User 152692 PGP: 0xF944807E
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201206191043.43150@alaxarxa.net



Re: Options for kdepim using kde 4.7/unstable?

2012-03-15 Thread Leopold Palomo-Avellaneda
A Dimarts 13 Març 2012, Sune Vuorela va escriure:
 On 2012-03-13, Modestas Vainius mo...@debian.org wrote:
  kdepim 4.7 is crap, you don't want to use it
  if you value your data.
 
 I officially disagree.

I don't know if it's a crap or not, but how can I test it with debian? What's 
the problem with kdepim?

I'm sorry if it's a obvious question, but kdepim 4.4 lacks a lot of features, 
specially webdav, caldav, etc and it's a pity to have a wonderful kde 4.7.4 
with an old kdepim.

Leo

 -- 
 To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact 
listmas...@lists.debian.org
 Archive: 
http://lists.debian.org/slrnjlviue.p7v.nos...@sshway.ssh.pusling.com
 
 


-- 
--
Linux User 152692
Catalonia


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201203151142.15973@alaxarxa.net



Re: [OT] kde 4.6.4 backports problem

2011-10-04 Thread Leopold Palomo-Avellaneda
Hi Martin,

A Dilluns, 3 d'octubre de 2011, Martin Alfke va escriure:
[...]
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the message
  bus security policy blocked the reply, the reply timeout expired, or the
  network connection was broken.
 
 Is the some additional output in /var/log/daemon or /var/log/messages?

nothings special:

ct  4 09:52:48 leonidas kernel: [691890.276025] usb 1-7: new high speed USB 
device using ehci_hcd and address 11
Oct  4 09:52:48 leonidas kernel: [691890.419748] usb 1-7: New USB device 
found, idVendor=04e8, idProduct=1623
Oct  4 09:52:48 leonidas kernel: [691890.419754] usb 1-7: New USB device 
strings: Mfr=1, Product=2, SerialNumber=3
Oct  4 09:52:48 leonidas kernel: [691890.419758] usb 1-7: Product: Mighty 
Drive
Oct  4 09:52:48 leonidas kernel: [691890.419761] usb 1-7: Manufacturer: 
Samsung
Oct  4 09:52:48 leonidas kernel: [691890.419764] usb 1-7: SerialNumber: 
07480B911EAE
Oct  4 09:52:48 leonidas kernel: [691890.419906] usb 1-7: configuration #1 
chosen from 1 choice
Oct  4 09:52:48 leonidas kernel: [691890.420818] scsi11 : SCSI emulation for 
USB Mass Storage devices
Oct  4 09:52:48 leonidas kernel: [691890.421058] usb-storage: device found at 
11
Oct  4 09:52:48 leonidas kernel: [691890.421061] usb-storage: waiting for 
device to settle before scanning
Oct  4 09:52:53 leonidas kernel: [691895.420243] usb-storage: device scan 
complete
Oct  4 09:52:53 leonidas kernel: [691895.420712] scsi 11:0:0:0: Direct-Access   
  
Samsung  Mighty Drive PMAP PQ: 0 ANSI: 0 CCS
Oct  4 09:52:53 leonidas kernel: [691895.422239] sd 11:0:0:0: Attached scsi 
generic sg2 type 0
Oct  4 09:52:53 leonidas kernel: [691895.603313] sd 11:0:0:0: [sdb] 250880 
512-byte logical blocks: (128 MB/122 MiB)
Oct  4 09:52:53 leonidas kernel: [691895.603801] sd 11:0:0:0: [sdb] Write 
Protect is off
Oct  4 09:52:53 leonidas kernel: [691895.603807] sd 11:0:0:0: [sdb] Mode 
Sense: 23 00 00 00
Oct  4 09:52:53 leonidas kernel: [691895.603811] sd 11:0:0:0: [sdb] Assuming 
drive cache: write through
Oct  4 09:52:53 leonidas kernel: [691895.605926] sd 11:0:0:0: [sdb] Assuming 
drive cache: write through
Oct  4 09:52:53 leonidas kernel: [691895.605933]  sdb: sdb1
Oct  4 09:52:53 leonidas kernel: [691895.608306] sd 11:0:0:0: [sdb] Assuming 
drive cache: write through
Oct  4 09:52:53 leonidas kernel: [691895.608312] sd 11:0:0:0: [sdb] Attached 
SCSI removable disk

 What is the output from dmesg when you insert the usb device?

the same as /var/log/messages


  someone of you know what could be?
  
  I'm using a squeeze distro with the debian-desktop backported packages.
 
 Please note that the packages from debian-desktop are not supported by the
 debian kde team. Did you run an upgrade or dist-upgrade to install the
 backports?

dist-upgrade

 sudo apt-get update
 sudo apt-get -u dist-upgrade

done.

best regards,

Leo


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110040958.04565@alaxarxa.net



Re: [OT] kde 4.6.4 backports problem

2011-10-04 Thread Leopold Palomo-Avellaneda
A Dimarts 04 Octubre 2011, Martin Alfke va escriure:
 
 On 04.10.2011, at 09:58, Leopold Palomo-Avellaneda wrote:
 
  Hi Martin,
  
  A Dilluns, 3 d'octubre de 2011, Martin Alfke va escriure:
  [...]
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the message
  bus security policy blocked the reply, the reply timeout expired, or the
  network connection was broken.
  
  Is the some additional output in /var/log/daemon or /var/log/messages?
  
  nothings special:
  
  ct  4 09:52:48 leonidas kernel: [691890.276025] usb 1-7: new high speed 
USB 
  device using ehci_hcd and address 11
[...]

 
 Can you mount the device from commandline?
 
 sudo mount /dev/sdb1 /mnt
 df
 sudo umount /mnt

yes, root can do it.

 
 Has the automatic mounting been successful prior upgrading KDE?
 

I think so, however I have been a drastical measure and i have reinstalled 
squeeze and now I'm installing 4.6.4 backports.

Have I to have some special pinning in the preferences file?

I have this:

Package: *
Pin: release a=squeeze
Pin-Priority: 900

Package: *
Pin: release a=unstable
Pin-Priority: -1

Package: *
Pin: release a=testing
Pin-Priority: -1

Package: *
Pin: release a=squeeze-backports
Pin-Priority: -1

Package: *
Pin: release a=debian-desktop
Pin-Priority: -1

Package: network-manager*
Pin-Priority: -100


Leo

-- 
--
Linux User 152692
Catalonia


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110041302.07665@alaxarxa.net



Re: [OT] kde 4.6.4 backports problem

2011-10-04 Thread Leopold Palomo-Avellaneda
A Dimarts, 4 d'octubre de 2011, Martin Alfke va escriure:
 On 04.10.2011, at 13:02, Leopold Palomo-Avellaneda wrote:
  A Dimarts 04 Octubre 2011, Martin Alfke va escriure:
  On 04.10.2011, at 09:58, Leopold Palomo-Avellaneda wrote:
 […]
 
  Can you mount the device from commandline?
  
  sudo mount /dev/sdb1 /mnt
  df
  sudo umount /mnt
  
  yes, root can do it.
 
 OK. In this case it should be a permission problem with polkit.

how to solve it?

 
  Has the automatic mounting been successful prior upgrading KDE?
  
  I think so, however I have been a drastical measure and i have
  reinstalled squeeze and now I'm installing 4.6.4 backports.
  
  Have I to have some special pinning in the preferences file?
 
 For backporting I only used squeeze binary and wheeze sources.
 
 Please check the installed polkit version after installation:
 
 dpkg -l | grep pol
 ii  gir1.2-polkit-1.00.101-4~1bpo  
 GObject introspection data for PolicyKit ii  libpolkit-agent-1-0  
0.101-4~1bpo   PolicyKit Authentication
 Agent API ii  libpolkit-backend-1-00.101-4~1bpo   
PolicyKit backend API ii  libpolkit-gobject-1-0
0.101-4~1bpo   PolicyKit Authorization API ii 
 libpolkit-gobject-1-dev  0.101-4~1bpo 
  PolicyKit Authorization API - development files ii  libpolkit-qt-1-1 
0.99.0-3~1bpo  PolicyKit-qt-1
 library ii  libpolkit-qt-1-dev   0.99.0-3~1bpo
  PolicyKit-qt-1 development files ii  libsepol1   
 2.0.41-1   SELinux library for
 manipulating binary security policies ii  libsepol1-dev   
 2.0.41-1   SELinux binary policy
 maniulation library and development files ii  policykit-1 
 0.101-4~1bpo   framework for managing
 administrative policies and privileges ii  policykit-1-gnome  
  0.96-3 GNOME authentication agent for
 PolicyKit-1
 
 This list is from my backport squeeze chroot.

mine:

root@leonidas:~# dpkg -l | grep pol
ii  dc   1.06.95-2 The 
GNU dc arbitrary precision reverse-polish calculator
ii  gir1.2-polkit-1.00.101-4~1bpo  
GObject introspection data for PolicyKit
ii  libpolkit-agent-1-0  0.101-4~1bpo  
PolicyKit Authentication Agent API
ii  libpolkit-backend-1-00.101-4~1bpo  
PolicyKit backend API
ii  libpolkit-gobject-1-00.101-4~1bpo  
PolicyKit Authorization API
ii  libpolkit-qt-1-1 0.99.0-3~1bpo 
PolicyKit-qt-1 library
ii  libsepol12.0.41-1  
SELinux library for manipulating binary security policies
ii  policykit-1  0.101-4~1bpo  
framework for managing administrative policies and privileges
ii  policykit-1-gnome0.96-3
GNOME authentication agent for PolicyKit-1

still the same 

I agree that it's a problem with the policykit.

Regards,

Leo



--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110041445.22562@alaxarxa.net



[OT] kde 4.6.4 backports problem

2011-10-03 Thread Leopold Palomo-Avellaneda
Hi,

first of all sorry if this mail is not send to the correct place, but my 
problem is something that maybe occurs in the testing/sid version.

I cannot mount an usb drive, I got this error:

org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.

someone of you know what could be?

I'm using a squeeze distro with the debian-desktop backported packages.

Regards,

Leo


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201110031631.29237@alaxarxa.net



Re: kde 4.6.4 backports

2011-08-07 Thread Leopold Palomo Avellaneda
A Friday 05 August 2011, Hrvoje Senjan va escriure:
 Leo, i was able to backport KDE 4.6.x to Squeeze (did not change anything -
 only needed to backport few other packages ie. Qt - it takes really long
 time to compile :)) so if you have the time , it's not impossible nor that
 difficult to backport it

great,

thanks for the info. Do you have a list of the packages?

Leo


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201108072251.21260@alaxarxa.net



Re: Kdm settings

2010-12-24 Thread Leopold Palomo-Avellaneda
A Divendres, 24 de desembre de 2010, jedd va escriure:
 On Friday 24 December 2010 00:50:22 Valerio Passini wrote:
  To tweak kdm and other applications that affects all the system it's
  possible to run systemsetting as superuser. For this purpose sudo is
  probably a good choice. Bye
  
  P.S.: you'll probably need to allow access to X11 with ~$ xhost +
 
  What's wrong with:
 
  kdesu systemsettings
 
  ?
 
  kdesu is part of the kdebase-runtime package I think.
 


thanks to both. In kde3 this was more easy, but with kde4 it's ok.

Best regards,

Leo


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201012241026.25303@alaxarxa.net



kde pim + calendar + imapserver

2010-12-24 Thread Leopold Palomo-Avellaneda
Hi,

I'm trying to configure an scenario with a imap server (dovecot) (or whatever) 
and some clients using korganizer/outlook/lightning/sunbird whatever.

The idea is to have some server to provide calendar and addressbook to some 
users. I have tried to configure kmail/groupware/etc with dovecot and 
calendar, etc but without success. 

The current version of kdepim (squeeze) supports this feature? Some of you 
have some good combination for this? Will we have in squeeze some groups of 
packages that could provide this with kde?

Thanks in advance,

best regards,

Leo


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201012241056.29352@alaxarxa.net



Kdm settings

2010-12-23 Thread Leopold Palomo Avellaneda
Hi,

in kde3, in the settings part there was some parameters that were in gray, and 
you can access them using a Administrator button on the window.

In kde4 there are some parameters in gray (kdm, for example) , but no button 
to modify it. How can I do it?

Regards,

Leo

-- 
--
Linux User 152692 PGP: 0xF944807E
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201012240014.32203@alaxarxa.net



Upgrading to squeeze

2010-11-15 Thread Leopold Palomo-Avellaneda
Hi,

I hope that soon Squeeze will be released. I'm a fit afraid because I have 
found that in all the boxes that I have upgraded from lenny to squeeze, kde 
have not been working perfectly.

The issues are not critical issues, but they are the classical stupid things 
that destroy the hard word done before. The migration software, just works.

What kind of issues? where I asked before in the list. For example, in all the 
boxes that I have upgraded the lock out/poweroff icon have disappeared. 

Also, the poweroff, from the desktop doesn't work very well, and many times I 
must poweroff invoking it in the konsole. And, in general, the feeling that 
it doesn't work so well. The same box, upgrading from zero, works quiet well.

In others boxes, I have though many times to reinstall the whole system, 
because kde4. So, my question are about the upgrading. Do you have some plan 
to test an upgrade to Squeeze? do you recommend to reinstall all? or/ 
uninstall kde and after upgrade?

Best regards,

Leo


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201011151734.30852@alaxarxa.net



Qtcreator

2010-07-21 Thread Leopold Palomo-Avellaneda
Hi,

Nokia released a new version of qtcreator. I have seen that if you download 
from nokia, the package contain qt 4.6.3 and qtcreator 2.0. 

However, qtcreator have the dependency  4.7 of qtlibs. Someone of you could 
explain why? Just asking because it could be an interesting package to 
squeeze.

Best regards,

Leo


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201007211052.39407@alaxarxa.net



Re: Qtcreator

2010-07-21 Thread Leopold Palomo-Avellaneda
A Dimecres 21 Juliol 2010, Fathi Boudra va escriure:
  Nokia released a new version of qtcreator. I have seen that if you
  download from nokia, the package contain qt 4.6.3 and qtcreator 2.0.

 Please, could you point me to the package you have downloaded on Nokia
 website ? I could then take a look because I have doubt on used Qt version.

http://qt.nokia.com/downloads

on the tab lgpl:

Qt SDK: Complete Development Environment

Qt SDK Icon
The Qt SDK includes the tools you need to build cross-platform applications 
with Qt in a single install.
Qt libraries version 4.6.3. 
Qt Creator IDE version 2.0.0 
Qt development tools

  However, qtcreator have the dependency  4.7 of qtlibs. Someone of you
  could explain why? Just asking because it could be an interesting package
  to squeeze.

 simply because Qt Creator check for Qt version 4.7, see qtcreator.pro:
 #version check qt
 contains(QT_VERSION, ^4\\.[0-6]\\..*) {
 message(Cannot build Qt Creator with Qt version $${QT_VERSION}.)
 error(Use at least Qt 4.7.)
 }

 As far as I know, Qt Creator doesn't build against Qt 4.6 (I bet it
 needs Qt Declarative introduced in Qt 4.7).


I don't know if they provide qt creator 2.0 compiled to a different version 
than the qt sdk.  Maybe it's a mistake in the web page. Obviously if the 
qtcreator.pro says that is for something, no?

Regards,

Leo





-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201007211234.10560@alaxarxa.net



Re: Qtcreator

2010-07-21 Thread Leopold Palomo-Avellaneda
A Dimecres 21 Juliol 2010, Fathi Boudra va escriure:
  I don't know if they provide qt creator 2.0 compiled to a different
  version than the qt sdk.  Maybe it's a mistake in the web page. Obviously
  if the qtcreator.pro says that is for something, no?

 Probably a mistake:
 filterlineedit.cpp: In constructor
 'Utils::FilterLineEdit::FilterLineEdit(QWidget*)':
 filterlineedit.cpp:39: error: 'setPlaceholderText' was not declared in
 this scope
 make[5]: *** [.obj/release-shared/filterlineedit.o] Error 1

 Qt Creator 2.0.0 doesn't build against Qt 4.6.3 definitely.

yes,

it's a mistake. The binary they provide contains libQtXXX.so.4.7.0 not 4.6.3.

Thank's for the info and sorry for the noise.

Best regards,

Leo


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201007211702.45584@alaxarxa.net



Issues upgrading from Lenny to Squeeze

2010-07-05 Thread Leopold Palomo-Avellaneda
Hi,

just a few comments after upgrading to testing (Squeeze). I have upgraded 
three boxes and I have had similar little problems (or I have done some 
mistakes probably)

- after the upgrade, the icons of the panel lock/exit doesn't appear. Well, it 
appears another icon than the typical from a new installation. Is this a bug? 
some of you have noticed about it?

- I would like to disable the update notifications (from packages). How can I 
do it? it's a default behaviour and in my case it's not useful.

- After the upgrade, the launch application (kickoff) doesn't have their 
classical icon (kde logo). It has another with an arrow to the left. Is this 
normal?

Best regards and good job for the packaging and upgrading. Except for this 
little issues the migration seems to work well.

Leo


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201007051129.26019@alaxarxa.net



Coexistence betwend kde3 and kde4

2009-04-16 Thread Leopold Palomo-Avellaneda
Hi,

I don't want to install kde3 and kde4 in the same box. 

However, I administrate several boxes and I would like to have some box with 
unstable (kde 4.2.2) and stable (kde 3.5.9) using the same /home for the 
users (ergo .kde)

So, is this possible?

Regards,

Leo


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



Re: Coexistence betwend kde3 and kde4

2009-04-16 Thread Leopold Palomo-Avellaneda
A Dijous 16 Abril 2009, Boyd Stephen Smith Jr. va escriure:
 In 200904161610.57353@alaxarxa.net, Leopold Palomo-Avellaneda wrote:
 I don't want to install kde3 and kde4 in the same box.
 
 However, I administrate several boxes and I would like to have some box
  with unstable (kde 4.2.2) and stable (kde 3.5.9) using the same /home for
  the users (ergo .kde)
 
 So, is this possible?

[...]

 I suggest that you set KDE_HOME in your global environment on the different
 systems.  Using ~/.kdemajor.minor, for example .kde3.5 and .kde4.2,
 should be sufficient.  I think KDE_HOME is the only thing that needs to be
 set, but you might want to double-check me.

where do you set up this?

I have done a :
grep -R KDE_HOME /etc/* 

with no results.

 I still have a .kde3.4 and a .kde3.5 (.kde is a symlink) from doing
 something similar for different reasons.

Ok.

Thanks.

Leo


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



Re: Coexistence betwend kde3 and kde4

2009-04-16 Thread Leopold Palomo Avellaneda
A Dijous 16 Abril 2009, Alejandro Exojo va escriure:
 El Jueves, 16 de Abril de 2009, Leopold Palomo-Avellaneda escribió:
  where do you set up this?
 
  I have done a :
  grep -R KDE_HOME /etc/*
 
  with no results.

 Hi Leo.

Bones Alejandro ;-)

 First, it's KDEHOME, not KDE_HOME (I don't know if the second works, but
 ceirtainly the first is the only one I have seen). It's not set in /etc
 because AFAIK the setting is done internally, in the code.

well, in Etch is in /etc/alternatives/x-session-manager

in Lenny

the same.

 Second, I'm not fully sure about the place in which can be set, but I
 suppose /etc/profile will do. Take a look at KDE's Techbase, there are nice
 pages about doing KDE system administration:

 http://techbase.kde.org/KDE_System_Administration

Ok,

thanks. I suppose that if I modify /etc/profile will be sufficient.

Thanks to all for all the answers,


Leo



 Bye.

 --
 Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2
 http://barnacity.net/ | http://disperso.net



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



Re: Problemas con menús en Netbeans con KDE

2009-03-06 Thread Leopold Palomo Avellaneda
A Divendres 06 Març 2009, Enzo Cappa va escriure:
 ¡Buenas! A continuación especifico mi problema:

   En los menús de Netbeans 6.0.1 (instalado desde apt) tengo
 problemas con los menús. El caso es que al abrir un menú y desplazar elel
 mouse sobre el mismo, hay un efecto de rollover que va indicando la opción
 seleccionada actualmente, en mi caso se va indicando opciones que estan más
 arriba de la posición actual del mouse, y al hacer click me selecciona la
 opción indicada por dicho efecto y no la que actualmente está indicada por
 el mouse.
Esto lo observo en KDE 4.2, pero no así en XFCE, en el cual funciona
 perfecto. Es por esto que lo envío a esta lista.

 Espero haber explicado correctamente el problema. ¡Muchas gracias!

No, si explicar te te has explicado, pero esta lista es en ingles ...

Leo


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



Digikam troubles

2008-12-02 Thread Leopold Palomo Avellaneda
Hi,

I have a problem with digikam and I don't know if it's a problem of my 
configuration (some package with different version, etc) or the debian 
package has some trouble. 

If I run digikam, the program simply doesn't begin. It's blocked reading the 
database. However, if I run digikan, inside gdb, it runs perfectly 
(apparently ..).

Some ideas?

Regards,

Leo


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



Nsplugin crash all the time with flash

2008-05-15 Thread Leopold Palomo-Avellaneda
Hi,

I have a problem with the nsplugin viewer. I'm using Etch with kde from 
backports ( 3.5.8-1~bpo40+1).

Also, I have the flash plugin from backports:
- flashplugin-nonfree1.4~bpo40+1  

but ALL the time that konqueror open a page with a swf, I got a crash (bt 
below). 

So, I can be patient, but I havethis error from some months and I'm thinking 
to kickoff konqueror and use iceweasel (as I do with some pages), but I 
resist to do it.

So, any idea? 

I have tested both, free and non free plugins.

Regards,

Leo

-
bt

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
.
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1232967456 (LWP 11293)]
[New Thread -1284760656 (LWP 11302)]
[New Thread -1275577424 (LWP 11301)]
[New Thread -1267184720 (LWP 11300)]
(no debugging symbols found)
.
(no debugging symbols found)
[KCrash handler]
#6  0xb6a90024 in pthread_mutex_lock ()
   from /lib/tls/i686/cmov/libpthread.so.0
#7  0xb79860c6 in pthread_mutex_lock () from /lib/tls/i686/cmov/libc.so.6
#8  0xb5e79168 in NP_Shutdown ()
   from /usr/lib/iceweasel/plugins/libflashplayer.so
#9  0xb5ed0582 in NP_Shutdown ()
   from /usr/lib/iceweasel/plugins/libflashplayer.so
#10 0xb5d7afcd in NP_Shutdown ()
   from /usr/lib/iceweasel/plugins/libflashplayer.so
#11 0xb5c79548 in Flash_EnforceLocalSecurity ()
   from /usr/lib/iceweasel/plugins/libflashplayer.so
#12 0xb5c75180 in ?? () from /usr/lib/iceweasel/plugins/libflashplayer.so
#13 0xb63cd440 in ?? () from /usr/lib/iceweasel/plugins/libflashplayer.so
#14 0xb63ccde8 in ?? () from /usr/lib/iceweasel/plugins/libflashplayer.so
#15 0xbf9f5a58 in ?? ()
#16 0xb63063fa in ?? () from /usr/lib/iceweasel/plugins/libflashplayer.so
#17 0xb63063e4 in NP_Shutdown ()
   from /usr/lib/iceweasel/plugins/libflashplayer.so


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



Re: TeXing in KDE4: okular and inverse search (dvi)

2008-05-01 Thread Leopold Palomo Avellaneda
Felix,

I have asked to one of the okular developers and:
- the implementation is about ~95% done
- you must shift+LMB (Left Mouse Button)
- you must configure an editor in okular
- and the problem is that kdvi search, from you have clicked the 
near retrolink and jump to it, okular _only_ jump to it if you click over 
the retrolink.

Regards,

Leo


A Dimecres 30 Abril 2008, Felix Homann va escriure:
 Wolfgang Mader wrote:
  Hi,
 
  kdvi and kde4 working here.

 Uuups, sorry for spreading misinformation.

  I am running sid plus kde4 from experimental. Are
  there any error messages on our side? I just installed kdvi using
  aptitude.

 I didn't try this time. Last time, kdvi wouldn't go hand in hand with
 KDE4. Since I'm TeXing almost everyday, KDE4 wasn't an option for me
 then. Getting back to KDE3 (cleanly) was that easy either. So I was
 reluctant to try it again without knowing how to use kdvi or a
 inverse-search capable Okular.

 I'll give it a try again on the weekend.

  On the other hand you can use pdflatex but for shure, you know that. So
  you might have reasons to use the dvi driver.

 Yes, I know. Reasons to use dvi are

 1. I've got way too many .eps files. Why should I bother converting them
 all to pdf? (I tend to produce pdf and eps graphics in parallel now for
 a while)
 2. My Emacs is nicely set up for working together with kdvi. I don't
 know how to achieve the same using Okular/pdfsync.


 Many thanks,

 Felix



-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


signature.asc
Description: This is a digitally signed message part.


Re: Amarok on etch

2008-04-30 Thread Leopold Palomo-Avellaneda
A Dimarts 29 Abril 2008, Modestas Vainius va escriure:
 Hi,

 2008 m. February 12 d., Tuesday, Modestas Vainius rašė:
  I'll see what I can do but not before 1.4.8-2 (which is not even in
  unstable yet) or later enters testing.

 So 1.4.9.1 has entered testing recently. You will find the etch backport
 (with a few features missing though) of it for i386 and amd64 in the
 following repository:

 deb http://alioth.debian.org/~modax-guest/amarok-etch/ ./

 Please note that you need backports.org repository in
 your /etc/apt/sources.list in order to install and use this backport. Due
 to unavailability of libkarma-dev and libmtp-dev on etch (neither proper
 neither backports), respective features (Rio Karma music player and Media
 Transfer Protocol (MTP) support) have been disabled in this build.
 Currently I do not have plans to backport these dependencies as I don't
 maintain them.

 Backport of yauap, a dependency of amarok-engine-yauap, is available in the
 repository above too.

 This backport of amarok might eventually be uploaded to backports.org if I
 receive positive feedback about it. Consider this backport official.

Thank's Modestas,

at last in my box it's running without any problem. I have tested to save and 
load from and ipod with no problems. I will make more test next week.

Regards,

Leo



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



Re: kde 4.1 alpha coming soon

2008-04-30 Thread Leopold Palomo-Avellaneda
A Dimecres 30 Abril 2008, Ana Guerrero va escriure:
 Hi,

 KDE 4.1 alpha was released some hours ago. We are currently working on
 packages that will be slightly newer that what is shipped with the alpha1.
 This will have the advantage of a more usable plasma but it is not still
 completely functional, so you are warned.

 So be patient, it will have like 3 days to have a full KDE 4.1 in
 experimental, and we do not know yet for what arch we will do the uploads
 (amd64 or i386).

 Ana

Ana,

just a curiosity. If i would like to see kde 4.1, can I install it in my 
Lenny/sid box and life together 3.5.9 without problems?

regards,

Leo


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



Re: kde 4.1 alpha coming soon

2008-04-30 Thread Leopold Palomo-Avellaneda
A Dimecres 30 Abril 2008, Ana Guerrero va escriure:
 On Wed, Apr 30, 2008 at 04:31:44PM +0200, Leopold Palomo-Avellaneda wrote:
  A Dimecres 30 Abril 2008, Ana Guerrero va escriure:
   Hi,
  
   KDE 4.1 alpha was released some hours ago. We are currently working on
   packages that will be slightly newer that what is shipped with the
   alpha1. This will have the advantage of a more usable plasma but it is
   not still completely functional, so you are warned.
  
   So be patient, it will have like 3 days to have a full KDE 4.1 in
   experimental, and we do not know yet for what arch we will do the
   uploads (amd64 or i386).
  
   Ana
 
  Ana,
 
  just a curiosity. If i would like to see kde 4.1, can I install it in my
  Lenny/sid box and life together 3.5.9 without problems?

 No.

 google back in the list and/or the website I remember we explained
 somewhere why.

Yes, 

you are right. Something about two /usr/bin and .kde. :-( i didn't remember 
it  Sometimes the wishes makes you forget the things :-(

Regards,

Leo


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



Re: Strange behaviour after dist-upgrade to lenny

2008-03-06 Thread Leopold Palomo Avellaneda
A Dimecres 05 Març 2008, Leopold Palomo Avellaneda va escriure:
[...]


 Some idea?

Solved

a mix of xserver-xorg 7.2/7.3 nvidia drivers from unstable  

Solved creating a backport of nvidia drivers from unstable to lenny and 
installing all 7.2


Regards,

Leo



-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


signature.asc
Description: This is a digitally signed message part.


Strange behaviour after dist-upgrade to lenny

2008-03-05 Thread Leopold Palomo Avellaneda
Hi,

I have upgraded my box from etch to lenny. I have used some kde backports, so, 
kde version didn't upgrade too much. The upgraded was more or less successful 
but I'm having an strange behaviour of my desktop (kde apps, no others). The 
mouse acts different, and for example in a mail with html attachment I cannot 
open the attach, simple the click doesn't work.

On the task bar, if I click over form example kmail, I cannot chose which 
window I want (this email or kmail). I cannot choose the options of a combo 
box. It's something strange and I think that it's a missconfiguration but i 
don't know what.

Some idea?

Regards,

Leo

-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


signature.asc
Description: This is a digitally signed message part.


Re: Amarok on etch

2008-02-12 Thread Leopold Palomo-Avellaneda
A Dimarts 12 Febrer 2008, Modestas Vainius va escriure:
 Hi,

 2008 m. February 12 d., Tuesday, Fathi Boudra rašė:
   We have in backports kde 3.5.7, so my ask is if it would be possible to
   make a backport of amarok or the dependencies are very stric. I have
   tried to make it, but there's a lot of dependencies to bring that
   finally I have rejected it.
  
   Someone have some backport of amarok?
 
  gently ask to maintainer to do the backport.

 I'll see what I can do but not before 1.4.8-2 (which is not even in
 unstable yet) or later enters testing.

Thank's a lot. Do what you can, no problem. Obviously if I could help, ask it.

Otherwise, I will check the other (emisca) unofficial backport.

Best regards,

Leo



Amarok on etch

2008-01-30 Thread Leopold Palomo-Avellaneda
Dear people,

we have on etch amarok version 1.4.4. This version supports ipod devices but 
not a full featured. I have read that in the next versions the ipod support 
have been improved. 

We have in backports kde 3.5.7, so my ask is if it would be possible to make a 
backport of amarok or the dependencies are very stric. I have tried to make 
it, but there's a lot of dependencies to bring that finally I have rejected 
it. 

Someone have some backport of amarok? 

Regards,

Leo


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



Re: Should Flixster use Debian/KDE list?

2008-01-16 Thread Leopold Palomo-Avellaneda
Henry,

the debian list are open. Many time we have spam. You can mark it in the web 
as spam. Don't spend any minute of your valuable time in this ... 
mv to /dev/null and forget it.

Best regards,

Leo


A Dimecres 16 Gener 2008, Henry keultjes va escriure:
 Henry Keultjes
 Mansfield Ohio USA

  Original Message 
 From: - Wed Jan 16 12:03:27 2008
 X-Account-Key:account2
 X-UIDL:   1jf9BY2bC3Nl36t1
 X-Mozilla-Status: 0001
 X-Mozilla-Status2:
 Status:   U
 Return-Path:  [EMAIL PROTECTED]
 Received: from noehlo.host ([127.0.0.1]) by
 mx-collie.atl.sa.earthlink.net (EarthLink SMTP Server) with SMTP id
 1jf9BY2bC3Nl36t0; Wed, 16 Jan 2008 09:51:26 -0500 (EST)
 Received: from liszt.debian.org ([82.195.75.100]) by
 mx-collie.atl.sa.earthlink.net (EarthLink SMTP Server) with ESMTP id
 1jf9BX2LZ3Nl36t0 for [EMAIL PROTECTED]; Wed, 16 Jan 2008
 09:51:25 -0500 (EST)
 Received: from localhost (localhost [127.0.0.1]) by liszt.debian.org
 (Postfix) with QMQP id 43E2013A563A; Wed, 16 Jan 2008 14:51:23 + (UTC)
 Old-Return-Path:  [EMAIL PROTECTED]
 X-Spam-Virus: No
 X-Spam-Checker-Version:   SpamAssassin 3.2.3 (2007-08-08) on
 liszt.debian.org
 X-Spam-Level: *
 X-Spam-Status:No, score=1.8 required=4.0 tests=HABEAS_ACCREDITED_SOI,
 HTML_MESSAGE,MIME_HTML_ONLY,RCVD_IN_DNSWL_LOW,SPF_PASS,YOUTHERE
 autolearn=no version=3.2.3
 X-Original-To:debian-kde@lists.debian.org
 Delivered-To: [EMAIL PROTECTED]
 X-policyd-weight: using cached result; rate: -7
 X-Greylist:   delayed 3569 seconds by postgrey-1.27 at liszt; Wed, 16 Jan
 2008 14:33:54 UTC
 Received: from mail3.flixster.com (mail3.flixster.com [209.237.233.43])
 by liszt.debian.org (Postfix) with ESMTP id 538E213A5594 for
 debian-kde@lists.debian.org; Wed, 16 Jan 2008 14:33:52 + (UTC)
 Received: from job03.flixster.com (unknown [10.0.2.113]) by
 mail3.flixster.com (Postfix) with ESMTP id 95E734B0A5C for
 debian-kde@lists.debian.org; Wed, 16 Jan 2008 05:34:22 -0800 (PST)
 Message-ID:   [EMAIL PROTECTED]
 From: Flixster [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Sender:   Flixster [EMAIL PROTECTED]
 To:   g g debian-kde@lists.debian.org
 Subject:  You forgot to finish the MCT
 MIME-Version: 1.0
 Content-Type: text/html; charset=us-ascii
 Content-Transfer-Encoding:7bit
 Date: Wed, 16 Jan 2008 05:34:22 -0800 (PST)
 X-Rc-Spam:2007-10-04_01
 X-Rc-Virus:   2007-09-13_01
 X-Rc-Spam:2007-10-04_01
 Resent-Message-ID:[EMAIL PROTECTED]
 Resent-From:  debian-kde@lists.debian.org
 X-Mailing-List:   debian-kde@lists.debian.org archive/latest/28512
 X-Loop:   debian-kde@lists.debian.org
 List-Id:  debian-kde.lists.debian.org
 List-Post:mailto:debian-kde@lists.debian.org
 List-Help:mailto:[EMAIL PROTECTED]
 List-Subscribe:
 mailto:[EMAIL PROTECTED]
 List-Unsubscribe:
 mailto:[EMAIL PROTECTED]
 Precedence:   list
 Resent-Sender:[EMAIL PROTECTED]
 Resent-Date:  Wed, 16 Jan 2008 14:51:23 + (UTC)
 X-ELNK-Received-Info: spv=0;
 X-ELNK-AV:0
 X-ELNK-Info:  sbv=0; sbrc=.0; sbf=00; sbw=000;




 http://www.flixster.com/homepage.do?em.id=936054992[EMAIL PROTECTED]
s.debian.org *http://www.flixster.com/user/debiankde*
 Change your URL
 http://www.flixster.com/profileDisplay.do?displayEditProfile=em.id=936054
992[EMAIL PROTECTED]


 http://www.flixster.com/mct.do?mctSingle=em.id=936054992cemail=debian-kd
[EMAIL PROTECTED]

 *It's easy to get distracted*

 *Finish the MCT *
 http://www.flixster.com/mct.do?mctSingle=em.id=936054992cemail=debian-kd
[EMAIL PROTECTED] *www.flixster.com
 http://www.flixster.com/homepage.do?em.id=936054992[EMAIL PROTECTED]
s.debian.org Flixster, Inc
 PO Box 40577
 San Francisco, CA 94110 *


 /*Hey g,*/

 You never finished the Movie Compatibility Test!!!
 http://www.flixster.com/mct.do?mctSingle=em.id=936054992cemail=debian-kd
[EMAIL PROTECTED]

 No worries, you can pick up right where you left off. Here's a link to
 come back and finish the test.


 http://www.flixster.com/mct.do?mctSingle=em.id=936054992cemail=debian-kd
[EMAIL PROTECTED]


 Cheers,
 Team Flixster (Joe
 http://www.flixster.com/friends.do?displayUserDetail=friendsUserId=5em.i
d=936054992  Saran
 http://www.flixster.com/friends.do?displayUserDetail=friendsUserId=1em.i
d=936054992)






   This email was sent to [EMAIL PROTECTED]
 If you prefer not to receive this email tell us here
 http://www.flixster.com/[EMAIL PROTECTED]ty=m.


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



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



Re: Gtk 2.8.20

2008-01-15 Thread Leopold Palomo-Avellaneda
A Dimarts 15 Gener 2008, Darko va escriure:
 Hi
 I wish to make Gtk 2.8.20, but request me beatwen all Cairo i Atk, and
 no stands a problems
 Cairo makes me following mistake (error)

 /tmp/ccI1Jeqi.s: Assembler messages:
 /tmp/ccI1Jeqi.s:8651: Error: symbol `_cairo_pixman_composite' is already
 defined
 make[3]: *** [fbpict.lo] Greška 1 (=Stands for error 1 )
 make[3]: Izlazim iz direktorija `/home/darko/GtkT/cairo-1.0.2/pixman/src'
 make[2]: *** [all-recursive] Greška 1 (=Stands for error 1 )
 make[2]: Izlazim iz direktorija `/home/darko/GtkT/cairo-1.0.2/pixman'
 make[1]: *** [all-recursive] Greška 1 (=Stands for error 1 )
 make[1]: Izlazim iz direktorija `/home/darko/GtkT/cairo-1.0.2'
 make: *** [all] Greška 2 (=Stands for error 2 )
 localhost:/home/darko/GtkT/cairo-1.0.2#airo
 /tmp/ccI1Jeqi.s: Assembler messages:
 /tmp/ccI1Jeqi.s:8651: Error: symbol `_cairo_pixman_composite' is already
 defined
 make[3]: *** [fbpict.lo] Greška 1 (=Stands for error 1 )
 make[3]: Izlazim iz direktorija `/home/darko/GtkT/cairo-1.0.2/pixman/src'
 make[2]: *** [all-recursive] Greška 1 (=Stands for error 1 )
 make[2]: Izlazim iz direktorija `/home/darko/GtkT/cairo-1.0.2/pixman'
 make[1]: *** [all-recursive] Greška 1 (=Stands for error 1 )
 make[1]: Izlazim iz direktorija `/home/darko/GtkT/cairo-1.0.2'
 make: *** [all] Greška 2 (=Stands for error 2)
 localhost:/home/darko/GtkT/cairo-1.0.2#


 ant atk list me this

 checking for GLIB - version = 2.5.7...
 *** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB (2.12.4)
 *** was found! If pkg-config was correct, then it is best
 *** to remove the old version of GLib. You may also be able to fix the
 error
 *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
 *** /etc/ld.so.conf. Make sure you have run ldconfig if that is
 *** required on your system.
 *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
 *** to point to the correct configuration files
 no
 checking for pkg-config... (cached) /usr/local/bin/pkg-config
 checking for GLIB - version = 2.0.0...
 *** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB (2.12.4)
 *** was found! If pkg-config was correct, then it is best
 *** to remove the old version of GLib. You may also be able to fix the
 error
 *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
 *** /etc/ld.so.conf. Make sure you have run ldconfig if that is
 *** required on your system.
 *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
 *** to point to the correct configuration files
 no
 configure: error:
 *** GLIB 2.0.0 or better is required. The latest version of
 *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
 *** but not in the same location as pkg-config add the location of the file
 *** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.

 I instaled glib 2.8.6 from source tar.gz not knowing that maybe with
 debian come glib2.12.4




 How to bulid gtk?


Maybe the  [EMAIL PROTECTED] people could answer your 
question.

regards,

Leo



Konqueror fails

2007-12-13 Thread Leopold Palomo-Avellaneda
Hi,

using konqueror and kde from etch 3.5.5 I have an strange problem.  Maybe it's 
my configuration but If i try to open this page 

http://svn.macports.org/repository/macports/downloads/MacPorts-1.5.0/

nothing is showed, but with iceweacel all works.

Please,

could you try it.

Regards,

Leo


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



Some about charsets and kmail

2007-03-09 Thread Leopold Palomo Avellaneda
Hi,

well this message is mainly for the people who as me, are living in a world 
with accents and different characters in the occidental world. I'm sure that 
people with different alphabet the situation is worst :-)

I write mainly in three languages: Catalan, Spanish and English. My main 
problems are in Catalan and Spanish with the accented chars and ç  ñ.

I thought that I sent my messages using utf-8. Howeber I discovered that it 
was not true. Although that in the kmail configuration, the editor part, the 
charset, I have:
utf-8
utf-8(locale)
iso8859-15

kmail sent message with the last one, I don't know why.

Also, I have selected the box with maintain the charset in the replies if is 
possible. Howeber I have found that I replied a message with utf-8 with 
iso8859-15, so the replied message is impossible so see ok because the merge 
of charsets.

There are also a  part in the configuration that I really don't understand 
what does it means. In the appearance section the Message window tab, there 
are two settings that I don't really understand: 
Fallback character encoding 
Override character encoding.

So, with all of this I would like to ask how I have to configure kmail to 
minimize the encoding problems because all of this stuff is a bit messy for 
me. 

Regards,

Leo



-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia



Konqueror display badly a web page

2007-01-04 Thread Leopold Palomo-Avellaneda
Dear people,

rant mode
I have using konqueror since kde 2.2 some year ago. I have had patience about 
the standards, the problems with flash, dynamic pages the plugins, etc ..

but I begin to be tired having always problems displaying pages with 
konqueror. 

Anyone see this page correctly with konqueror (3.5.5a.dfsg.1-2) 
http://osgdesigner.sourceforge.net/wiki/index.php/Main_Page

because with Iceweasel/2.0 (Debian-2.0+dfsg-1) I can see it perfectly.
/rant mode

thanks in advance,

Regards,

Leo


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



Re: Konqueror display badly a web page

2007-01-04 Thread Leopold Palomo-Avellaneda
A Dijous 04 Gener 2007 13:41, Ana Guerrero va escriure:
 Hi,

 On Thu, Jan 04, 2007 at 01:26:18PM +0100, Leopold Palomo-Avellaneda wrote:
  Dear people,
 
  rant mode
  I have using konqueror since kde 2.2 some year ago. I have had patience
  about the standards, the problems with flash, dynamic pages the plugins,
  etc ..
 
  but I begin to be tired having always problems displaying pages with
  konqueror.
 
  Anyone see this page correctly with konqueror (3.5.5a.dfsg.1-2)
  http://osgdesigner.sourceforge.net/wiki/index.php/Main_Page
 
  because with Iceweasel/2.0 (Debian-2.0+dfsg-1) I can see it perfectly.
  /rant mode

 It seems a problem in the webpage design. if the page works in
 mozilla and not in konqueror, it does not mean necessarily it is a
 konqueror's fault :)

you are right, but it's always the same. It's no a konqueror fault, but you 
need another browser to surf on the net.


 IMHO, they have any problem in the CCS file. It is interesting since the
 debconf7 page uses the same theme (with light modifications) and works
 perfectly with konqueror:
 https://debconf7.debconf.org/wiki/Main_Page

:-)

Leo


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



Re: New KDE (3.5.4) will break mouting of removeable devices

2006-10-04 Thread Leopold Palomo Avellaneda
A Dimecres 04 Octubre 2006 20:54, Anders Ellenshøj Andersen va escriure:
 Onsdag 04 oktober 2006 00:31 skrev Hendrik Sattler:
  Works here.
 
  How did you add your user to group plugdev?

 Just a thought.. I think there are too many weird groups that one has to be
 a member of, in order for miscellaneous stuff to work.

 Let me give you an example of how stupid this gets IMHO..

 cdrom - Guess what this does..
 audio - NO! The system sounds just suck anyway!
 plugdev - Let's see.. Do I want the system to autodetect my usb memory key?
 powerdev - Ok. CPU throttling is nice.. Control of screen blanking, etc..
 netdev - Naahh.. Email and webbrowsing is for geeks and weirdos.

video - to have access to accelerated 3D 

Leo

-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


pgp27E62zkYKR.pgp
Description: PGP signature


Re: New KDE (3.5.4) will break mouting of removeable devices

2006-10-04 Thread Leopold Palomo Avellaneda
A Dimecres 04 Octubre 2006 00:31, Hendrik Sattler va escriure:
 Am Sonntag 01 Oktober 2006 15:12 schrieb Philippe Merlin:
  I am in debian Etch and Kde 3.5.4  and the file hal.conf seems right
  according the message of christian.
  I can't mount automatically any USB Key, the only one i can mount
  manually are those declared in an udev rules.
  If i put an USB key he is recognize by Kde and he open Konqueror to
  system:/media/sde1 but the system file he is always empty, automatically
  or manually it does not work.
  If i mount by fstab and udev rules,  the system  files on the usb key are
  mounted, and he appears also on system:/media/sde1
  All my users are in plugdev group and in /etc/group

 Works here.

 How did you add your user to group plugdev?

adduser leo plugdev 

Leo


-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


pgpTb9qEghn0Q.pgp
Description: PGP signature


Re: New KDE (3.5.4) will break mouting of removeable devices

2006-10-04 Thread Leopold Palomo Avellaneda
Hi Philippe,
A Dimecres 04 Octubre 2006 21:54, Philippe Merlin va escriure:
 rclibhal-storage0  0.4.8-8
 rclibhal0  0.4.8-8

try to do:
dpkg --purge libhal-storage0 libhal0 

I remember have had bad experience with rc states.

Leo


 Le mercredi 4 octobre 2006 00:08, Leopold Palomo Avellaneda a écrit :
  Hi,
 
  I can confirm i with this packages on the amd64 platform:
  ii  hal 0.5.7.1-2
  ii  hal-device-manager 0.5.7.1-2
  ii  libhal-dev  0.5.7.1-2
  ii  libhal-storage1 0.5.7.1-2
  ii  libhal1 0.5.7.1-2
 
  Regards,
 
  Leo
 
  A Diumenge 01 Octubre 2006 15:12, Philippe Merlin va escriure:
   Hello,
   I reply to the message of Christian Schuerer  1 Aug 2006.
   ---
  -- -- --- I send this as an info/warning to all who use the new version
   of KDE: mounting removeable devices such as an USB pen drive won't work
   anymore. There are workarounds and an explicit bug report (#377689)
   already:
  
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377689
  
   You will have to add:
  
   !-- Allow plugdev members to mount volumes --
   policy group=plugdev
 allow send_interface=org.freedesktop.Hal.Device.Volume/
 allow send_interface=org.freedesktop.Hal.Device.Volume.Crypto/
   /policy
  
   to /etc/dbus-1/system.d/hal.conf - but there are other issues yet
   unsolved, read the bug report for more details.
  
   Kind regards,
  
  Christian
   ---
  -- -- - I am in debian Etch and Kde 3.5.4  and the
   file hal.conf seems right according the message of christian.
   I can't mount automatically any USB Key, the only one i can mount
   manually are those declared in an udev rules.
   If i put an USB key he is recognize by Kde and he open Konqueror to
   system:/media/sde1 but the system file he is always empty,
   automatically or manually it does not work.
   If i mount by fstab and udev rules,  the system  files on the usb key
   are mounted, and he appears also on system:/media/sde1
   All my users are in plugdev group and in /etc/group
  
   I have looking to the bug 377689 and i don't see if this problem is
   solved or what i can do to have ansolution.
   Best regard.
   Philippe MERLIN
   [EMAIL PROTECTED]

-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


pgpbP4IQyyBhx.pgp
Description: PGP signature


Re: New KDE (3.5.4) will break mouting of removeable devices

2006-10-03 Thread Leopold Palomo Avellaneda
Hi,

I can confirm i with this packages on the amd64 platform:
ii  hal 0.5.7.1-2
ii  hal-device-manager 0.5.7.1-2
ii  libhal-dev  0.5.7.1-2
ii  libhal-storage1 0.5.7.1-2
ii  libhal1 0.5.7.1-2 

Regards,

Leo

A Diumenge 01 Octubre 2006 15:12, Philippe Merlin va escriure:
 Hello,
 I reply to the message of Christian Schuerer  1 Aug 2006.
 ---
--- I send this as an info/warning to all who use the new version of KDE:
 mounting removeable devices such as an USB pen drive won't work anymore.
 There are workarounds and an explicit bug report (#377689) already:

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377689

 You will have to add:

 !-- Allow plugdev members to mount volumes --
 policy group=plugdev
   allow send_interface=org.freedesktop.Hal.Device.Volume/
   allow send_interface=org.freedesktop.Hal.Device.Volume.Crypto/
 /policy

 to /etc/dbus-1/system.d/hal.conf - but there are other issues yet unsolved,
 read the bug report for more details.

 Kind regards,

Christian
 ---
- I am in debian Etch and Kde 3.5.4  and the file
 hal.conf seems right according the message of christian.
 I can't mount automatically any USB Key, the only one i can mount manually
 are those declared in an udev rules.
 If i put an USB key he is recognize by Kde and he open Konqueror to
 system:/media/sde1 but the system file he is always empty, automatically or
 manually it does not work.
 If i mount by fstab and udev rules,  the system  files on the usb key are
 mounted, and he appears also on system:/media/sde1
 All my users are in plugdev group and in /etc/group

 I have looking to the bug 377689 and i don't see if this problem is solved
 or what i can do to have ansolution.
 Best regard.
 Philippe MERLIN
 [EMAIL PROTECTED]

-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


pgpVcsWlaLED2.pgp
Description: PGP signature


Re: Multi-tasking

2006-06-28 Thread Leopold Palomo Avellaneda
Hi,

have you tried to compile yourself a kernel. I think that the debian packages 
of kernels have a default behavior of server. From the 2.6 kernels, there's 
an option in the multitask about preemptive or server. A preemptive kernel 
has a better feeling for the desktop user than the server.

Regards,

Leo

A Dimecres 28 Juny 2006 05:09, Matej Cepl va escriure:
 Hi,

 I really do not want to flame (I have been using KDE for many years and I
 do not mean to change anything about that), but can anybody explain why KDE
 has so lousy multi-tasking? Or is it whole Linux? I have noticed it for
 long time, but couple of days I was working on Windows XP and running
 something terribly complicated with Access, it was running completely out
 of its mind, but when I switched to the other window where I had Excel, I
 could work without problems and I have hardly noticed almost dying Access
 on the background. Whenever I run something more complicated in Linux (gcc,
 update of slocate dbase), whole computer goes almost to halt (and it is not
 that bad computer -- Dell Inspiron 2200 notebook w/ Celeron 1.4GHz, 512MB
 RAM). I believe that Linux should have perfect multi-everything, but
 apparently there is some problem with my configuration.

 Can anybody kick me in the right direction?

 Thanks,

 Matěj

 --
 GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
 23 Marion St. #3, (617) 876-1259, ICQ 132822213

 I used to date a woman who did PR and marketing for MS, so you
 can imagine we had some in-depth and sometimes heated
 discussions about MS vs. Linux and Macs.
 Well, one day we were going hiking, and she presented me with
 a really nice backback. The only issue with it was that it had
 the MS logo emblazoned all over it. Of course, she knew
 I wouldn't refuse it.
 Anyway, she said to me, Isn't that nice? See? What'd RedHat
 ever give you for free?
 I replied, An operating system.
 That was one long, quiet hike.
   -- disserto on Slashdot
  http://slashdot.org/comments.pl\
  ?sid=138492tid=109mode=threadcid=11590292

-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


pgpbQRIzgHK69.pgp
Description: PGP signature


Re: Multi-tasking

2006-06-28 Thread Leopold Palomo Avellaneda
A Dimecres 28 Juny 2006 12:54, Anders E. Andersen va escriure:
 Matej Cepl skrev:
  on the background. Whenever I run something more complicated in Linux
  (gcc, update of slocate dbase), whole computer goes almost to halt (and
  it is not that bad computer -- Dell Inspiron 2200 notebook w/ Celeron
  1.4GHz, 512MB RAM). I believe that Linux should have perfect
  multi-everything, but apparently there is some problem with my
  configuration.
 
  Can anybody kick me in the right direction?

 Pretty much the only thing that comes to my mind is if you are running a
 kernel that has been compiled with the 'preemptible kernel' option.
I think that's not right, 
 Without a preemptible kernel, the desktop experience is not as good.

Desktop -- preemtive
Server -- no preemtive 

Leo



-- 
--
Linux User 152692
PGP: 0xF944807E
Catalonia


pgpw68k5tcDxp.pgp
Description: PGP signature


Re: KMail 1.9.1 header bug

2006-01-31 Thread Leopold Palomo-Avellaneda
Dear Rino,

in the view part of the message there's an option to check (Identity). I have 
found that if I have not checked is option, and I copy the message to the 
draft folder, and I resend it, the from field is the original one, no mine.

If I have this option activated, and I copy the message to the draft folder, 
then, the from field is changed to the default identity. I don't think that 
it's a bug.

Regards,

Leo

A Dimarts 31 Gener 2006 10:54, Rigo Wenning va escriure:
 Dear all,

 just experienced some unpleasant behavior of KMail 1.9.1 within Kontact
 1,2:

 I have an email from somebody that I have to work on. I copy the email to
 the drafts folder. In the drafts folder, I says T for take-up. The
 message shows (Default) as identity. I had not until now displayed the
 From: - field.

 I edit the message and send it on to someone else.

 Now KMail -despite showing identity (Default)- is sending the email with
 the From: of the initial From: - address of the message copied to the
 drafts-folder. This caused some irritation at the receivers of that email
 as you can imagine. I signed the message and the content did not correspond
 to the From: indicated.

 Now if I edit the message and instead of sending it directly, I save it
 again to the drafts-folder, the From: - address changed to my
 email-address. If I take it up again with T, everything is fine and it
 can be sent with my email in From:

 Question: I wanted to send a bug report to KDE. Should I do that? And if
 yes, should I file it against KMail or Kontact?

 Best,

 Rigo


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



Re: KDE medium type notification does not work any more for the USB stick

2006-01-31 Thread Leopold Palomo-Avellaneda
A Dimarts 31 Gener 2006 09:03, Alex Hermann va escriure:
 On Monday 30 January 2006 23:10, [EMAIL PROTECTED] wrote:
  Hi,
 
  after last upgrade of SID the KDE medium type notification does not work
  any more for the USB stick. For a CD every thing is fine. Inserting of
  the USB stick is still notified by syslog:

 Have a look at the thread 'Problems with hal, devices and udev' starting
 23-01-2006, it's probably the same issue.

 Try purging the 'usbmount' package if you have it installed.

It doesn't work for me ...

Leo


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



Re: Problems with hal, devices and udev

2006-01-31 Thread Leopold Palomo-Avellaneda
A Dimarts 31 Gener 2006 00:18, Jason Winzenried va escriure:
  I think this is an unrelated bug. I also lost my devices in konqueror
  when I went from hotplug to udev. Now I get a Protocol not supported
  error whenever I click on the devices icon

 Right click on the devices icon, click properties, go to the URL tab, and
 change the url to media:/

Ok, now I don't have the error but I don't have all the devices ...

Leo


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



Re: Problems with hal, devices and udev

2006-01-31 Thread Leopold Palomo-Avellaneda
A Dilluns 30 Gener 2006 22:10, Alex Hermann va escriure:
 On Monday 23 January 2006 12:04, Leopold Palomo-Avellaneda wrote:
  Hi,
 
  I have two boxes with a mix version of etch and sid. I would like to have
  kde 3.5 and the feature to plug a pen drive and appears a magical windows
  asking you what do want to do. However, I have two problems and really,
  after googling some time, I don't have any idea to solve it.
 
  And second, I can plug a device, it appears in syslog, etc, but no
  windows appears. What I'm doing wrong?

 I had the same problem. It seems that 'usbmount' is capturing the plugging
 events somehow. Purging the 'usbmount' package made it work again.

Noos

It doesn't work.. It begins to be very irritating issue ..

Regards,

Leo


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



Re: KMail 1.9.1 header bug

2006-01-31 Thread Leopold Palomo-Avellaneda
A Dimarts 31 Gener 2006 11:35, Leopold Palomo-Avellaneda va escriure:
 Dear Rino,

excuse me, I'm sorry, Rigo not Rino

Leo



 in the view part of the message there's an option to check (Identity). I
 have found that if I have not checked is option, and I copy the message to
 the draft folder, and I resend it, the from field is the original one, no
 mine.

 If I have this option activated, and I copy the message to the draft
 folder, then, the from field is changed to the default identity. I don't
 think that it's a bug.

 Regards,

 Leo

 A Dimarts 31 Gener 2006 10:54, Rigo Wenning va escriure:
  Dear all,
 
  just experienced some unpleasant behavior of KMail 1.9.1 within Kontact
  1,2:
 
  I have an email from somebody that I have to work on. I copy the email to
  the drafts folder. In the drafts folder, I says T for take-up. The
  message shows (Default) as identity. I had not until now displayed the
  From: - field.
 
  I edit the message and send it on to someone else.
 
  Now KMail -despite showing identity (Default)- is sending the email with
  the From: of the initial From: - address of the message copied to the
  drafts-folder. This caused some irritation at the receivers of that email
  as you can imagine. I signed the message and the content did not
  correspond to the From: indicated.
 
  Now if I edit the message and instead of sending it directly, I save it
  again to the drafts-folder, the From: - address changed to my
  email-address. If I take it up again with T, everything is fine and it
  can be sent with my email in From:
 
  Question: I wanted to send a bug report to KDE. Should I do that? And if
  yes, should I file it against KMail or Kontact?
 
  Best,
 
  Rigo


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



Re: KMail 1.9.1 header bug

2006-01-31 Thread Leopold Palomo-Avellaneda
Rigo,

A Dimarts 31 Gener 2006 14:03, Rigo Wenning va escriure:
 I had the (identity) option checked, but not the From-option. But such a
 behavior is still a Bug IMHO. But I wait for more comments before filing a
 bug report to KDE.

I don't thing that is a bug. I addmit that it can surprise because you can 
supplant an identity of another person (I did it in a mistake) but it very 
easy avoid it. I wait too comments from others,

regards,

Leo


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



Re: Problems with hal, devices and udev

2006-01-25 Thread Leopold Palomo-Avellaneda
lucky boy ...


A Dimarts 24 Gener 2006 23:51, Chris va escriure:
 On Tuesday 24 January 2006 17:29, Chris wrote:
  Well  I have two mixed systems.  On one it works on the other, it
  doesn't. I've been trying to figure out why is doesn't on the one system
  to no avail.
 
  I'll compare package version numbers.,..
 
  Chris

 I found that updating udev and hal to unstable got things working with KDE
 3.5!!!  The version numbers I have installed for that stuff is at the
 bottom of this list.

 A few days ago Florian Kulzer wrote a nice email on getting devices to show
 in panel or on the desktop.  The only differences I noticed to what he
 wrote is that dbus-1 seems to get replaced by dbus in unstable.

 Chris

 ii  kde-icons-crystal 3.7-2 Crystal
 icon theme for KDE
 ii  kde-icons-crystalclear0.0.20050623-1Everaldo's
 Crystal Clear icon theme for KDE
 ii  kde-icons-mono3.5.0-3   a
 monochromatic icons theme for KDE
 ii  kde-icons-noia1.0-2 Noia icon
 theme for KDE 3
 ii  kde-icons-nuovext 1.6-1 nuoveXT
 icon theme for KDE
 ii  kde-icons-nuvola  1.0.0-1   Nuvola icon
 theme for KDE3
 ii  kde-servicemenus-kim  0.6.1-1   Kde service
 menu for Image manipulation
 ii  kdeadmin  3.5.0-4   system
 adminstration tools from the official KDE release
 ii  kdeadmin-kfile-plugins3.5.0-4   KDE file
 metainfo plugins for deb and rpm files
 ii  kdeartwork3.5.0.dfsg.1-2themes,
 styles and more from the official KDE release
 ii  kdeartwork-emoticons  3.5.0.dfsg.1-2emoticon
 collections for KDE chat clients
 ii  kdeartwork-misc   3.5.0.dfsg.1-2various
 multimedia goodies released with KDE
 ii  kdeartwork-style  3.5.0.dfsg.1-2widget
 styles released with KDE
 ii  kdeartwork-theme-icon 3.5.0.dfsg.1-2icon themes
 released with KDE
 ii  kdeartwork-theme-window   3.5.0.dfsg.1-2window
 decoration themes released with KDE
 ii  kdebase   3.5.0-4   base
 components from the official KDE release
 ii  kdebase-bin   3.5.0-4   core
 binaries for the KDE base module
 ii  kdebase-data  3.5.0-4   shared data
 files for the KDE base module
 ii  kdebase-kio-plugins   3.5.0-4   core I/O
 slaves for KDE
 ii  kdebluetooth  0.99+1.0beta1-6+b1KDE
 Bluetooth Framework
 ii  kdegames-card-data3.4.3-2   Card decks
 for KDE games
 ii  kdegraphics   3.5.0-3   graphics
 apps from the official KDE release
 ii  kdegraphics-kfile-plugins 3.5.0-3   KDE
 metainfo plugins for graphic files
 ii  kdelibs   3.5.0-3   core
 libraries from the official KDE release
 ii  kdelibs-bin   3.5.0-3   core
 binaries for all KDE applications
 ii  kdelibs-data  3.5.0-3   core shared
 data for all KDE applications
 ii  kdelibs4c2a   3.5.0-3   core
 libraries for all KDE applications
 ii  kdelirc   3.5.0-3   infrared
 control for KDE
 ii  kdemultimedia 3.5.0-3   multimedia
 apps from the official KDE release
 ii  kdemultimedia-kappfinder-data 3.5.0-3   multimedia
 data for kappfinder
 ii  kdemultimedia-kfile-plugins   3.5.0-3
 au/avi/m3u/mp3/ogg/wav plugins for kfile
 ii  kdemultimedia-kio-plugins 3.5.0-3   enables the
 browsing of audio CDs under Konqueror
 ii  kdenetwork3.5.0-3
 network-related apps from the official KDE release
 ii  kdenetwork-filesharing3.5.0-3   network
 filesharing configuration module for KDE
 ii  kdenetwork-kfile-plugins  3.5.0-3   torrent
 metainfo plugin for KDE
 ii  kdepasswd 3.5.0-4   password
 changer for KDE
 ii  kdepim3.5.0-5   KDE
 Personal Information Management metapackage
 ii  kdepim-kfile-plugins  3.5.0-5   KDE File
 dialog plugins for palm and vcf files
 ii  kdepim-kio-plugins3.5.0-5   KDE pim I/O
 Slaves
 ii  kdepim-kresources 3.5.0-5   KDE pim
 resource plugins
 ii  kdepim-wizards3.5.0-5   KDE server
 configuration wizards
 ii  kdeprint  3.5.0-4  

Re: Problems with hal, devices and udev

2006-01-25 Thread Leopold Palomo-Avellaneda
A Dimarts 24 Gener 2006 20:19, Florian Kulzer va escriure:
 Leopold Palomo-Avellaneda wrote:
 [...]

 When I plug in a USB device, I immediately see some harddisk access
 (syslog etc.) and then, after 1-2 seconds, there is a short spike in CPU
 activity and the icon appears on my desktop. Do you observe something
 similar on your system?
 
  yes but not the icon. It's strange to me, because in my box at home,
  appears a nice windows asking about what to do with the device...

 This has reminded me of something else: Check if the option Enable HAL
 Backend is activated in the KDE Control Center  Peripherals  Storage
 Media  Advanced menu. I do not remember anymore if this was activated
 automatically or if I had to do it manually. The Notifications menu
 might also be relevant.

yes, it's actived 

 [...]

  Ok, it's active. It's ok, very ok to comment it because I have the
  suspicious that it's a stupid thing. I have realized that in konqueror I
  have not any devices i the toolbar of the left, and I don't know why.
  Maybe it's something about the problem 

 I think this is an unrelated bug. I also lost my devices in konqueror
 when I went from hotplug to udev. Now I get a Protocol not supported
 error whenever I click on the devices icon, but my pluggable device
 icons on the desktop still work. Therefore I think you don't have to
 worry about this right now.

ok, thank's for all Florian,

regards,

Leo


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



Re: Problems with hal, devices and udev

2006-01-24 Thread Leopold Palomo-Avellaneda
A Dilluns 23 Gener 2006 20:21, Florian Kulzer va escriure:
 Leopold Palomo-Avellaneda wrote:
 [...]

 And second, I can plug a device, it appears in syslog, etc, but no
 windows appears. What I'm doing wrong?
 
 You need to install the package pmount and add your user to the group
 plugdev. Then you should be able to activate automatic desktop icons
 for your pluggable devices in the KDE Control Center  Desktop 
 Behavior  Device Icons dialog.
 
  also, it doesn't work  . really I begin to be a bit desesperately. It
  really bothers me that a boy near me with redhat can mount pen drive with
  a nice window without any problem and I with debian can't !!

 I would have expected that KDE will manage to put an icon on the desktop
 if the device shows up in the syslog. Did you try to use pmount from the
 konsole to see if it works, e.g. pmount /dev/sda1 usb? Then the device
 should be mounted under /media/usb. Maybe you will get an error message
 that helps to identify the cause of the problem.

Well, it works and no message is prompted. Running it with debug options show 
this:

[EMAIL PROTECTED]:~$ pmount -d /dev/sda1 usb
resolved /dev/sda1 to device /dev/sda1
mount point to be used: /media/usb
no iocharset given, current locale encoding is ANSI_X3.4-1968
Cleaning lock directory /var/lock/pmount/_dev_sda1
device_whitelist: checking /etc/pmount.allow...
device_whitlisted(): nothing matched, returning 0
find_sysfs_device: looking for sysfs directory for device 8:1
find_sysfs_device: checking whether /dev/sda1 is on /sys/block/sda (8:0)
find_sysfs_device: major device numbers match
find_sysfs_device: minor device numbers do not match, checking partitions...
find_sysfs_device: checking whether device /dev/sda1 matches partition 8:0
find_sysfs_device: checking whether device /dev/sda1 matches partition 8:1
find_sysfs_device: - partition matches, belongs to block 
device /sys/block/sda
device_removable: corresponding block device for /dev/sda1 is /sys/block/sda
get_blockdev_attr: value of /sys/block/sda/removable == 1
policy check passed
spawnv(): executing /sbin/cryptsetup '/sbin/cryptsetup' 'isLuks' '/dev/sda1'
spawn(): /sbin/cryptsetup terminated with status 255
device is not LUKS encrypted, or cryptsetup with LUKS support is not installed
locking mount point directory
mount point directory locked
spawnv(): executing /bin/mount '/bin/mount' '-t' 'udf' '-o' 
'nosuid,nodev,user,async,atime,noexec,uid=1003,gid=1003,umask=007' 
'/dev/sda1' '/media/usb'
spawn(): /bin/mount terminated with status 32
spawnv(): executing /bin/mount '/bin/mount' '-t' 'iso9660' '-o' 
'nosuid,nodev,user,async,atime,noexec,uid=1003,gid=1003' '/dev/sda1' 
'/media/usb'
spawn(): /bin/mount terminated with status 32
spawnv(): executing /bin/mount '/bin/mount' '-t' 'vfat' '-o' 
'nosuid,nodev,user,quiet,shortname=mixed,async,atime,noexec,uid=1003,gid=1003,umask=077'
 
'/dev/sda1' '/media/usb'
spawn(): /bin/mount terminated with status 0
unlocking mount point directory
mount point directory unlocked

 If pmount works on its own then the problem is with KDE. I think you
 mentioned in your first mail that you run a mixed testing/unstable
 system. Maybe it is worthwhile to check that you do not have any old KDE
 3.4 libraries left installed anywhere, e.g. with
 dpkg -l * | grep -i kde | grep 3.4

I have purged all the old packages and the problem continues ...

 You could also consider using the package usbmount. I have no
 experience with it myself, but I remember some people on debian-user
 recommending it.

I have installed it but I would prefer to have a window asking what to do.


There are some questions also, I have found that you cannot have any device 
that mount in /sys. I have had some devices and I have comment it in the 
fstab (and also the /dev/sda that pmount said that there was a problem) and 
reboot, etc but if I do a cat /etc/mtab I found this:


proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw 0 0
.
usbfs /proc/bus/usb usbfs rw 0 0
...
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0


this is normal?

Regards,

and thank's for your patience.

Leo


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



Re: Problems with hal, devices and udev

2006-01-24 Thread Leopold Palomo-Avellaneda
A Dimarts 24 Gener 2006 14:03, Florian Kulzer va escriure:
[...]
 Well, that looks like everything is OK with pmount. So I would assume
 that the problem is that udev does not use dbus properly to notify KDE
 about the fact that a new device was plugged in. Unfortunately I have no
 knowledge about how exactly this works, so I have no idea about the best
 way to approach this issue. You might find useful info in the links
 given in the following mail:
 http://lists.debian.org/debian-kde/2005/09/msg00410.html

Ok, there are a lot of mails, but I will see if I find something.

 If pmount works on its own then the problem is with KDE. I think you
 mentioned in your first mail that you run a mixed testing/unstable
 system. Maybe it is worthwhile to check that you do not have any old KDE
 3.4 libraries left installed anywhere, e.g. with
 dpkg -l * | grep -i kde | grep 3.4
 
  I have purged all the old packages and the problem continues ...

 When I plug in a USB device, I immediately see some harddisk access
 (syslog etc.) and then, after 1-2 seconds, there is a short spike in CPU
 activity and the icon appears on my desktop. Do you observe something
 similar on your system? 

yes but not the icon. It's strange to me, because in my box at home, appears a 
nice windows asking about what to do with the device...

 If so, are there any related error messages in 
 ~/.xsession-errors? 

well, the last messages aren't about any of udev, etc.

 Note that you also need to have the option for the 
 unmounted removable device checked in the KDE Control Center, since
 the device is only mounted after you click on the icon. (I assume you
 have figured this out yourself already, but I want to make sure that
 your problem is not due to a simple misunderstanding...)
Ok, it's active. It's ok, very ok to comment it because I have the suspicious 
that it's a stupid thing. I have realized that in konqueror I have not any 
devices i the toolbar of the left, and I don't know why. Maybe it's something 
about the problem 

  proc /proc proc rw 0 0
  sysfs /sys sysfs rw 0 0
  devpts /dev/pts devpts rw,gid=5,mode=620 0 0
  tmpfs /dev/shm tmpfs rw 0 0
  .
  usbfs /proc/bus/usb usbfs rw 0 0
  ...
  binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
  
 
  this is normal?

 Yes, it is the same on my computers. These are pseudo-filesystems
 which allow you to read and set certain properties of your system. For
 example, if you do cat /proc/cpuinfo you will get information about
 your CPU, but this info is not stored anywhere on a harddisk, but rather
 provided on the fly by the kernel whenever that particular file is
 accessed.


thank's Florian, really thank's,

regards,

Leo


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



Problems with hal, devices and udev

2006-01-23 Thread Leopold Palomo-Avellaneda
Hi,

I have two boxes with a mix version of etch and sid. I would like to have kde 
3.5 and the feature to plug a pen drive and appears a magical windows asking 
you what do want to do. However, I have two problems and really, after 
googling some time, I don't have any idea to solve it.

The packages:

ii  linux-image-2.6.15-1-686-smp2.6.15-2 
in another without smp, but I don't think that it's an important issue.
ii  hal 0.5.5.1-5 
ii  hal-device-manager  0.5.5.1-5 
ii  libhal-storage1 0.5.5.1-5 
ii  libhal1 0.5.5.1-5   

and a kde3.5

in the fstab no /sys, etc .

First, when the box is booting, it stoped in:
Starting the hotplug events dispatcher: udevd

in both boxes
so I have to ctrl+c to continue booting and finally, the the kdm is up, 
manually do a /etc/init.d/udev start without any problem. Why?

And second, I can plug a device, it appears in syslog, etc, but no windows 
appears. What I'm doing wrong?

Regards,


Leo


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



Re: Problems with hal, devices and udev

2006-01-23 Thread Leopold Palomo-Avellaneda
A Dilluns 23 Gener 2006 13:49, Florian Kulzer va escriure:
 Leopold Palomo-Avellaneda wrote:
  Hi,
 
  I have two boxes with a mix version of etch and sid. I would like to have
  kde 3.5 and the feature to plug a pen drive and appears a magical windows
  asking you what do want to do. However, I have two problems and really,
  after googling some time, I don't have any idea to solve it.
 
  The packages:
  
  ii  linux-image-2.6.15-1-686-smp2.6.15-2
  in another without smp, but I don't think that it's an important issue.
  ii  hal 0.5.5.1-5
  ii  hal-device-manager  0.5.5.1-5
  ii  libhal-storage1 0.5.5.1-5
  ii  libhal1 0.5.5.1-5
 
  and a kde3.5

 Just some things to check: Make sure that you have the package dbus
 installed and not dbus-1. (This should have been done automatically by
 apt-get/aptitude for your version of hal, though.) Likewise, see about
 package libdbus-glib-1-2 which replaces package dbus-glib-1, and
 make sure that you have udev version 0.081-1. Also, if you have an older
 installation which used to have hotplug earlier, I think it is important
 that you purge the hotplug configuration files, otherwise there can be
 problems with udev.

ii  udev0.081-1  

and hotplug purged.

dbus installed, not dbus-1.

  in the fstab no /sys, etc .
 
  First, when the box is booting, it stoped in:
  Starting the hotplug events dispatcher: udevd
 
  in both boxes
  so I have to ctrl+c to continue booting and finally, the the kdm is up,
  manually do a /etc/init.d/udev start without any problem. Why?

 Maybe one of the things I mentioned above is causing this behavior.

no lucky . it continues . :-(

  And second, I can plug a device, it appears in syslog, etc, but no
  windows appears. What I'm doing wrong?

 You need to install the package pmount and add your user to the group
 plugdev. Then you should be able to activate automatic desktop icons
 for your pluggable devices in the KDE Control Center  Desktop 
 Behavior  Device Icons dialog.

also, it doesn't work  . really I begin to be a bit desesperately. It 
really bothers me that a boy near me with redhat can mount pen drive with a 
nice window without any problem and I with debian can't !!

Regards,

Leo


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



Problems with kmail and a email account

2006-01-09 Thread Leopold Palomo Avellaneda
Hi,

I'm using kmail from debian sid (amd64 port). I have a stupid problem and I 
don't know how to solve this. I have an email account that has pop and imap 
access. With the pop protocol I don't have any problem, but with the imap I 
can connect, I can see the folders but I cannot see any message, although 
there are messages. The server is running Courier-IMAP server. 

Could someone give me some idea to solve this?

Regards,

Leo
-- 
Linux User 152692 
Catalonia


pgp0jlSecABzf.pgp
Description: PGP signature


Re: Qt4 for Sarge?

2005-12-05 Thread Leopold Palomo-Avellaneda
A Dilluns 05 Desembre 2005 11:39, Anders E. Andersen va escriure:
 Leopold Palomo Avellaneda skrev:
  Hi,
 
  someones knows if there's some backport of qt4 for sarge?

 Haven't seen any. It's in both testing and unstable though.

yes, but seeing the problems with the migrations of c++ ABIs I think that we 
will have an stable version for xmas of the 2007.

Regards,

Leo


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



Re: Qt4 for Sarge?

2005-12-05 Thread Leopold Palomo Avellaneda
A Dilluns 05 Desembre 2005 23:08, Adeodato Simó va escriure:
 * Leopold Palomo-Avellaneda [Mon, 05 Dec 2005 19:06:20 +0100]:
  yes, but seeing the problems with the migrations of c++ ABIs I think that
  we will have an stable version for xmas of the 2007.

   Hopefully, you will be wrong by one year. There are people working so
   that it's xmas 2006.


Ok,

and it's very difficult to have a backport to sarge? There are a lot of people 
that prefers to have a stable version of debian. However, it's a problem if 
they need a soft that needs a new version of a package (or library) as qt4.

So, there's no option to have it in testing or sid. You need a backport.

Regards,

Leo

-- 
Linux User 152692 
Catalonia


pgpuLYt8MeS8F.pgp
Description: PGP signature


Re: Qt4 for Sarge?

2005-12-05 Thread Leopold Palomo Avellaneda
A Dimarts 06 Desembre 2005 01:22, Adeodato Simó va escriure:
 * Leopold Palomo Avellaneda [Tue, 06 Dec 2005 00:21:44 +0100]:
  and it's very difficult to have a backport to sarge? There are a lot of
  people that prefers to have a stable version of debian. However, it's a
  problem if they need a soft that needs a new version of a package (or
  library) as qt4.
 
  So, there's no option to have it in testing or sid. You need a backport.

   You can:

 a) do it yourself
I'm trying it, but it has a lot of dependencies.
 b) ask the maintainer (Brian Nelson) to provide a backport
Ok, I'm writing it.
 c) ask the people behind backports.org what is the process to get a
Qt4 backport for sarge in their site
maybe a maintainer backport is more useful.


Regards,

Leo
   HTH,

 --
 Adeodato Simó dato at net.com.org.es
 Debian Developer  adeodato at debian.org

 An economist is an expert who will know tomorrow why the things he
 predicted yesterday didn't happen today.
 --  Laurence J. Peter

-- 
Linux User 152692 
Catalonia


pgpqBtpimwUul.pgp
Description: PGP signature


Qt4 for Sarge?

2005-12-04 Thread Leopold Palomo Avellaneda
Hi,

someones knows if there's some backport of qt4 for sarge?

Thank's in advance,

Best regards,

Leo
-- 
Linux User 152692 
Catalonia


pgpPIPy2he1i8.pgp
Description: PGP signature


Re: KDE 3.5 Release Candidate 1 packages available on alioth

2005-11-30 Thread Leopold Palomo Avellaneda
A Dimecres 30 Novembre 2005 14:03, Adeodato Simó va escriure:
 * Marcin Juszkiewicz [Wed, 30 Nov 2005 13:51:38 +0100]:
  Sometimes I do not like Debian 'unstable' but I use it for few years and
  used to all those transitions which make things better (but worse during
  them).

   It's been certainly very unfortunate (and nobody could've expected it)
   that there's been a need for a second C++-related transition. :( KDE
   3.5 would be on its way to unstable right now...

   Share the pain,

Well, I don't know how to translate it to english, but there are two sayings 
that come to my mind in spanish:
1) Mal de muchos consuelo de tontos
2) sarna con gusto no pica

well, if we have to suffer for Debian, well, we will suffer!!!

Leo


-- 
Linux User 152692 
Catalonia


pgpvqm66fJZL9.pgp
Description: PGP signature


Re: kde 3.4.1

2005-07-12 Thread Leopold Palomo-Avellaneda
A Dimarts 12 Juliol 2005 13:56, Nando Debian va escriure:
 My debian is unstable, not kde. Do you have another line for install
 kde 3.4.0 or 3.4.1?

I have used 
deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./

for amd64 arch, and I have upgraded from sid (kde 3.3.2) to 3.4.1 without any 
problem.

apt-get update
apt-get upgrade

Maybe there are some tips doing it, but nothing important for a person that 
uses sid ;-)

Regards,

Leo

 2005/7/12, Andrew Schulman [EMAIL PROTECTED]:
Hi I install Debian sarge today and upgraded for unstable, but I
   can't install kde 3.4.1 here.
  
In my sources.list I added line:
  
deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./
  
and when I put aptitude update, I get one error:
  
Ign http://pkg-kde.alioth.debian.org ./ Packages
  
what I need to install?
 
  KDE 3.4.1 is in experimental, not unstable.  Still, your deb line is
  correct and you should be able to get the packages.  I suggest waiting a
  while and trying again.
 
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]

-- 
--
Linux User 152692
Catalonia


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



Re: kde 3.4.1

2005-07-12 Thread Leopold Palomo-Avellaneda
A Dimarts 12 Juliol 2005 14:38, Modestas Vainius va escriure:
 2005 m. Liepos 12 d., Antradienis 15:06, Leopold Palomo-Avellaneda rašė:
  I have used
  deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./
 
  for amd64 arch, and I have upgraded from sid (kde 3.3.2) to 3.4.1 without
  any problem.
 
  apt-get update
  apt-get upgrade
 
  Maybe there are some tips doing it, but nothing important for a person
  that uses sid ;-)

 I guess, kde 3.4.1 in alioth and experimental are broken. Currently, there
 are a bunch of transitions taking place in debian unstable (JACK, gcc4,
 xorg). They all affect/will affect KDE, so you should better wait for
 official KDE 3.4 upload to unstable...

Hi, I don't understand it. On sunday evening I did an upgrade and installed 
kde3.4.1 _without_ any problem. Are you sure what are you saying? Maybe it 
works for amd64 and not for i386...

However, I think that is better to wait until it was upload to unstable. 

Regards,

Leo
-- 
--
Linux User 152692
Catalonia


Re: KMail Suggests: (was Re: The KMail PGP/MIME problem solved: gnupg-agent in Debian)

2005-03-21 Thread Leopold Palomo-Avellaneda
I have read the thread because I have had to compile my selft the soft, so 
this new option is great..

A Dilluns 21 Març 2005 11:02, Hendrik Sattler va escriure:
..

 You make a new entry in use-gpg-agent in /etc/X11/Xsession.options.
 The gnupg-agent maintainer did not like this solution, though :-/

Why?

Leo


-- 
--
Linux User 152692
Catalonia


kio_svn

2005-02-15 Thread Leopold Palomo-Avellaneda
Hi,

I would like to use the kio slave to access to a svn repository. I have found 
that it exist, but I don't found it. Could someone tell me in which package 
is? or, how to put it in a Sarge kde?


regards,

Leo
-- 
--
Linux User 152692
Catalonia


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



Re: kio_svn

2005-02-15 Thread Leopold Palomo-Avellaneda
A Dimarts 15 Febrer 2005 16:32, Alejandro Exojo va escriure:
 El Martes, 15 de Febrero de 2005 13:25, Leopold Palomo-Avellaneda escribió:
  I would like to use the kio slave to access to a svn repository. I have
  found that it exist, but I don't found it. Could someone tell me in which
  package is? or, how to put it in a Sarge kde?

 It was in kdenonbeta, but now it seems it isn't. In kdereview, and
 kdeplayground-ioslaves, it isn't neither. :-/

 If you need a frontend for SVN, I just can suggest you eSvn (Qt based)
 which is at least packaged. kio_svn was unstable the last time I checked
 it, so I suppose there are no debs.

Ok, but kdevelop needs it. That's the problem. If you have it, it seems to 
work pretty well with it.


Leo



Re: kio_svn

2005-02-15 Thread Leopold Palomo-Avellaneda
A Dimarts 15 Febrer 2005 16:54, Mickael Marchand va escriure:

 kdevelop provides a copy of it for all KDE  3.4

Where? I'm using kdevelop 3.1.1 and it doesn't work for me.

Leo


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



Re: Printing with Konqueror. Small font size

2005-02-09 Thread Leopold Palomo-Avellaneda
A Dimecres 09 Febrer 2005 06:19, Cousin Stanley va escriure:
 | I'm a bit desesperately because in some pages when I try to print it
 | with konqueror the font size is very small, and I don't know how
 | to change it.
 |
 | I can see very well the page on the screen, but if i want to print it,
 | then all is very small.
 |
 | Also, I have noticed that sole paragraph lines are bad adjusted
 | on the printed page.
 |
 | Please, someone knows how to change, repair this??

I've encountered this exact problem just today
using Debiand Sarge with KDE 3.3.2 
The same


Adding the following  CSS  code in the head section
to a few pages that I have tested has seemed to work 

  style type=text/css 
  @media print { body { font-size :  x-large ; } }
  /style

where exactly?

However, when I first noticed the problem I was attempting
to print a few  man  pages from Konqueror by using
man:xyzzy in the Konqueror address bar 

Ok, it's a great feature. Works fine here.

A few attempts to try the above fix with the temporary html file
that is generated in this case did  not  work for me as the edited
source code for the temp file is lost when the page is refreshed 
Any clues would be appreciated 

The big question that I have found is that i a problem in konqueror or a no 
feature. Konqueror calculate the fontsize of the print looking the size of 
its windows. You have different print-size in function of the size of the 
windows where konqueror is executing. Please, test it.

So, or you use a homemade css style selected in the config section, or wait 
till a new version of konqueror with an option about the print font size. The 
kde team know that this is a problem 

http://bugs.kde.org/show_bug.cgi?id=75657#c6

However, I reopen the bug.

Leo

-- 
--
Linux User 152692
Catalonia


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



Re: Printing with Konqueror. Small font size

2005-02-09 Thread Leopold Palomo-Avellaneda
A Dimecres 09 Febrer 2005 12:15, Cousin Stanley va escriure:
   
   Adding the following  CSS  code in the head section
   to a few pages that I have tested has seemed to work 
  
  style type=text/css 
  @media print { body { font-size :  x-large ; } }
  /style
  
   where exactly?

 Leo 
You should be able to place those lines in the HTML document
between the tags  head . /head 

If you already have other 

  style  /style  or 

  link rel=stylesheet href=/xPath/yFile.css type=text/css

Then, make sure the lines you add  *follow*
any previously existing ones 

That is, the lines you add should be the  *last*  ones
before the  /head  tag 
Hi Stanley,

I suspect that. But I don't think that it's a good idea to download every 
page that I want to print, modify it and then print :-)

 | 
 | The kde team know that this is a problem
 |
 | http://bugs.kde.org/show_bug.cgi?id=75657#c6

Thanks for letting me know this is a known problem 

I hadn't checked the bug lists as yet 

Well, maybe they consider that a wishlist. I think that it's an important 
question.

Regards

Leo
-- 
--
Linux User 152692
Catalonia


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



Re: Printing with Konqueror. Small font size

2005-02-09 Thread Leopold Palomo-Avellaneda
A Dimecres 09 Febrer 2005 16:48, Cousin Stanley va escriure:
 | Interesting problem.
 |
 | Is it also happening when printing to a PDF?

 Curt ...

No 

   I have a  .pdf  file now coming off the printer
   and it looks perfect 

to me yes .

look on the file attached in the :
http://bugs.kde.org/show_bug.cgi?id=98919

Leo


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



Re: qt-4-preview - no thread support?

2004-07-13 Thread Leopold Palomo Avellaneda
Hi,

I have seen this weekend qt4-preview. One important feature that I have noted 
is that is divided in several libraries: GL, widgets, etc. I think that the 
main widget is multithread by default but I cannot be sure at all. The good 
new for us is that 'I hope' that it would be easier to use and mantain.

Regards,

Leo

A Dilluns 12 Juliol 2004 19:59, Chris Cheney va escriure:
 On Mon, Jul 12, 2004 at 04:50:45PM +0200, LeVA wrote:
  Hi!
 
  Anybody knows how to compile the new qt-4-preview with thread support?
  The configure script doesn't contain the -thread option. Is this only
  because this is not a final release, or will the thread support be
  dropped out from qt-4?

 I haven't looked at Qt4 yet but I imagine they dropped support for not
 being threaded. Qt3 still supported not being threaded but very few
 things used the non-threaded version.

 Chris




Konqueror crashes very often

2004-07-13 Thread Leopold Palomo Avellaneda
Hi,

I'm using kde 3.2.2 from sarge and I have realized that konqueror is very 
unstable. I can use it normally but many time it crashes. Sadly I cannot 
say: ..it crashes when you visit that page and do something  simple you 
are surfing on the web and crash. Or many times you have severals konqueror 
opened and one of them crash.

The question is how can I know what is happening? I think that is not useful 
to put a bug about my konqueror crash may times! 

Thank's in advance.

Best regards,

Leo




Re: Kde, crash on init

2004-06-18 Thread Leopold Palomo Avellaneda
Thank's,

It works.

Leo
A Divendres 18 Juny 2004 09:32, cobaco (aka Bart Cornelis) va escriure:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2004-06-17 16:04, Leopold Palomo Avellaneda wrote:
  Hi,
 
  I have a strange problem with a laptop (Toshiba 1900-203). I have
  installed a clean Sarge. Howeber, the next time I reboot the machine, my
  kde session was corrupted in the way that I cannot initialize it. It
  stops initialicing the services.

 I've had this once, turned out that the lo network interface was down, if
 that's the case bring it up and everything should be fine.
 - --
 Cheers, cobaco (aka Bart Cornelis)

 1. Encrypted mail preferred (GPG KeyID: 0x86624ABB)
 2. Plain-text mail recommended since I move html and double
 format mails to a low priority folder (they're mainly spam)
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)

 iD8DBQFA0pqV5ihPJ4ZiSrsRAjtOAKCAO5Bik7EoY7KP+GLcwDk7Hj+X0QCeM8y3
 jYo60OtcTDxfs2ByQVPMKqM=
 =gSkj
 -END PGP SIGNATURE-




Kde, crash on init

2004-06-17 Thread Leopold Palomo Avellaneda
Hi,

I have a strange problem with a laptop (Toshiba 1900-203). I have installed a 
clean Sarge. Howeber, the next time I reboot the machine, my kde session was 
corrupted in the way that I cannot initialize it. It stops initialicing the 
services.

If I do a ps, I have this proceses:

0:00 /bin/sh /usr/bin/x-session-manager
0:00 /usr/bin/ssh-agent x-session-manager
0:00 kdeinit: Running...
0:00 kdeinit: dcopserver --nosid
0:00 kdeinit: klauncher
0:00 kdeinit: kded
0:00 /usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f
0:00 kdeinit: knotify
0:00 kwrapper ksmserver
0:00 kdeinit: ksmserver
0:00 kdeinit: kwin -session 
0:00 kdeinit: kdesktop
0:00 kdeinit: khotkeys
0:00 kdeinit: kdesktop

It's a bit strange to me this behavious because the sarge runs very well. 
Anyone has some idea to know how to solve this?

Best regards,

Leo



 and I have realised that by second time the




The unsubscribe How-to

2004-04-29 Thread Leopold Palomo Avellaneda
1) Open a new mail
2) fill the To field with:
[EMAIL PROTECTED]

Note the the -REQUEST is important [1]

3) fill the Subject field with:
unsubscribe

3) send the message

4) in the steps above are unclear check:
http://www.debian.org/MailingLists/unsubscribe

Best regards

[1] http://www.debian.org/MailingLists/#subunsub





Re: PDF Printer: How to install

2003-11-20 Thread Leopold Palomo Avellaneda
A Dijous 20 Novembre 2003 10:30, Tim Ruehsen va escriure:
 Hi,

 I would like to have a PDF printer available to all applications. But
 kprinters 'new printer' option does not allow to select one (does not show
 this option). What is missing?

 Grtz, Tim
Have you installed cupsys, kdeprint, libcupsys2?




Re: Kile for Woody

2003-11-14 Thread Leopold Palomo Avellaneda
A Dijous 13 Novembre 2003 18:34, Hendrik Sattler va escriure:
 Hi,

 somehow, kile is missing from download.uk.kde.org where the woody debs are
 located. When did this change?

I don't know. However I think that it isn't it since a lot of months.

  I installed it from there, previously. Now,
 I wanted to install it on another system, too, but it was missing. Where is
 it located now?

The only thing that I can say you is that you can create yourself a woody 
package of the last version (1.6),  or if you want I can send you my package 
for woody (kde 3.1.4) or I can explain how to do it. That's all.

Otherwise I would like to ask what's happen with a package that have 
somethings about orph? I don't know what does it means.

Regards,

Leo




Re: transcode for K3B!?

2003-11-06 Thread Leopold Palomo Avellaneda
A Dijous 06 Novembre 2003 17:55, Tim Ruehsen va escriure:
 Hi,

 I would like to install transcode for K3B (using SID). apt-get doesn't know
 anything about transcode... does it have a different name? What's the name
 or where can I get a .deb file for transcode?

 Cheers, Tim

http://www.apt-get.org/search.php?query=transcodesubmit=Enviaarch%5B%
5D=i386arch%5B%5D=all




Re: transitions from Ralph's 3.1.4 woody packages to 3.1.4 in testing

2003-11-03 Thread Leopold Palomo Avellaneda
A Dilluns 03 Novembre 2003 04:13, John Schmidt va escriure:
Hi,

 I see now that a number of 3.1.4 packages are now in testing.  Yet there
 are a few 3.1.3 version packages (kdebase) in testing.  I have been happily
 running Ralphs woody packages, but would like to run testing's versions of
 kde because I would like to install some non-kde packages that depend on a
 qt version that I don't have (libsoqt-dev).  I have tried to dowload the
 source of these packages and build against my version of libqt but have had
 some problems (started to compile but had problems midway).

I have compiled libsoqt and I have woody packages and testing packages. If you 
want ...


 I have several questions about making a switch from Ralph's woody packages
 to the version in testing.

 1.  Has anyone made the switch and are there any gotchas to look out for?

I have two machines: one runing woody with kde3.1.4 (Ralf) and another with 
testing/sid. I prefer woody-kde3.1.4. For example, I cannot print with 
truetype fonts because konqueror crash.

 2.  Should I delete Ralph's woody packages first or can I just upgrade
 libqt to the c102 version and install the testing packages?

I don't know. I have had a woody installation and after a apt-get upgrade with 
the sources lists changed.

Regards,

Leo




Re: Spam because of this list

2003-10-06 Thread Leopold Palomo Avellaneda
A Dilluns 06 Octubre 2003 10:15, Antiphon va escriure:
 I use a free pop email service and am finding that this address is
 continually bombarded by swen virus spam because the debian servers do not
 munge addresses.

Try this,

http://www.hashref.com/prj/swendeleter/

maybe it can help you.

Regards

 Is this going to be implemented anytime soon? My pop server only has a 6mb
 limit and since I leave messages on the server for pseudo-IMAP efficiency,
 I have to periodically go into the Web version and delete the spams,
 otherwise my account gets disabled. Lately, I've had to do it at  least
 once a day. I don't have the time to go and do this so often so
 occasionally my account gets disabled.

 For the other lists that I participate in, I have received no spam because
 the addresses are properly munged.




A problem with the kile package

2003-09-23 Thread Leopold Palomo Avellaneda
Hi,

I'm trying to create a woody package from the sid package of kile. I'm trying 
to do a backport to woody but using the kde 3.1.4. I have modified the 
debian/control to compile with libqt 3.1 (not 3.2) and the package compiles 
fine without any problem. 

The only bug that I have in this package is that the mo files (from po) with 
the translation are 0 size. It's curios, becasue the sid package works well, 
and I have only modified the dependenci to build in the control file.

Some one knows what is happening?

Best regards,

Leo




Re: uni-stuttgart.de kills my system

2003-05-14 Thread Leopold Palomo Avellaneda
Here, with a woody base and kde3.1.1a works ok.

I'm sorry, but probably you have something wrong ...



A Dimecres 14 Maig 2003 13:06, Wolfgang Mader va escriure:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 hello,

 if i surf to www.uni-stuttgart.de/ueberblick/ my system allways freezes.
 Nothin gives respons. The whole kde ist frozen. I am not able to switsch
 the desktop or go to console. After a wile the internetradio stoppes
 playing. By logging in from another machine, ssh is still available I found
 out the Xfree86 eates97% of the cpu. The rest is taken by normal
 userprocesses. So I think this pages causes something which brings XFree86
 in trouble. Is this a item for a buglist and if yes which one.
 thank you
 wolfgang
 - --
 ... there are 10 types of people in the world -
 those who understand binary and those who don't.

 Micro$oft gives you Windows, Linux gives you the whole house.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)

 iD8DBQE+wiMmuEUiBhld/2URAnIuAJ9kXyewDk6t6or1iAHfDgk7WifpewCfQAmx
 IZmBOTrr4O6iyuHs9FKM2Sw=
 =dCvl
 -END PGP SIGNATURE-




Re: Newbie Question

2003-04-16 Thread Leopold Palomo Avellaneda
A Dimecres 16 Abril 2003 10:13, Eoin Campbell va escriure:
Dear Eoin,

I would like to help you, but this list is about debian kde issues, not debian 
install questions, or xfree86 issues.

I think that another lists will help you better.

Otherwise, I recommend you that try to identifie exactly what kind of vga card 
you have, and do a search in google to find about it and xfree86 config.

Regards

 Hey all,
 I'm a newbie to the list so you'll have to bear with me here.
 I finally got brave enough to step away from the windoze world
 and install debian on my laptop. The install went fine,
 got everything up and running and the apt-get installed the following
 X programs

 xbase-clients, xlibs, xfree86-common, xserver-xfree86, kde...
 problem is i'm having trouble config'ing my xserver.

 when i do 'lspci' the last line is
 01:00:0 VGA Compatible Controller : S3 Inc. : Unknown Device 8d01 (rev 02)

 and when i run
 xfree86 -configure
 the screen just flickers off, then comes back with this error message

 
 XFree86 has found a valid card configuration.
 Unfortunately the appropriate data has not been added to xf86PciInfo.h.
 Please forward 'scanpci -v' output to XFree86 support team.

 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]
 

 The contents of my XF86Config-4 file and XFree86.0.log can be seen on
 http://www.redbrick.dcu.ie/~cambo/XF86Config-4.txt
 and
 http://www.redbrick.dcu.ie/~cambo/XFree86.0.log

 Much appreciated if someone could tell me what the problem is.. or what i'm
 doing stupid

 --
 Eoin Campbell
 
 [EMAIL PROTECTED]
 Helpdesk/Education Officer
 Redbrick Committee 2002/2003




Re: Compiling KDE apps

2003-04-16 Thread Leopold Palomo Avellaneda
A Dimecres 16 Abril 2003 11:30, José Manuel Pérez va escriure:
 Hi all.

 I've got problems compiling some KDE apps. It says there is no qlist.h
 in my include path, and indeed there it is not. There is qlistview.h and
 qlistbox.h.

 I have kde 3.1.1 with qt 3.1.1 and followin dev packages: libqt3-mt-dev
 and qt3-dev-tools.

 Someone knows what is happening.

 Regards,

Hi, (kaixo! )

you need:

libqt3-compat-headers

[EMAIL PROTECTED]:~/tmp/xmlparser$  dpkg -S /usr/include/qt3/qlist.h
libqt3-compat-headers: /usr/include/qt3/qlist.h
[EMAIL PROTECTED]:~/tmp/xmlparser$ 

That's all.

regards, 

Leo

(Abur)




Re: Problem with upgrading to KDE 3.1.1 on Debian woody: finally solved

2003-04-11 Thread Leopold Palomo Avellaneda
A Divendres 11 Abril 2003 12:01, R (Chandra) Chandrasekhar va escriure:
From the end of the previous message:

 2. How can I make xfstt and KDE-3.1.1 co-exist on my office machine?

at the university I have xfstt and kde3.1.1 installed and runing, but at home 
no.

  Dear Folks at KDE and Debian,

 This is a follow up to Leo's detailed analysis of why KDE-3.1.1 kdm
 crashes on startup in Debian.

 I first experienced problems with the upgrade on my home machine; I
 posted to this group about ten days ago.  I then tried an upgrade on my
 office this week and had the same problem noted before.  My office
 machine has a default Debian testing distribution with a few unstable
 packages like mozilla.

 I give my comments below:

 Leopold Palomo Avellaneda wrote:
  A Dijous 03 Abril 2003 10:54, Leopold Palomo Avellaneda va escriure:
  Hi,
 
  after some kind of fight betwend my old box, kde and I have a system
  working now, and I think that I understand what happened.
 
  I did a  purge of all kde, and qt as Ralf said in another message.
 
 apt-get remove --purge libqt3*

 Did this.

  So I began to test what happended.
 
  I did a simple installation with a minimal X, and xdm and I installed
  scribus that for dependency needed libqt-mt.
 
  And boom, I couldn't run scribus. The messages was (I'm sorry, I had to
  have wrotten it) something like this
  ~~~QFont: cannot set the font size to -1

 I removed all lib3t2 and libqt3 packages also.

  In that time I had the Xserver configured with two fonts servers:
  xft and xftt. The truetype fonts were managed by xftt because I thought
  that it was better, but not. I don't know which are the difference
  betwend libqt 3.1.2 and 3.1.1, but with 3.1.1 I didn't have any problem
  but with the new version it was a nightmare.

 I think xfstt is the cause of the problem.  Interestingly, I have libqt3
 release 3.1.2-0woody1 on both my home and office PCs.

 I too had xfstt on my system: kdm failed to startup; the X server also
 crashed.  As root, if I did

 /etc/init.d/xfstt stop

 and started x, the X-server worked and KDE was available.  If I
 re-booted (and xfstt was again up) the X-server and kdm again crashed.

 So I did

 apt-get remove xfstt

 and re-booted and things were perfect.

 However, on my home PC, I can and do have xfstt and KDE-3.1.1 running
 together.

 This points to xfstt being part of the cause of kdm crashing, but maybe
 not the sole cause.

 I conclude that xfstt holds the clue to the answer of the problem on my
 office machine, perhaps in conjunction with x-server* packages.

 I have the following questions and comments:

 1. Why does xfstt co-exist with KDE-3.1.1 on my home PC but not my
 office PC?  (I ensured that xfstt was the same release 1.2.1-1 on both.
   The xservers* debs are however 4.1.0-16 and 4.2.1-3 respectively.)

 2. How can I make xfstt and KDE-3.1.1 co-exist on my office machine?

 3. Does the Debian defoma font manager hold the key to this problem?  (I
 recall that the KDE control centre did not recognize the tt font
 locations when I last tried it out.  Do KDE and defoma talk?)

 4. The gnome desktop and sawfish window manager can co-exist with xfstt
 and were operational when KDE-3.1.1 kdm failed.

  So, I removed xftt, and configured xfs to manage truetype and all is
  working.. Well, I have to say that I also suffered the bug about the
  kdelibs-data with the ui/ui_standards.rc. file (and several files more.)

 Leo, please let me know by individual e-mail how you configured xfs to
 manage truetype.  Many thanks for your help.

  Otherwise, thank's for your help.
 
  Regards,
 
  Leo

 --Chandra
11 Apr 03
 --
 Dr R (Chandra) Chandrasekhar
 Australian Research Centre for Medical Engineering
 Murdoch University
 South Street, Murdoch, WA 6150, AUSTRALIA
 Phone: +61-(8)-9360-2783Fax: +61-(8)-9360-6304
 email: [EMAIL PROTECTED]
 The Murdoch University CRICOS Provider Code is 00125J
 --




Re: Cleaning a kde installation

2003-04-06 Thread Leopold Palomo Avellaneda
A Divendres 04 Abril 2003 20:55, Randy Kramer va escriure:
 On Friday 04 April 2003 10:54 am, Ralf Nolden wrote:
  On Friday 04 April 2003 12:25, Leopold Palomo Avellaneda wrote:
   There's some efective way to clean a complete kde installation?
 
  apt-get remove --purge libqt3*
 
  Try that, then
 
  apt-get install kdebase kdm

 I don't know exactly what purging libqt3, but perhaps a less drastic
 first attempt, like deleting all of a users .kde files might be worth
 trying?
I needed a really clean of all kde, not the .kde files.

Regards,

Leo




Re: Problem with upgrading to KDE 3.1.1 on Debian woody: finally solved

2003-04-06 Thread Leopold Palomo Avellaneda
A Dijous 03 Abril 2003 10:54, Leopold Palomo Avellaneda va escriure:
Hi,

after some kind of fight betwend my old box, kde and I have a system working 
now, and I think that I understand what happened.

I did a  purge of all kde, and qt as Ralf said in another message.
 apt-get remove --purge libqt3*
So I began to test what happended.

I did a simple installation with a minimal X, and xdm and I installed scribus 
that for dependency needed libqt-mt.

And boom, I couldn't run scribus. The messages was (I'm sorry, I had to have 
wrotten it) something like this
~~~QFont: cannot set the font size to -1

In that time I had the Xserver configured with two fonts servers:
xft and xftt. The truetype fonts were managed by xftt because I thought that 
it was better, but not. I don't know which are the difference betwend libqt 
3.1.2 and 3.1.1, but with 3.1.1 I didn't have any problem but with the new 
version it was a nightmare.

So, I removed xftt, and configured xfs to manage truetype and all is working..
Well, I have to say that I also suffered the bug about the kdelibs-data with 
the ui/ui_standards.rc. file (and several files more.)

Otherwise, thank's for your help.

Regards,

Leo

 A Dimecres 02 Abril 2003 18:28, Leopold Palomo Avellaneda va escriure:
 Hi,

 yesterday I did a complete reinstall of kde3.1.1 and all was the same. I
 did a remove of libqt3-mt, and all the package that was of kde.

 After have a clean system (also a rm -rf /etc/kde3)  I realised that in
 /usr/share/apps there still some files als k3b, ktheme, kio,

 I deleted all that I could identified as a kde app. So I did a simple
 apt-get install kdm

 that installed the a minimal kde application. I didn't have any error, but
 when kdm tried to run it crased as always.

 So, I begin to understand nothing.

 I looked at the /var/log/kdm and firstly I find a waning that I have in my
 box in the university, but it works:

 Conflict in /usr/lib/qt3/plugins/imageformats/libqjpeg-non-mt.so:
   Plugin uses single threaded Qt library!
 Conflict in /usr/lib/qt3/plugins/imageformats/libqmng-non-mt.so:
   Plugin uses single threaded Qt library!

 but the main important thing that I found was:

 KThemeStyle cache seems corrupt!

 after it, the kdm crases.

 Please could someone tell me how to clean this?, becasue I dodn't have
 installed any ktheme package. I have the minimal configuration to install
 kdm.

 Regards,

 Leo

-- 
Linux User 152692 
Catalonia




Re: Problem with upgrading to KDE 3.1.1 on Debian woody

2003-04-03 Thread Leopold Palomo Avellaneda
A Dimecres 02 Abril 2003 18:28, Leopold Palomo Avellaneda va escriure:
Hi,

yesterday I did a complete reinstall of kde3.1.1 and all was the same. I did a 
remove of libqt3-mt, and all the package that was of kde.

After have a clean system (also a rm -rf /etc/kde3)  I realised that in 
/usr/share/apps there still some files als k3b, ktheme, kio,

I deleted all that I could identified as a kde app. So I did a simple
apt-get install kdm

that installed the a minimal kde application. I didn't have any error, but 
when kdm tried to run it crased as always.

So, I begin to understand nothing.

I looked at the /var/log/kdm and firstly I find a waning that I have in my box 
in the university, but it works:

Conflict in /usr/lib/qt3/plugins/imageformats/libqjpeg-non-mt.so:
  Plugin uses single threaded Qt library!
Conflict in /usr/lib/qt3/plugins/imageformats/libqmng-non-mt.so:
  Plugin uses single threaded Qt library!

but the main important thing that I found was:

KThemeStyle cache seems corrupt!

after it, the kdm crases.

Please could someone tell me how to clean this?, becasue I dodn't have 
installed any ktheme package. I have the minimal configuration to install 
kdm.

Regards,

Leo





Re: Problem with upgrading to KDE 3.1.1 on Debian woody

2003-04-02 Thread Leopold Palomo Avellaneda
A Dissabte 29 Març 2003 14:05, Ralf Nolden va escriure:

Hi, 

I have a woody r0 with kde3.1.0 from ktown (I did an download and I construct 
a cd). On monday I did an update of my box from kde3.1.0 to kde3.1.1

After do the upgrade my kde crash every time I try to run any program of kde, 
kdm first.

On tuesday I was looking on the list and I found that R (Chandra) had the same 
problems as I. First I downloaded the r1 upgrade cd and upgrade my bot to r1.

After I did a apt-get dist-upgrade as Ralf said. Also I check, because I had 
some suspicious that maybe I did some mistake with the packages and I merge 
the qt _3.1.2-0woody10_, but it wasn't, so this isn't the problem.

R (Chandra) said that he did a reinstall and all stand bad again.
So,

I have a kde 3.1.1 disaster in my home box and please I would need some help 
because I don't know what to do. 

Please, any idea?

Regards,

Leo




 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Saturday 29 March 2003 13:51, R (Chandra) Chandrasekhar wrote:
  Dear Ralf,
 
  Thank you for your reply.
 
  I have done what you said and successfully installed KDE 3.1.1 with
  apt-get install.
 
  I must feedback to you that
 
  apt-get install kdebindings
 
  does not work because kdebindings is not recognized as a package.  This
  is just for your information.

 kdebindings is probably not a package that an end-user should install. It
 is probably only good enough for testing stuff out (works here :-)

  The bad thing is that after successful installation of KDE 3.1.1 (no
  error messages at all) kdm does not work.  The Debian splash screen
  flashes for a few seconds without the login panel: this happens three
  times in succession.  Then the screen defaults to text and I can login
  to a text only terminal.

 switch to a console and run /etc/init.d/kdm stop; /etc/init.d/kdm start to
 cleanly switch off the KDE 2.2 kdm and then start the KDE 3.1 kdm. I've
 upgraded my colleagues plain woody laptop yesterday and everything worked
 flawlessly. You may need to make sure with an apt-get dist-upgrade that you
 *really* upgraded all packages.

  When I run startx, I get the KDE 3.1 splash screen and about four
  flashes of the KDE Crash screen (it flashes so fast that I cannot see
  what it says).  Then, I lose the kpanel and control of the screen.  I
  have to kill the X server and revert to a text only screen.
 
  Indeed, I spent about four hours to remove and re-install from scratch
  KDE 3.1.1 twice, to no avail.  Finally, I had to install gnome and am
  writing this e-mail using gnome as my desktop and window manager.
 
  Any help or referral to resuscitate KDE 3.1.1 is most appreciated.
 
  --Chandra
 29 Mar 03
  I must also
 
  Ralf Nolden wrote:
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   On Saturday 29 March 2003 08:51, R (Chandra) Chandrasekhar wrote:
  
  
   dpkg --purge --force-all libkgantt0
   apt-get -f install
  
  
   - --
   We're not a company, we just produce better code at less costs.
   - 
   Ralf Nolden
   [EMAIL PROTECTED]
  
   The K Desktop Environment   The KDevelop Project
   http://www.kde.org  http://www.kdevelop.org
   -BEGIN PGP SIGNATURE-
   Version: GnuPG v1.2.1 (GNU/Linux)
  
   iD8DBQE+hVGUu0nKi+w1Ky8RAqjoAJ98HssWGJPl9Ygmv6NCoyrkm/TtyQCggh78
   kbBwlRe+cBL+27wPSyKj86Q=
   =pkL6
   -END PGP SIGNATURE-

 - --
 We're not a company, we just produce better code at less costs.
 - 
 Ralf Nolden
 [EMAIL PROTECTED]

 The K Desktop Environment   The KDevelop Project
 http://www.kde.org  http://www.kdevelop.org
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (GNU/Linux)

 iD8DBQE+hZoGu0nKi+w1Ky8RArvMAKC0R5O8FMgjIfajmHyLf6YdKRbfuACaA04a
 TV5ktajP9UipMMrcIaPtsks=
 =IDZ8
 -END PGP SIGNATURE-




  1   2   >