Slashdot Mirror


User: FooBarWidget

FooBarWidget's activity in the archive.

Stories
0
Comments
2,217
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,217

  1. Re:Missing it again. on KDE 3.2: A User's Perspective · · Score: 1

    Ah, good suggestion. Thanks (in contrast to that other anonymous flamer).

  2. Re:Missing it again. on KDE 3.2: A User's Perspective · · Score: 1

    Dude, fork() is a FUNCTION NAME! How else am I supposed to write software if I don't know any functions?
    It's exactly because of this kind of behavior, the belittleling of developers, why people like you are always looked down on.

  3. Re:All BUT surpassed? on KDE 3.2: A User's Perspective · · Score: 1

    Yeah sorry I was replying to the wrong thread. :p

  4. Re:Copy-Paste does not really work! on KDE 3.2: A User's Perspective · · Score: 1

    ???????????
    I just tried. It worked.

    Something tells me you're not using the latest versions. Don't go sit here idling and complain about bugs in older versions, upgrade and enjoy the bug fixes! I'm using Gnumeric 1.2.1 and OpenOffice 1.1.0.

  5. Re:All BUT surpassed? on KDE 3.2: A User's Perspective · · Score: 1

    That's funny, copying with Mozilla always works for me (though I've never copied more than 64 kb of text; people say Mozilla can't copy more than that.)
    Make sure you're using the latest version of Mozilla.

    This is a bug in Mozilla itself. The standard *is* clearly defined, see also the link I posted. It's just that Mozilla's implementation is buggy or not completely complaint. Blame the Mozilla developers.

  6. Re:All BUT surpassed? on KDE 3.2: A User's Perspective · · Score: 1

    As others have mentioned, the selection buffer and the clipboard are different things. The former is the traditional middleclick-to-paste behavior mainly for power users, the latter behaves exactly like MS Windows's clipboard.

    Select something in game, type Ctrl+X, go to Mozilla, select the address bar, type Delete, type Ctrl+V - and it works. It's exactly like in Windows.

    This is all documented in the standard. Read it.
    I think the problem is that you know about the middle click method and get it confused with the clipboard. People who don't know the middle click method will use the clipboard like they do in Windows and not run into problem. This is an education issue with old users, not lack of standards.

  7. Re:All BUT surpassed? on KDE 3.2: A User's Perspective · · Score: 1

    "1. He was NOT talking about "left-select, middle-paste" (which is more like drag and drop than copy and paste). He was talking about selecting copy and paste from the menu. (The shortcuts are Ctrl-C, Ctrl-V)."

    Err... so was I. That's why I said "click Copy/Paste".

  8. Re:It's the apps, stupid on KDE 3.2: A User's Perspective · · Score: 1

    "A printing system that works AS EASILY as Windows"

    Use a modern distribution. Most distros have switched to CUPS by now. Fedora has a nice printer configuration tool which autodetected my printer. I believe KDE ships a printer configuration tool (for CUPS).

    Printing anything is just as easy in Windows. Click Print, click OK, done.

  9. Re:Slashdot: telling you what you want to hear on KDE 3.2: A User's Perspective · · Score: 1

    Nonsense. Just look at the comments at every single desktop Linux article. People are very critical against Linux. Have you never seen those tons of "unless Linux does this and that/until the Linux crowd realizes this and that, Linux will never succeed"?

    Besides, most of the actual developers don't even take Slashdot stories seriously anymore after the years of trolling, flaming, bashing, belittleling and insulting of developers.

  10. Re:Linux desktops surpassed proprietary LONG ago on KDE 3.2: A User's Perspective · · Score: 2, Informative

    My school runs Citrix MetaFrame XP. It works nicely -- until something crashes. If a client crashes and reboots, you have to wait 10 or more minutes before you can login again. Internet Explorer crawls when scrolling. If you encounter one of those sites with animated ads, you're doomed - the client will freeze in an infinite loop trying to redraw the ad over and over. And the most annoying thing of them all: YOU CAN'T ALT+TAB BETWEEN WINDOWS!

    Have you tried X with NX compression? It makes X usable even over a modem connection.

  11. Re:Missing it again. on KDE 3.2: A User's Perspective · · Score: 1

    If a kioslave failed to load then your system is hosed. You CAN'T solve it yourself!

    You can keep on saying that the Linux community "does not get it" or something, but do you have a better suggestion of what else to put in that dialog instead? Look, I'm all for friendly error messages, but if fork() failed then what else can I say but "Unable to fork a process"?

  12. Re:All BUT surpassed? on KDE 3.2: A User's Perspective · · Score: 2, Informative

    Huh? What are you talking about?

    1. Start gedit.
    2. Type in something. Select all and click Copy.
    3. Start kedit.
    4. Click Paste. It works.

    The standard is clearly defined here: http://www.freedesktop.org/Standards/clipboards-sp ec
    QT 3.0+, GTK 1.2+, Mozilla, OpenOffice, Motif, and probably a lot more other apps and toolkits out there all comply to this standard (though Mozilla has a few bugs). These apps and toolkits cover 99% of all apps that Linux users use today.

  13. Re:Another alternative is D on Eiffel as a Gnome Development Language ? · · Score: 2, Interesting

    One problem D has is that it has no stable ABI, which could make distributing binaries written in D a pain. Just look at the C++ ABI breakages between GCC 2.95, 2.96, 3.0, 3.1, 3.1.1 and 3.2.

  14. Re:WinFS now delayed for over a decade. on Microsoft Clips Longhorn · · Score: 2, Interesting

    You mean things like extended attributes? Ext2 and ext3 support them, as does ReiserFS. Does that make ext2 and ext3 database filesystems?

    What are the advantages of a database filesystem other than being able to associate metadata to it?

  15. Re:What remains? on Microsoft Clips Longhorn · · Score: 1

    It looks more like a competitor to Perl than bash even though they call it a "shell".
    I don't see why people are so excited. If you want "objects" why don't you just use Perl?

  16. Re:WinFS now delayed for over a decade. on Microsoft Clips Longhorn · · Score: 1

    What's the difference between a "database filesystem" and a non-database filesystem?

  17. Re:Too many politcs in Linux :( on X.Org Foundation Releases X11R6.7 X Window System · · Score: 1

    So it's better to find information then vote, than not vote at all.

  18. Re:GPL question on X.Org Foundation Releases X11R6.7 X Window System · · Score: 1

    I'm not entirely sure but as far as I know, the X11 license (and BSD licenses) allows you to relicense the code even without other contributors' permission.

  19. Re:GPL question on X.Org Foundation Releases X11R6.7 X Window System · · Score: 2, Informative

    If you submit GPL'ed code to a GPL'ed project, and they accepted your code, and they want to change the project's license, then they have 2 choices:
    1. Ask every contributor whether he agrees on the license change. Only if everybody agrees, the license can be changed.
    2. If not everybody agrees, then they can remove your code and write their own, and change license anyway.

    So no - once your code has been GPL'ed, it cannot be relicensed, unless you agree.

  20. Re:Too many politcs in Linux :( on X.Org Foundation Releases X11R6.7 X Window System · · Score: 1

    Those who don't live by politics die by politics. If you don't vote against the next Hitler who knows what may happen.

  21. Re:Ugh on X.Org Foundation Releases X11R6.7 X Window System · · Score: 1

    The moderators don't seem to think so. They modded him up.

  22. Re:Ugh on X.Org Foundation Releases X11R6.7 X Window System · · Score: 1

    Did you read the release notes? There have been tons of cleanups and bug fixes.

  23. Re:I didn't see it in the changelog... on X.Org Foundation Releases X11R6.7 X Window System · · Score: 3, Insightful

    On modern distributions, scrollwheel mice are autodetected. I installed Fedora not too long ago and my mouse wheel works out-of-the-box.

  24. Re:The real issue.... on Longhorn Skinning A Reality · · Score: 1

    In Linux I can still switch to a terminal to kill the misbehaving process. In Windows XP I can do NOTHING. Heck, even in Win9x I can still kill misbehaving processes with Ctrl+Alt+Del but in Windows XP if a process locks the screen, there's NOTHING I can do.
    Why don't you people just give up and admit that Windows XP isn't fool proof?

  25. Re:The real issue.... on Longhorn Skinning A Reality · · Score: 1

    It does make sense. It doesn't matter whose fault it is, a well-designed operating system should not let buggy programs lock the entire system!