Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE4 Overlay (Part 4)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 23, 24, 25 ... 28, 29, 30  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
enzobelmont
Guru
Guru


Joined: 06 Apr 2004
Posts: 345
Location: Chiapas, Mexico

PostPosted: Sat Mar 15, 2008 8:41 pm    Post subject: Reply with quote

two more issues:

my panel is not saving its size preference.

now my kde3 menu is disappeared (augh!! vanished? is gone? sorry my english)

how can i solve this??

thanks in advance and sorry my cr@ppy ehglish.


PS QT20080313
kdeSVN from yesterday i do not know its revision
_________________
Mens sana in corpore sano... Gentoo laetificat cor hominis
Back to top
View user's profile Send private message
baigsabeeh
Guru
Guru


Joined: 28 Sep 2005
Posts: 520
Location: North Brunswick, NJ

PostPosted: Sat Mar 15, 2008 8:45 pm    Post subject: Reply with quote

enzobelmont wrote:
two more issues:

my panel is not saving its size preference.

now my kde3 menu is disappeared (augh!! vanished? is gone? sorry my english)

how can i solve this??

thanks in advance and sorry my cr@ppy ehglish.


PS QT20080313
kdeSVN from yesterday i do not know its revision


You mean the classic menu? Since it's a widget it m ight an issue with kdebase. You may want to recompile. I haven't tried saving size preferences with the latest revision yet. I will when I get home.
_________________
BSD > SysV > Linux
BSD FTW!
Back to top
View user's profile Send private message
enzobelmont
Guru
Guru


Joined: 06 Apr 2004
Posts: 345
Location: Chiapas, Mexico

PostPosted: Sat Mar 15, 2008 9:03 pm    Post subject: Reply with quote

baigsabeeh wrote:
enzobelmont wrote:
two more issues:

my panel is not saving its size preference.

now my kde3 menu is disappeared (augh!! vanished? is gone? sorry my english)

how can i solve this??

thanks in advance and sorry my cr@ppy ehglish.


PS QT20080313
kdeSVN from yesterday i do not know its revision


You mean the classic menu? Since it's a widget it m ight an issue with kdebase. You may want to recompile. I haven't tried saving size preferences with the latest revision yet. I will when I get home.


thanks for the fast answer, menu issue solved.
now my panel size is not getting saved. I will wait some days until it gets solved.
_________________
Mens sana in corpore sano... Gentoo laetificat cor hominis
Back to top
View user's profile Send private message
madcat87
Tux's lil' helper
Tux's lil' helper


Joined: 11 Aug 2005
Posts: 120

PostPosted: Sat Mar 15, 2008 9:40 pm    Post subject: Reply with quote

Does anyone have ebuilds for k3b,digikam and stuff like that ? I want to get rid of kdelibs-3
Back to top
View user's profile Send private message
lazx888
Tux's lil' helper
Tux's lil' helper


Joined: 13 Sep 2005
Posts: 118

PostPosted: Sat Mar 15, 2008 9:44 pm    Post subject: Reply with quote

anyone else having a problem installing gtk-qt-engine (aka gtk-engines-qt) from svn?

just the last portion of the error log:

Quote:
/root/gtk-qt-engine/src/qt_theme_draw.c:1095: warning: too many arguments for format
/root/gtk-qt-engine/src/qt_theme_draw.c:1079: warning: unused parameter 'shadowType'
/root/gtk-qt-engine/src/qt_theme_draw.c:1080: warning: unused parameter 'area'
/root/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_layout':
/root/gtk-qt-engine/src/qt_theme_draw.c:1122: warning: unused variable 'parent1'
/root/gtk-qt-engine/src/qt_theme_draw.c: In function 'qtengine_style_register_type':
/root/gtk-qt-engine/src/qt_theme_draw.c:1319: warning: missing initializer
/root/gtk-qt-engine/src/qt_theme_draw.c:1319: warning: (near initialization for 'object_info.value_table')
/root/gtk-qt-engine/src/qt_theme_draw.c: In function 'qtengine_style_init':
/root/gtk-qt-engine/src/qt_theme_draw.c:1328: warning: unused parameter 'style'
/root/gtk-qt-engine/src/qt_theme_draw.c: In function 'set_background':
/root/gtk-qt-engine/src/qt_theme_draw.c:1631: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[2]: *** [src/CMakeFiles/qt4engine.dir/qt_theme_draw.o] Error 1
make[1]: *** [src/CMakeFiles/qt4engine.dir/all] Error 2
make: *** [all] Error 2


