Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 590 matches

Go to advanced search

Advanced search
Search found 590 matches
  • Page 1 of 24
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 24
  • Next
by vdboor
Tue Jul 25, 2006 10:21 am
Forum: Desktop Environments
Topic: Konqueror Session Saver & aMsn Alternative
Replies: 4
Views: 1238

Re: Konqueror Session Saver & aMsn Alternative

So I'm looking for a konqueror session saver, but I'm really stuck on aMsn. kopete and kmess don't impress me, aMsn has all these nice features and almost measures up to the real msn messenger. Is there an aMsn qt port or anything?.

Well, how about telling why you're not impressed with it? Post ...
  • Jump to post
by vdboor
Tue Jul 19, 2005 3:07 pm
Forum: Portage & Programming
Topic: Autoconf include M4 file
Replies: 3
Views: 944

The code is in a configure.in.in file currently, this does work indeed.

I'm looking for a include function because I've copy-pasted the code from "binreloc.m4". Having a separate file I can upgrade is easier to maintain.
  • Jump to post
by vdboor
Tue Jul 19, 2005 12:45 pm
Forum: Portage & Programming
Topic: Autoconf include M4 file
Replies: 3
Views: 944

Autoconf include M4 file

Is it possible to include another M4 file with autoconf? I'd want to include a M4 Macro from configure.in
Googling from autoconf include didn't help much off course.. ;)
  • Jump to post
by vdboor
Mon Mar 07, 2005 6:50 pm
Forum: Dutch
Topic: LaTeX regelafbreking.
Replies: 2
Views: 3171

Heel erg bedankt! De tutorial ziet er goed uit. :)
  • Jump to post
by vdboor
Mon Mar 07, 2005 12:31 pm
Forum: Portage & Programming
Topic: LaTeX line breaks.
Replies: 5
Views: 727

thanks a lot :)

There was one thing I'm wondering about:
robbar wrote:No, a single linebreak doesn't matter in LaTeX. You only get an new line in just in case:
- you use \newline
- or you have two adjacent linebreaks
What is the difference between \newline and \\ ? (or \\\\)
thanks in advice.
  • Jump to post
by vdboor
Mon Mar 07, 2005 9:52 am
Forum: Dutch
Topic: LaTeX regelafbreking.
Replies: 2
Views: 3171

LaTeX regelafbreking.

Hallo,

Ik ben laatst begonnen met LaTeX, maar ik heb problemen met de regelafbreking van nederlandse woorden. Zo zie ik dingen als "een korte beschri- jivng" in het document.

Bovenaan het document wordt al "\usepackage[dutch]{babel}" ge-include.

Heeft iemand een oplossing voor dit probleem?
  • Jump to post
by vdboor
Mon Mar 07, 2005 9:43 am
Forum: Portage & Programming
Topic: LaTeX line breaks.
Replies: 5
Views: 727

LaTeX line breaks.

I've just started experimenting with LaTeX, and I was wondering:
does it matter if I use linebreaks in my paragraphs?
My tex file is stored in subversion, and using a new line for each sentense makes it easier to see the "svn diffs".
  • Jump to post
by vdboor
Fri Feb 18, 2005 6:12 pm
Forum: Portage & Programming
Topic: vim: Start a compiler from vim
Replies: 4
Views: 1650

Just wondering, how does the tex stuff work? I've found this in the help, but it doesn't have the desired effect:

Code: Select all

set makeprg=latex\ \\\\nonstopmode\ \\\\input\\{$*}
I get the following error:

Code: Select all

