01 Nov

Box 0.56

mural_last

A new release for the Lubuntu default theme Box. Reaching version 0.56, a lot of bugs have been fixed. Since Wily Werewolf was released, some icons were added to fit the new apps. Changes of this revision:

  • fixed fcitx panel icon (fix for bug #1511980)
  • battery charge improvements
  • new restart / shutdown / alert icons for Unity
  • added Ubuntu slide and touch features
  • discontinued dark panel version

The decision of removing the dark panel support was voted in the Artwork Team, but this project will move it soon to Gnome-Look and freed to the community (for now it’s still available in Lubuntu Wily Werewolf).You can download the latest version 0.56 at the downloads page and use it with your Lubuntu OS or any other Linux distro.

26 Oct

Translated Release Notes for 15.10

Lubuntu is the most international flavour!

Thanks to some friends, collaborators and members of our Facebook groups, we have the Wily Werewolf Release Notes translated to a lot of languages. Here’s the (growing) list:

global192


If you want to add your native language to the list, and you know how to use MoinMoin wiki syntax, don’t hesitate and contact us leaving a comment. You all made this possible. Thank you!

Edit: if you want to help us to translate Lubuntu, join the Lubuntu Global team.

07 Sep

PCManFM empty trash menu

You can add this missing feature in LXDE, emptying the trash can using a menu thanks to the file manager actions, the easy way (it should be compatible with all versions of PCManFM except maybe Qt based builds, for now). Just open a LXTerminal and use these five commands:

  • sudo apt-get install trash-cli
  • mkdir –parents $HOME/.local/share/file-manager/actions
  • wget -O $HOME/.local/share/file-manager/actions/ask-trash-empty.desktop https://raw.githubusercontent.com/NicolasBernaerts/ubuntu-scripts/master/lubuntu/trash-empty/ask-trash-empty.desktop
  • sudo wget -O /usr/local/bin/ask-trash-empty https://raw.githubusercontent.com/NicolasBernaerts/ubuntu-scripts/master/lubuntu/trash-empty/ask-trash-empty
  • sudo chmod +x /usr/local/bin/ask-trash-empty

Now re-log in again, and that’s all.

Via: Originally found in Bernaerts blog.