New wallpaper added, PostX Gnu/Linux 0.8 coming in October

New wallpaper has been added:

https://www.techtimejourney.net/wp-content/gallery/new-gpl-gallery/lk2.png

PostX Gnu/Linux 0.8 will be coming in October. It will be based on Debian 11. Starting from 0.8 the plan is to make more regular releases and enhance the upgrade schedule. This means that release building will be more scripted and automated than before.

From Debian 10 to Debian 11: The not so smooth upgrade experience

I recently upgraded one of my Linux boxes from Debian 10 to 11.

Did the usual: Looked at the release notes and changed sources.list entries and finalized with apt-get update && apt-get dist-upgrade.

After this, everything once done and I rebooted my computer for a good measure.

When the new system was up, all C++ based programs worked but python programs had issues.

I noticed that some packages had gone missing (or more likely) were removed during the upgrade to solve conflicts. Pyqt5 was not there and this needed to be fixed. Here is how the situation was remedied:

sudo apt-get update && sudo apt-get reinstall python3-qt5* && apt-get install python-minimal

Lastly, I noticed that the linkage from python3 to python was gone. I fixed that with:

sudo ln -s /usr/bin/python3 /usr/local/bin/python

Now all was good and functional. Keep in mind that depending on your existing package configurations, your experience might be different.

RunIT Browser advances to version 0.7 RC1

New version of RunIT Browser(Python+QT5) has been released.

I added the following functionalities to this release:

  • Numbered tabs.
  • Statusbar that shows what was last loaded and on what tab.

This release also fixes some minor stability and functionality issues.

Here is a screenshot.

0.7 RC1.

The code and further instructions can be found from the project´s GitHub page

Metapad text-editor upgrades into version 1.6

Metapad text-editor has been upgraded to version 1.6.

This is mainly a bug fix release. Style is now consistent. I also added toggle hide button for menus. This could be used to maximize writing space.

Here is a screenshot.

Metapad version 1.6.

The code along with further instructions are on Metapad´s Github page.