KDE Commit-Digest for 10th February 2008
Sunday, 17 February 2008 | Dallen
In this week's KDE Commit-Digest: Plasma applets can now be dragged from the desktop to the panel. More internet data sources for the Picture Frame and Comic Plasmoids. Configuration dialogs are added to many Plasmoids. The in-development "WorldClock" Plasmoid supercedes the KWorldClock standalone application. A new Plasma applet: Conway's Game of Life. KRunner becomes completely plugin-based. Support for editing GPS track lists in Digikam. More work on expanding theming capabilities across KDE games. A variety of enhancements in KOrganizer. Initial work on a web interface to control downloads in KGet. Work on paths and snap guides in Karbon. A HTML part plugin in the scripting application creator, Kommander. Mono (C#) KDE bindings reach a usable state. Python support in KDevelop4. A return to development work on Decibel. KMail gets a new maintainer, with already-noticeable improvements. KBluetooth and KRecipes begin to be ported to KDE 4. The game Kollision moves from playground/games to kdereview. A new game, KDiamond, is imported into KDE SVN. Read the rest of the Digest here.
Comments:
Thanks for another digest! - Digest Reader - 2008-02-16
Danny, you rock!
Re: Thanks for another digest! - Danny Allen - 2008-02-16
Thanks (that was a quick comment!). Of course, I planned to release the Digest earlier, but various things prevented that :) I should probably start on the next one now :D Danny
Re: Thanks for another digest! - Leo S - 2008-02-17
Thanks for this one. The digest is a good read every week.
Re: Thanks for another digest! - Hendric - 2008-02-18
Hi Danny, Just by curiosity: How long does it take you to write a digest? Grettings, Hendric
New KMail maintainer - Inge Wallin - 2008-02-16
It would be interesting to know the story behind that.
Re: New KMail maintainer - Thomas McGuire - 2008-02-16
There is no big story behind this. Ingo Klöcker, the old maintainer, doesn't have the time anymore to work much on KMail, and therefore asked me if I wanted to be the new maintainer, since I've been the person doing most of the work on the KDE4 version that time. So there's nothing like the old maintainer conflicts back in 2002.
Re: New KMail maintainer - richlv - 2008-02-18
wonderful. thanks for stepping up. i've tried migrating from thunderbird to kmail several times now, but every time there were some small and not-so-small nuisances that prevented me. i guess i'll try again once i start using kde4 :)
Re: New KMail maintainer - Bobby - 2008-02-18
I was forced to migrate from Evolution to Kmail. I say forced because Evolution was one of the few Gnome apps that I really loved but there was a problem with storing my password in openSuse 10.1 I think it was so I switched to Kmail. I had the hell of a time getting Kmail to set up properly which was the contrast to Evolution and it had some issues with fetching and sending mails sometimes but the worst thing about it is that it's one of the slowest e-mail clients that I ever used. I still use Kmail with the hope that it will improve a lot in KDE 4. KDE PIM would be perfect if Kmail would work as good as Evolution or Thunderbird.
Re: New KMail maintainer - Kerr Avon - 2008-02-20
I agree, to an extent. I definitely wouldn't say I "loved" Evolution due to its many bugs but the setup of new accounts was very painless. I consider myself an intermediate level Linux user but I could not configure Kmail (on Fedora 8) to access my POP accounts without referring to the help. Even this was out of date as some of the screens had been renamed. Dejargonizing and making the configuration of POP accounts much more user friendly will certainly help Kmail adoption. I am not advocating a "dumbing down" of the program (which I know is anathema to many KDE devs) but simply removing UNNECESSARY complexity. Both Thunderbird and Evolution have this one aspect right, so surely Kmail can be improved to surpass them.
Re: New KMail maintainer - jms - 2008-02-18
Hi, Can you tell if there is any plan to add the "reply to html mail" feature. I (and others) have been waiting for years for this IMHO critical feature. Indeed, when kmail receives an htnl formatted mail it is impossible to reply without destroying the whole formatting (a first step could be to enhance the html to text processing). In a business environment, kmail is not a common mail client (guess what is the de facto standart...). Nearly every mail is html formatted (with colored text, bold text, itemize,...). Using color, bold and itemize *is* useful especially when the mail is address to a group of participants that choose a different color for replying, or use bold to enhance part of a large mail. It is rather embarrassing to reply to these mails with kmail. You end up screwing the whole thread and you get a reputation: "that stupid linux geek is not even able to answer mail correctly, why on earth does he insist on using this". Well because, I'm used to *nix like OS, but yes I agree this problem with kmail is unfortunate. I'm pretty sure it will be addressed, at least I've seen some guy saying this a couple of years ago...
Re: New KMail maintainer - Thomas McGuire - 2008-02-18
>Can you tell if there is any plan to add the "reply to html mail" feature. Well, I don't plan adding something like this for 4.1 myself. Not because I am against it (I know that proper HTML support is important), but simply because there are lots of other things to do and time&developers are short. For example fixing the tons of regressions the Qt4 port introduced and working on refactoring to make the Akonadi port easier. However, maybe someone else will code it, for example Edwin, who already introduced HTML signatures recently.
Mono - karma - 2008-02-17
Not particularly thrilled about Mono bindings... but that's okay as long as you won't start rewriting core desktop modules in C# (gnome anybody?)
Re: Mono - Robert Knight - 2008-02-17
> but that's okay as long as you won't start rewriting core desktop modules in C# Unless I am much mistaken, gnome developers are not doing that and have not announced plans to do so. The only change that I am aware of is the decision to permit applications, which happen to be written in Mono (Tomboy, F-Spot) to be included in the default gnome desktop. Personally I like both applications and having read through some of the code for them I understand the decision to use the C# language. It really is considerably less painful than the combination of plain C and gtk. Contrary to popular misconceptions, Tomboy at least does not appear to use all that much of the .NET framework outside of the runtime and core IO/container classes. The GUI for example is created through C# bindings for GTK. As far as KDE is concerned, the availability of free software implementations of high level languages gives developers an opportunity to write and publish innovative applications more quickly and with fewer technical pitfalls than they could with C++. Java / Qt Jambi might be the better choice at present since it is supported by Trolltech, although I'm sure Richard has a better informed answer to that. One key thing to note is that there is a completely open and free implementation of C# and enough of .NET. I'm not sure the same can be said of Java at the present moment in time.
Re: Mono - Kevin Kofler - 2008-02-17
http://icedtea.classpath.org
Re: Mono - Erik - 2008-02-17
I personally don't know why people don't stop blaming Mono/C#/.NET. Is it because of the original inventor? GET REAL PEOPLE: C# is ISO certified and patent free, the CIL is ISO certified and patent free, and so Qt, KDE and those bindings are! There are technical and practical issues where a combination of C# and its framework or Java are superior to C++, more than ever when you forced to not use Qt. Just to mention one: Did one of you blamers ever use (N)Hibernate? I don't know another so flexible object-persistent database framework. Regards Erik
Re: Mono - edomaur - 2008-02-17
Well, there is Hibernate :) (and SQLAlchemy...) just joking. I like C# more than Java, but its main problem as I see it is that it is currently even less cross platform than Java. After that, well, that's matter of personal taste. Only that.
Re: Mono - Ian Monroe - 2008-02-17
We're not forced to not use Qt, which is why C# doesn't have as much to offer us as it does Glib/C programmers.
Re: Mono - Leo S - 2008-02-17
That's exactly it. I really don't see a lot of point in using C# or Java over C++ when you're using Qt. Sure C#/Java benefit from some nicer syntax and better code completion/refactoring support in IDEs, but aside from that I don't see much difference. The Qt API is better than the class libraries of those languages, and I barely have to do any memory management at all with Qt, so the garbage collector really doesn't improve things for me. Cross platform is pretty much a wash as well. C++ requires recompilation, while Java/C# need a runtime installed. Security is contentious, but I haven't seen any convincing evidence yet on that front. I can see that if you're using C/GTK you'd jump at the chance, because C# or Java would be far easier to use, but for C++/Qt I really don't see the argument. The next step easier is a scripting language.
Re: Mono - Richard Dale - 2008-02-17
Yes, I pretty much agree with you here, and you are quite correct when you say "next step easier is a scripting language", such as Python or Ruby. What is the value added by using QtJambi or Qyoto instead of the C++ api? However, from my point of view, getting C# bindings working with Qt/KDE is a very interesting technical challenge. Currently Arno Rehn is doing great stuff with that. He is making the Smoke library that is used by the Ruby/C# and PHP bindings more modular. That will make it much easier to create Smoke libraries to cover various KDE plugin apis such as Plasma or Akonadi. The Qyoto/Qt C# api is quite a bit different from the QtJambi one, although C# and Java are quite closely related. Slot/signals are done quite differently in Qyoto compared with QtJambi, and in Qyoto Qt properties are mapped directly onto C# ones. So if you are a Free Software hacker, the differences are larger than they first appear. The is only a GPL version of Qyoto available, whereas QtJambi is dual licensed - the target market is very different. Qyoto/Kimono should be able to cover important KDE apis be KDE 4.1, but there is no work being done on a KDE version of QtJambi as far as I know.
Re: Mono - Erik - 2008-02-17
It's not the point whether you are forced to use Qt, C++, C# or whatever. My point is: Qt/KDE C# bindings offer you a choice. A choice free to be taken, even to develop core modules with it. Why not develop core modules with Jambi? Regards, Erik
Re: Mono - Luciano - 2008-02-18
To cut yet another external dependency?
Re: Mono - kwilliam - 2008-02-18
I'm not sure what a "core module" is, but I know that when I installed Kubuntu, neither Java nor Mono needed to be installed by default. Obviously, depedencies aren't a big deal on laptops and desktops, but when I get around to buying something like an Open Moko and install KDE on it, I'd rather not have Mono and Java taking up space. Also, in my experience (as a user) Java apps tend to be slower. I think it's awesome that people can write software in Java, C#, Python, or Ruby and tap into kdelibs and Qt goodness! Ideally ANY language could be used to write an app that integrates with the KDE. But preferably, the default install of KDE should not be dependent on all those other languages. (Qt's native implementation is in C++, so naturally KDE has to include support for C++.)
Re: Mono - Riddle - 2008-02-18
It's the extra dependency, slowdown, and lack of real advantage. In GNOME, I can understand why using those languages would make sense (the syntax), but for KDE (better syntax), there is no advantage. It also slows it down, and adds another dependency (the runtime.) I don't mind making bindings to those languages (for example, lets say your a company making a cross-platform app and you only want to compile once), but the core modules should not need it.
Re: Mono - yxxcvsdfbnfgnds - 2008-02-18
According to http://www.ohloh.net/projects/272/analyses/latest 2% of the KDE code base are already C# but I have to admit that I have absolutely no idea how accurate that number is.
Re: Mono - Riddle - 2008-02-19
Those measurements include non-official parts as well. I've compiled the 3 base packages kdelibs, kdepimlibs, kdebase. I've never seen it compile any C#.
Wow - 0xA734 - 2008-02-17
I was just talking to my friend a few days ago and saying, "I can't wait until they implement dragging plasmoids from the desktop to the panel." Amazing that its done! I really can't wait for 4.1!
Re: Wow - reihal - 2008-02-17
Download this and do it: http://www.kde-apps.org/content/download.php?content=57117&id=3&tan=81187343 "KDE Four Live" 1.0.61 is a version with KDE 4.0.61 trunk snapshot packages, KOffice 1.9.95.3 and some extra applications.
Re: Wow - Anonymous - 2008-02-17
It has been actually backported for 4.0.2.
When I'll Make the Switch - yman - 2008-02-17
Right now I'm using GNOME, and I like it. Here's when I'll likely switch to KDE4: - When the new KDE-PIM and KOffice are released. - When I can get Auto-Scrolling turned on, especially in Konqueror. - When Konqueror has "Undo Close Tab". - When Konqueror saves and reopens my tabs, even if all power is suddenly cut off. - When I can reorganize the plasmoids in the panel through drag-and-drop. This isn't a complaint list, or a wish list, or anything else of the sort. It's a collection of anecdotal information I think someone out there might find interesting. And I do know that at least 4 of the above are either being worked on anyway, or are already ready. I think that I'll be switching to KDE4 when 4.2 comes out. The reason is that the stuff that is planned for 4.1 probably won't all be ready on time (after all, stuff that was planned for 4.0 was put off till 4.1), and what will be shipped probably won't be feature complete or 100% polished. I realize that if I wait till KDE4 is "ready" then I'll only be able to use the last release to ever come out. I think that 4.2 is a good personal goal for me. I want to use only KDE4 and it's apps, and nothing else. To me the important apps are Krita, Karbon14, Amarok (never even touched it, but from what I've seen, I think I'll like it), Kaffein (never even seen it), Konqueror, KMail, and Kopete. Then in the realm of uselessly wasting time, I also like Konquest (are the AIs working finally?), and would like to use KPatience, especially if it's harder than AisleRiot and doesn't have the weird limitation of only going through the fountain 3 times. BTW, may I mention that the KDE4 card games look terrifically awesome?
Re: When I'll Make the Switch - Bernhard - 2008-02-17
- When the new KDE-PIM and KOffice are released. --> beeing worked on - When I can get Auto-Scrolling turned on, especially in Konqueror. --> possible for a long time (press Shift + up/down) - When Konqueror has "Undo Close Tab". --> already available since 4.0.0 ..although I've encountered some crashes :-( - When Konqueror saves and reopens my tabs, even if all power is suddenly cut off. --> don't know.. I too really miss this feature.. that's the reason why I still use Opera - When I can reorganize the plasmoids in the panel through drag-and-drop. --> beeing worked on
Re: When I'll Make the Switch - Eduardo Robles Elvira - 2008-02-17
So you've found crashes with undo closed tabs? Please tell me about the details, send a bug report, I will fix those bugs ;-).
Re: When I'll Make the Switch - Bernhard - 2008-02-17
I've recently sent a mail about this crash to kde-core-devel@kde.org but it was rejected :-( ... I've also tried reporting a bug about this (at bugs.kde.org) .. but I've encountered an sql error ... I've cc'ed you the mail I've sent originally which describes the bug. With the best regards Bernhard
It's not about features, it is the quality! - Sebastian - 2008-02-17
I tried KDE 4.0.1 (openSuse) yesterday. I was impressed by Konqueror. Dolphin is not as much polished as it should be: It does not recognize if your left or right pane is active (and suddenly you delete the wrong files!), I could not figure out how to use the mouse in combination with the keyboard (mouse selection does not work at all, hitting a file always opens it etc.) and a pane with "actions", not only "information" is required (at least as it is hard to get into the context menu for the current directory as now). Regarding Plasma and Kwin, one should optimize and stabilize the code instead of implementing all KDE3 features. I was simply not able to run KDE longer than 3 hours in one session. Xorg took 100% CPU power all the time, even when doing nothing and when switching all desktop effects off. I also do not have any clue about all the options for rendering. Using the latest NVIDIA drivers on my 8400 GT, I can turn "Vsync to blank" or "allow flipping" on in the driver settings (what does this mean at all?). In the KWin settings I am able to chose the drawing method without knowing which one is best. There seems to be no documentation available yet. (Are there any help files on KDE4 which are at least partially complete?) Maybe I was mistaken and did some KDE4 newby mistakes, or the whole software must be regarded as alpha/beta stuff. I am really disappointed. Regressions are okay and understandable, but it is not about stability which MUST be fine on release. If you ask me, the quality management of KDE definitely did fail with 4.0
Re: It's not about features, it is the quality! - Diederik van der Boor - 2008-02-17
Off course that's being worked on! One of the things that caused Plasma performance to drain were the clipping algorithms in QGraphicsView. Trolltech never expected those would be used at all, but then came plasma. Now there is a complete desktop shell using QGraphicsView clipping all the time :P That's one of the things that got greatly improved in Qt 4.4. You also mention NVidia issues. Try turning compositing off, and see how well it performs then. After all, all painting goes through KWin/compositing. If your xorg.conf or kwin settings are bad, it will degrade performance quickly. You can improve that though with the settings described at http://dot.kde.org/1200050369/1200126492/: Your nvidia driver section should contain the following: Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals" "True" Option "DynamicTwinView" "false" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" And the extensions section should look somewhat like: Section "Extensions" Option "RENDER" "true" Option "DAMAGE" "true" Option "Composite" "Enable" EndSection Good luck!
Re: It's not about features, it is the quality! - Diederik van der Boor - 2008-02-17
Oh and to improve the performance even more for nvidia drivers, disable the "vsync" and "direct rendering" in kwin settings -> "Desktop effects" -> "advanced options"
Thanks - Sebastian - 2008-02-17
The xorg.conf options are not the problem on my machine. Your hint regarding the Qt bug were rather helpful, though. The thing is, that even when all effects were turned off, Xorg took 100% cpu time (even if I just sit in front of a top without user action!). So I turned off all plasma desktop applets except the clock - and now - Xorg is now at constantly 5% which is at least acceptable. The particular applets were the system monitors and cpu frequ. analyzer. Still, I can't use dolphin. Can I probably turn on the double click somewere again? That would at least help a little. Currently it is just not consequent though through, I think. Don't get used to it and already moved files into the Nirvana...
Re: Thanks - Peter Penz - 2008-02-17
> Still, I can't use dolphin. Can I probably turn on the > double click somewere again? Double click can be turned on already by going into System Settings -> Keyboard & Mouse -> Mouse. If there are still some problems: please use bugs.kde.org to inform us developers about such problems so that we can fix it. I regularly read the dot to collect user feedback, but sometimes it's really frustrating that people complain in forums about the quality of KDE and don't give feedback to the developers directly by using bugs.kde.org...
Re: Thanks - Sebastian - 2008-02-17
I am sorry to have left this impression. That was not on my mind. Though, I was really looking forward to the release and spent a whole day, just trying to get used to the new kind of software. A few details behaved different from what I expected. This may be the wrong place to start a debate on bugs.kde.org, but I feel personally offended: I filed many many bug reports during the last years. They even receive some ratings by public votes. It is the minority where any KDE developer reacted at all. Some were just closed after a few years, because the feature it was referring to was removed, but not because a developer cared. By saying this, I do not want to blame the majority of developers, KDE is doing a great job, else I would not use bugs.kde.org. I just mention it, though I do not care much - KDE is not a company where I bought an expensive product. But please realize, that this is also not encouraging. So, my personal experiences with bugs.kde.org teached me to apply it only to severe bugs and wishes. Maybe this is the reason why I mentioned this here.
Re: Thanks - Peter Penz - 2008-02-17
> This may be the wrong place to start a debate on bugs.kde.org, > but I feel personally offended: Sorry Sebastian, it was not my intention to offend you. > I filed many many bug reports during the last years. Thanks for this! > It is the minority where any KDE developer reacted at all I understand that this is frustrating and for sure we developers have to be more careful for responding to bug-reports. > But please realize, that this is also not encouraging. Yes, I agree and I'm not sure how this can be improved... Still the tendency to write about things that don't work on forums and blogs has increased a lot during the last years. It is fully OK to write about things that don't work, but I think the balance of writing about cool things vs. writing about things that don't work has shifted a lot to the "writing about things that don't work"-camp. Please note that this is just a general statement and my personal impression, this is not directly related to your comment :-)
Re: Thanks - patpi - 2008-02-17
"but sometimes it's really frustrating that people complain in forums about the quality of KDE and don't give feedback to the developers directly by using bugs.kde.org..." I'm working on instant messenger now and if I would count only on 'direct feedback ' for new ideas our IM would die ;) PS. keep up the good work. I love dolphin
Re: Thanks - Aaron Seigo - 2008-02-19
the system monitor plasmoid is in playground, not a production module. there's no guarantee anything in playground owrks properly or well. if your distro is packaging and installing plasma's playground code by default with kde4 they are doing you a disservice, imho. 5% is also ... bizarre though. it should be silent as a mouse (are mice really silent, though? ;)
Re: It's not about features, it is the quality! - Bobby - 2008-02-17
I can only recommend these settings because they work. I don't even have a modern machine: an ASRock mainboard, 1.8 Ghz AMD Sempron processor with an nVidia GeForce 6600 LE (256 MB RAM) and I recently upgraded to 1.5 gig of memory. I am now running KDE 4.0.1 which is quite stable and I can't complain about speed. The only problems that I am having are that my KDE 3.5x programmes crash now and then and I can't get Amarok 2 to run (keeps crashing but that's expected with pre-alpha software). Apart from that i am cool and very impressed with the speed at which bugs are being squashed and missing features are added to KDE4.
Re: It's not about features, it is the quality! - Peter Penz - 2008-02-17
> Dolphin is not as much polished as it should be: It does not recognize > if your left or right pane is active (and suddenly you delete > the wrong files!) I cannot reproduce this. Could you please submit a bug-report how to reproduce this (or mail me directly)? Thanks! > I could not figure out how to use the mouse in combination with > the keyboard (mouse selection does not work at all, hitting a file > always opens it etc.) I'd also need more details about what you mean so that we can fix this. We improved already some minor things in Dolphin for KDE 4.1 (selection area of items is optimized to the real size, selection toggle is available for the single click mode etc.), but to solve such issues we first have to be aware about that there is an issue and need feedback from users. It's OK to post things like this on the dot, but it would be more productive having a detailed issue description in bugs.kde.org ;-) > and a pane with "actions", not only "information" is required > (at least as it is hard to get into the context menu for the > current directory as now). Why is it hard getting a context menu for the current directory? If it is because of the small viewport area: this has been fixed for KDE 4.1.
Thanks for replying - Sebastian - 2008-02-17
Most of the issues are probably regarded to the viewport. But two things are not: (1) Is there a way to select a single way be using the mouse? (2) When using the keyboard (tab key) to switch panes (I used this after failing using the mouse) I found it 1st a little sad that I had to enter "tab" several times and that the tab key got caught by the QTExtEdit in the information panel. Second, if activating the left pane by using the tab key, the rectangle around the left pane becomes blue. But all actions on the toolbar and in the menu still refer to the other pane.
Re: Thanks for replying - Peter Penz - 2008-02-17
> (1) Is there a way to select a single way be using the mouse? Do you mean selecting files in the single-click mode? There is a solution for this in Dolphin for KDE 4.1: a kind of "selection toggle" is blended in "plasma-like" above the item. If you don't have meant this: clicking the mouse on the viewport selects the active view in the split-view mode. Regarding the tab issue: I was not aware about this and have added this point to my TODO-list.
Re: Thanks for replying - Sebastian - 2008-02-17
I am fully satisfied, thanks :)
Re: It's not about features, it is the quality! - fredde - 2008-02-18
Something that's bugging me with dolphin in 4.1 is when selecting a group of files and pressing down ctrl to select another group of files, the first group gets deselected ...i can workaround this by selecting only one file holding ctrl and then using the rubberband selection again :)
Re: It's not about features, it is the quality! - Peter Penz - 2008-02-18
This is a Qt-issue. I have not verified yet whether it still happens with Qt4.4, but will check it...
Re: It's not about features, it is the quality! - fredde - 2008-02-18
Ok, and yes, i'm using Qt 4.4 0214 :)
Re: It's not about features, it is the quality! - Iuri Fiedoruk - 2008-02-19
I've noticed this problem in kubuntu+kde4.0
Re: When I'll Make the Switch - Iuri Fiedoruk - 2008-02-17
My wish list: - global key shortcuts for apps (opening dolphin with win+e) in kmenuedit - fix double-click for desktop icons - port quanta+ (I am a web developer after all) - quick launch plasmoid - way to move plasmoids of place in the panel - add more alternative plasmoids into KDE like Network Graph and Coremoid - better app launcher menu (the suse one.. I don't like) Actually a very short list. I could add some improvements in oxygen, but this will soon be fixed in kde-look by people porting their styles and windows decorations soon ;)
Re: When I'll Make the Switch - jos poortvliet - 2008-02-18
- global key shortcuts - no kiddin', this has been in KDE since at least 5 years?!? There seem to be some bugs in there, but those should/could be reported at bugs.kde.org - the plasma stuff - yeah, probably all planned but not done yet ;-) - quanta needs more developers...
Re: When I'll Make the Switch - yxxcvsdfbnfgnds - 2008-02-18
I've read quite some time ago (at least a year or so) that the KDE4 version of Quanta will be based on KDevelop. If that's still true, that means no Quanta before KDevelop 4.0
Re: When I'll Make the Switch - Iuri Fiedoruk - 2008-02-18
Yes, it is planned for KDE 4.1. Too bad because it's one of the best tools (the same goes for kdevelop) that exitsts for KDE.
Re: When I'll Make the Switch - NabLa - 2008-02-18
+++ to quicklaunch.
Re: When I'll Make the Switch - Aaron Seigo - 2008-02-19
- fix double-click for desktop icons already fixed. it works just fine here, so either you're waiting on an updated set of packages or.. i dunno. but this works. - quick launch plasmoid alt-f2 isn't quick enough? ;) i know what you mean though and there is already a wishlist for it on bugs.k.o. i'm sure it'll end up in at some point. - way to move plasmoids of place in the panel already there, just trickier for the user than it needs to be (will be improved) - add more alternative plasmoids into KDE like Network Graph and Coremoid talk to their authors to talk to us to get them moved into svn. - better app launcher menu (the suse one.. I don't like) there's the traditional menu one if you prefer that.
Bluetooth - Emil Sedgh - 2008-02-17
Is the new KBluetooth going to be Solid Based?
Re: Bluetooth - Iuri Fiedoruk - 2008-02-19
This is what was said on the solid planning, but honestly I still don't know if the current implementation of kbluetooth4 uses it or blueZ.
Konqueror and Quick Launch enhancement - okparanoid - 2008-02-17
Hello all ! Thanks a lot for the great job with Kde4. It's amazing and i think than it's a revolution for the Desktop and free sofware. I think that in some months and with the usability increasing with the coming of 4.1 or 4.2 people will more easily switching from windows and i will encourage my friends to do that. I'm a every day user of KDE 4.0 and for me the mosts annoyings things in working with it is the usability of Konqueror or Dolphin. Which are both promising too however. Some very useful functionality are missing like cut and paste files (i can cut but can't paste ?!), don't have the "move to" action with the popup menu when i right click (and other missing actions like archive functionality) and more annoying when i do the right click the file is automatically open (is it a bug ?). In a other way i was thinking of the best way to have a quick launch feature for favorites apps. Is it possible to have an other panel, dedicated or not for quick launch action (after all it can be use for other functionnality), in the left of the Desktop (a vertical panel). This Panel will appear when the mouse come to the left board of the panel only when we need it to use it, so it is not invasive for the screen. So we can have a lot of icons for launch apps whe can reach with just one click. I think that it would be great to increase the "user experience". Best regards
Re: Konqueror and Quick Launch enhancement - okparanoid - 2008-02-17
I think that it would be great to increase the "user experience". I mind : I think that THIS would be great to increase the "user experience". Sorry for my poor english
Re: Konqueror and Quick Launch enhancement - Peter Penz - 2008-02-17
> Some very useful functionality are missing like cut and paste > files (i can cut but can't paste ?!), I cannot reproduce this issue (tested with KDE 4.0.0, KDE 4.0.1 and trunk). Could you tell me which distribution packages you are using? > don't have the "move to" action with the popup menu when > i right click (and other missing actions like archive functionality) We are aware about this and hopefully can enable this again in 4.1 (it is not straight forward to port this from KDE 3.x to KDE 4 and needs some time). > and more annoying when i do the right click the file > is automatically open (is it a bug ?). This is also not reproducible, but we got several bug reports about this and it turned out being a distribution specific problem on Kubuntu. I don't know whether this has been fixed already by updated packages.
Re: Konqueror and Quick Launch enhancement - okparanoid - 2008-02-17
I'm on Kubuntu too, hardy release(kde 4.0.1). Sorry for the bad report if it's a distribution specific problem :op
Re: Konqueror and Quick Launch enhancement - Rich Birch - 2008-02-19
> Some very useful functionality are missing like cut and paste > files (i can cut but can't paste ?!), I'm on gentoo and have exactly the same problem. I can drag and drop but cannot cut/copy and then paste. If i click the right mouse button in the same window the paste option is greyed out, and in a different window the paste option is not even shown. I also have problems with opening/saving new files files with sftp in at least kate & kwrite. If one navigates to the file and tries to open a messages displays saying the file does not exist, ut it's clearly removed the entire path to the file. Very frustrating
Re: Konqueror and Quick Launch enhancement - Aaron Seigo - 2008-02-19
> Is it possible to have an other panel, dedicated or not for quick launch action > (after all it can be use for other functionnality), in the left of the Desktop > (a vertical panel). you can already do this, but it is not exposed in the UI yet. > This Panel will appear when the mouse come to the left board of the panel only > when we need it to use it, so it is not invasive for the screen. this is coming.
How's KDM? - Parminder Ramesh - 2008-02-17
One of the KDE components that as yet remains little changed in KDE4 is KDM. I know that GNOME & Ubuntu have great things planned for GDM. For anyone who hasn't seen, their mockup for a new "face browser" looks amazing: https://wiki.ubuntu.com/DesktopTeam/Specs/GdmFaceBrowser Will it be possible to implement something similar to this in KDM using good ol' Plasma? It would also be cool to have some widgets on your login screen e.g. a clock, liquid weather. Are any such plans in the works? Also, I loved the Digest and I was especially interested in the KDiamond story (Plasma article was also great reading). Thanks everybody!
Re: How's KDM? - Petteri - 2008-02-17
That face browser looks really nice. Too bad it uses opengl which, if I'm not mistaken, needs hardware 3d acceleration.
Re: How's KDM? - John Tapsell - 2008-02-17
There's also bullet-proof-x stuff that would be nice to put in kdm
Re: How's KDM? - Leo S - 2008-02-17
Hmm.. I don't agree. That looks flashy, but I really don't see the point. You can already click on a user icon in KDM (and I assume GDM as well) and then just type in the password, so that is nothing new. Then there is the filtering part, which is really not very useful. I would hazard a guess that most people have a maximum of about 5 users on the system, so filtering is useless there anyway. If you're running a community machine you might have hundreds of logins, so once again it is useless (not to mention 90% of those won't have images so it won't look nearly as nice as in the mockups. I'm not against making KDM look nicer and cleaning it up a bit, but I don't see the value in a login manager requiring opengl and having filtering and stuff. The login manager is there to log in quickly, not to sift through pictures of other people that have accounts on the machine.
Re: How's KDM? - mike - 2008-02-17
not to mention, the usability goes way down when there is that many pictures displayed. give me a break. Like you mentioned, with most people not adding their picture there would be repeated graphics and less savvy users would just get confused.
Actually, I disagree - a.c. - 2008-02-17
KDM really does need to be extensable. In particular, for allowing a tv,radio, etc control. It would be useful to have the ability to meld it with mythtv. That allows a terminal to serve as more than just a login terminal.
Re: Actually, I disagree - Paul Eggleton - 2008-02-17
If you want to use MythTV, why not just use MythTV?
Re: How's KDM? - yman - 2008-02-18
beauty has value of it's own, but why should KDE imitate GNOME? there should be a beautiful login screen, but that doesn't mean it should lose functionality-wise or that users wouldn't have a choice.
Responses to above - Parminder Ramesh - 2008-02-18
@John Tapsell: From what I hear, bulletproof-x will find its way into kubuntu hardy or hardy+1, as it may be integrated into Xorg itself rather than *DM (Bryce Harrington's blog: http://www.bryceharrington.org/drupal/node/38). The only thing KDE would need is an equivalent to display-config-gtk, which in any case was ported from KDE's guidance tools. So the wait may soon be over! @Leo S, mike: I guess maybe OpenGL could be overkill, especially if it bogs down the startup time. If there were tens/hundreds/thousands of users, then this screen would probably not fulfil its mission. But KDM development at the moment seems to have flatlined, so maybe if a developer with extra time was reading this (I wish) then it could inspire him/her to implement some innovations. @yman: Indeed, KDE should not imitate Gnome for imitation's sake, but there's nothing wrong with getting some inspiration from friends. KDM is obviously not as critically needy of workers as the rapidly developing Plasma or Kwin, but hopefully it will also get some lovin from a bright gearhead. Peace.
In fact - a.c. - 2008-02-18
WHile I am not working on KDM, I started work on a *dm designer. Sadly, I got busy with life, and will have to restart it. But in the end, I would like to see kdm be easily extensible. Being able to use the terminal for more than just a login is useful. who knows, it looks like I am picking up a perm job with a company that designs equipment based on linux. Perhaps, I will be able to find the time to re-do kdm at the same time (though do not count on it).
Re: In fact - Parminder Ramesh - 2008-02-19
Good luck with the new job. Yes, time for hobbies is a bit difficult to get, isn't it.
Re: Responses to above - yman - 2008-02-18
"@yman:..." exactly what I mean. don't copy others, learn from them.
Re: How's KDM? - Shawn Starr - 2008-02-18
It's my understanding that KDM will become a plasmoid also :-) There is a mockup but I don't know what it will look like when it's converted to a plasmoid. Shawn.
Re: How's KDM? - Parminder Ramesh - 2008-02-18
Sounds awesome :) Thanks for the info.
Fingerprint reader integration? - tecnocratus - 2008-02-18
I think first and foremost KDM should remain secure and robust, so I'd dare to say that integrating it with libplasma or merging in flashy openGL effects for the sake of it would be insane ATM. That said, I could do with some updates in order to reflect the new use cases. My pet whim is support for fingerprint readers. It's been reported for ages, but no one seems to tackle this bug/wish/whatever. GDM can handle fingerprint logon just fine. Perhaps the devs don't see it as a must-have feature (since not all computers have embedded sensors). But, to put it on another light: it's not *just* fingerprint readers, but all of the upcoming biometric/smartcard/multi-token security features of which we'll be soon seing a surge, specially in corporate environments. Also, it'd be nice to have KDM auto-unlock KWallet. Single Sign-on, anyone?
Re: Fingerprint reader integration? - Kevin Krammer - 2008-02-18
> Also, it'd be nice to have KDM auto-unlock KWallet. Single Sign-on, anyone? If you are satisfied with protection through login, you can always use a password-less wallet.
Re: Fingerprint reader integration? - elsewhere - 2008-02-19
>>Perhaps the devs don't see it as a must-have feature (since not all computers have embedded sensors). But, to put it on another light: it's not *just* fingerprint readers, but all of the upcoming biometric/smartcard/multi-token security features of which we'll be soon seing a surge, specially in corporate environments. Well, I've been selling two-factor authentication solutions for almost a decade, mostly RSA's, and I'm still waiting for the surge in corporate environments that everyone has been talking about for years now. Was supposed to happen with the dot-com, then it was supposed to happen with SarBox, and now compliance is the alleged driver. The fish still aren't biting... ;) Having said that, it would be nice to see KDM have some sort of hook or mechanism for strong-authentication, without having to resort to workarounds. Though I'm not sure there is a standard mechanism for this yet that would allow it to be a simple hook. >>Also, it'd be nice to have KDM auto-unlock KWallet. Single Sign-on, anyone? That's not SSO. The point of kwallet is to keep your data secure by requiring authentication even within your user environment, it's a separate mechanism from the PAM authentication that the login requires. If you're not concerned about that, then set your wallet with an empty password, and it will still be restricted to you only.
Re: Fingerprint reader integration? - Vide - 2008-02-19
"That's not SSO. The point of kwallet is to keep your data secure by requiring authentication even within your user environment, it's a separate mechanism from the PAM authentication that the login requires. If you're not concerned about that, then set your wallet with an empty password, and it will still be restricted to you only." No, then my data will be stored in clear text, and if my laptop get stolen, we have a problem. And while encripting all the home partition is overkill, having PAM authentication to work with kwallet it's not. I hope that when Gnome will have it (maybe they already do, don't know) we'll really start to feel how useful this feature is.
Re: Fingerprint reader integration? - jcs - 2008-04-24
one good solution is to use an encrypted home and login with pam_mount .. then it's fine to leave kwallet sans password since your passwords will still be encrypted on disk, as will your email, im logs, whatever.
Re: Fingerprint reader integration? - Aaron Seigo - 2008-02-19
> I think first and foremost KDM should remain secure and robust, so I'd dare to > say that integrating it with libplasma them's fightin' words ;) seriously though, if you have security or stability concerns with libplasma, please point them out. no, not some random plasmoid here or there, but libplasma itself. with the scripting support we can increase the robustness of add ons and for kdm the real benefits would be things like being able to host and even share useful common components ... like an on screen keyboard that's part of the canvas, or system information that gets published in a corner somewhere.
Re: Fingerprint reader integration? - terracotta - 2008-02-19
Or a general part to take care of whatever someone would like to do with fingerprint recognition.
what's the poin - anon - 2008-02-17
what's the point in a kde digest that is 6 days past the release of it, when another update should be available tomorrow. Perhaps if you cannot get it out in a more timely matter you should get some help. Seems pointless posting this so long after the commit.
Re: what's the poin - Limp - 2008-02-17
As I am not a person always a'jour with the development of kde4 I find these commit-digests great. I don't really care if they are 6 days "late".
Re: what's the poin - Anon - 2008-02-17
The Dot KDE comments section have become a haven of tantrum throwers and drama queens of late, but this is perhaps the most grating whinge I've seen for a long time. "Perhaps if you cannot get it out in a more timely matter you should get some help." No shit, sherlock! Unless you're volunteering, you're just stating the obvious and in a most disagreeable fashion. "Seems pointless posting this so long after the commit." Not at all - many people are very interested in the weekly progress of KDE - it lets them know what is going on in general, and gives them a forum for discussion of any developments. I doubt they much care if it's a whopping few days(!) late. It's a chart of how things are progressing, not so up-to-the-minute life or death news service. People interested in the latter are free to subscribe to the raw info here: http://lists.kde.org/?l=kde-commits&r=1&w=2 I and many others prepare to wait for Danny's well-prepared edited highlights, even if they are a tiny amount out of date.
Re: what's the poin - jospoortvliet - 2008-02-17
I so agree with you... I know how much work it is to do these digests (after having seen Danny prepare one at Akademy in Glasgow) and I really respect him for going through that every week. I couldn't care less if he doesn't make it on time. Especially considering how he adds more and more goodies like the introduction of new apps and stuff like that.
Re: what's the poin - T - 2008-02-17
Hey, I'm just amazed at how timely and frequently these digests get published. There are things (called "life") that sometimes cause delays. And I, for one, do not regard it as pointless to publish it late, since I don't follow the development in any other way---it's still news to me, no matter when it comes out. But perhaps Danny would be interested in your offer to help out, you could try offering more directly (& politely). Thanks, Danny, for another great Digest!
Re: what's the poin - peter - 2008-02-17
Danny, never mind when the digest is a few days late. It is always a pleasure to read and very appreciated. Thanks Danny!
Re: what's the poin - Ryan - 2008-02-17
Yeah, seriously, its nice to hear about the progress of things. I didn't even notice that last weeks never came out, I thought we had gotten a great treat this week by having the digest on sunday. :-)
Re: what's the poin - mike - 2008-02-17
perhaps that will have upset you sufficiently that you'll never come back and post another pointless comment. fantastic, another one bites the dust!
Re: what's the poin - D Kite - 2008-02-19
What is the poin of your comment? I know by experience how much work the Digest is. Hours per week, probably an hour a day to go through the emails, and maybe 5 hours to prepare. I suspect Danny takes more time than that since the results are far better than anything I produced. I also took it as a point of pride to have produced the Digest every week. Danny seems to have the same goal. I think the appropriate comment is Thank-you. Encouragement and thanks really help. Comments like yours take work to ignore. Derek
Off-Topic - Help with desktop effects - Iuri Fiedoruk - 2008-02-17
I know this isn't the right place, but as this problem is kde4 related let's see if someone can help me out :) The problem I have is that I'm using a HP w17e widescreen LCD monitor with a Intel 950 card in my machine. For the resolution to work well (getting widescreen on the native 1400x900 resolution) I have to use krandr. This is no problem exept that KDM gets a lower resolution and when KDE session starts it goes to the better one. The problem is that when I enable desktop effects alltogether with krandr, screen isn't updated right. I change options on the dialogs and the old options are shown, some icons and text do not appear, taskbar is always showing the same apps over time, etc. This seems to happen in compiz+gnome also, so I was wondering if someone here knows about this problem and have a fix? You know, I got this new PC just for running kde4 with desktop effects :(
Re: Off-Topic - Help with desktop effects - Yves - 2008-02-17
Are you using the Intel-version of the driver for your card? This one should autodetect your displayresolution and automagically use the right resolution. Note that the old i810 does not do that.
Re: Off-Topic - Help with desktop effects - Iuri Fiedoruk - 2008-02-17
Yes, I am using. It does detect my resolution, but without using randr, I get a black border on the left (no widescreen) and virtual screen does not work, in lower resolutions it goes to fullscreen but isn't very nice, fonts get blured. Using xrandr fixes all resolution problems, but adds this bug when using glx, parts of windows and programs simply are not updated.
Cool - T - 2008-02-17
I'm impressed by the across-the-board improvements. Just to (arbitrarily) pick one of many, backporting the 4.1 Plasma fixes to 4.0 is a generous donation of time from all. Thanks, developers/translators/bug reporters/artists/etc.!
A side note about KDiamond - Stefan Majewsky - 2008-02-17
The screenshot shown in the digest is already outdated, a current one is available at: http://www.kde-apps.org/content/show.php/KDiamond?content=74922
Re: A side note about KDiamond - Darryl Wheatley - 2008-02-19
Thanks for the great game! It looks wonderful!
One or two things missing - Richard Van Den Boom - 2008-02-17
Well, contrary to Sebastian above, there are definitely some features I would like to see re-implemented in KDE4. I've been using KDE 4.0.62 several hours to do my usual work on it and noticed some stuff I really miss : - I use quite a lot the "Copy to" and "Move to" entries in the contextual menus in Konqueror, especially when browsing FTP sites. Having the possibility to browse through my entire tree to select the target is an extremely handy feature IMO. To my dismay, this does not seem to be available in either Dolphin or Konqueror anymore, and this is really a shame, as I find this feature much more useful than KGet. - The Google/Wikipedia/etc search menu in Konq has really become for me a must have, and I find it really sad that it's not available yet. - Having the possibility to have a specific wallpaper for each virtual desktop is not just an aesthetic feature : it allows you to know all the time on which desktop you are without even thinking. - I've seen that the taskbar can be resized in height (good) but I really hope that in the end, it can also be resize in width. With 16:9 screens, I really appreciate to be able to contentrate the taskbar in a reduced width. - It seems to me that it is possible to change the default file manager from Dolphin to Konqueror. Unfortunately, I've not found yet how to do that. And that's too bad as after using both, I definitely prefer Konq as a file manager. On the plus side, now that I can use composite, I must say that I really like the Expose and Desktop Grid effect : fast and efficient. :-)
Re: One or two things missing - Peter Penz - 2008-02-17
> I use quite a lot the "Copy to" and "Move to" entries in the contextual menus in Konqueror ... > To my dismay, this does not seem to be available in either > Dolphin or Konqueror anymore, and this is really a shame We are aware about this and will do our best to reintroduce this feature again for KDE 4.1. The reason that it was not available anymore in KDE 4.0 was mainly because we've been running out of time to port this from KDE 3.x. > It seems to me that it is possible to change the default file manager > from Dolphin to Konqueror. Unfortunately, I've not found yet how to > do that. And that's too bad as after using both, I definitely prefer > Konq as a file manager. Yes, we should fix this too for 4.1... As a temporary solution: the Dolphin handbook has not been updated for the KDE 4 version of Dolphin and provides a description for KDE 3 how to make Dolphin the default manager. This should now also be valid the other way round: how to make Konqueror the default file manager. So please open Dolphin, open the Dolphin Handbook (F1), go to "5. Frequently Asked Questions" and "5.2. How do I make Dolphin my default manager". Hope this helps :-)
Re: One or two things missing - Richard Van Den Boom - 2008-02-17
Thanks for the info. The time problem is an issue I perfectly understand. ;-) Just to be clear, the reasons I would like to switch back to Konq as a file manager is not to be viewed as a critic of Dolphin, it's just that I use my file manager a lot with explorer-like view, using URLs with many filters (like "*.jpg") in it and I felt I was more at ease with Konq. But there are things in Dolphin I really like too (the grouping of different files by type is really nice). I understood I would get them in the KDE4 konq also, so all the best. :-)
Re: One or two things missing - Peter Penz - 2008-02-17
> But there are things in Dolphin I really like too > (the grouping of different files by type is really nice). > I understood I would get them in the KDE4 konq also, so all the best. :-) Thanks :-) The grouping features and all other view-dependent features from Dolphin will be available in KDE 4.0.2 also for Konqueror (David Faure has already backported those things).
Re: One or two things missing - Jakob Petsovits - 2008-02-17
I would appreciate it a lot if Dolphin also had the File Associations KCM embedded as a configuration dialog page. I use to adapt, tweak and change those associations regularly, and have stumbled over the lack of file associations in Dolphin a few times already, even if I don't (yet) use it as my primary file manager. If you don't know that this stuff lies around in System Settings' "Advanced" tab then you're completely lost on this matter. Sounds like an easy fix? Oh, and thanks for lingering around on the dot, Peter... I think it really shows in the quality of Dolphin's user interface :)
Re: One or two things missing - Jakob Petsovits - 2008-02-17
Hm... guess I don't want to belong to the "reports bugs only on the Dot" group, so: http://bugs.kde.org/show_bug.cgi?id=151094 That bug suggests that this is supposed to exist since December at least, but I still can't find any file association configuration in my Dolphin (on Kubuntu's KDE 4.0.1). Hm, strange.
Re: One or two things missing - Peter Penz - 2008-02-18
I've reopened the bug and added to my TODO-list :-)
Re: One or two things missing - Aaron Seigo - 2008-02-19
btw, you can quickly open this in krunner by typing "filetype" or "file associations" or just "association" (the latter is currently broken in trunk due to my recent fiddlings =)
Re: One or two things missing - hias - 2008-02-17
> The Google/Wikipedia/etc search menu in Konq has really become for me a must have, and I find it really sad that it's not available yet. it's in extragear/base. if you want to use it, you have to compile it too. there's also a crashmanager that let you restore tabs after a chrash, but it seems to be broken atm regarding the defaul file manager. right clickt on a folder -> preferences and then click on the little wrench on the right, in the same line as "Type: folder". from there put konqueror at the top and it should work
Re: One or two things missing - Richard Van Den Boom - 2008-02-17
Thanks for the info regarding Google search. > regarding the defaul file manager. right clickt on a folder -> preferences > and then click on the little wrench on the right, in the same line as "Type: > folder". from there put konqueror at the top and it should work Damn, I should have thought about that. Thanks!
Re: One or two things missing - Soap - 2008-02-17
Regarding the search bar, I suggest using the keyword shortcuts, or whatever they're called in konqueror. Just type: "ctrl+L" then "gg: " and whatever you want to search. "wp:" does wikipedia, and there are many others. It makes for a cleaner interface, and I find it's much faster. PS. Konqueror developers: it would be nice to right click a search field on a webpage, and choose "Create Search" from the context menu. I don't know if that's implemented yet.
Global Key to launching app - Iuri Fiedoruk - 2008-02-17
One of the features I liked most in KDE3 was the hability to set a global key shortcut to any app in the menu. Is there plans to bring this feature back into kde4 or it is out for "good"? I miss opening dlphin with win+e ;)
Re: Global Key to launching app - Anon - 2008-02-17
++ - would also like to see this make a return. It's a great usability feature!
Re: Global Key to launching app - Flitcraft - 2008-02-18
Huh? As far as I know, that ability has been in Kde4 from the beginning, though it didn't work flawlessly pre 4.0.1 It's in system-settings under "advanced" (or whatever the tab is labeled in english). The dialog is very similar to the one from Kde3. I've set win+d to start Dolphin. Seems more fitting.
Re: Global Key to launching app - NabLa - 2008-02-18
I think they are speaking about KMenuEdit and not SystemSettings.
Re: Global Key to launching app - Anon - 2008-02-18
That is correct.
Re: Global Key to launching app - Iuri Fiedoruk - 2008-02-18
Yep. In kmenuedit you can set a keyboard shortcut that will run/open an application (like win+f for firefox). KDE4 removed those, but left some global keys and removed a bunch (like win+D to show desktop) while adding new ones (mostly for plasma).
Re: Global Key to launching app - Aaron Seigo - 2008-02-19
s,plasma,kwin,
Since Peter is so responsive.... - Leo S - 2008-02-17
Can I add my pet request for Dolphin? ;) When I have a directory open in details view and sorted by name, I can just start typing letters to jump to files starting with that letter. That works, except that the view jumps to file, but the file is not highlighted, so I get confused and have to still search for it in the visible files. It would be nice if the first match got highlighted, so if I type "test" it would jump to the first file starting with "test" (as it does) and also highlight that file (which it currently does not, but just about every other file manager does). I'll report a bug on this if you don't already know about it... I didn't see anything related in the bug database. Otherwise Dolphin rocks. Thank you for this great app :) I really liked konqueror back in KDE3, but it was just way too complex most of the time. Dolphin is much better suited to the task of file management, without losing the powerful features that made Konq good for me.
Re: Since Peter is so responsive.... - Iñaki Baz - 2008-02-18
Please, report that feature request in bugs.kde.org. ;)
Re: Since Peter is so responsive.... - Peter Penz - 2008-02-18
> Can I add my pet request for Dolphin? ;) Sure ;-) > That works, except that the view jumps to file, but the file is not highlighted This issue is on my internal TODO list quite some time and I'll try to fix it during this week. > Otherwise Dolphin rocks. Thank you for this great app :) Thanks! We are currently also taking care that Konqueror gets back all features it had in KDE 3 (e. g. on the weekend we added a tree-support for the details view).
Re: Since Peter is so responsive.... - Peter Penz - 2008-02-22
> This issue is on my internal TODO list quite some time and I'll try to fix it during this week. This is fixed now on trunk.
Re: Since Peter is so responsive.... - tecnocratus - 2008-02-18
Piggybacking on your request... Wouldn't it be nicer if typing in a few keystrokes automatically highlighted ALL matching files in the current folder/view? That way I could, say, type in "IMG" and then all of "IMG0001.jpg", "IMG0002.jpg", etc. would be readily selected to be dragged onto another folder, opened in Krita, or whatever.. That could be further refined with wildcards or even regular expressions (!). I could also post this wish to bugs.kde.org as a follow-up on yours, if you like the idea.
Re: Since Peter is so responsive.... - Santa Claus - 2008-02-18
Makes it easier to select multiple files with the same prefix. Makes it harder to select a single file. I would rather have the latter.
Re: Since Peter is so responsive.... - Leo S - 2008-02-18
Well if you want to see all the files, then I think what you want is the filter function. Ctrl+i and start typing. For the single highlight, my usecase is to go into a folder looking for a file I know the name of and want to open. So I know I want to open "weddingsongs.txt" and I just type wed in the folder, it jumps me down to where I want (or very close to it) and I hit enter to open it. After that I'm done with it, and really don't want a filter active in the directory or anything else. Also most lists allow this type of navigation so it's very consistent. Thanks Peter by the way for your response! I look forward to future versions of Dolphin.
Is it just me? - Fred - 2008-02-18
Is it just me, or do other also think plasmoids are beginning to look more and more like.....normal windows? I mean, if I look at al the stuff that get's added to it, it seem like properties for a normal window app. Resizing, DnD, Widget's, etc. Then why not give up the whole idea of plasmoids en make them little "normal" apps with some extra features like noborders, etc? What is the use-case?
Re: Is it just me? - tecnocratus - 2008-02-18
Amen to that. I never saw the need to replace the whole desktop stack just because the old panel (kicker) had a messy codebase and was difficult to maintain. Then again, I never liked the concept of "widgets" (not just in KDE, but also Apple's or Vista ones). To me, applications are just applications, no matter how heavy or lightweight they are. Artificially calling them "plasmoids" and then putting them under a completely different interaction paradigm goes against well-accepted usability laws (i.e. it introduces "modes"). I remember having seen a paper on a new concept of "layered" window groups. The window manager would keep separate "layers" of applications according to their intended usage, eg: one layer for the usual workhorse apps, another one for little accessories (calculators, clocks, weather applets...), another one for background tasks (eg: Amarok). The user would then be able to choose what applications he/she would like to see on which layers, and whole layers could be brought to the front, pushed to the back, hidden, etc. That's a cool idea because it would be 100% orthogonal to the concept of virtual desktops. Of course, the resulting interface could turn a bit too complex for most typical usage patterns. But then again, the same idea could have been easily implemented just with virtual desktops: Desktop #1 is for work, Desktop #2 is for utils, and so on. I don't know what the Plasma devs have in mind for the future, so please, don't take this as jab. Though, as it currently stands, the whole Plasma concept seems to me as a bit of a "me too" feature, rather than something really needed.
Re: Is it just me? - anwort - 2008-02-18
I like the enforced MVC Pattern on Plasma, but thats something any normal App Developer should code like :-) The second Thing i like, is that everything can be contained in everything, which make it easy to ajust to any form factor (but every formfactor has to be coded seperatly :-( if its not trivial zooming possible) a third nice thing is the supported animations, but i think QT can do this too? but i am with you guys, the same could be done with a normal toolkit and normal windows, and the QT Windows are styleable with CSS, which is better than the possibilities plasma gives... but its all about the vision, is it ? :D
Re: Is it just me? - Leo S - 2008-02-18
Thats Vision with a capital V. But I don't agree. You need some sort of framework for little programs to exist on the desktop or panel. Kicker had applets, and plasma has plasmoids. It's really not so radically different. You can't make things like the battery monitor or the clock or the device notifier into standalone apps, because the memory consumption would be through the roof, and getting them to integrate into a panel would be very tricky. So you need some sort of plugin system. That's what plasmoids basically are. They just happen to provide way more possibilities and much cleaner design than the old kicker applets. The new hip thing is to call these plugins widgets/gadgets/wookies whatever but they're still basically the same applets that they used to be, with added flexibility to exist outside a panel. Sure you could run gkrellm instead of a plasmoid, but then it wouldn't integrate into your desktop, it just kind of sits there. I never used superkaramba or any other widget system for exactly that reason. There was no integration. Now with plasma, there is.
Re: Is it just me? - Thomas Zander - 2008-02-19
From a users POV you may be right, its just the same. Which sounds great to me as it means we can make sure that usability problem is avoided. The point of Plasma is to allow people (including you) to create something on their desktop themselves. So even if people don't have a lot of experience coding can do something nice. I'm sure that a lot of people said the firefox framework was not valuable either until loads of new 3rd party plugins started appearing :)
Re: Is it just me? - Aaron Seigo - 2008-02-19
> just because the old panel (kicker) had a messy codebase and was difficult to > maintain. that was what got me started thinking about things, but not the ultimate reasons that i arrived at *due* to thinking about things. please don't frame things incorrectly, as much as i appreciate you creating a mythology around my actions. ;) > Then again, I never liked the concept of "widgets" (not just in KDE, but also > Apple's or Vista ones). so you never liked the taskbar? or the pager? or...? those are just "widgets" only insanely cumbersome to write, not very agile (e.g. can't move them about) and were all written in c++ as the only real choice. you are confusing "widget" with "toy" because that's what most widget systems end up creating: little toys, some of which are slightly useful. > Artificially calling them "plasmoids" there's nothing artificial about it. they aren't traditional applications in form, nor are they meant to be. they are components designed to work together. > and then putting them under a completely different interaction paradigm goes > against well-accepted usability laws (i.e. it introduces "modes"). which modes are these? (and don't even get me started on the "yes, everything is perfect as it is right now. don't... change.. a ... thing." sillyness) > I remember having seen a paper on a new concept of > "layered" window groups omg, it's containments! only with a zui as well! you'd think plasma might actually be useful now! ;-P > the whole Plasma concept seems to me as a bit of a "me too" feature yes, emphasis on "seems to me". i understand you don't grok it, that's cool. eventually you will. it just takes time for us to get all the ideas out there for consumption.
It's Just YOU - batonac - 2008-02-18
Don't fret about how plasmoid creators are creating plasmoids. That has nothing to do with what plasma actually is. Plasma is an infrastructure, and it's powerful. Plasma brings the possibilities of almost infinite user interface customization. As a general rule, everything you see on a KDE 4.0 desktop is a plasmoid. Not just the desktop widgets. The panel is a plasma "containment", the desktop is a plasma "containment", the plasma applets are plasmoids, the icons on the desktop are plasmids, and finally, the desktop widgets are plasmoids. Everything is run by plasma. and it's ingenious. The reason that I'm so excited about plasma is because it gives the possibilities, by creating new containments and plasmoids, to design complete new desktop interfaces. Such as the one defined here: ftp://ftp.netlabs.org/pub/voyager/docs/MezzoGreypaper.pdf I'm about to hike the Appalachian trail, but I think that that's what I'm going to do when I get back. I'm sure that KDE will be mature enough by then.
Re: It's Just YOU - NabLa - 2008-02-18
Have a good holiday, hopefully you won't forget about the Mezzo interface. I had a read through the paper you linked and seems indeed very interesting. I may try SymphonyOS just for that... or see if Kubuntu's got some packages...
Re: It's Just YOU - batonac - 2008-02-18
Unfortunately, that project is dead. Although you can download a CD, they never made a complete implementation. In my opinion, KDE 4.0 is a perfect platform to build such an interface on.
Re: It's Just YOU - same - 2008-02-18
you forgot, its the same as "everything is a window", so there is no difference betweens this an "everything is a plasmo-whatever", but you start from scratch @ your technology stack
Re: Is it just me? - Aaron Seigo - 2008-02-19
> Then why not give up the whole idea of plasmoids en make them little "normal" > apps with some extra features like noborders, etc? What is the use-case? * the ability to arrange the components together however you want * the ability to switch quickly between different groups of them * the ability to have little bits of App A sit next to App B (easing away from monolithic application development) * scripting components, sharing them easily * the ability to recreate a primary interface with very little work even for different form factors see, the whole point is sets of components with clear interfaces between them. making them little applications completely negates the benefits of that approach. what you might be confused over is that plasmoids can be very useful. so you automatically relate that to what you already know (applications, windows!). but you know what? you *can* run a plasmoid as its own little normal app: plasmoidviewer <name of plugin>. you can't go the opposite way when your item is an application from the start. and because of that we end up with IM apps that can't drag a contact to the desktop, panel or pretty much anywhere else and have a reasonable representation of it, to give one bleedingly obvious example.
Yep, I'm one of them - Max - 2008-02-18
Yep, I'm one of them. I don't care if the Digest is a few days late. I prefer it being thorough, rather then timely. As long as the digests come out in a regular fashing (weekly to bi-weekly) and bring interesting information that shows great amounts of PROGRESS. I'm fine. Those digests is what I and many people use to get a quick snapshot of KDE development. I'm sure they also help in keeping interest in the project and keep new programmers involved and exited about it. Oh and to the posting/whining question: Most people read the digest and respond to it because its A) faster B) easier to respond to than the complicated bug-report procedure. I can make a post here under 30 seconds. It takes much longer to do the same under bugs.kde (let alone the politics and complicated procedure to even get bug reports accepted and acknowledged. So not worth it (unless it's a REALLY BIG problem) ) Besides more people read the digests than the bug reports. (not to mention the dot.kde viewership :) ) dot.kde is also read by non-geeks (programers, developers, Linux nerds, etc.) So real users feel much less intimitaded to post her. As well as non-geeks usually avoid bug report lists (as they speak too much "geek", and non-geeks do not feel that they can contribute in a useful way anyway.) So again: Thank you for the digest, and thank you to the dot.kde.
Z order in plasma - Mohamed Assar - 2008-02-19
what about the z-order - or layers - for the plasmoids ? something like back to front, send to back and stick on top. also to fix the overlaying problem when more than one plasmoids cover the same area . I think it's already in the TODO , but I just didn't notice it anywhere. Regards, Mohamed
Re: Z order in plasma - Hans - 2008-02-19
http://bugs.kde.org/show_bug.cgi?id=156876 Summary: "you can now set the zorder by click on the applet handles."
Re: Z order in plasma - Aaron Seigo - 2008-02-19
i contemplated a more complex set of z-order GUI controls, but opted for a simpler approach of click-to-bring-forward which seems to work rather well for the overwhelming number of cases. i'm very hesitant to add too many controls for this particular feature set right now since that can easily lead to insane numbers of controls and suddenly we have krita and not a desktop ;) but at least now you can, indeed, control the z-ordering. weee! =)