Category: Openbox

Bug: WIFI WICD Network dropped by apparmor randomly

Apparmor prevent by broken Security Profile read Access to Configs of WICD Syslog dmesg Log: apparmor="DENIED" name="/var/lib/wicd/dhclient.conf"…. Solution: sudo nano /etc/apparmor.d/sbin.dhclient add after “/etc/dhcp/** r,”: /var/lib/wicd/dhclient.conf r, to enable access to /var/lib/wicd/dhclient.conf which is able to read updates

Openbox: Quick Keyboard Shortcuts Internet Mail Run Command

Problem: If you want to work faster with your Openbox Desktop you should use Keyboard Shortcuts for often used Programs like Internet, Mail and Run Command box. Solution:  edit as user $nano /home/user/.config/openbox/rc.xml insert #Fullscreen CTRL+F11 <keybind key="C-F11"> <action name="ToggleFullscreen"/> </keybind> #RunCommand with gmrun on X CTRL+R <keybind key="C-R"> <action name="Execute"> <execute>gmrun</execute> </action> </keybind> #Internet […]

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support