would love for this to work :) firefox is looking very ugly these days
Back to top
View user's profile Send private message
baigsabeeh
Guru
Guru


Joined: 28 Sep 2005
Posts: 520
Location: North Brunswick, NJ

PostPosted: Sun Mar 16, 2008 12:21 am    Post subject: Reply with quote

Ditto, I'm getting the same error.

Code:
sabeeh ~/Downloads/gtk-qt-engine [104] make
[  3%] Building C object src/CMakeFiles/qt4engine.dir/qt_theme_draw.o
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'get_shadowType':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:64: warning: unused parameter 'style'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_hline':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:119: error: implicit declaration of function 'abs'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:111: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_vline':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:136: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_shadow':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:175: warning: unused variable 'i'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:174: warning: unused variable 'thickness_dark'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:173: warning: unused variable 'thickness_light'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:171: warning: unused variable 'gc4'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:170: warning: unused variable 'gc3'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:169: warning: unused variable 'gc2'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:168: warning: unused variable 'gc1'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:160: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_polygon':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:221: warning: unused parameter 'widget'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:222: warning: unused parameter 'detail'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_arrow':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:360: warning: unused parameter 'shadowType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:361: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:365: warning: unused parameter 'fill'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_diamond':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:479: warning: unused parameter 'style'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:480: warning: unused parameter 'window'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:481: warning: unused parameter 'stateType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:482: warning: unused parameter 'shadowType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:483: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:484: warning: unused parameter 'widget'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:485: warning: unused parameter 'detail'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:486: warning: unused parameter 'x'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:487: warning: unused parameter 'y'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:488: warning: unused parameter 'w'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:489: warning: unused parameter 'h'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_box':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:652: warning: unused variable 'pos'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:645: warning: unused variable 'toplevel'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_flat_box':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:709: warning: unused parameter 'shadowType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:710: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_check':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:753: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_option':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:783: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_box_gap':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:980: warning: unused parameter 'shadowType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:981: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:988: warning: unused parameter 'gap_side'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:989: warning: unused parameter 'gap_x'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:990: warning: unused parameter 'gap_w'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_extension':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1016: warning: unused parameter 'gap_side'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_focus':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1031: warning: unused parameter 'style'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1032: warning: unused parameter 'window'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1033: warning: unused parameter 'stateType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1034: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_slider':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1065: warning: unused variable 'adj'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1050: warning: unused parameter 'shadowType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1051: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_handle':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1095: warning: too many arguments for format
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1079: warning: unused parameter 'shadowType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1080: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_layout':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1122: warning: unused variable 'parent1'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'qtengine_style_register_type':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1319: warning: missing initializer
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1319: warning: (near initialization for 'object_info.value_table')
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'qtengine_style_init':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1328: warning: unused parameter 'style'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'set_background':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1631: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[2]: *** [src/CMakeFiles/qt4engine.dir/qt_theme_draw.o] Error 1
make[1]: *** [src/CMakeFiles/qt4engine.dir/all] Error 2
make: *** [all] Error 2
sabeeh ~/Downloads/gtk-qt-engine [105]
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:988: warning: unused parameter 'gap_side'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:989: warning: unused parameter 'gap_x'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:990: warning: unused parameter 'gap_w'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_extension':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1016: warning: unused parameter 'gap_side'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_focus':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1031: warning: unused parameter 'style'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1032: warning: unused parameter 'window'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1033: warning: unused parameter 'stateType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1034: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_slider':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1065: warning: unused variable 'adj'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1050: warning: unused parameter 'shadowType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1051: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_handle':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1095: warning: too many arguments for format
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1079: warning: unused parameter 'shadowType'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1080: warning: unused parameter 'area'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'draw_layout':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1122: warning: unused variable 'parent1'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'qtengine_style_register_type':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1319: warning: missing initializer
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1319: warning: (near initialization for 'object_info.value_table')
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'qtengine_style_init':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1328: warning: unused parameter 'style'
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c: In function 'set_background':
/home/sabeeh/Downloads/gtk-qt-engine/src/qt_theme_draw.c:1631: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[2]: *** [src/CMakeFiles/qt4engine.dir/qt_theme_draw.o] Error 1
make[1]: *** [src/CMakeFiles/qt4engine.dir/all] Error 2
make: *** [all] Error 2
sabeeh ~/Downloads/gtk-qt-engine [105]

_________________
BSD > SysV > Linux
BSD FTW!
Back to top
View user's profile Send private message
baigsabeeh
Guru
Guru


Joined: 28 Sep 2005
Posts: 520
Location: North Brunswick, NJ

PostPosted: Sun Mar 16, 2008 12:41 am    Post subject: Reply with quote

That's with 1.1 stable BTW.
_________________
BSD > SysV > Linux
BSD FTW!
Back to top
View user's profile Send private message
baigsabeeh
Guru
Guru


Joined: 28 Sep 2005
Posts: 520
Location: North Brunswick, NJ

PostPosted: Sun Mar 16, 2008 1:11 am    Post subject: Reply with quote

The quick way to resolve this is to force "-fno-strict-aliasing" when you call make, but I don't know how to do that.
_________________
BSD > SysV > Linux
BSD FTW!
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 2637
Location: Gainesville, Florida

PostPosted: Sun Mar 16, 2008 3:26 am    Post subject: Reply with quote

Rion,
I'm trying your latest mar.15 update script, but strangely get this:
Code:
gentoo-audio rob # cd /usr/portage/local
gentoo-audio local # tar -xjvpf qt.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors
gentoo-audio local #

_________________
Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 359
Location: Ekaterinburg, Russia

PostPosted: Sun Mar 16, 2008 6:37 am    Post subject: Reply with quote

wrc1944 wrote:
Rion,
I'm trying your latest mar.15 update script, but strangely get this: ...
try this http://filebin.ca/hmaxjr/qt.tar.bz2
_________________
~amd64
rion-overlay
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 2637
Location: Gainesville, Florida

PostPosted: Sun Mar 16, 2008 6:48 am    Post subject: Reply with quote

Thanks Rion,
I used the 3/14 version, which worked fine- I got the 20080316 snapshot, but will update next time to the new 3/15. I always like to keep up-to-date. :wink:
_________________
Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups
Back to top
View user's profile Send private message
2dimm
n00b
n00b


Joined: 10 Jun 2005
Posts: 52
Location: Brussels, Belgium

PostPosted: Sun Mar 16, 2008 2:50 pm    Post subject: Reply with quote

baigsabeeh wrote:
The quick way to resolve this is to force "-fno-strict-aliasing" when you call make, but I don't know how to do that.


I think you would add flag-o-matic to inherit & insert 'append-flags -fno-strict-aliasing' in src_compile before
configure is called - however, this doesn't seem to get any further!
Back to top
View user's profile Send private message
2dimm
n00b
n00b


Joined: 10 Jun 2005
Posts: 52
Location: Brussels, Belgium

PostPosted: Sun Mar 16, 2008 3:09 pm    Post subject: Reply with quote

madcat87 wrote:
Does anyone have ebuilds for k3b,digikam and stuff like that ? I want to get rid of kdelibs-3


See berniyh's link in Part 2 of this thread : http://forums.gentoo.org/viewtopic-p-4572644-highlight-.html#4572644
Back to top
View user's profile Send private message
Stefano Crocco
Tux's lil' helper
Tux's lil' helper


Joined: 28 Sep 2006
Posts: 148

PostPosted: Sun Mar 16, 2008 3:43 pm    Post subject: Reply with quote

