KDE

GTK3 apps in KDE4 on Arch

packer -S oxygen-gtk3-git

$ ln -s /usr/share/themes/oxygen-gtk/gtk-3.0 ~/.config/gtk-3.0

source

 

By WladyX on 6 May, 2011 | Arch, Gnome, KDE | A comment?

KDE disable kmix tray icon

~/.kde4/share/config/kmixrc:
AutoStart=false

source

By WladyX on 2 May, 2011 | KDE | A comment?

Show/Do not show gnome network manager applet in kde4

edit /etc/xdg/autostart/nm-applet.desktop and add KDE; to the line that has ONLY_SHOW_IN

[Desktop Entry]
Name=Network Manager
Comment=Control your network connections
Icon=nm-device-wireless
Exec=nm-applet –sm-disable
Terminal=false
Type=Application
OnlyShowIn=GNOME;XFCE;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=NetworkManager
X-GNOME-Bugzilla-Component=general
X-GNOME-Autostart-enabled=true
X-Ubuntu-Gettext-Domain=nm-applet

source

By WladyX on | General, Gnome, KDE | A comment?