Featured post

Python QT6 migration begins.

I have started to migrate projects to PyQT6. In practice, this means that both PyQT6 and PyQT5 are supported by the same code. It all depends on what the user has installed. Projects also receive updates and UI changes during transitions.

List of already migrated projects:

Base Player 3.4.5 released

C++ player gets a substantial upgrade

  • QPlayer and the classic Base Player have now been merged into a single project: this means audio and video playback capabilities.
  • UI has been renewed.
  • Memory usage has been optimized.
  • Theme integration.
  • There has been many code fixes
  • Automation on packaging and installation has been increased.

Here are screenshots and project´s Github page: https://github.com/postman721/Base_Player

Quick Terminal ported into GTK4

Features

  • Native GTK4 application and window lifecycle
  • Movable, scrollable VTE terminal tabs
  • Double-click an existing tab title to open a new tab in the same directory
  • Asynchronous, cancellable shell startup
  • New tabs inherit the current terminal directory
  • /bin/bash as the default shell, with $SHELL and /bin/sh fallbacks
  • GTK4 actions, menus, dialogs, clipboard support, and file drops
  • LWM Graphite, LWM Dark, and LWM Blue themes
  • Bounded 1,024-line scrollback buffer per tab
  • Signal-safe tab removal through the GTK idle loop
  • Bytecode-free source archives and Debian package payload
  • Desktop entry, AppStream metadata, icon, manual page, tests, and Debian packaging

Graphite theme in action. Full project and its source code is available at its Github page: https://github.com/postman721/Quick-Terminal-GTK4