Monthly Archives: May 2017

CRunner (C++) is released

Here is one program that was born as a spin-off of Runner-QT. Meet CRunner: a program written with C++ and using Gtk+. The program is about 60 lines long and heavily commented -> you can easily follow the code.

gmrun alternatives, linux run dialog, linux program launcher

CRunner accepts programs and programs with arguments. For example: firefox and firefox google.fi are both accepted. The later opens firefox window with google.fi in it.

/*CRunner v.1 Copyright (c) 2017 JJ Posti <techtimejourney.net>
#This program comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991″)*/ Continue reading

PostX programs: Quick terminal, Power manager PostX calendar

19th of May 2017: The following changes apply.
* Quick Terminal 0.5.2, minor upgrade: some entries moved to right-click menu.

* Obsolete CSS removed from Quick Terminal.
* Power-manager-QT v.5.1: Icons removed. Now, labels with texts.

 

linux screenshots, linux screenshots

Screenshot showing postx-programs upgrade (as it was during May 2017)

Continue reading

Runner-QT v.2 arrives

19th of May 2017: Runner-QT is upgraded to version 2. Dependencies remain the same. Interface is simplified and intuitive. There is also less code now  (about 46 lines).  Runner-QT v.2 should fit nicely to all kinds of desktops by default.

Dependencies:

sudo apt-get install python-pyqt5 python python3

Run the program: python /home/some_person/some_folder/something.py

If needed make the program executable with:  chmod +x /home/some_person/some_folder/something.py Continue reading