TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bug 698544 – Background configuration is missing in terminal profile editor

344 pointsby Signezabout 12 years ago

47 comments

Udoabout 12 years ago
I think this bug report is an excellent example of how not to interact with your users.<p>1. Remove a long-existing feature without telling anyone, hidden in a minor update<p>2. A user reports it in a friendly and informative manner. Persch [dev] closes with a single word "<i>No</i>". That alone should make any user furious.<p>3. A discussion ensues with someone finally (and understandably) concluding that this was done intentionally. To which Mueller [dev] responds: "<i>Please don't. Please give <a href="https://live.gnome.org/CodeOfConduct" rel="nofollow">https://live.gnome.org/CodeOfConduct</a> a read. And please consider that this bugzilla is not meant to be a discussion forum but rather a place where actual bugs are kept.</i>"<p>Holy crap, so we are to conclude that it was not done intentionally but it should not be fixed either and that nobody is supposed to complain because the developers' code of conduct states that they always mean well by definition.<p>4. Another user sheds light on the backstory by pretty much proving this was done on purpose (contradicting Mueller). To which a third developer responds indignantly that the "official" workaround for this issue is sufficient and that the user should head over to the corresponding wiki page and improve the workaround description. He then closes again with a statement about how all devs are well-meaning (just for the added cognitive dissonance I suppose).<p>What takes the cake: from reading their description, the suggested "workaround" seems to make the whole window transparent, including the terminal text.
评论 #5691203 未加载
评论 #5690978 未加载
评论 #5691984 未加载
评论 #5690982 未加载
评论 #5691294 未加载
评论 #5693854 未加载
Jonaninabout 12 years ago
A friend of mine works on gnome, and I asked him about it. The actual explanation for this is a lot more reasonable:<p>"Him: OK, I figured out what happened. It wasn't ideal in terms of commits. So, we have an old configuration system GConf, and we replaced it with our new one, GSettings, for N reasons. GSettings was missing a feature for gnome-terminal to implement, so it went without GSettings for a long time, until the 3.8 cycle, when we ported it over with a workaround. The port wasn't 100% complete, so it landed with the intention of adding feature parity, like with terminal transparency support.<p>However, after asking our team, we decided it wasn't worth it keeping the support code around for terminal transparency, and dropped it.<p>It's an unfortunate thing that happened where the reasoning wasn't relayed entirely in commit messages, and you're right -- it was dropped in a seemingly unrelated commit. But that's after intentions changed -- a broken port to new tech with the intention to fix it, then that changed, and thus it got dropped under the guise of "Remove dead code"<p>me: fair enough. so the only wrongdoing really was persch's response.<p>Him: Yeah. So, it turns out that he was just tired. That was the 7th or 8th bug report about it, and he didn't feel like explaining it again."
评论 #5691328 未加载
评论 #5691564 未加载
评论 #5692340 未加载
评论 #5691350 未加载
评论 #5698012 未加载
columboabout 12 years ago
It's the attitude more than the bug. People (and to a greater extent Developers) don't always have the greatest grasp on language. And this DOES NOT mean everything needs to be 'sugar coated'.<p>Want something removed? Create a definition of when you should activley remove something. Like this:<p>Candidates for feature removal of (SYSTEM)<p>* Does not impact how the application can be used<p>* Requires manual testing<p>* Is greater than 1% of the size of the application, or greater than 500 lines of code<p>If X meets all three candidates it's up for removal. Any bug created can be referred directly to this list.<p>There. You don't have to come out and say "We're terribly sorry, but unfortunately we've decided to remove this feature because of blah blah blah" and you don't have to just say "No.". Instead you can say "Removal decision is based on (INSERT LINK TO ABOVE), if you disagree (INSERT ACTION TO CHALLENGE)".<p>What people want is something that gives the impression of a uniform set of decisions. They don't want to feel that people/developers are just being petty dictators.
评论 #5691090 未加载
评论 #5690909 未加载
NelsonMinarabout 12 years ago
If accurate, this comment by Tobias Wolf is the craziest part: <a href="https://bugzilla.gnome.org/show_bug.cgi?id=698544#c19" rel="nofollow">https://bugzilla.gnome.org/show_bug.cgi?id=698544#c19</a><p>"He hid the removal among very unrelated changes (gtk to gsettings switch) and spread the rmeoval across more than one commit. Such that you cannot easily revert it. I strongly assume this was done intentionally."
评论 #5691099 未加载
评论 #5691165 未加载
评论 #5691385 未加载
ParadisoShleeabout 12 years ago
Sit down and let me tell you a story about Gnome of old - a very happy little linux desktop with a bunch of happy users. For nearly ten years I was a gnome user and there were many like me who looked at their DE and smiled because it was good. but as time progressed, the desktop ecosystem got stale and most of the other DEs were unchanged in any noticeable way for more than ten years because people were happy enough.... then people started talking and decided that this year or next was the YEAR OF THE LINUX DESKTOP and something had to change to make it so.<p>So the gnome developers had a plan. "Linux needs a desktop for all of these people who don't use linux". We need to build something for the non-users.... and the other developers looked at each other and agreed. "YES! Let's throw away our current user base and focus on the users we don't have". The developers were very happy with themselves.<p>We can focus on tablets and touch... everything can be round and safe and nobody will be able to change anything because they will simply love our environment so much.<p>and since that sad day, the gnome developers pretended that nobody actually uses gnome and everybody who did were less than human. They waited for the billions of people on the planet that would really really love using gnome once they find it.<p>So I left..<p>Classic gnome developers and their little man syndrome.
btillyabout 12 years ago
Here is my theory/perspective.<p>I, and a lot of people, are willing to spend time configuring the environment until it fits like a glove. When we have to upgrade, what we want is for that to just continue to work, but with bugs fixed.<p>In practice we wind up having to reconfigure to get back to the same state as before. And this makes us want to avoid upgrading. This also makes people who care not be involved in development - after all our environments are as we want them to be, and we want that to get out of our way so that we continue to work. So developers never hear from us unless something breaks. And then we're upset.<p>When an upgrade means getting rid of the way that we are used to working, we get unhappy. Therefore people who develop desktops do not like people like me. I can understand that. But I still do not appreciate the arrogance and condescension that I see coming from desktop developers towards people like me.<p>I personally have no idea why people get involved with developing desktops. It is not something that interests me. It is clear when I read what they say that they do not want anything resembling what I want.<p>My ideal desktop almost used to be fvwm2 - maximum real estate, multiple screens, no "helpful (mis)features" that I didn't want. The only missing feature on my wishlist is to have multiple monitors, with the monitors cycling independently through screens. But many years back Debian integrated their version of fvwm2 into Gnome, and things stopped working properly. (This was long enough ago that I no longer remember what broke - just that it did break.)<p>I developed a dislike of the Gnome project back then, which I've never seen anything to dissuade me from.
评论 #5691327 未加载
obviouslygreenabout 12 years ago
Regarding the removal itself, this is an unfortunate trend that, as far as I'm aware, started in the last couple years with Firefox and Chrome inappropriately and unapologetically removing features and options (and changing standard behavior like the image view background color) that had previously been present and in use. I don't think it's really curable, as it always seems to be the result of inconsiderate people having too much sway over what gets pulled/committed, and that's just a risk of open source.<p>The dev's attitude here is also shit... if you're not willing to reasonably address valid concerns related to decisions you've made that were obviously going to affect regular users, you have no place making those decisions and forcing them on others in the first place.
评论 #5691362 未加载
评论 #5691239 未加载
评论 #5691047 未加载
kunaiabout 12 years ago
While I don't personally think that terminal transparency is a big deal (just switch to Xfce Terminal if you want it), the attitude of the developers is rude and uninformative.<p>You don't have to be completely ingratiating; just say "This feature was removed because of [reason], if you do not like this decision, comment on [place to comment].<p>That's it. A "No." is unacceptable.
ultim8kabout 12 years ago
Is it me or linux desktop was better 5 years ago?<p>The ui was always inconsistent and ugly (e.g. Gnome icons are a joke), but it was fast and had some cool features the competition implemented years later.<p>Now its behind the competition, terribly slow and still inconsistent and ugly.<p>Sorry devs, I don't mean to understate your work, but sometimes criticism is needed to help evolution and improvement.
评论 #5691228 未加载
评论 #5691052 未加载
评论 #5691037 未加载
评论 #5691079 未加载
评论 #5691029 未加载
评论 #5691272 未加载
评论 #5691200 未加载
ebletabout 12 years ago
GNOME has been plagued with terrible maintainers and even worse management that doesn't get rid of them immediately, leading to a drastic erosion of the brand value it acquired during GNOME 2.<p>In any sensible project Mr Christian Persch would be stripped of all his commit privileges immediately, but in GNOME there is no such oversight.<p>The root issue is probably that most GNOME people are employed by Red Hat, but Red Hat doesn't really care about the consumer desktop GNOME is targeted for because they focus on servers and enterprise.<p>As a result, these guys are paid to work on GNOME and thus have plenty of time to influence it, but are left without any management, which results in these guys directing the project according to their own whims, with total disregard for users.<p>Over time, this culture eventually influenced even people like Persch which appear to be independent maintainers.
评论 #5691106 未加载
rachelbythebayabout 12 years ago
I said "No." once, but it was in a code review, and there was a lot of context involved. It generated a pretty big backlash until I went to the trouble of explaining all of it. In retrospect, it worked out perfectly, because without the backlash, people might not have realized what had been going on.<p>I was responsible for keeping a LAMP stack running which ran a bunch of tests written by various other people in the larger department. Usually the benchmark would be C++, and that would be kicked off by a shell script, and that shell script would be kicked off by a Python program. Obviously this is pretty crazy already, but this one guy found a way to make it worse.<p>One day I noticed this machine was running out of disk space. It was also getting bogged down and was starting to swap since something was chewing CPU and memory. I found a benchmark program (one of the C++ binaries) running, and since it never shut down properly, it kept these giant log files open. Since they were still open, the log rotator couldn't reclaim the space.<p>I filed a bug with the test owner: please make this test not leave these processes behind. He didn't seem to know how, so I just said that you should make sure you've stopped anything you started. He didn't know how to do that either and booked an appointment in my calendar to see me in person (yes, really).<p>On that day, we chatted, and I told him that syscalls like fork() return the PID of what you started. You can just hang onto it and whack it later. If that process doesn't fork itself to become a daemon (which this one didn't), odds are it will be the value you want when the time comes. If it does fork or whatever, you might be able to get something done with process groups. I had to explain fork, kill, setpgrp, setsid and all of that to someone who was supposedly employed as a systems tester.<p>A couple of days later, he sent me a proposal for a fix. It amounted to this:<p><pre><code> ps aux | grep bin_name | grep -v grep | awk ... | xargs kill -9 </code></pre> I should point out that this machine would usually run multiple instances of the same test on different machines at the same time. They'd all have the same bin_name, and they all ran as the same user. At best, the script would kill itself. If we weren't so lucky, it would also bring down anything else which happened to match "bin_name", even if it was completely unrelated.<p>Even though I had shown him the low-level way to do the right thing, he fell back on this scripting monkey approach. I said that was unacceptable, and left him to figure it out.<p>Months passed. I'm not exaggerating here. It was something like four months later when I heard back from him. He posted a comment to the (still living) code review asking if things were okay now. I loaded it up to see what he had done.<p>Nothing had changed. It was the same "ps ... xargs kill -9" cruft he wrote originally. He didn't even try to change things. Maybe he was trying to sneak it past me and wanted to see if I'd forgotten, or didn't care, or what.<p>Well, given that his question was "is this okay now", my answer to the review was just: "no.". I was no longer interested in elaborating and spoon-feeding him.<p>He obviously didn't like this, because a few minutes later I had mails from both his boss and my boss saying how I needed to be more constructive and all of this.<p>I wasn't about to take this lying down, so I found all of our old communications where I tried to teach him how to do his own job: job control stuff fork, kill, and the like. I mentioned all of the back and forth we had and the time I had taken to explain it in person. I even dug up the example code I had written to demonstrate exactly what a session leader or process group winds up doing in practice.<p>I pasted all of this into the code review, making it public record for the entire company to see. The managers backed off and apologized to me.<p>A couple of weeks later, he disappeared into some other department.
评论 #5691411 未加载
评论 #5691479 未加载
评论 #5692669 未加载
评论 #5691800 未加载
jaseemabidabout 12 years ago
This is not the first time gnome developers are doing this. The project is in a state where they just don't listen to the community and keep on doing really bad things. Its not surprising that the whole gnome 3 is a huge failure. Here is an example.<p>Quite some time back they removed the tree view[1] and nautilus extra panes[2]. Reason? it is not good on touch screens! So what about all the developers on normal laptops? I dont see a good future for the gnome project with all this rude behaviour.<p>PS: I wrote a longer blog about this sometime back. <a href="http://jaseemabid.github.io/07-11-2012/thoughts-on-gnome-3.html" rel="nofollow">http://jaseemabid.github.io/07-11-2012/thoughts-on-gnome-3.h...</a><p>1. <a href="https://git.gnome.org/browse/nautilus/commit/?id=ef467c8775392d0f0feb0e38f7a80f2d41719d84" rel="nofollow">https://git.gnome.org/browse/nautilus/commit/?id=ef467c87753...</a><p>2. <a href="https://git.gnome.org/browse/nautilus/commit/?id=b8d5b4a7bcf47ed34a6343c95bcc3b079255c0a0" rel="nofollow">https://git.gnome.org/browse/nautilus/commit/?id=b8d5b4a7bcf...</a>
评论 #5694923 未加载
mseepgoodabout 12 years ago
I fail to see a single use case for terminal transparency. It makes text less readable.
评论 #5690815 未加载
评论 #5690871 未加载
评论 #5690813 未加载
评论 #5690804 未加载
评论 #5690860 未加载
评论 #5690874 未加载
评论 #5690856 未加载
评论 #5690919 未加载
评论 #5692348 未加载
评论 #5690847 未加载
评论 #5690807 未加载
评论 #5690819 未加载
评论 #5690803 未加载
评论 #5690817 未加载
评论 #5690789 未加载
elibenabout 12 years ago
It makes me sad how prone programmers are to condescension and dismissing attitude towards other programmers. Especially leads of open-source projects. Something about having all that influence gets into people's heads.
评论 #5690911 未加载
c-aabout 12 years ago
To quote the maintainer in another bug.<p>--- The reason is that these settings make no sense. Why should a terminal be transparent, or have an image behind everything, but the same not apply to, say, gedit, or firefox, or evolution?
评论 #5692525 未加载
评论 #5691111 未加载
aristidbabout 12 years ago
Because mentioning that it's Gnome 3.7 is so much less important than the bug number. (The original submission title did include some editorializing perhaps, but at least the reader had a chance of knowing that it was about Gnome 3.)
cpdeanabout 12 years ago
Why did the title of this link get changed? Now it's generic and doesn't highlight why this is a big deal. It's glossing over the most salient part of this narrative.
wladimirabout 12 years ago
This is the final straw, I'm switching to KDE/Kubuntu in next release.<p>Even if a transparent terminal is a weird thing to like, I like it, and have always used it. Taking it away just because you think it's useless is not acceptable to me. Really you can come with 1000's of arguments why it's non-productive, "just aesthetic", "not in web browsers either" and so on but I don't care. And I'm sure I'm not the only one.<p>(as an aside I think it could be a interesting feature in web browsers to support window-level transparency. Use a background with partial transparency and render web content directly to the background. For example, for desktop widgets)<p>We're in 2013 right with super-powerful GPUs of today (and even the crappy i945 in your old laptop) it shouldn't be too much to ask to do a small bit of composition. Sure, X's archaic architecture may be at fault, it may be tricky, but now there's Wayland, Android Surfaceflinger, ... Please don't go backward to better support archaic APIs.<p>For me, open source is about choice and customization and possibilities, if I wanted a platform with a single vision I'd go for Apple.
评论 #5694729 未加载
Kjeldahlabout 12 years ago
I like transparent shell backgrounds. I recently upgraded to Ubuntu 13.04 using Gnome 3.8 (using the team-gnome3 ppa), and my terminals still has transparent backgrounds (with a setting in the profile menus that allow me to modify it as well). So I guess either Ubuntu or team-gnome3 patches Gnome to keep the transparent stuff in?
评论 #5690830 未加载
GhotiFishabout 12 years ago
It its core. I don't disagree with what gnome is doing.<p>Removing an old feature is fine by me if you have something better.<p><i>If you have something better.</i><p>but... If you're just trying to homogenize your user base, then you deserve the acrimony you're going to get. I'm glad this story got some publicity. Thanks Signez!
raverbashingabout 12 years ago
Thank you Gnome<p>Next time I get into a discussion about how Gnome doesn't give a rat's ass about user experience, I'll just point to the article link.<p>Here's (another) proof of that.<p>And that's why switching to XFCE is the first thing I do in my Linux installations
rjh29about 12 years ago
If you want a workaround, install xfce4-terminal. It's a fork of GNOME terminal and retains all of the settings that GNOME removed, including background transparency. It also appears to be faster.
评论 #5692598 未加载
anonymousabout 12 years ago
I think it's telling that even before clicking the link, I knew precisely what it was about, even though I haven't used Gnome in years and never knew the terminal ever gained or lost the ability to have a transparent background. Actually, compare and contrast with this bug report <a href="https://bugs.kde.org/show_bug.cgi?id=198175" rel="nofollow">https://bugs.kde.org/show_bug.cgi?id=198175</a> about a similar feature in kde's terminal.
gfodorabout 12 years ago
Meanwhile, Apple added improved terminal transparency support in Terminal.app in the last OS update which allows the user to control not only the transparency but also the blur. (I've found transparency goes from distracting to slick if you include blur.)<p>I guess the question is why is it that GNOME developers are cutting features in the name of simplification when a company known for obsession with simplicity is adding those very same features?
_akabout 12 years ago
Well, Desktop on Linux has been shitty in the last 10 years, and it will be for the next 10 years, exactly because an attitude like that. 10 years ago, after faffing around for several years with Linux desktop environments, I simply decided to move on to OSX, and have been happy since then.<p>Downvote me as much as you want, but some developers will never learn how malicious their attitude is to all of the OSS community.
tripzilchabout 12 years ago
Aside from whether they were right to remove it and whether this was communicated properly or not,<p>can anyone explain me what's so useful about having a transparent terminal?<p>I agree that it looks pretty and sci-fi, which is a fine reason, but from the general backlash I get a feeling there's more to it than that. I personally always found semi-transparent terminals harder to read, and prefer a plain dark background (I've tried subtle textures, but found them to be more effort to get right over how much they improved visual style).<p>I'm assuming it might be something about the ability to read what's behind the terminal window? But every time I encountered such a situation, the letters on the terminal were interfering with the info behind it (probably a browser), and even if I could make out what it said, a quick alt-tab switch back and forth was so much easier.<p>The only real advantage I can think of might be the ability to <i>roughly</i> determine what application is running behind the terminal, or whether there is in fact an application running or not. Which is nice but most WMs have other ways of indicating that information (taskbar, etc).
评论 #5699584 未加载
D9uabout 12 years ago
There's a simple fix for this, and other, GNOME related issues...<p><i>Get rid of GNOME!</i><p>I can do as much, and be as productive, without using a specific DE, by setting up my GUI to use a simple tiling Window Manager (DWM) along with dmenu.<p>Seriously, there are a myriad of Terminal Emulators available which are not desktop specific, and configuration is merely accomplished by editing a plain text file.<p>Why is this crap even on the front page of HN?
评论 #5691826 未加载
fixxerabout 12 years ago
I don't use transparency and I think it smells like feature creep... but taking it away from those who have become semi-dependent on it is very different from having the foresight to have not added it in the first place. I think those users have a legitimate gripe.<p>I hate it when my development environment gets screwed with.
drill_sargeabout 12 years ago
For general Gnome3 stuff (I don't care much about the look of my terminal):<p>I know they are trying to make it very easy to use for average useres (whatever this is) but why do I have no access at all to not even really "advanced" options directly from gnome? I need tweak tool for nearly everything. Where did the menu bar go in Nautilus 3.8? Why do I need to download a gnome extension to disable this hot spot in the upper left corner? same for window list. No minimize/maximize buttons, need tweak tool for it.<p>I think the concept of gnome 3 is nice and worth a try but why are they trying to block users who are not absolute beginners? and even those beginners maybe want to change their window theme or have other icons.
virtualwhysabout 12 years ago
I've given Gnome 3 a fair shot despite the fail whale cries from community at large, but after a couple of months it's really starting to wear on me, particularly drag &#38; drop support, which is straight up GONE, system-wide, ouch.<p>On the plus side, Nautilus has become pointless as I've switched to Midnight Commander, a great FM.<p>I do have background transparency set for gnome terminal, a nice touch, I quite like it.<p>Currently hiding Gnome behind I3 WM, but it does creep up to the surface at times, like the odd mid-beer bomit (burp -vomit).<p>Oh well, nothing is perfect on Linux, there must be some pain involved; otherwise it would be OSX where pain is replaced with happy spinning beach balls ;-)
oakazabout 12 years ago
Yes, welcome to the reality.<p>You can never talk about user friendliness, simplicity, aesthetic with Linux maintainers and their best friends.<p>Their religion is robustness. And having a religion leads you believe that what your religion tells you is always more important than what other people would like.<p>He probably has a good reason and doesn't want to explain that because you are not smart enough to listen him.<p>Welcome to the Linux community. I use Arch Linux for 8 years and recently was advised to stop using Linux because I asked maintainers to not break things and listen their users.<p>All they care is more robustness. It's their religion and you can't discuss about this with them.
DanBCabout 12 years ago
I understand why Gnome don't want huge configuration dialogues.<p>Still, it's stupid and they're wrong. They should have a big "[return to default configuration] button that people must use before filing bugs or asking for support. But they should then also have a nice config file with configurations for everything.<p>That allows tinkerers to tinker and to set up alternate support. It allows God_Designers_Coders to lock down everything in the One_True_Environment_Config.<p>It certainly avoids threads shown in the OP, which are just a turn off for some developers.
chris_wotabout 12 years ago
Funny. The Gnome guys got rid of desktop icons too... took me a while to find how to add it back with Gnome Tweak.<p>Gnome developers are like that: they like to remove useful features.
Tomdarknessabout 12 years ago
I understand that Bugzilla may not be the appropriate place for the discussion. However, the reporter did not seem to be impolite in any way and may of not been aware there was a more suitable location to discuss the change so I'm not sure what warranted the blunt reply from the first developer who replied. The reply later on from Tobias Mueller seems much more appropriate.
评论 #5693927 未加载
drbigabout 12 years ago
The point with terminal transparency is that people who use them a lot tend to look at them a lot, and having something more appealing than white-on-black is in many cases a necessity for their happiness and well-being.<p>And we already have a 'simple' default terminal - xterm. We also have twm, but not many people seem to be using it daily either. Guess gnome's going there too.
hcarvalhoalvesabout 12 years ago
The good thing about FOSS is that the developers own the code. The bad thing about FOSS is that the developers own the product.
brycenealabout 12 years ago
I can think of an open source project for a popular node.js debugger that has similar problems.<p><a href="https://github.com/dannycoates/node-inspector/issues?labels=&#38;milestone=&#38;page=1&#38;state=closed" rel="nofollow">https://github.com/dannycoates/node-inspector/issues?labels=...</a>
chumpalumpabout 12 years ago
Several terminals are my IDE. The font and the transparent background are my theme. If you're staring at terminals for 4 to 8 hours-a-day a good combination of font, text colors, and background keep the text from floating away on your burned-in retina.
laurenyabout 12 years ago
&#62; Persch was very devious with this one. He hid the removal among very unrelated changes (gtk to gsettings switch) and spread the rmeoval across more than one commit. Such that you cannot easily revert it.<p>What is wrong with these people?
digisignabout 12 years ago
Disgusting. Linux desktops are lacking as it is, the destruction of mature features has it moving backwards... and now weaker than Windows 95.
lnanek2about 12 years ago
I don't really know why anyone wants transparent terminals anyway. Don't they just make the text harder to read?
ChuckMcMabout 12 years ago
Wow, and all it takes is one smart angry 'user' and blam! you've got a fork and yet another window system.
Taranisabout 12 years ago
No is a fine answer, if an explanation accompanies it. I am surprised GNOME still has a user base really.
Aardwolfabout 12 years ago
How about forking it?
评论 #5691202 未加载
评论 #5691639 未加载
adrianlmmabout 12 years ago
first of all, the users are not giving any argument of why they need the transparency back, just "because I like it".<p>Second, this is open source, hack it.
评论 #5691287 未加载
评论 #5691130 未加载
xyprotoabout 12 years ago
I like it XD
sublimitabout 12 years ago
Why was the title changed? It was much more descriptive of the appeal of the link (the developer's response). Now it looks like the bug report itself is the focus.
评论 #5691609 未加载