Re: ATI, KDE and the last Kernel

2009-04-24 Thread Dominique Dumont
  27728  0
> mii 4648  1 r8169
> firewire_ohci  18620  0
> firewire_core      33500  2 firewire_sbp2,firewire_ohci
> crc_itu_t   1796  1 firewire_core
> uhci_hcd   19392  0
> ide_core   91820  4 ide_cd_mod,ide_gd_mod,ide_pci_generic,piix
> ehci_hcd   29936  0
> usbcore   124912  4 usbhid,uhci_hcd,ehci_hcd
> intel_agp  22548  0
> agpgart    30624  1 intel_agp
> thermal    15092  0
> processor  39540  2 thermal
> fan 4104  0
> thermal_sys    10272  4 video,thermal,processor,fan
>
> Thanks in advence,
> GUAN
>  
>

-- 
Dominique Dumont 
"Delivering successful solutions requires giving people what they
need, not what they want." Kurt Bittner

irc:
  domidumont at irc.freenode.net
  ddumont at irc.debian.org


ksmserver segfaults on startup

2010-09-20 Thread Dominique Dumont
Hello

I've been having some trouble lately to log on with KDE (I use Debian/Sid on a 
32 bits machines with nvidia legacy173xx driver).

I've modified startkde to run "strace kdmserver" and I get this:

mprotect(0xb77a6000, 4096, PROT_READ)   = 0
munmap(0xb7739000, 126189)  = 0
set_tid_address(0xb29a7798) = 5470
set_robust_list(0xb29a77a0, 0xc)= 0
futex(0xbfc23560, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0xbfc23560, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 
bfc23570) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0xb4387410, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb43878e0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="komarr", ...}) = 0
futex(0xb5b1879c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(0)  = 0x9bd2000
brk(0x9bf3000)  = 0x9bf3000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2022976, ...}) = 0
mmap2(NULL, 2022976, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb27b9000
close(3)= 0
futex(0xb68451ac, FUTEX_WAKE_PRIVATE, 2147483647) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
/usr/bin/startkde: line 411:  5469 Segmentation fault  strace ksmserver 
$KDEWM
startkde: Shutting down...
kdeinit4_wrapper: Warning: connect(/home/domi/.kde/socket-komarr/kdeinit4__0) 
failed: : Connection refused
Error: Can not contact kdeinit4!
startkde: Running shutdown scripts...
startkde: Done.
  PID TTY  STAT   TIME COMMAND
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
  after 20 requests (19 known processed) with 0 events remaining.


Is there something I can do on my side, or should I log a bug against kdebase-
workspace-bin ?

All the best


-- 
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/201009201550.50232.d...@komarr.gre.hp.com



[GONE] Re: ksmserver segfaults on startup

2010-09-28 Thread Dominique Dumont
On Monday 20 September 2010 15:50:49 Dominique Dumont wrote:
> I've been having some trouble lately to log on with KDE (I use Debian/Sid
> on a  32 bits machines with nvidia legacy173xx driver).

The segfault is now gone. I've finally removed all nvidia pacakges and I'm 
using nouveau driver. I've lost compositing effects (which were not working 
very well).

But the most important is that I can log in again.

All the best

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont -o- http://ddumont.wordpress.com/


-- 
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/201009281055.09809.dominique.dum...@hp.com



Re: [GONE] Re: ksmserver segfaults on startup

2010-10-01 Thread Dominique Dumont
On Tuesday 28 September 2010 17:39:12 Modestas Vainius wrote:
> > But the most important is that I can log in again.
> 
> Switch to XRender in compositing settings. It should work with nouveau.

Yup. It works... But the result is way to slow with my old Quadro card. :-(

Thanks

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont -o- http://ddumont.wordpress.com/


-- 
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/201010011527.56374.dominique.dum...@hp.com



Re: Konversation git changes

2014-02-28 Thread Dominique Dumont
On Thursday 27 February 2014 12:13:20 Diane Trout wrote:
> I decided to allow the tag to upload by modifying hooks/update in
> verify_tag  to look like this. (Commenting out the error).
> 
> if ($name !~ m,^debian/([^/]+)$,) {
> # hack by diane-guest. don't restrict tags for gbp repositories
> return;
> #error("only tags in the debian/ namespace are allowed");
> }
> 
> That way debian/ tags are still verified, but other tags can go through.

Another way is to allow debian and upstream tags with something like:

  if ($name !~ m,^(debian|upstream)/([^/]+)$,) {
 error("only tags in the debian/ or upstream/ namespace are allowed");
 }

I'll let you decide which way is better to suit your team's practices.

All the best
-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/11739759.iIqjIUi8bL@ylum



Re: So I have a Plasma 5 desktop!

2015-07-19 Thread Dominique Dumont
Hello

I've also tried plasma 5. Unfortunately, this messed up iceweasel: Everything 
was twice as big as usual (although my laptop has no retine display..). Menus. 
tabs, fonts were too large. I could play with font size to reduce the font to 
a reasonable value, but the menus and tabs stayed way too large.

On the other hand, chromium had no problem.

Unfortunately, I use this computer for work so I had to revert kde packages to 
testing-ish.

I'll try again later.

All the best



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/2778292.Hovunvp9gj@gandalf



cannot move or resize window

2015-09-09 Thread Dominique Dumont
Hello

I'm running an up-to-date sid with kde5 on amd64.

Move and resize window work fine until I run cssh [1] from konsole to log on 2 
remote machines.

Once the 2 Xterm windows are created by cssh, I can no longer move or resize 
windows (with the mouse pointer or using the window's right click menu).

Note that this bug does not happen if cssh is used with only one remote host.
kde4 had no such problem with cssh.

Does anyone have a similar behavior ?

If yes, where should I file a bug ? Debian BTS or upstream ?

All the best

[1] https://tracker.debian.org/pkg/clusterssh

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: Safe to upgrade?

2015-12-10 Thread Dominique Dumont
On Sunday 06 December 2015 15:34:59 you wrote:
> What's the state of plasma 5 now in testing? Is it generally safe to 
> upgrade?

I use plasma5 from sid on a desktop and a laptop. 

This is fairly stable now and usable.

Suspend and resume now work most of the time. This point was hugely improved 
in the last weeks.

I still have some issues when switching on and off an external screen (the 
laptop is 1920x1080 and the screen is 1920x1200).
When the external screen is switched off, the layout is readjusted for the 
smaller screen, but the bottom menu bar is lost until I switch the external 
screen back on (or restart sddm).

Currently, the major pain point for me is the missing digikam..

Hope this helps

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: Safe to upgrade?

2015-12-10 Thread Dominique Dumont
On Thursday 10 December 2015 10:16:03 Tim Folger wrote:
> Do you happen to use Network Manager? 

Yes. The plasma thingy for network manager works fine, I use it without issues 
with wired internet, wireless and vpn.

All the best
-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: Safe to upgrade?

2015-12-10 Thread Dominique Dumont
On Thursday 10 December 2015 23:42:34 Martin Steigerwald wrote:
> Yeah. I think Debian Qt/KDE team can need help with that. Lisandro may be 
> working on it, but it overloaded with other work already.

I understand. I almost jumped in to help, but then I remembered that I still 
have trouble following up cme and licensecheck dev, perl6 packaging and misc 
mentoring...

All the best

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: KDEPIM ready to be more broadly tested

2016-07-19 Thread Dominique Dumont
On Sunday, July 17, 2016 8:18:35 PM CEST Lisandro Damián Nicanor Pérez Meyer 
wrote:
> If you run unstable but have refrained from installing the kdepim packages
> up  to now, we would appreciate it if you go ahead and install them now,
> reporting any issues that you may find.

Calendar buttons are gone: I used to have a set of button to manage meeting 
when I got an invite from outlook users (i.e. a mail with an ics attachment). 
I cannot view the content of the calendar invite.

As a work-around, I right click on the ics part (in message structure window), 
open it with korganization and merge it in my calendat. Unfortunately, the 
meeting is set using local time zone and does not take into account the time 
zone of the organizer of the meeting. So some meeting are off by a few hours.

Thanks for working on kdepim :-)

All the best
-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: KDEPIM ready to be more broadly tested

2016-07-19 Thread Dominique Dumont
On Tuesday, July 19, 2016 4:38:58 PM CEST Sandro Knauß wrote:
> looks like: https://bugs.kde.org/show_bug.cgi?id=362958

Indeed. Thanks for the pointer.

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: Kmail and Outlook style invitations.

2016-08-30 Thread Dominique Dumont
On Tuesday, August 30, 2016 12:20:54 PM CEST Andy G Wood wrote:
>  Kmail does not seem to recognize Outlook
> style invitations?  I can see the "body part VCS/ICS calendar" if I show
> the message structure, but cannot do anything with it (unlike the previous
> version of Kmail).  Tried lots of options but nothing makes any difference.

This looks like: https://bugs.kde.org/show_bug.cgi?id=362958

I do not known when this fix will land in Debian/sid

All the best
-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: Akonadi Database maintenance

2017-08-19 Thread Dominique Dumont
On Thursday, 17 August 2017 23:23:56 CEST you wrote:
> $ mysql_upgrade --socket mysql.socket 
> Looking for 'mysql' as: mysql
> Looking for 'mysqlcheck' as: mysqlcheck
> FATAL ERROR: Upgrade failed

This looks like mysql-client-core-5.7 is not installed ...

HTH

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: Akonadi and apparmor problem

2017-12-26 Thread Dominique Dumont
On Tuesday, 21 November 2017 07:39:41 CET anxious...@gmail.com wrote:
> The error in akonadiselftest was: stderr: "Could not open required defaults
> file: /home/USER/.local/share/akonadi/mysql.conf\nFatal error in defaults
> handling. Program aborted\n"
> 
> My machine is now apparmor free.

I used another workaround :

$ sudo aa-complain /usr/sbin/mysqld

That said, akonadi server should run with /usr/sbin/mysqld-akonadi instead of 
/usr/sbin/mysqld to use the apparmor profile that is designed to work with 
akonadi.

I guess that something is wrong in my config. I'll follow up if I figure out 
what

HTH

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: Akonadi and apparmor problem

2017-12-28 Thread Dominique Dumont
On Tuesday, 21 November 2017 07:39:41 CET anxious...@gmail.com wrote:
> The error in akonadiselftest was: stderr: "Could not open required defaults
> file: /home/USER/.local/share/akonadi/mysql.conf\nFatal error in defaults
> handling. Program aborted\n"
> 
> My machine is now apparmor free.

I used another workaround :

$ sudo aa-complain /usr/sbin/mysqld

That said, akonadi server should run with /usr/sbin/mysqld-akonadi instead of 
/usr/sbin/mysqld to use the apparmor profile that is designed to work with 
akonadi.

I guess that something is wrong in my config. I'll follow up if I figure out 
what

HTH

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Re: Akonadi and apparmor problem

2018-01-06 Thread Dominique Dumont
On Thursday, 28 December 2017 11:32:34 CET you wrote:
> I guess that something is wrong in my config. I'll follow up if I figure out
> what

Got it. To avoid akonadi problems with apparmor, I had to change the following 
line of ~/.config/akonadi/akonadiserverrc:

ServerPath=/usr/sbin/mysqld-akonadi

Previously, ServerPath was set to /usr/sbin/mysqld

HTH

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



Kmail: mail expire switch disabled -> workaround

2020-11-20 Thread Dominique Dumont
Hi

Following latest release, I can no longer switch the mail expire setup.

To reproduce:
- right click on a mail folder 
- click "Expire..."
- click on "Expire read messages after..." switch -> no change
- click on "Expire read" -> no change
- Click on "messages after..." -> the switch is flipped

All other buttons and widgets are working properly.

It's quite weird that the switch can be flipped only by clicking on the end of 
the label...

What's funny is I found this workaround while writing this mail...

Hope this helps






KDE mounts USB drive with wrong user

2007-05-23 Thread Dominique Dumont

Hello

I currently have a set up on my home PC where I log in (as domi) on
the main kdm screen.

Then, I open a VNC server for my wife. She will log also as a KDE user
within the VNC server.

When she inserts a USB drive, KDE will offer in the VNC session to
mount the drive. So she choose (within her account) to mount the drive.

Problem is that KDE will mount the drive and set the owner as domi
(i.e. the user logeed in the kdm session) so my wife will not be able
to write a file on the USB drive.

Is there a way to avoid this problem ? 

Shouldn't KDE mount the USB drive using the id of the user who
*actually* requested the mount ?

Thanks

PS: I can't work my way around this ownership problem, but it's much
harder for my wife.

-- 
Dominique Dumont 
"Delivering successful solutions requires giving people what they
need, not what they want." Kurt Bittner


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



Re: Possible bug with perl-tk on KDE systems

2007-07-12 Thread Dominique Dumont
Colin Tuckley <[EMAIL PROTECTED]> writes:

> So I'm looking for help for two things, firstly is this really a
> bug? and secondly is it in perl-tk or in KDE?

Double-click in this demo call setPalette which fiddle with the option
database (See Tk::option(3pm)).

>From what I've understood from the doc, the option database is also
managed by xrdb. And from Tk::option doc: 

   Different window managers (and implementations of them) have
   implemented the database differently, but most Xt-based window
   managers use the .Xdefaults file or the xrdb utility to manage
   user preferences; some use both, and/or implement a more
   complex set of site, user and application databases.

So how does KDE handle xrdb ?

HTH

-- 
Dominique Dumont 
"Delivering successful solutions requires giving people what they
need, not what they want." Kurt Bittner


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