You are not logged in.

#76 2011-12-15 22:21:38

Pyruzan
Member
Registered: 2010-10-19
Posts: 34

Re: [kde-unstable] KDE 4.8

There's a bug in dolphin since I upgraded to 4.8 beta 2; it wouldn't scroll out at all while selecting files or folders with keyboard (by the first letter of files/folders' names I mean) and It's annoying neutral

Anyone else experiencing the same problem?

Also I have to refresh by pressing F5 when I change files/folder's names and dolphin doesn't refresh automatically or after pressing alt+. for 3 4 times dolphin crashes, I hope these bugs would be gone by 4.8 final.

Last edited by Pyruzan (2011-12-15 22:30:39)

Offline

#77 2011-12-15 23:39:28

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: [kde-unstable] KDE 4.8

bash wrote:

[testing], but I cannot build it ATM sad

It builds smoothly here, testing it right now smile

I just removed the patch for diginotar certs, updated both versiosn and md5sum and everything works (within a 5minute window wink )

Regards


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#78 2011-12-16 13:39:38

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: [kde-unstable] KDE 4.8

Damnshock wrote:
bash wrote:

[testing], but I cannot build it ATM sad

It builds smoothly here, testing it right now smile

I just removed the patch for diginotar certs, updated both versiosn and md5sum and everything works (within a 5minute window wink )

Regards

Can you give instructions and/or PKGBUILD? I want to try it out too! smile

Offline

#79 2011-12-17 00:45:00

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: [kde-unstable] KDE 4.8

KlavKalashj wrote:

Can you give instructions and/or PKGBUILD? I want to try it out too! smile

Sure.

1- Update ABS
2- Copy the PKGBUILD code/folder

 cp /var/abs/extra/qt /path/to/where/you/want/to/build/software -R 

3- change some things on the PKGBUILD. Here's the diff

[damnshock@Feanor qt]$ diff PKGBUILD  /var/abs/extra/qt/PKGBUILD 
7,8c7,8
< pkgver=4.8.0
< pkgrel=1
---
> pkgver=4.7.4
> pkgrel=3
22c22
< md5sums=('e8a5fdbeba2927c948d9f477a6abe904'
---
> md5sums=('9831cf1dfa8d0689a06c2c54c5c65aaf'
40c40
<     #    patch -p1 -i "${srcdir}"/blacklist-diginotar-certs.diff
---
>     patch -p1 -i "${srcdir}"/blacklist-diginotar-certs.diff

4- makepkg
5- wait and install!

All credits go to:
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>

Regards


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#80 2011-12-17 15:11:03

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: [kde-unstable] KDE 4.8

I've noticed something really strage while using kde 4.8 beta: eclipse keeps crashing randomly and when I try to open a source folder.

This doesn't happen while I'm on fluxbox :S

Regards


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#81 2011-12-17 15:15:14

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [kde-unstable] KDE 4.8

@Damnshock
you've to disable MALLOCK_CHECK_, try running eclipse (and every java application) in this way: $ MALLOC_CHECK_=0 eclipse

@Pyruzan
I've the same bug in dolphin. I didn't find the upstream bug report yet.

Offline

#82 2011-12-17 15:19:00

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: [kde-unstable] KDE 4.8

Damnshock wrote:
KlavKalashj wrote:

Can you give instructions and/or PKGBUILD? I want to try it out too! smile

Sure.

1- Update ABS
2- Copy the PKGBUILD code/folder

 cp /var/abs/extra/qt /path/to/where/you/want/to/build/software -R 

3- change some things on the PKGBUILD. Here's the diff

[damnshock@Feanor qt]$ diff PKGBUILD  /var/abs/extra/qt/PKGBUILD 
7,8c7,8
< pkgver=4.8.0
< pkgrel=1
---
> pkgver=4.7.4
> pkgrel=3
22c22
< md5sums=('e8a5fdbeba2927c948d9f477a6abe904'
---
> md5sums=('9831cf1dfa8d0689a06c2c54c5c65aaf'
40c40
<     #    patch -p1 -i "${srcdir}"/blacklist-diginotar-certs.diff
---
>     patch -p1 -i "${srcdir}"/blacklist-diginotar-certs.diff

4- makepkg
5- wait and install!

All credits go to:
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>

Regards


Thanks man, works like a charm! Though HTML5 video/audio tags still doesn't seem to work, even after recompiling Qupzilla against the new qtwebkit. Strange.

Offline

#83 2011-12-17 15:22:06

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [kde-unstable] KDE 4.8

KlavKalashj wrote:

Thanks man, works like a charm! Though HTML5 video/audio tags still doesn't seem to work, even after recompiling Qupzilla against the new qtwebkit. Strange.

kwebkitpart needs to be rebuilt upon qtwebkit 2.2 to enable HTML5 support, do your app use kwebkitpart?

Offline

#84 2011-12-17 15:56:50

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: [kde-unstable] KDE 4.8

bash wrote:
KlavKalashj wrote:

Thanks man, works like a charm! Though HTML5 video/audio tags still doesn't seem to work, even after recompiling Qupzilla against the new qtwebkit. Strange.

kwebkitpart needs to be rebuilt upon qtwebkit 2.2 to enable HTML5 support, do your app use kwebkitpart?

I don't know, is there a way to find out? I tried recompiling kwebkitpart with ABS and then recompiled  Qupzilla but it's still the same. Maybe some other part of KDE also needs rebuild?

Offline

#85 2011-12-17 18:14:39

Loose_Control
Member
From: Germany
Registered: 2011-01-11
Posts: 136

Re: [kde-unstable] KDE 4.8

you have to install some gstreamer packages i think  gstreamer0.10-good-plugins was one of them which i recompiled without gconf and jack support...

Offline

#86 2011-12-17 20:13:48

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: [kde-unstable] KDE 4.8

Loose_Control wrote:

you have to install some gstreamer packages i think  gstreamer0.10-good-plugins was one of them which i recompiled without gconf and jack support...

I don't think it's about codecs, it's the tag itself that is missing. Should I perhaps create a separate thread about this?

Offline

#87 2011-12-17 21:26:43

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: [kde-unstable] KDE 4.8

I have encountered an interesting bug in yakuake and konsole when doing two consecutive ssh connections:

Apparently konsole and yakuake try to parse the command line and set the title of the window accordingly. I guess they have some special parsing rules for certain binaries. For example with two consecutive ssh commands and certain suffixes that terribly fails.
example:

ssh localhost ssh x y -m

x would normally be another host and y a command but it doesn't even matter. What matters is that yakuake and konsole fail at parsing this after the first ssh connection has been established.

BAM, SEGFAULT!
The offending bit here is the "-m" after the valid command.

Interstingly this only happens for suffixes that are also options for ssh itself. For example, it includes -b, -c, -D, -F etc, when actually this parameters are also sent through ssh and not applied to ssh.

edit: Oh and it doesn't happen when the second ssh command is in quotation marks like this:

ssh localhost "ssh x y -m"

Last edited by Cdh (2011-12-18 10:32:08)


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#88 2011-12-18 10:24:45

sxe
Member
Registered: 2009-06-04
Posts: 103

Re: [kde-unstable] KDE 4.8

Did someone else notice, that the "treble" and "bass" settings are not correctly set after reboot?
All other sliders in kmix seem to be correct.

Offline

#89 2011-12-18 11:36:26

Emericn6k
Member
From: Toulouse
Registered: 2010-06-22
Posts: 13

Re: [kde-unstable] KDE 4.8

Hi all

Using marble, i noticed that in the current kde-unstable version (4.7.90-1), routing does not work anymore here. When I click "get directions", the button goes to busy mode and stays stuck in that position (route is never calculated, whatever service i choose) and marble crashes when i try to quit.

If i downgrade to the package in extra, that works fine again.

Anyone experiencing the same?



Additionnal info :
- system up-to-date with testing & kde-testing
- if i start marble with --debug-info i get the following message repeated when i click on get directions and wait :

Timeout reached while waiting for result. Killing the runner. 

"In a world without fences and walls, who needs Gates and Windows"

Offline

#90 2011-12-19 18:32:44

sumski
Member
From: Zagreb, Croatia
Registered: 2011-04-30
Posts: 114

Offline

#91 2011-12-19 23:38:48

Teho
Member
Registered: 2010-01-30
Posts: 200

Re: [kde-unstable] KDE 4.8

After upgrading to Qt 4.8 (or one the a few new packages that were upgraded at the same time) the login fails and falls back to KDM. What could be the reason?

Last edited by Teho (2011-12-19 23:39:33)

Offline

#92 2011-12-19 23:49:08

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [kde-unstable] KDE 4.8

Teho wrote:

After upgrading to Qt 4.8  (or one the a few new packages that were upgraded at the same time) the login fails and falls back to KDM. What could be the reason?

check if kdelibs has been updated too, if not install qtwebkit

Offline

#93 2011-12-20 00:03:42

desaparecido
Member
From: Liège, Belgium
Registered: 2010-03-14
Posts: 155

Re: [kde-unstable] KDE 4.8

the Qt 4.8 upgrade was fine for me, and I have the impression that my  desktop, images and effects are smooth  (swap virtual desktops, swap activities, minimize windows, etc.. )...


KF5 & Plasma5 (git versions) - Awesome WM
ASUS Sabertooth 990FX - AMD FX8350 - ATI Radeon HD 7970
[testing] repo

Offline

#94 2011-12-20 00:28:55

Teho
Member
Registered: 2010-01-30
Posts: 200

Re: [kde-unstable] KDE 4.8

bash wrote:

check if kdelibs has been updated too, if not install qtwebkit

It seems that kdelibs hadn't been synced yet. Thanks.

Offline

#95 2011-12-20 12:43:37

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: [kde-unstable] KDE 4.8

After upgrading HTML5 audio/video tags works correctly.

Offline

#96 2011-12-20 12:44:30

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [kde-unstable] KDE 4.8

KlavKalashj wrote:

After upgrading HTML5 audio/video tags works correctly.

Can I know which phonon backend are you using?

Offline

#97 2011-12-20 12:48:32

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: [kde-unstable] KDE 4.8

bash wrote:
KlavKalashj wrote:

After upgrading HTML5 audio/video tags works correctly.

Can I know which phonon backend are you using?

Gstreamer when I wrote the post, but tried mplayer now and it seems to work just as good.

Edit: I take that back. I can only get GStreamer to work reliably.

Last edited by KlavKalashj (2011-12-20 16:37:48)

Offline

#98 2011-12-20 22:03:14

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: [kde-unstable] KDE 4.8

KlavKalashj wrote:

Edit: I take that back. I can only get GStreamer to work reliably.

What about phonon-vlc? BTW what phonon backend is now the best?

Offline

#99 2011-12-21 06:41:06

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: [kde-unstable] KDE 4.8

masteryod wrote:
KlavKalashj wrote:

Edit: I take that back. I can only get GStreamer to work reliably.

What about phonon-vlc? BTW what phonon backend is now the best?

I did not try that... Well, from what I've read, GStreamer is the 'official', recommended one, but I have always preferred mplayer becouse of it's few dependencies. Other than the dependencies and this html5 thing, I have never noticed any difference between the three.

Offline

#100 2011-12-21 07:29:12

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [kde-unstable] KDE 4.8

masteryode wrote:

What about phonon-vlc? BTW what phonon backend is now the best?

I don't know which one is the best, anyway I use the vlc backend and html5 works

Offline

Board footer

Powered by FluxBB