Forgot your password?
typodupeerror

Comment Hyperlinks in Terminal (Score 0) 176

GNOME Terminal introduced a new escape sequence that allows arbitrary text to become a hyperlink, pretty much like <a> tags on webpages. The same feature is also available in iTerm2's beta series as well as Tilix. Hope some of you will find it truly useful!
As the first "official" tool to utilize this, coreutils-8.28 introduced "ls --hyperlinks". Filenames are linked to their corresponding "file://" URI, and ctrl+click conveniently opens them in their preferred graphical application.

Comment worst terminal emulator ever (Score 0) 526

I'm happy to announce that Gnome 2.10 includes the worst terminal emulator application ever seen, which obviously didn't survive more than one minute of testing. Just tap on Enter at your shell prompt and see it. Or try to view a manpage (with "less" as your pager).
vte didn't have a maintainer for quite a long time, both Gnome 2.6 and 2.8 included vte 0.11.11 which suffered from plenty of major (but not critical) bugs (see their bugzilla) and many of them already had a patch either in their bugzilla, or in Fedora or some other distros. Some of these bugreports/patches were created by me, I've spent a couple of days making vte suck less, but as I'm not a Gnome developer and don't have CVS access, all I can do is put every piece of information I know into their bugzilla. On Mar 3 (less than a week ago) some random patches were committed into cvs, which made the very basic features of vte (e.g. being able to scroll inside the terminal) go wrong. Also the new maintainer complained that some of my patches no longer apply and shall I please port them to the new codebase. Okay, "patch -p1 blabla" isn't able to apply them anymore but it would take about two minutes to apply them manually, especially if he read the comments where I described what and why I did. (Now I'm talking about bug 164153.)
So he applied untested and faulty patches, didn't apply some good patches just because they didn't apply cleanly with the "patch" utility, and then released vte-0.11.12 which is so fscking broken that I can't understand how someone could work with it for more than twenty seconds.
Is this really the way to go? Commit tons fundamental non-trivial patches just five or six days before release so that there remains no time to test them? And then don't even try to test them 'cause I'm pretty sure that everyone would notice within a minute that the current version is unusable? Aren't there some development policies that would forbid such kind of change-everything-right-before-major-release commits?

Slashdot Top Deals

% "Every morning, I get up and look through the 'Forbes' list of the richest people in America. If I'm not there, I go to work" -- Robert Orben

Working...