bsd

Integrate GTK applications in KDE style

KDE
P. I installed the KDE desktop, but my preferred applications: Iceweasel and GIMP look horrible how to fix this?

R. In order your GTK+ 2.x and GTK+ 3.x applications have the same appearance as the native KDE applications you should install the following packages.

– gtk2-engines-oxygen
– gtk3-engines-oxygen
– kde-config-gtk-style

To do this, type the following command in Debian GNU/Linux

sudo apt-get install gtk2-engines-oxygen gtk3-engines-oxygen kde-config-gtk-style

then go:

1. Start Menu
2. Select System Settings (KDE 4) / Settings > System Settings (KDE 5)
3. Select Application Appearance
4. Set the options shown in the figure below

[caption id="attachment_1515" align="alignleft" width="640"]Appearance of GTK + applications in KDE Appearance of GTK+ applications in KDE[/caption]

Recommended reading

KDE project

Integrate GTK applications in KDE style Read More »

lftp: show hidden directories and files

Some ftp servers do not display by default hidden directories and files therefore lftp does not take care about them in certain operations, for example when trying to delete a directory that contains hidden files lftp throws the following error message: operation failed: 550 cannot delete directory: directory not empty (rm: Access failed: 550 Can't remove directory) To change this behavior.

lftp: show hidden directories and files Read More »