Slashdot Mirror


FreeBSD GNOME Project Site Open For Business

Joe Marcus Clarke writes: "The FreeBSD GNOME project is proud to announce the opening of our project site. This site is devoted to the GNOME desktop and its development on FreeBSD." While the port is an ongoing project, quite a few applications are ready, as are instructions on putting GNOME on your FreeBSD box.

41 comments

  1. .Net? On FreeBSD?!? by ScumBiker · · Score: 2

    I'm assuming that someone is porting the mono project to FreeBSD also. Should be interesting.

    --
    --- Think of it as evolution in action ---
  2. So what ... big deal. by nosferatu-man · · Score: 2, Funny

    So what was so difficult about (cd /usr/ports/gnome; make install),
    anyway?

    (jfb)

    --
    To spur "enterprise Linux," Big Bang, the distributed two-phase commit.
    1. Re:So what ... big deal. by DrSkwid · · Score: 1

      that's what I was thinking.

      %ls -d /var/db/pkg/gnome*
      /var/db/pkg/gnomeaudio-1.4.0
      /var/db/pkg/gnomedb-0.2.90_3
      /var/db/pkg/gnomecanvas-0.14.0
      /var/db/pkg/gnomelibs-1.4.1.2_2
      /var/db/pkg/gnomecontrolcenter-1.4.0.1
      /var/db/pkg/gnomeprint-0.29
      /var/db/pkg/gnomecore-1.4.0.4_2
      /var/db/pkg/gnomevfs-1.0.3

      mind you I've never tried to run Gnome proper, enlightenment is my WM and I feel no compunction to change.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    2. Re:So what ... big deal. by Arandir · · Score: 4, Interesting

      Difficulty #1: Gnome is written for Linux. Since FreeBSD doesn't follow the LSB (or what Gnome thinks the LSB should be), there are of course problems. Nautilus simply couldn't build under FreeBSD for the longest time.

      Difficulty #2: Gnome is written for Linux. Linuxisms abound in Gnome. To be fair, they abound in KDE as well, thus the existence of the FreeBSD KDE Project. Instead of submitting endless bug reports to Gnome, only to see them closed as "not a problem on my Debian box", I suspect the FGP will do much of this work fixing themselves, then submitting the patches to Gnome.

      Difficulty #3: This is still FreeBSD, after all. Someone has to maintain these ports. Since there's quite a few of them (and more being gobbled up by the 'g' prefix every day) it only stands to reason to have a central point of portage.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    3. Re:So what ... big deal. by efgbr · · Score: 1

      1. Nautilus wasn't working on FreeBSD but was on Sun Solaris. Weird, huh?

      2. Could you please point out some "Linuxisms"? I'm curious.

    4. Re:So what ... big deal. by marcovje · · Score: 1


      Nautilus compiles and runs afaik, but is a bit shaky.

      I ran make install in and Gnumric and Nautilus ports trees just to see it, and it compiled instantly and
      ran. Both of them, with no Gnome installed before.
      (about a month ago btw)

      However IMAP functionality of Nautilus crashed, GNumeric ran fine.

    5. Re:So what ... big deal. by Anonymous Coward · · Score: 0

      Who do you think created the /usr/ports/gnome directory?

      YOU?

      NO!

      The people who created it, are also the ones who work very hard everyday to make gnome apps work on FreeBSD, because the people @gnome.org don't really pay much attention to these things.

      If it wasnt for Joe Marcus Clarke and Maxim Sobolev, you wouldnt even have gnome on freebsd!

      So go get a clue!

    6. Re:So what ... big deal. by Anonymous Coward · · Score: 0


      mind you I've never tried to run Gnome proper, enlightenment is my WM and I feel no compunction to change.


      Mind you I've never tried to run BSD proper, Pepsi is my cola and I feel no compuction to change.

      IOW, gnome is *not* a window manager. It doesn't even include a window manager (although kde does).

    7. Re:So what ... big deal. by DrSkwid · · Score: 1

      gnome is *not* a window manager

      hehe oh yeah well never mind

      whatever it is I don't run it

      I prefer diet coke too

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  3. As a FreeBSD power user... by smnolde · · Score: 2, Redundant

    I will not be installing gnome bloatware^H^H^H^H^H^H^H^H^Hcomponents on my workstation.

    1. Re:As a FreeBSD power user... by Anonymous Coward · · Score: 1, Funny
      As a FreeBSD power user...

      Nobody who calls himself a "power user" is actually a real "power user."

    2. Re:As a FreeBSD power user... by Anonymous Coward · · Score: 0

      I'm a power user on my Windows NT system at home.

    3. Re:As a FreeBSD power user... by Arandir · · Score: 1

      Proof!

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  4. C'mon lads! by gruntvald · · Score: 1

    lets see if we can make a BSD story reach double digits in the number of posts!

    (intended to be funny, not insulting)...

    1. Re:C'mon lads! by Anonymous Coward · · Score: 0

      ok, here's a post

    2. Re:C'mon lads! by taion · · Score: 2

      Is that counting the "*BSD is dying trolls", or not? (:

      --

      ----------
      Floccinaucinihilipilification - the action or habit of judging something to be worthless
  5. Finally by Anonymous Coward · · Score: 3, Interesting

    After reading the problems certain users have had with GNOME I welcome a FreeBSD/GNOME site. Many Linux users don't realise just how based on Linux a few core GNOME components really are.

    One good example is the nautilus port. Not only did it take a long time to appear in the ports tree it still has a few problems (especially stability) on my FreeBSD-4.x systems.

    I think this site will also benefit Linux users because patches will most probably flow back into GNOME and make it more portable for other systems and expand the user base of many important projects, i.e. nautilus, evolution, etc.

    cheers

  6. Portable code. by Anonymous Coward · · Score: 1, Insightful

    GNOME is an example of what happens when you try to clone Microsoft.

    You get bloated, non-portable code.

    1. Re:Portable code. by aphor · · Score: 3, Interesting

      This makes no sense, in a non sequitur way that pretends to know about software development.

      GNOME is an example of what happens when you try to clone Microsoft.

      You get bloated, non-portable code.

      In actuality, the reason Gnome is bloated is that making modular reusable code isn't easy. How general/compatible do you make the component functions/classes? How autonomous/integrated should you make your application? Which libraries should you depend on, and which should you rewrite? The reason Gnome isn't portable is that in order to simplify the above problem, inadvertently or on purpose, developers tend to forget about other platforms (system dependencies) and concentrate on application dependencies. It's a symptom of just how hard these problems are. We have some lofty goals for our software these days, please pardon them for getting it somewhat wrong while they figure out how to do things.
      --
      --- Nothing clever here: move along now...
  7. Re:*BSD is dying by Anonymous Coward · · Score: 0, Troll

    It's kinda sad really; to be so afraid, that is. Makes me wonder how Tuxie got such a big-bad rep when the Lin-trolls are scared so easily.

    I dunno, maybe that's why I see so many "Lin*x user switching to BSD" posts these days.

  8. Oh, the pain of installing or upgrading. by Jayson · · Score: 4, Informative
    There are two great way to install on FreeBSD:
    pkg_add -r gnome
    or for those of you who like source:
    cd /usr/ports/x11/gnome; make install
    To upgrade application gnome-app:
    portupgrade -r gnome-app
    You might also want to install the package/port called gnome-fifth-toe, since that will include things like Gnumeric, GNUCash, Gimp, etc....
  9. Yes, but a port from Microsoft by Baki · · Score: 3, Informative

    See: this or this I'm not sure about the current status though.

  10. Re:Hard times for *BSD by Anonymous Coward · · Score: 0

    >> *BSD is fragmented between a myriad of incompatible kernels...

    ROFL! Someone's really Linux brain washed... That's hilarious! I really have to believe it's a joke (to have to not make sense like this) or someone who's extremly stupid!
    LOL!!! Sh*t, I need to show people this... Too bad it's under 'anonymous coward'.

    Good thing BSD isn't 'just a kernel' unlike Linux (as the original poster seems to think) or hell it would be fragmented like Linux.

    Good'ol *BSD, saves the day again!

    How many linux distro's do you want to run today?
    Last I counted, 288 various fragmented distros.
    Sorry boss, I don't know that distro, but I know distro #1, 2, 3, 5, 7, 66, 121 & 124 just not 4, 6, 8-65, 67-120, 122-123 & 125-288! Oh, and I downloaded this week's kernel, tomorrow next kernel and the day after next kernel!
    Sorry boss, need to reboot our servers to update the kernel for today!

    We're not @ 2.4.x-pre-patch-1b4-p1 only 2.4.x-pre-patch-0b4-p0.1.
    I'll patch our already patched kernels, with the patches to patch those patches! Sorry boss, this is the 'Linux' way!

    Oh, expect security holes in this week's release too, and next week's will have serious file system corruption problems yet again!

    Here's lame trolling for you troll god!

  11. why is this being covered? by ideut · · Score: 0, Troll

    Since Steve Jobs decided to close source FreeBSD, I don't understand why anyone would carry on following its sorry demise. It seems to me that Linux is the only credible alternative?

    --

    --

    1. Re:why is this being covered? by deep13 · · Score: 0

      what the hell are you talking about? freebsd is still as open as it ever was. Jobs just "borrowed" it (along with jordan hubbard) for OSX.

  12. Re:Hard times for *BSD by marcovje · · Score: 1

    I'm BSD'er, but this is nonsense.

    The frequent inbetween releases for linux kernels
    are to be able to have some more broad testing, since
    keeping a "make world" environment working is somewhat more complicated with that much
    distributions, embedded use etc.

    But BSD isn't doing that bad. Yesterday installed FreeBSD 4.5 on my laptop, and to my surprise it detected all devices of both laptop and docking station.
    It's an older laptop, but still....

  13. What happened to OpenOffice? by Anonymous Coward · · Score: 0

    It doesn't seem to run under Linux ABI and there aren't any ports that work on FreeBSD?