! LaTeX Error: File `.tex' not found.
I did save the file though.
  • Jump to post
by vdboor
Fri Feb 18, 2005 6:07 pm
Forum: Portage & Programming
Topic: vim: Start a compiler from vim
Replies: 4
Views: 1650

vim: Start a compiler from vim

Hi people,

I've read some interesting things about starting your compiler from VIM itself, and also retrieving a list of error messages (instead of the normal ugly output), jumping to the line in error.. :D Sadly, all these features are not well documented (examples are lacking).

In other words ...
  • Jump to post
by vdboor
Mon Feb 07, 2005 10:04 pm
Forum: Documentation, Tips & Tricks
Topic: KDE tips & tricks
Replies: 97
Views: 138747

In KMail, select a fragment of an e-mail message and press "r". Your reply only quotes the selected text.
  • Jump to post
by vdboor
Mon Feb 07, 2005 9:44 pm
Forum: Documentation, Tips & Tricks
Topic: Easy accents in X11
Replies: 33
Views: 21931

For example:
alt gr + s = ß
alt gr + [ then o = ö
alt gr + 3 = €

I'm curous; the compose + [ trick doesn't work for me.. Any ideas what causes this?

This is my keyboard section:
Section "InputDevice"
Identifier "LogitechDC_Keyboard"
Driver "kbd" # "Keyboard"

Option "AutoRepeat" "500 30 ...
  • Jump to post
by vdboor
Sun Feb 06, 2005 12:15 pm
Forum: Documentation, Tips & Tricks
Topic: Easy accents in X11
Replies: 33
Views: 21931

I've had some problems for this too, but learned the following:

To write ß, hit compose+s+s
To write æ, hit compose+a+e
To write é, hit compose+'+e

The compose key can be defined with XModMap, or use this line in xorg.conf:

Option "XkbOptions" "compose:rwin"

Place it in the keyboard section ...
  • Jump to post
by vdboor
Sun Feb 06, 2005 12:05 pm
Forum: Portage & Programming
Topic: C/C++ very simple question.
Replies: 3
Views: 576

Can you pre-declare certain symbols?

like:

Code: Select all

class Foo;

class Quux
{
  private:
    Foo * foo;
}
And only include "foo.h" in "quux.cpp". It's also compiles the project much faster.
  • Jump to post
by vdboor
Sat Jan 29, 2005 12:58 pm
Forum: Other Things Gentoo
Topic: Want to move back to Linux
Replies: 6
Views: 1027

Doom 3 has a native Linux installer. That's one thing.. :) I do hope you have NVidia hardware, ATI's Linux drivers still have a lot of problems.
  • Jump to post
by vdboor
Sat Jan 29, 2005 12:55 pm
Forum: Other Things Gentoo
Topic: Difference between 2004.2 & 2005.0?
Replies: 3
Views: 1227

One thing to note about "staying up to date:".

Running " emerge --sync, emerge --upgrade world, emerge --upgrade --deep world " keeps your system up to date. (using --ask --verbose flags is recommended BTW ;))

Every now and then, a new system-profile will be released. Think of it as some kind of ...
  • Jump to post
by vdboor
Wed Jan 26, 2005 11:13 pm
Forum: Documentation, Tips & Tricks
Topic: HOWTO: Install freenx
Replies: 745
Views: 718182

FYI, Just tried to emerge from the ebuilds and that failed. I am using gcc 3.4.3 which failed on the build of nx-x11-1.4.0-r3.

Changed to gcc 3.3.4 and it has built fine.

I think you should look for some incompatibilities between libstdc++.so.6 and libstdc++.so.5. If some of your libraries ...
  • Jump to post
by vdboor
Wed Jan 26, 2005 11:06 pm
Forum: Other Things Gentoo
Topic: Something broke OpenOffice..?!?
Replies: 4
Views: 1498

Lexitus wrote: Don't know why that's happening either... I should probably just remove NX, since I'm not using it.
Lucky you :)
You can also comment the paths out in /etc/env.d/*nx*

(or don't use the masked gcc-3.4 compiler, because that ebuild introduced the new libstdc++.so.6 library)
  • Jump to post
by vdboor
Wed Jan 26, 2005 2:07 pm
Forum: Portage & Programming
Topic: mod_php merge error (sablotron not found, but installed)
Replies: 2
Views: 930

Never mind

Never mind,
This appears to be a ./configure bug.. (should I report this somewhere?)

This is a part of the output from config.log:

configure:85184: checking for sablot-config
configure:85202: checking for Sablotron version
configure:85227: gcc -o conftest -march=athlon-xp -pipe -O2 -fomit-frame ...
  • Jump to post
by vdboor
Wed Jan 26, 2005 1:57 pm
Forum: Portage & Programming
Topic: mod_php merge error (sablotron not found, but installed)
Replies: 2
Views: 930

mod_php merge error (sablotron not found, but installed)

checking for sablot-config... found
checking for Sablotron version... configure: error: Sablotron version 0.96 or greater required.

!!! Please attach the config.log to your bug report:
!!! /usr/tmp-portage/portage/mod_php-4.3.10/work/php-4.3.10/config.log

!!! ERROR: dev-php/mod_php-4.3.10 failed ...
  • Jump to post
by vdboor
Mon Jan 24, 2005 12:42 pm
Forum: Gentoo Chat
Topic: Extreme CFLAGS problems...
Replies: 245
Views: 192070

I agree with the opinions of 'ciaranm' and 'Hell'.

Limiting choice (or producing a big warning sign) could scare some people off. But it could make the Gentoo community a lot healthier.

The piont 'Hell' is trying to make is valid, the Gentoo handbook doesn't educate users much about CFLAGS, nor ...
  • Jump to post
by vdboor
Sun Jan 23, 2005 10:00 pm
Forum: Gentoo Chat
Topic: Extreme CFLAGS problems...
Replies: 245
Views: 192070

ciaranm wrote:Well, it breaks toolchain for a start. Although, our toolchain people are overly nice and do some filtering for you.
What do you mean with the "toolchain" exactly?
  • Jump to post
by vdboor
Sun Jan 23, 2005 8:28 pm
Forum: Gentoo Chat
Topic: Linux Format "Ultimate Distros" Article
Replies: 89
Views: 55905

Re: Linux Format "Ultimate Distros" Article

You sound like you like Debian a lot more, which I don't have anything against, but why are you using Gentoo? I haven't tried Debian (I couldn't get it installed - it wouldn't detect my cd drive or ethernet port) so I am curious about it.

What I've seen about Debian so far impressed me a lot, and ...
  • Jump to post
by vdboor
Sun Jan 23, 2005 12:18 pm
Forum: Gentoo Chat
Topic: Linux Format "Ultimate Distros" Article
Replies: 89
Views: 55905


Have you run mad? Linspire at number 7!. :wink: Does Linspire still default to running as root unless a user sets up a user account after install?

They did mention this is a funny way:


TO imitate Windows like no other distro dared to do, Linspire kept the user logged on as root all the time ...
  • Jump to post
by vdboor
Sun Jan 23, 2005 11:47 am
Forum: Gentoo Chat
Topic: Linux Format "Ultimate Distros" Article
Replies: 89
Views: 55905

Re: Linux Format "Ultimate Distros" Article

It says that "in terms of overall increase in performance, Gentoo is unlikely to bring more than 15%". If you consider Mandrake (ranked #1) takes more than a minute to boot up (to the login manager) for me where as Gentoo takes 20 secs to get to the command line and 30 secs to the login manager, I ...
  • Jump to post
by vdboor
Fri Jan 21, 2005 10:21 am
Forum: Other Things Gentoo
Topic: "best" mailserver
Replies: 22
Views: 4175

Here is another vote for Postfix :P

I found it easy to work. Their FAQ is very helpfull BTW. You can have a Postfix server running in no time.

QMail existed before Postfix, meaning Postfix has learned from QMail's mistakes. See here for more info. (one of the first hits in 'google groups' looking ...
  • Jump to post

Search found 590 matches
  • Page 1 of 24
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 24
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic