Force using gtk3 when building software in systems with both gtk2 and gtk3

Do you have both gtk2 che gtk3 installed on your Slackware box and sometimes gtk3 based programs compilation fails because the building script can’t find the right version of the library? If the answer to the question is “Yes” maybe you can find a solution to your problem using the following trick.

Linux: read files created on OsX using Pages

Do you need to open and read on your Linux box  files generated on Mac OsX using Pages? Below how i’m doing it. create file /usr/local/bin/pages edit /usr/local/bin/pages and inserte the following code

at line 2 insert the full path of your favorite pdf viewer make executable the newly created file ( chmod +x …

Slackware: CentOS linux container

If you need to create a CentOS based linux container on your Slackware here you can find how i’ve made it. Before you start (re)compile your kernel including every config option needed to have lxc-checkconfig output “enable” in each line. (re)compile your kernel to add support for “networking bridge” update rpm package using the one …

Dukto – Multiplatform AirDrop

If you are looking for a AirDrop multiplatform replacement you can give a chance to Dukto ! It offers: – multiplatform support (Windows, Linux, Mac OSX) – simple text quick exchange – simple clipboard contentquick exchange – simple filequick exchange (select you file or use drag&drop) – simple directoryquick exchange (select your directory or use drag&drop) The application can be used to …

Polkit extra actions: run useful graphical applications as root on Slackware

During my daily programming activities i have to run, as root, some applications, even if i am logged in as a normal user, which make use of a gui (most of the times based on gtk) and this can be a problem using pkexec program-name due to the default policy of Polkit that disable support …

Slackware64-current: GkSu-Polkit

If your system is running  Slackware64-current and you need to use   e GkSu here you can find the precompiled package gksu-polkit, which is gksu using  PolicyKit as backend. The packages doesn’t contain any other library or dependency, look for them in the official Slackware repository or  SlackBuilds. GkSu-Polkit packages is available (with other packages …