Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Configuration (Score 1) 362

But every once in a while now something will open an evince window or I want to play Iagno. It's bad enough that those windows don't follow the system theme at all (which was once a solved problem).

Do you have a link to a bug report for that?

To make all of this worse, I know that gnome can support these sort of things. I've configured it on a work machine that only has gnome3. But I can't find a way to make Gnome apps behave when run under XFCE.

Sounds like maybe the XFCE window manager isn’t doing something it should be doing, don’t you think? In any case the GNOME developers are not hostile like you like to call them and that issue should be reported in a bug tracker so it can eventually be solved.

Funny enough, I just noted a post-it app I have up is using client side decorations but still manages to handle shading correct. Still raises on click and can't be pinned. But there's hope these wheel will eventually be rediscovered or reinvented.

Can you provide us with the name of that application and maybe a link to their website?

Comment Re:Can't wait for the Git fad to die out. (Score 1) 28

I've worked with a number of teams that use Git, and they all use it like a centralized VCS

The D in DVCS stands for distributed, not decentralized. The model is up to you, but even with a centralized one there are many benefits. Try bisecting with SVN.

except it's more awkward to set up and use than a VCS like SVN or Perforce or even CVS is.

Then you must be doing something wrong. I’ve had to handle both SVN and git repo sharing and git was a breeze compared to SVN. Not to mention starting a project on your own is as easy as `git init`.

Then they spend more time arguing about whether or not to rebase than they spend actually developing software.

Sure, the tool is to blame for people who like bikeshedding.

It's a real shame that Mercurial didn't win out. It's a superior DVCS in every way, except for not having as much mindless hype surrounding it. But I suppose in some ways that's one of its best features, too. It hasn't attracted all of the fools that Git has.

My first DVCS experience was with Mercurial, and I’m glad git won the race. The only features I missed when moving to git were `hg incoming` and `hg outgoing` and I kinda managed to implement them with aliases using fetch and log, so I’m happy now.

Comment Re: I predict (Score 1) 557

Linux is mainly for servers and embedded systems. On the desktop it's for people that enjoy tinkering with computers rather than getting work done.

Funny that I stopped using Windows and moved to Linux on my desktop precisely because I was tired of having to maintain the system itself and wasting my time on tinkering rather getting work done.

Comment Re:Imagine (Score 1) 121

Did you bother reading what I wrote? Follow the link you posted. You'll find a "Find all bugs marked as fixed since" box, enter something like "-365d". There are open bugs, but there are closed bugs too, and quite a lot of them. Your argument about not spending time making GNOME better and refining it is clueless.

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...