Tag Archives: ubuntu

GemRB heading for Oneiric

Finally the new GemRB version 0.6.5 released on July 2011 is now available for Oneiric and of course other Ubuntu versions such as Natty,Maverick and Lucid.

The release notes states the following:
two new config options (off by default):
UseSoftKeyboard: Toggle use of software keyboard on devices that support one. It pops up when text input is required
TouchScrollAreas: Toggles a wider and visible gutter around the screen for scrolling the game area. Intended for devices with a touch interface.

You can find the package as always on my ppa.

More details see http://www.gemrb.org.

Diodon 0.5.0 and what to do when diodon does not start

Finally, the instant paste feature is available in a stable release and enabled by default. But no worries if you do not like it you can still disable it in the preferences.

When you suffer from the issue that Diodon does not start anymore, this new release might help you as well. There was an issue that Diodon did not handle some UTF-8 strings correctly what led to Diodon not starting. This issue is fixed in this release.

However it brought up the question what you can do when you suffer from a different issue which causes Diodon not to start either. (although I hope this will never happen to you).

Firstly checkout out the post After updating to Natty: Why has Diodon stopped working?.

If that is not the case on your machine another way is to remove (resp. move) the history file. You can do that with following command:
mv ~/.local/share/diodon/storage.xml ~/.local/share/diodon/storage.xml.old

Start diodon again. Hope you are lucky and it will work. However please file a bug on https://bugs.launchpad.net/diodon and attach the storage.xml.old file.

If diodon still does not start please still file a bug. Run Diodon on the console and add the output to the bug report.

Hope you will get happy with the new Diodon version. If not please let me know ;).

Diodon with instant paste for testing

The instant paste feature has finally landed into the Diodon trunk. With this feature there is now no need to press Ctrl+V after choosing a clipboard item (which you wanted to paste anyway ;))
Diodon does this now for you…

However, before this change gets released it needs intensive testing. And, of course, I want to hear your comments on what you think.

Before you go ahead please remember that this code is in development state and therefore should not be used on a production system:

So let’s start with the installation by running following commands:
sudo add-apt-repository ppa:diodon-team/daily
sudo apt-get update
sudo apt-get install diodon

Close Diodon and open it again. The instant paste feature should now be activated. Set the cursor at the position you want to paste, choose an item from the clipboard history and see how it works (hopefully anyway ;))

Note that currently the instant paste feature only works for applications which do not ignore events of X (see here for details) and use
Ctrl+V to paste content.

Please file a bug when you find an application where the instant paste does not work.

New Diodon release and how to disable unity lens or indicator

After a testing phase of two weeks and fixing the rough edges a new release 0.4.0 of Diodon is now available in the stable ppa.

So if you want to get the new version with its new Unity Lens up and running, here are the commands to install it:
sudo add-apt-repository ppa:diodon-team/stable
sudo apt-get update
sudo apt-get install diodon

During the testing phase the question came up whether there is a way to disable the Unity Lens and/or indicator?
Firstly, I have to say currently there is no easy way to disable such. In the future, a plugin system is planned where each feature such as the indicator or unity lens can be installed independently. However for now there is a workaround.

If you want to disable the Unity Lens you can simply remove the file diodon.place with the following command:
sudo rm /usr/share/unity/places/diodon.place

Logout and login again and the Unity Lens should have disappeared. Note when a new version of diodon is installed, you might have to redo this step.

There is also a way to disable the Diodon indicator by changing the gconf setting /apps/diodon/show_indicator:

  • Press Alt+F2
  • run gconf-editor
  • browse to /apps/diodon
  • disable show_indicator

The indicator should disappear straight away.
If desired you can even disable indicator and unity lens. Diodon can than still be used with the hotkey Ctrl+Alt+V.