View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#995
Originally Posted by fhutt View Post
1) I am unable to install the Bluetooth_status_icon.py or the Bluetooth_status_icon.sh scripts. They seem to work in terminal but not in Billboard. Like the PSM State script needed an extra installation (QmSystem to python), maybe the Bluetooth script also needs something?
For both of these scripts, the "python-dbus" package should be sufficient:

https://github.com/harmattan/billboa...ooth_status.py
https://github.com/harmattan/billboa...status_icon.py

If it doesn't work, try prefixing it with "python", as in:

Code:
{script:python /home/user/bluetooth_status.py}
Originally Posted by fhutt View Post
2) I would like to remove other logo from configuration as shown in http://thp.io/2012/billboard/ with:
gconftool -s -t string /apps/billboard/other_logo ''
but I cannot find the folder /apps/billboard or where Billboard is installed.
You have to execute that line as-is in the Terminal app or via ssh. The folder "/apps/billboard" isn't a folder in the filesystem (well, gconf data is store somewhere, but you shouldn't need to care about that), but rather a configuration key in GConf.

You can also disable showing the other logo in the Billboard configuration app, but obviously that will only hide the other logo while Billboard is enabled/running.

Originally Posted by fhutt View Post
3) I would like to increase the size of the text of one line only. I know how to change the colour of a line but not the size.
Yes, that's not possible at the moment. Might come in a future release.
 

The Following User Says Thank You to thp For This Useful Post: