On Wed, 16 Jan 2013 10:46:42 +0530
Yohan Pereira wrote:
> On 16/01/13 at 02:34am, Alan McKinnon wrote:
> > I just checked now and I don't even have kde-base/nepomuk
> > *installed* anymore. I wonder how that came about, I thought
> > nepomuk was mandatory for KDE4?
>
> you probably have USE="-se
On 16/01/13 at 02:34am, Alan McKinnon wrote:
> I just checked now and I don't even have kde-base/nepomuk *installed*
> anymore. I wonder how that came about, I thought nepomuk was mandatory
> for KDE4?
you probably have USE="-semantic-desktop" :D
--
- Yohan Pereira
The difference between a Mir
On Tue, 15 Jan 2013 23:37:28 +0100
Remy Blank wrote:
> Alan McKinnon wrote:
> > But I was not able to make the problem re-appear in short reboot
> > cycles. So whatever is hanging the box is something that starts up
> > in the course of work, it doesn't appear to be there directly after
> > a KDE
Remy Blank wrote:
> Dale wrote:
>> Care to share that script? ;-) May try that myself.
>
> Sure, here it is:
>
> $ cat .kde4/shutdown/cleanup-kde-processes
> #!/bin/bash
>
> log() {
> logger -t "$(basename $0)" "$1"
> }
>
> is_running() {
> killall -0 -u $USER "$1"
> }
>
> kill_if_running() {
> sle
Dale wrote:
> Care to share that script? ;-) May try that myself.
Sure, here it is:
$ cat .kde4/shutdown/cleanup-kde-processes
#!/bin/bash
log() {
logger -t "$(basename $0)" "$1"
}
is_running() {
killall -0 -u $USER "$1"
}
kill_if_running() {
sleep 15
is_running startkde && r
Remy Blank wrote:
> Alan McKinnon wrote:
>> But I was not able to make the problem re-appear in short reboot
>> cycles. So whatever is hanging the box is something that starts up in
>> the course of work, it doesn't appear to be there directly after a KDE
>> login.
>
> I have observed that kded4 an
Alan McKinnon wrote:
> But I was not able to make the problem re-appear in short reboot
> cycles. So whatever is hanging the box is something that starts up in
> the course of work, it doesn't appear to be there directly after a KDE
> login.
I have observed that kded4 and nepomukserver sometimes d
7 matches
Mail list logo