Is krunner storing preferences (in particular, completion mode and history) for anyone? I know that some time ago, history used to work on my system (I can't say how long ago, though). Some days ago, while trying to understand whether I could force it to store and use custom settings for autocompletion, I decided to remove the .kdesvn/share/config/krunnerrc file. I didn't pay much attention to its behavior in the following days, until today I noticed that the drop-down menu with autocompletion entries wasn't shown anymore. I looked at the .kdesvn/share/config/krunnerrc file... and found it didn't exist. It seems that krunner, unlikely all other kde applications, doesn't create the file when it doesn't exist. Because of this, of course, it can't save history or any other preferences.

If this doesn't happen only on my system, I think I'll submit a bug report, otherwise I'll try to understand what's wrong with my setup.

In case somebody hasn't noticed it, I just discovered now you can have more than one panel at once, even if they don't work perfectly as yet (if you put it on the left or the right of the screen, it will cover part of the bottom one).
_________________
Stefano
Back to top
View user's profile Send private message
mikkoc
Apprentice
Apprentice


Joined: 24 May 2007
Posts: 230

PostPosted: Sun Mar 16, 2008 4:42 pm    Post subject: Reply with quote

Rion wrote:
qt overlay updated
http://filebin.ca/hmaxjr/qt.tar.bz2

New:
* latest version of updater script included
* added dependency for qt-qt3support on qt-phonon
* ebuilds digested for 20080315 snapshot


Hi,
thanks for the overlay :)
I noticed that since this update, emerge wants to pull in "media-libs/gst-plugins-base" and others.. because of qt-phonon? Is it necessary?
Thanks
Back to top
View user's profile Send private message
baigsabeeh
Guru
Guru


Joined: 28 Sep 2005
Posts: 520
Location: North Brunswick, NJ

PostPosted: Sun Mar 16, 2008 4:54 pm    Post subject: Reply with quote

I'm having issues with the panel as well. It's not saving preferences. By the way, does anyone know how to activate the dashboard feature, to bring all of your widgets/plasmoids to front? Supposedly, this feature replaced "Show Desktop".

http://kde.org/announcements/4.0/screenshots/dashboard.jpg

That.
_________________
BSD > SysV > Linux
BSD FTW!
Back to top
View user's profile Send private message
Stefano Crocco
Tux's lil' helper
Tux's lil' helper


Joined: 28 Sep 2006
Posts: 148

PostPosted: Sun Mar 16, 2008 5:04 pm    Post subject: Reply with quote

baigsabeeh wrote:
By the way, does anyone know how to activate the dashboard feature, to bring all of your widgets/plasmoids to front? Supposedly, this feature replaced "Show Desktop".

http://kde.org/announcements/4.0/screenshots/dashboard.jpg

That.


Once there was a keyboard shortcut for it. You could find it in SystemSettings, under Keyboard and Mouse/Keyboard Shortcuts, selecting "Plasma" from the "KDE component" combo box. The default shortcut was, if I remember correctly, Ctrl+F12. Now, it seems to have disappeared, but I can't say how long ago (I never used it, so I went looking for it for the first time since before 4.0.0 to write this post). Unless someone else says it's been away for a long time, I'd just wait for a couple of days and see whether it comes back or not.
_________________
Stefano
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 2637
Location: Gainesville, Florida

PostPosted: Sun Mar 16, 2008 5:49 pm    Post subject: Reply with quote

20080316 didn't work out to well- apparently it installed 7 packages with huge list of package collisions, and errored out after I went to bed. Woke up, found the emerge had failed, and decided maybe I needed Rion's newest overlay, and it would be better to start over. I deleted and re-extracted the new overlay and script, and went with 20080315, which seems OK so far.

At the end of the configure output, I get this exact same error and message on qt-core, qt-sql, qt-dbus, qt-script, qt-xmlpatterns, qt-test, qt-gui, qt-phonon, qt-opengl, qt-assistant, qt-svg, and qt-qt3support. In other words, ALL of them. :wink:
Code:
ptrsizetest.cpp: In function 'int main(int, char**)':
ptrsizetest.cpp:18: error: 'PointerSize' is not a member of 'QPointerSizeTest<4>'
make: *** [ptrsizetest.o] Error 1
Pointer size: 4

        This target is using the GNU C++ compiler (linux-g++).

        Recent versions of this compiler automatically include code for
        exceptions, which increase both the size of the Qt libraries and
        the amount of memory taken by your applications.

        You may choose to re-run configure with the -no-exceptions
        option to compile Qt without exceptions. This is completely binary
        compatible, and existing applications will continue to work.

However, even with the ptrsizetest.o error,all packages compile normally.

I looked in the ebuilds myconf="${myconf} line, and the -no-exceptions flag is indeed not listed with all the other flags.

Since it says we may choose to do so, I'm wondering if adding -no-noexceptions in the myconf= line would be a good idea, and if not, why? I'm willing to try almost anything in order to improve the performance of qt-4.4- it has so far seemed lacking.

From man GCC:
Quote:
-fexceptions
Enable exception handling. Generates extra code needed to
propagate exceptions. For some targets, this implies GCC will
generate frame unwind information for all functions, which can
produce significant data size overhead, although it does not
affect execution. If you do not specify this option, GCC will
enable it by default for languages like C++ which normally require
exception handling, and disable it for languages like C that do
not normally require it. However, you may need to enable this
option when compiling C code that needs to interoperate properly
with exception handlers written in C++. You may also wish to
disable this option if you are compiling older C++ programs that
don't use exception handling.

However, the last sentence seems conflicting, in that while qt is a c++ program, it's obviously not an older one.

If we do add this flag, would it be done manually in each individual ebuild, or is there a way to set it in /etc/portage just for qt? I'm assuming we wouldn't want this set globally- is that correct? Before trying this, I'd like to get some feedback/advice- anyone know something about -no-exceptions? I'm investigating, as this definitely seems interesting, at least from the point of view of my current ignorance. :)
_________________
Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 2637
Location: Gainesville, Florida

PostPosted: Sun Mar 16, 2008 6:09 pm    Post subject: Reply with quote

Now what! :? Qt-4.4.0_pre20080315 compiled, seemingly OK, but now first thing on kdelibs I get this- seems pretty serious:
Code:
U    knewstuff/knewstuff2/ui/downloaddialog.h
U    knewstuff/knewstuff2/ui/downloaddialog.cpp
Updated to revision 786314.
 *    working copy: /mnt/hda8/distfiles/svn-src/KDE/kdelibs/kdelibs

 * Applying kdelibs-9999.4-X11-optional.patch ...                                                                                                                               [ ok ]
 * Applying kdelibs-9999.4-alsa-optional.patch ...                                                                                                                              [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4 ...
-- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++ -- works
CMake Error: Qt qmake not found!
-- Configuring done
 *
 * ERROR: kde-base/kdelibs-9999.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2614:  Called kde4-base_src_compile
 *             environment, line 1898:  Called kde4-base_src_configure
 *             environment, line 1918:  Called cmake-utils_src_configureout
 *             environment, line  654:  Called die
 * The specific snippet of code:
 *       cmake ${cmakeargs} "${S}" || die "Cmake failed";
 *  The die message:
 *   Cmake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/kde-base:kdelibs-9999.4:20080316-175525.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdelibs-9999.4/temp/environment'.
Am trying deleting the source files, and trying again, or does anyone recommend qt 20080316 instead?

EDIT: Nope- downloading a fresh src kdelibs revision 786317 gets same error- CMake Error: Qt qmake not found! Does this mean something wrong with my new 20080315 QT, or something else? System is sync'd and current.
locate qmake turns up this- am I suppose to have a /usr/qt/4/bin/qmakeq?
Code:
/usr/portage/sci-visualization/qtiplot/files/qtiplot-0.7.7-qmake.patch
/usr/portage/sci-visualization/qtiplot/files/qtiplot-0.8.5-qmake.patch
/usr/qt/3/.qmake.cache
/usr/qt/3/bin/qmake
/usr/qt/3/mkspecs/linux-g++/qmake.conf
/usr/kde/svn/share/icons/kdeclassic/16x16/actions/qmake_scopenew.png
/usr/kde/svn/share/icons/kdeclassic/16x16/actions/qmakerun.png
/usr/kde/svn/share/icons/kdeclassic/16x16/actions/qmake_scope.png
/usr/kde/svn/share/icons/kdeclassic/22x22/actions/qmake_scopenew.png
/usr/kde/svn/share/icons/kdeclassic/22x22/actions/qmakerun.png


EDIT2: Tried running revdep-rebuild -p, and it's been listing stuff for five minutes, and hasn't stopped: looks like big qt4 problems here. Can''t copy/paste anymore to post revdep broken messages, but every line is something to do with thousands of libQtCore.so4 messages and it needs to rebuild every kde4 package installed. Guess I need to recompile QT, but need to know what went wrong first, so it doesn't happen again, and waste another 5 hours on this problem. :roll:
_________________
Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups


Last edited by wrc1944 on Wed Mar 19, 2008 6:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
OnlyOne
n00b
n00b


Joined: 13 Jan 2007
Posts: 59

PostPosted: Sun Mar 16, 2008 7:22 pm    Post subject: Reply with quote

Well, wrc1944. I got same error and that what you should do:
Install all qt-[whatever] packages by hands.
To get qmake:
EDIT: qt-base mistake replaced by qt-core)
USE="qt-copy -doc" emerge =qt-core[version_here]
and so on for all 12 or 13 packages like qt-sql, qt-opengl, etc... =)

