Skip to content

Posts 

Plasma 5: Keeping an Eye on the Disk Quota

Sunday, 2 August 2015  | Dominik Haumann | Tags:  planet
At this year’s KDE conference Akademy, I was working on a small plasmoid to continuously track the disk quota. The disk quota is usually used in enterprise installations where network shares are mounted locally. Typically, sysadmins want to avoid that users copy lots of data into their folders, and therefor set quotas (the quota limit has nothing to do with the physical size of a partition). Typically, once a user gets over the hard limit of the quota, the account is blocked and the user cannot login anymore. This happens from time to time, since the users are not really aware of the current quota limit and the already used disk space. Read More

Akademy 2015 & Kate

Friday, 31 July 2015  | Christoph Cullmann | Tags:  planet
Today, I will travel back home from Akademy 2015. I must say, it was really a nice KDE meeting and I had a lot of fun ;=) The first day the KDE e.V. general assembly did take place, then two days of actually interesting talks (including the great announcement of Plasma Mobile). After some more days with interesting BoFs and hacking, Akademy is now ending for me. I didn’t do that much work on Kate, I mostly did small bugfixes for the applications bundled with the KDE Applications releases regarding their HiDPI support, finally no Konsole that can’t redraw correctly on scrolling on a HiDPI screen with scaling activated! Read More

Licensing of KDE Code

Sunday, 26 July 2015  | Dominik Haumann | Tags:  planet
Akademy, the yearly KDE conference is alive and kicking. During the last days we were discussing again about potential KDE licensing issues (for instance code that is licensed under GPLv2, but not GPLv3). That’s why KDE is maintaining a relicense checker script, that every KDE contributor should enter herself/himself. I’ve blogged about it already in January 2015, but it cannot hurt to repeat it from time to time: From the KDE relicensing page: Read More

KDE Applications Versioning

Sunday, 26 July 2015  | Christoph Cullmann | Tags:  planet
A common problem for many applications contained in the KDE Applications releases are non-incremented version numbers. Often the maintainer forgets to update the version number of the application, like I did it for Kate since the first KF5 based release. This means: On Bugzilla, I get bugreports that always tell me “Kate 5.0.0”, not very helpful. KDE Frameworks solves this by automatic setting of the current framework release version in all framework CMakeLists.txt. Read More

Reception of Plasma Mobile

Sunday, 26 July 2015  | Dominik Haumann | Tags:  planet
The yearly KDE conference Akademy is currently being held with lots of interesting talks and workshops. One big thing that was announced yesterday is Plasma Mobile, a free mobile platform. The presentation of Plasma Mobile was quite impressive: A video of using Plasma Mobile on a Nexus 5 showed a nice visual design, smooth transitions and quite some usable functionality already. This impression was confirmed later when I was playing around with Plasma Mobile on the Nexus 5 myself. Read More

KF5 & Plasma 5 at work ;=)

Sunday, 7 June 2015  | Christoph Cullmann | Tags:  planet
In the last months, I didn’t get much time to work on Kate nor KTextEditor. Beside some small bugfixes and cleanups I got nothing commited :/ Guess one of the main issues is, I don’t use the KF5 based version of Kate that much ATM. At home, it is the only editor I use, but I have not much time to hack at home anyway. Therefore today I installed the same setup on my work machine and will now use the KF5 based Kate for all of my day job, perhaps that motivates me more to take a look at the issues the Qt5/KF5 port still has. (And I will work in a KDE Plasma 5 session with most stuff KF5 based now, including all important stuff like the nice Konsole ;=) Read More

Kate from KDE Applications 15.04 – KF 5.9

Sunday, 3 May 2015  | Christoph Cullmann | Tags:  planet
I reinstalled my home machine last week with openSUSE 13.2 and installed their latest 15.04 packages from the KDE repos ;=) That is the first time that I use a distro-shipped Kate that is based on KF5 (and no other Kate 4.x is installed any more as escape route). I think I already have seen 1-2 glitches (like not needed questions for reload and some repaint issue on reload), still, overall, I am happy with what is shipped as 15.04. Read More

Add yourself to the relicense checker script

Saturday, 21 February 2015  | Dominik Haumann | Tags:  planet
From the KDE relicensing page: A couple of KDE dependent projects or even libraries have moved or are going to move to GPLv3. Unfortunately, GPL v3 is incompatible with GPL v2. This means that it is not possible to create a project linking GPL v2 and v3 code together. There is no problem for projects which are licensed GPLv2+ (version 2 or above). Read More

What holds you on KDE

Sunday, 11 January 2015  | Dominik Haumann | Tags:  planet
Look here, if you are interested.

Kate5 on Mac

Saturday, 3 January 2015  | Christoph Cullmann | Tags:  planet
Given that the KF5 based Kate works OK on Windows, I would like to get the Mac version up and running, too. As virtualization of MacOS X is kind of “forbidden” and not that nicely usable anyway, as no nice accelerating drivers are available for the standard vm solutions, I just went out into the world and bought some Retina MacBook. I followed the nice guide on https://github.com/haraldF/homebrew-kf5 (thanks Harald :=) and got some installed Kate/KWrite (after patching kio to skip X11 detection). Read More