Saturday, May 30, 2015
xdg-su not decorated with theme
LXDE on OpenSuse 13.2 uses xdg-su ass the GUI frontend to run applications using sudo. If it can't load gnomesu or kdesu then it presents a bland undecorated xterm window. This can be neatened by simply installing libgnomesu which is small with only 1 dependancy (it doesn't need a full gnome desktop!).
Install Screengrab for screenshots on OpenSuse
LXDE doesn't have a default screenshot grabber. Here's how to install Screengrab from source on OpenSuse 13.2:
Download the source code from:
A bug puts the libraries in the wrong location, we need to correct it:
Enjoy!
Download the source code from:
- http://screengrab.doomer.org/download/
- libqt4-devel
- gcc
- gcc-c++
- cmake
- cd ~/Downloads/Source/screengrab*
- mkdir build
- cd build
- cmake ../
- make
- sudo make install
A bug puts the libraries in the wrong location, we need to correct it:
- sudo mv /screengrab /usr/local/
- leafpad ~/.local/share/applications/screengrab.desktop
[Desktop Entry]
Name=Screengrab
Comment=Capture screenshots
GenericName=Screengrab
Exec=screengrab
Icon=screengrab
Terminal=false
StartupNotify=true
Type=Application
Categories=Graphics;
Enjoy!
Subscribe to:
Posts (Atom)