Hope you've got the idea ;)
Back to top
View user's profile Send private message
madcat87
Tux's lil' helper
Tux's lil' helper


Joined: 11 Aug 2005
Posts: 120

PostPosted: Sun Mar 16, 2008 7:41 pm    Post subject: Reply with quote

The new Skype fails with Rion's qt ebuilds.Apparently it wants "accessibility" on x11-libs/qt
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 359
Location: Ekaterinburg, Russia

PostPosted: Sun Mar 16, 2008 7:54 pm    Post subject: Reply with quote

madcat87 wrote:
The new Skype fails with Rion's qt ebuilds.Apparently it wants "accessibility" on x11-libs/qt
rewrite skype ebuild to use x11-libs/qt-gui instead of x11-libs/qt while checking use flag

mikkoc wrote:
I noticed that since this update, emerge wants to pull in "media-libs/gst-plugins-base" and others.. because of qt-phonon? Is it necessary?
qt-qt3support-20080315 build fails without qt-phonon.
i'll check again on 20080316.

wrc1944, no errors on any qt 20080316 package for me.

have to sleep see you in some hours
_________________
~amd64
rion-overlay
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 2637
Location: Gainesville, Florida

PostPosted: Sun Mar 16, 2008 8:29 pm    Post subject: Reply with quote

Thanks, OnlyOne,
I always check with emerge -pv qt first, and it showed both qt-copy and -doc were enabled on all packages.

I have run into this before- I mean the USE flags set in make.conf or /etc/portage/package.use don't always take, even though they are specified. In such cases, I too found I have to actually use the USE="xxx xxx" emerge package on the command line.

I'm half-way finished with a new build of qt 20080316 right now- guess I'll let it go- everything looks good so far (but it did last time,too :? ). If this doesn't work, I'll try them all by hand.

EDIT: OK- 20080316 seemed to compile a bit faster, and this is on a slower athlon-xp 1700Mhz box that my other kdesvn install is on. Then, emerge kdelibs apparently found qmake ( I walked away for a minute, and didn't see the end of configure). It's now compiling normally, so I guess whatever was wrong is fixed now with 20080316. :D
_________________
Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups
Back to top
View user's profile Send private message
jniklast
n00b
n00b


Joined: 12 Mar 2005
Posts: 42

PostPosted: Sun Mar 16, 2008 10:08 pm    Post subject: Reply with quote

Ok, how can i get kopete to work with jabber? It complains about qca without tls, which is right since there is no qca-tls-2.0.x ebuild or anything. Anybody got an idea?
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 2637
Location: Gainesville, Florida

PostPosted: Sun Mar 16, 2008 10:35 pm    Post subject: Reply with quote

If you haven't already, I'd try emerging qca (and maybe some other related stuff) with the tls USE flag, which enables tls protocol/support.
_________________
Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 23, 24, 25 ... 28, 29, 30  Next
Page 24 of 30

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum