Few people have the time to look over the log files of their computer(s). And yet, a cyberattack might be happening right now without you knowing about it. Enter Journalwatch (https://gitlab.com/olivierbf/journalwatch). Journalwatch watches over your logfiles on your behalf. You tell it what to ignore, what to report once in a time, and what to [ ]
Bluefish 2.2.15 is a minor maintenance release. It has one completely new feature: it can highlight the indenting level with a vertical line, which is very useful during python programming and helps with a lot more programming languages. It also adds a retry button when opening files from a remote location (which is useful if [ ]
Last years I had little time for programming. Most of that time was spent maintaining Bluefish and Jailkit. Last month I wanted to write some small utilities. First utility I wrote was a gnome-shell extension to track how the time on the computer was spent. The extension polls the current active application and it s window [ ]
In my Raspberry Pi + Hifiberry-amp + Pitft project I ve been looking how to speed up the boot process. [edit] I updated various parts of this post with suggestions from the comments. [/edit] The original boot process took around 60 seconds from power on until my gtk app was visible and responding. I used the [ ]
Last evenings I spent some time on my raspberry pi + hifiberry amp + piTFT + squeezebox project. Previously I created the interface to load a predefined playlist, and to control basics like volume and time. I also finished the integration of the display in the top of the Mission 731i speaker and placed the [ ]
I bought a hifiberry amp (a 2x25W class D amplifier with a fully digital path from the raspberry) and a PiTFT 2.8 touchscreen. I m planning to integrate them with my raspberry pi model B inside in a set of Mission 731i speakers. That will give me a set of powered speakers that can stream music [ ]
The last year I didn t keep up with the latest GTK versions. With less time to code, installing new software was not my priority, so I did most of my programming on a machine running Ubuntu LTS. Last week I had some spare time and I installed the latest Fedora. I installed the same Bluefish [ ]
Bluefish 2.2.7 is mostly a bug fix release. It fixes rare crashes in the autocompletion, the filebrowser, the htmlbar plugin preferences, in file-load-cancel, and fixes a rare case of broken syntax highlighting after multiple search/replace actions. It furthermore displays better error/warning output when parsing language files. It also finally fixes javascript regex syntax highlighting. The [ ]
We often receive bugreports from windows or OSX users with keyboard problems. For example on windows changing the keys to ¨ and to ´. Or on OSX the square brackets [] are not possible on a German keyboard layout (see https://bugzilla.gnome.org/show_bug.cgi?id=737547), or curly braces not on AZERTY layout (see https://bugzilla.gnome.org/show_bug.cgi?id=692721). From what I [ ]
While remotely monitoring my desktop session with powertop while it was idle (screensaver active) I noticed that a few processes cause a lot of activity, and keeping the CPU from going into the PC7 state (the complete cpu package deepest sleep state). Most notably firefox and it s plugin-container cause frequent wakeups. I wrote a short [ ]