Re: [gentoo-user] Qt-creator, libQtcSsh and Botan - angst.....

2016-02-07 Thread Matti Nykyri
> On 07 Feb 2016, at 08:48, Andrew Lowe wrote: > > Hi all, >Has anyone managed to build the latest, V3.6, of Qt-creator? I'm > attempting to do so and am getting a problem related to libQtcSsh.so and > something called Botan. Reeading in more depth in the error, it

Re: [gentoo-user] Qt-creator, libQtcSsh and Botan - angst.....

2016-02-07 Thread Andrew Lowe
On 02/07/16 17:18, Matti Nykyri wrote: >> On 07 Feb 2016, at 08:48, Andrew Lowe wrote: >> >> Hi all, >>Has anyone managed to build the latest, V3.6, of Qt-creator? I'm >> attempting to do so and am getting a problem related to libQtcSsh.so and >> somet

[gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Nikos Chantziaras
On 24/03/15 15:07, Francisco Ares wrote: Hi, Recently - but can't figure out exactly when - Qt Creator has become unable to access Qt containers (where the STL ones work as expected) on the debug panel. It shows in place of the expected item quantity for a QList, for instance, but for

Re: [gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Francisco Ares
Thank you, gonna play a bit around gdb. Best regards, Francisco 2015-03-24 10:52 GMT-03:00 Nikos Chantziaras : > On 24/03/15 15:07, Francisco Ares wrote: > >> Hi, >> >> Recently - but can't figure out exactly when - Qt Creator has become >> unable to acces

[gentoo-user] Re: Qt Creator on start up - "Welcome Mode Load Error"

2015-06-21 Thread walt
On 06/21/2015 07:38 AM, Andrew Lowe wrote: > I then had a look at the Creator ebuild and it says: > > # minimum Qt version required > 38QT_PV="5.3.2:5" Only qt-creator-3.4.1 requires qt5, so your fix would be to install one of the earlier versions of qt-creator. Are yo

[gentoo-user] Qt-creator, libQtcSsh and Botan - angst.....

2016-02-06 Thread Andrew Lowe
Hi all, Has anyone managed to build the latest, V3.6, of Qt-creator? I'm attempting to do so and am getting a problem related to libQtcSsh.so and something called Botan. Reeading in more depth in the error, it appears that it can't find basic_string, f

[gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Nikos Chantziaras
Note that gdb cannot inspect containers. It doesn't know anything about them. Qt Creator uses "debugging helpers" for that. See: https://qt-project.org/doc/qtcreator-2.8/creator-debugging-helpers.html Since you're using a deprecated version of Creator (2.8 is from 2013

[gentoo-user] [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Francisco Ares
Hi, Recently - but can't figure out exactly when - Qt Creator has become unable to access Qt containers (where the STL ones work as expected) on the debug panel. It shows in place of the expected item quantity for a QList, for instance, but for a std::vector, it works, allowing inspecti

Re: [gentoo-user] Re: Qt Creator on start up - "Welcome Mode Load Error"

2015-06-22 Thread Christopher Jones
I have 4.8.7 and 5.4.1 installed and qt-creator 3.4.0 on mine. Sent from my iPhone > On Jun 22, 2015, at 9:31 AM, Andrew Lowe wrote: > >> On 06/22/2015 07:29 AM, walt wrote: >>> On 06/21/2015 07:38 AM, Andrew Lowe wrote: >>> I then had a look at

Re: [gentoo-user] qt-creator (and others) too slow

2016-07-21 Thread Alec Ten Harmsel
5.1-r1:5 I do not have any Qt 4 installed. > From /etc/portage/package.use : > > dev-qt/qt-creator -android -cmake -doc subversion valgrind > -debug python -webkit > dev-qt/qtcore icu -debug > dev-qt/qtgui-debug > Hmm, o

Re: [gentoo-user] qt-creator (and others) too slow

2016-07-23 Thread Ian Bloss
, or any of > the rest of the KDE applications except konsole. > > > ... and from the output of "equery l dev-qt/qtcore" > > > > [IP-] [ ] dev-qt/qtcore-4.8.6-r2:4 > > [IP-] [ ] dev-qt/qtcore-5.5.1-r1:5 > > I do not have any Qt 4 installed. > > &

Re: [gentoo-user] Re: Qt Creator on start up - "Welcome Mode Load Error"

2015-06-22 Thread Andrew Lowe
On 06/22/2015 07:29 AM, walt wrote: > On 06/21/2015 07:38 AM, Andrew Lowe wrote: >> I then had a look at the Creator ebuild and it says: >> >> # minimum Qt version required >> 38 QT_PV="5.3.2:5" > > Only qt-creator-3.4.1 requires qt5, so your f

Re: [gentoo-user] [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Fernando Rodriguez
On Tuesday, March 24, 2015 10:07:56 AM Francisco Ares wrote: > Hi, > > Recently - but can't figure out exactly when - Qt Creator has become unable > to access Qt containers (where the STL ones work as expected) on the debug > panel. It shows in place of the expected item qu

[gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Nikos Chantziaras
On 24/03/15 21:12, Fernando Rodriguez wrote: On Tuesday, March 24, 2015 10:07:56 AM Francisco Ares wrote: Hi, Recently - but can't figure out exactly when - Qt Creator has become unable to access Qt containers (where the STL ones work as expected) on the debug panel. It shows in place o

[gentoo-user] Qt Creator on start up - "Welcome Mode Load Error"

2015-06-21 Thread Andrew Lowe
Hi all, I've got the latest portage available, V3.4.1, Qt Creator installed. When I go to start up creator, I get a full screen window frame popping up, some menu and icon bars around the edge and then, instead of the text edit pane, I get a "clear" window, I can see the sc

Re: [gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Fernando Rodriguez
On Tuesday, March 24, 2015 9:32:07 PM Nikos Chantziaras wrote: > On 24/03/15 21:12, Fernando Rodriguez wrote: > > On Tuesday, March 24, 2015 10:07:56 AM Francisco Ares wrote: > >> Hi, > >> > >> Recently - but can't figure out exactly when - Qt Cre

Re: [gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Francisco Ares
n Tuesday, March 24, 2015 9:32:07 PM Nikos Chantziaras wrote: > > On 24/03/15 21:12, Fernando Rodriguez wrote: > > > On Tuesday, March 24, 2015 10:07:56 AM Francisco Ares wrote: > > >> Hi, > > >> > > >> Recently - but can't figure out exactly whe

Re: [gentoo-user] qt-creator (and others) too slow

2016-07-21 Thread Francisco Ares
plasma/plasma-pa-5.5.5:5 [IP-] [ ] kde-plasma/plasma-workspace-5.5.5-r2:5 [IP-] [ ] kde-plasma/plasma-workspace-wallpapers-5.5.5:5 ... and from the output of "equery l dev-qt/qtcore" [IP-] [ ] dev-qt/qtcore-4.8.6-r2:4 [IP-] [ ] dev-qt/qtcore-5.5.1-r1:5 >From /etc/portage/packag

[gentoo-user] problem while emerging qt-phonon

2010-06-16 Thread xuw zhan
Hey.I got a problem here. When I tried to emerge qt-phonon,I got some errors.It said that qt-phonon block some other package,just like media-sound/phonon,kdelibs,and so on. It seems that I cannot install qt-phonon in kde desktop. Does this mean that I cannot use phonon module in the qt-creator

Re: [gentoo-user] printing pdfs

2020-05-30 Thread james
for designing and building graphical user interfaces with QtWidgets [?] dev-qt/linguist-tools (5.14.2(5/5.14)@05/24/2020 -> (~)5.14.1(5/5.14)^t): Tools for working with Qt translation data files [I] dev-qt/qt-creator (4.8.2@05/24/2020): Lightweight IDE for C++/QML development centering around Qt

Re: [gentoo-user] problem while emerging qt-phonon

2010-06-16 Thread Alan McKinnon
desktop. > Does this mean that I cannot use phonon module in the qt-creator ide? No, it does not mean that. Do not use x11-libs/qt-phonon Do use kde-base/phonon-kde and media-sound/phonon Google will find you thousands of references as to why this is. -- alan dot mckinnon at gmail dot com

Re: [gentoo-user] printing pdfs

2020-05-30 Thread Neil Bothwick
for designing and building graphical user interfaces with > QtWidgets > [?] dev-qt/linguist-tools (5.14.2(5/5.14)@05/24/2020 -> > (~)5.14.1(5/5.14)^t): Tools for working with Qt translation data files > [I] dev-qt/qt-creator (4.8.2@05/24/2020): Lightweight IDE for C++/QML > developm

Re: [gentoo-user] printing pdfs

2020-05-30 Thread Francesco Turco
On Sat, May 30, 2020, at 14:54, james wrote: > # qlist -ICv dev-qt/ > dev-qt/designer-5.14.2 > dev-qt/linguist-5.14.2 > dev-qt/linguist-tools-5.14.2 > dev-qt/qt-creator-4.8.2 > dev-qt/qt-docs-5.14.2_p202003291239 > dev-qt/qt3d-5.14.2 > dev-qt/qtchooser-66 > dev-qt/q

Re: [gentoo-user] qt-creator (and others) too slow

2016-07-20 Thread Alec Ten Harmsel
On Wed, Jul 20, 2016 at 03:59:27PM -0300, Francisco Ares wrote: > Hi, all, > > Just upgraded to KDE 5, Qt 5 (as full as possible) and now QtCreator > frequently uses almost full CPU, a quad-core i5-4430. Any change on the > IDE, even just passing the mouse cursor over elements of a

[gentoo-user] qt-creator (and others) too slow

2016-07-28 Thread Francisco Ares
hints? Both machines run the latest stable versions of QtCreator, Qt:4 and Qt:5 Thanks! Francisco

[gentoo-user] qt-creator (and others) too slow

2016-07-20 Thread Francisco Ares
Hi, all, Just upgraded to KDE 5, Qt 5 (as full as possible) and now QtCreator frequently uses almost full CPU, a quad-core i5-4430. Any change on the IDE, even just passing the mouse cursor over elements of an opened source code file, makes the CPU consuption to the high tops. It also happened

Re: [gentoo-user] a bit off-topic - minimalist Gentoo: X needs a kick to start

2017-08-14 Thread Francisco Ares
of the working root partition directories and files, remove portage related files and directories from this copy and, using the working partition as reference, rip-off unneeded packages files, like this: for i in `equery -C f dev-qt/qt-creator` ; do if [ ! -d "$i" ] ; then rm -f /mnt/aux/gentoo/$

Re: [gentoo-user] printing pdfs

2020-05-29 Thread james
hical user interfaces with QtWidgets [?] dev-qt/linguist-tools (5.14.2(5/5.14)@05/24/2020 -> (~)5.14.1(5/5.14)^t): Tools for working with Qt translation data files [I] dev-qt/qt-creator (4.8.2@05/24/2020): Lightweight IDE for C++/QML development centering around Qt [?] dev-qt/qt-docs (5.14.2_p20

Re: [gentoo-user] printing pdfs

2020-05-29 Thread Jack
gning and building graphical user interfaces with QtWidgets [?] dev-qt/linguist-tools (5.14.2(5/5.14)@05/24/2020 -> (~)5.14.1(5/5.14)^t): Tools for working with Qt translation data files [I] dev-qt/qt-creator (4.8.2@05/24/2020): Lightweight IDE for C++/QML development centeri

[gentoo-user] Re: Really OT now (Re: udev + /usr)

2011-09-15 Thread Nikos Chantziaras
even use it :) Really cool stuff you do there and thanks for the work. It occurred to me that having a decent C and C++ editing environment might ease some of my of the spoilage I've experienced in Visual Studio for C++. I'll be checking it out. It'll mean learning emacs, though...

Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Nagatoro
while others think that the checks are ok and the applications are wrong. I suffer from the same issue but with KDevelop and Qt-Creator. Time will tell what side is right and what side is wrong I guess... /Naga

Re: [gentoo-user] printing pdfs

2020-05-28 Thread Jack
trying to pull in qtcore-5.15.0? You started this with a problem of pdf viewers all complaining about mismatched qt versions, but this looks like a portage issue. If you are manually marking dev-qt packages as ~, you have to be sure you have gotten them all. All dev-qt packages (some,

Re: [gentoo-user] qt-creator (and others) too slow

2016-07-20 Thread Fernando Rodriguez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/20/2016 02:59 PM, Francisco Ares wrote: > Hi, all, > > Just upgraded to KDE 5, Qt 5 (as full as possible) and now QtCreator > frequently uses almost full CPU, a quad-core i5-4430. Any change on the > IDE, even just passing t

[gentoo-user] Re: Removing KDE 3.5? Or reason to keep it around?

2010-02-26 Thread Nikos Chantziaras
I'll certainly wait for it to reach the mainline tree. The KDevelop 4 is actually in Portage (dev-util/kdevelop:4), not only in the kde overlay. I have both Kdev4 and Qt Creator installed. I ended up going with Creator, but I'm still keeping an eye on Kdev4.

Re: IDE for C/C++ (Was: Really OT now (Re: [gentoo-user] udev + /usr)

2011-09-15 Thread Joost Roeleveld
, what are the atom names for all these? I'll start them building, > and they should be done before I get home. (Not so likely if I have to > build all of KDE, but I've got some Qt apps installed, so...) As Nikos mentioned, I would try qtcreator (dev-util/qt-creator) before kdevelop (dev-util/kdevelop). -- Joost

[gentoo-user] Re: This nite's switch to "full multilib"

2015-03-30 Thread James
Peter Humphrey prh.myzen.co.uk> writes: > On Sunday 29 March 2015 20:12:45 Alan McKinnon wrote: > > grep -ir qt /etc/portage grep qt /etc/portage/package.use | wc -l =11 dev-qt/qt-creator android autotools cmake python dev-qt/qtguiqt3support >=dev-qt/qtsql-4

Re: [gentoo-user] Re: [OFF TOPIC] Qt Creator unable to access containers in debug mode

2015-03-24 Thread Fernando Rodriguez
On Wednesday, March 25, 2015 12:32:30 AM Nikos Chantziaras wrote: > Note that gdb cannot inspect containers. It doesn't know anything about > them. It can, it's just not pretty: (gdb) p list1 $1 = {{p = {static shared_null = {ref = {_q_value = 15}, alloc = 0, begin = 0, end = 0, sharable = 1, a

Re: [gentoo-user] Qt blocking @world update

2013-11-05 Thread Alex Schuster
age/qt-split:x11-libs/qt-webkit /etc/portage/sets.portage/qt-split:x11-libs/qt-xmlpatterns /etc/portage/package.use/misc:dev-qt/qt-creator doc examples perforce qtscript /etc/portage/package.use/misc:dev-qt/qt-meta:3 doc mysql /etc/portage/package.use/misc:dev-qt/qthelp doc /etc/portage/packa

[gentoo-user] Lost free space on /

2009-06-10 Thread Alexander Pilipovsky
/root 1,4M /root sh-3.2# du -hs /tmp 30K /tmp sh-3.2# du -hs /var 12G /var sh-3.2# du -hs /boot 35M /boot sh-3.2# du -hs /etc 11M /etc sh-3.2# du -hs /lib 35M /lib sh-3.2# du -hs /mnt 0 /mnt sh-3.2# du -hs /sbin 5,9M /sbin sh-3.2# du -hs /sys 0 /sys The last install is Qt Creator with Qt SDK. How to

Re: [gentoo-user] Lost free space on /

2009-06-10 Thread Justin
# du -hs /etc > 11M /etc > sh-3.2# du -hs /lib > 35M /lib > sh-3.2# du -hs /mnt > 0 /mnt > sh-3.2# du -hs /sbin > 5,9M /sbin > sh-3.2# du -hs /sys > 0 /sys > The last install is Qt Creator with Qt SDK. > How to clean partition? > > Thanks! > > -- > A

[gentoo-user] Re: IDE recommendations for writing C?

2011-02-06 Thread Nikos Chantziaras
iting something. It's hundreds of lines long in 1 file and I just messed up a brace somewhere which I haven't been able to figure out in vi. I use Qt Creator. Though it's primarily for C++, I also use it for C. I recommend it because it's very easy to use. For version

Re: [gentoo-user] Re: Highlight certain packages being upgraded

2023-07-10 Thread Michael
gentoo] [- ] webengine dev-python/pyside6: Build QtWebEngine and QtWebEngineWidgets modules [- ] 6.5.0 [gentoo] [- ] 6.5.1.1 [gentoo] [- ] webengine dev-qt/qt-creator: Use dev-qt/qtwebengine to view documentation [- ] 8.0.2 [gentoo] [- ] webengine dev-qt/qt-

Re: [gentoo-user] Lost free space on /

2009-06-10 Thread Dale
-hs /etc > 11M /etc > sh-3.2# du -hs /lib > 35M /lib > sh-3.2# du -hs /mnt > 0 /mnt > sh-3.2# du -hs /sbin > 5,9M /sbin > sh-3.2# du -hs /sys > 0 /sys > The last install is Qt Creator with Qt SDK. > How to clean partition? > > Thanks! > > -- > Ale

Re: [gentoo-user] Re: what's going on with updates ?

2010-09-13 Thread J. Roeleveld
uot;/etc/portage/package.keywords is: =games-strategy/x2-1.4.05 ~amd64 =games-strategy/x3-2.5.01 ~amd64 =app-emulation/virtualbox-bin-3.2.8 ~amd64 =app-emulation/virtualbox-modules-3.2.8 ~amd64 These don't have a large set of additional requirements. If they did, I wouldn't have upgrade

Re: [gentoo-user] cannot emerge @preserved-rebuild due to removed package...

2015-03-14 Thread Meino . Cramer
media-plugins/kipi-plugins-4.4.0 * * >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by: * kde-base/kfile-4.14.3 * * dev-qt/qtgui:4 pulled in by: * sys-kernel/kccmp-0.3 * * ~dev-qt/qtgui-4.8.5[-aqua,-debug] pulled in by: * dev-qt/qtmultimedia-4.8.5 *

Re: IDE for C/C++ (Was: Really OT now (Re: [gentoo-user] udev + /usr)

2011-09-15 Thread Michael Mol
e >> editor. Its awesome. > > If you want something in a gui, what about Code::Blocks? It's also > multi-platform dev-util/codeblocks is masked. How well (or poorly) does it work on Gentoo AMD64? I did an emerge -p kdevelop...that'd pull back in the large bulk of KD

Re: [gentoo-user] Ruby is infesting my machine

2015-07-07 Thread Andrew Lowe
quot;The following mask changes are necessary to > proceed" > > "emerge --tree --pretend dev-lang/ruby" appears to also have > eselect-ruby as the cause of the trouble. > > Does anyone know how I can prevent this infestation from happening? > >

Re: [gentoo-user] Re: what's going on with updates ?

2010-09-13 Thread Alan McKinnon
.01 ~amd64 > =app-emulation/virtualbox-bin-3.2.8 ~amd64 > =app-emulation/virtualbox-modules-3.2.8 ~amd64 > > These don't have a large set of additional requirements. If they did, I > wouldn't have upgraded to these. I also had "qt-creator" in there, but that >

Re: IDE for C/C++ (Was: Really OT now (Re: [gentoo-user] udev + /usr)

2011-09-16 Thread Michael Schreckenbauer
util/codeblocks is masked. How well (or poorly) does it work on > Gentoo AMD64? > > I did an emerge -p kdevelop...that'd pull back in the large bulk of > KDE. I'm going to have to pass for now. I' using kdevelop a lot. It's a nice IDE. At least, if you already u

[gentoo-user] [OT] Making a bootable USB flash drive from ISO image

2014-10-02 Thread Grant Edwards
pying files around, downloading various other bits, and just a lot of faffing around in general. 2) Installing something like unetbootin (which presumably automates all the faffing) which then requires installing a bunch of other stuff (including Qt). But, I found one blog post

Re: [gentoo-user] Re: IDE recommendations for writing C?

2011-02-06 Thread Mark Knecht
da myprogram.cu > > "myprogram.cu" can be something as simple as: > >  int main() >  { return 0; } > > This will "compile" the program into "myprogram.cu.cpp".  This can then be > compiled manually with g++: > >  g++ myprogram.cu.cpp -L/opt/cud

[gentoo-user] List of Epic FAIL

2015-04-16 Thread Alan Grimes
.0.76 dev-libs: =6=drwxr-xr-x 7 portage portage 4096 Apr 15 13:05 libcdio-0.93 =7=drwxr-xr-x 7 portage portage 4096 Apr 15 13:22 libcdio-paranoia-0.93_p1 dev-qt: =8=drwxr-xr-x 7 portage portage 4096 Apr 16 11:49 qt-creator-3.4.0_rc1 dev-util: =9=drwxr-xr-x 6 portage portage 4096 Apr 16

Re: [gentoo-user] perfect IDE

2009-02-20 Thread Eduardo Gurgel
http://www.qtsoftware.com/developer/qt-creator Take a look and try it. On Tue, Feb 17, 2009 at 1:05 PM, Andrei Hanganu wrote: > helo group, > > i've been trying the past 2-3 years to find the most usable and nice ide > for c/c++ code writing. I've been through v

Re: [gentoo-user] Ruby is infesting my machine

2015-07-07 Thread Alan McKinnon
sk does >> nothing, it still appears in the emerge list and now also at the bottom >> of the emerge output under "The following mask changes are necessary to >> proceed" >> >> "emerge --tree --pretend dev-lang/ruby" appears to also have >> eselect-

Re: [gentoo-user] Re: IDE recommendations for writing C?

2011-02-06 Thread Mark Knecht
e sort of version control built into it? >> >> 3) If possible, I can compile right in the IDE. >> >> I've starting writing something. It's hundreds of lines long in 1 file >> and I just messed up a brace somewhere which I haven't been able to >> f

[gentoo-user] Re: what's going on with updates ?

2010-09-13 Thread Nikos Chantziaras
s: =games-strategy/x2-1.4.05 ~amd64 =games-strategy/x3-2.5.01 ~amd64 =app-emulation/virtualbox-bin-3.2.8 ~amd64 =app-emulation/virtualbox-modules-3.2.8 ~amd64 These don't have a large set of additional requirements. If they did, I wouldn't have upgraded to these. I also had "qt-creat

[gentoo-user] Re: IDE recommendations for writing C?

2011-02-06 Thread Nikos Chantziaras
On 02/06/2011 07:42 PM, Mark Knecht wrote: On Sun, Feb 6, 2011 at 9:09 AM, Nikos Chantziaras wrote: On 02/06/2011 12:08 AM, Mark Knecht wrote: Can someone recommend a good IDE to write C code in? [...] I use Qt Creator. Though it's primarily for C++, I also use it for C. I recomme

[gentoo-user] Re: sshfs - cannot unmount as normal user

2012-09-13 Thread Nikos Chantziaras
glib-1.8 Wed Sep 12 00:33:16 2012 >>> net-libs/libpcap-1.3.0 Wed Sep 12 15:10:14 2012 >>> sys-apps/portage-2.1.11.16 Wed Sep 12 15:31:13 2012 >>> x11-apps/xbacklight-1.2.0 Wed Sep 12 15:32:15 2012 >>> x11-libs/cairo-1.12.2-r4 Wed Sep 12 15:32:20 2012 >>> ap

Re: [gentoo-user] OpenSP build fails

2014-04-23 Thread Stroller
dev-libs/libcdio-0.90-r1 dev-libs/libcdio-paranoia-0.90_p1-r1 dev-python/cython-0.19.1 dev-python/numpy-1.8.0-r1 dev-python/pillow-2.4.0 dev-python/pyelftools-0.21-r4 dev-python/pygobject-2.28.6-r55:2 dev-python/pygtk-2.24.0-r4:2 dev-qt/qt-creator-2.8.1 dev-util/cmake-2.8.12.2 dev-util/scons-2.3.0 g

[gentoo-user] Swap performance

2011-05-25 Thread Alex Schuster
is PC was new, I ran KDE 4.2 on x86, compiled all except OpenOffice in tmpfs, often had a virtual machine running in VMplayer, and it was fine. I sure run lots of applications (Kontact, Amarok, TV Browser which uses an incredible amount of RAM), some Dolphins, some Konsoles, a few Konquerors, about 1

[gentoo-user] Kino starts with a blank greyed out screen in Gnome

2006-11-18 Thread Alan Watson
: libglade-WARNING **: could not find signal handler 'on_time_format_clock_activate'. (kino:7648): libglade-WARNING **: could not find signal handler 'on_exit_activate'. (kino:7648): libglade-WARNING **: could not find signal handler 'on_video_back_button_clicked'.

Re: [gentoo-user] Did an "emerge world", now display customisations all gone

2013-03-19 Thread Andrew Lowe
.10.1 Sun Mar 17 21:41:08 2013 >>> kde-base/nepomuk-core-4.10.1 Sun Mar 17 21:42:32 2013 >>> kde-base/katepart-4.10.1 Sun Mar 17 21:42:57 2013 >>> kde-base/nepomuk-widgets-4.10.1 Sun Mar 17 21:43:18 2013 >>> kde-base/kdesu-4.10.1 Sun Ma