Summary: | Remove "week number" from system tray calendar for improved readability | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Michael <mdunphy> |
Component: | widget-clock | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adaptee, alexandernst, andrew_kde, cfeck, kde, mdunphy, simonandric5, svivanov, thomas.pfeiffer, tietze.heiko |
Priority: | NOR | Flags: | myriam:
Usability?
|
Version: | 4.8.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | http://i.imgur.com/un2du.png | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michael
2012-05-01 15:12:28 UTC
Which exact KDE version is this about? I believe it's 4.8.3 as most of the kde-* packages from "rpm -qa" are 4.8.3. Is there a specific package I should look for? $ rpm -qa|grep plasma kde-plasma-networkmanagement-openvpn-0.9.0.1-1.fc16.x86_64 kde-plasma-networkmanagement-vpnc-0.9.0.1-1.fc16.x86_64 kde-settings-plasma-4.7-14.fc16.noarch kde-plasma-networkmanagement-libs-0.9.0.1-1.fc16.x86_64 kdeplasma-addons-libs-4.8.3-1.fc16.x86_64 plasma-scriptengine-python-4.8.3-3.fc16.x86_64 kde-plasma-networkmanagement-0.9.0.1-1.fc16.x86_64 kde-plasma-networkmanagement-pptp-0.9.0.1-1.fc16.x86_64 kdeplasma-addons-4.8.3-1.fc16.x86_64 kde-plasma-networkmanagement-openconnect-0.9.0.1-1.fc16.x86_64 Thanks for your feedback I'm with Micheal. I have tried to decipher the calendar also. I can not understand why you can configure the bejesus out of the clock, but the calendar is a immutable monolithic totem to somebody's preferred format. Not only is the week number nearly useless, but it is presented in the column where some people expect the first day of the week (here, Sunday) to be. Fix that annoying bug already! -.-' It's just a damn simple checkbox which should hide the week number. (In reply to comment #5) > Fix that annoying bug already! -.-' > It's just a damn simple checkbox which should hide the week number. You are welcome to give a hand... @alexandernst: Add a checkbox here: [kde-workspace] libs/plasmaclock/calendarConfig.ui add the logic here: [kde-workspace] libs/plasmaclock/calendartable.cpp and then put your patch on http://git.reviewboard.kde.org :-) (In reply to comment #6) > (In reply to comment #5) > > Fix that annoying bug already! -.-' > > It's just a damn simple checkbox which should hide the week number. > > You are welcome to give a hand... Are you serious? What an arrogant response. Some people are not coders at all, and some write drivers or computational code. This is UI code. Written by UI coders. Should I learn the inner workings of the KDE framework for this simple bug fix? Thanks for helping make open source look like an unprofessional hobby toy. "Fix it yourself" indeed. Way to steer people away. Why bother having bugs.kde.org if that is the response? This isn't arrogant, but the way it always was. KDE is a community project, and those who volunteer to improve it, can do so. That does not imply that someone, who cannot contribute, should demand more than he can give. See also http://www.kde.org/code-of-conduct/ I'm sorry if that sound arrogant. Instead, I wanted to express something more like "If it's not finished, don't release it. If that's your hobby, finish doing your hobby! Don't just release it saying that it's not finished and you accept patches." Why should I fix *your* hobby? I help FOSS too, but why should I stop working on what I'm working just to make my DE usable? You see, that's the unprofessional way. The professinal way -> If you're working on something and you're happy doing it, make sure that everybody else will be happy using it too. Alexander, I don't think you are arrogant. I think the attitude that you describe, which Christoph exemplifies, of "Well, if you are just a whiny user, you can suck it! You'll get what you get and like it." That's what turns people off to Open Source. If I want to be mistreated, I'll give Microsoft a call. The expectation that a user will fix a bug is unreasonable. And completely unrecognized by this attitude is that the user is bug testing, and finding problems. So the poor user has already done half the work. But No! That's not enough - now fix it too, or shut up. Way to go. "Do not ask for more than you can give" is it? We've identified the problem, isolated it, and described it. Would you like to be spoon fed and tucked into bed too? I write device drivers for a living; I've been doing it for over 30 years. I can write more low level code in a day than most in a week. Should I need to fix my apps too? I've dropped out of a couple of OSS projects because of this kind of attitude. I don't care to be around people with an elitist mentality. Especially when they think that I am just some idiot user who couldn't code his way out of a wet paper bag. I think a better attitude is "each to his abilities" - I can write driver code, but not app code without shifting gears and wasting a lot of time coming up to speed on the KDE framework. And I don't have the time for all that. But there are people in the KDE project with those skills on tap: don't you think it would be a better use of resources for them to quickly resolve this issue? For example, whoever wrote the calender applet in the first place? > Why should I fix *your* hobby? You do not have to. If you think that our work is unfinished, you have four choices: 1) use the finished work of a different community instead 2) report the deficiency, and wait until someone improves it 3) hire a commercial developer to solve the issue for you 4) join the community to learn how to solve it yourself Please note that all options (except 1) are contributions to the KDE community. I am interested to know if you have other options. Please discuss these on https://forum.kde.org/ because they do not belong in this bug tracker. Thanks. > you are just a whiny user I said that where? > For example, whoever wrote the calender applet in the first place? What do you suggest to do, if the original authors are no longer around? If I understand you correctly, we should immediately remove the code from the distribution, because it may be unfinished or even buggy, and no one left to look at it. The KDE community choosed not to do this. In fact, if we would do this, we would have to remove 90% of current KDE code. I cannot possibly imagine the user reactions. Instead, we also keep unmaintained code in the distribution, in the hope that it gets love from new or existing contributors. Again, you are invited to discuss this topic at https://forum.kde.org/ so that we can find other options. Please stay on topic. I would disagree with Michael's recommendation to remove the week number. If the configuration dialog has space for the discussed checkbox that option would be a good compromise (I'm on Windows right now and cannot check it). More important in my opinion is to change the appearence of week numbers if they are shown. Some ideas: smaller font, combined text (cw18,cw19...), or separation by a vertical line. My favorit is to make it an interactive element like a scroll bar. For sake of easy coding I vote for smaller font in combination with the configuration to disable it. (From the usability team): Heiko's solution (smaller font for the week number) is a good idea. However a configuration option would definitely be helpful here, because the week number is useless for many people, but essential for many others: In many companies, week numbers are used regularly for time planning, but for people not working in such companies they're indeed pretty much meaningless. How about make the header "Wk" ? *** This bug has been confirmed by popular vote. *** Week numbers in Plasma 5 are off by default and can be turned on in the clock's/calendar's settings if needed. Also they're now visually separated, not part of the day grid. |