![]() |
2013-10-24
, 02:53
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#991
|
![]() |
2013-10-24
, 07:23
|
Posts: 138 |
Thanked: 144 times |
Joined on Oct 2012
@ Devon, England
|
#992
|
![]() |
2013-10-24
, 08:58
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#993
|
![]() |
2013-10-24
, 22:31
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#994
|
![]() |
2013-10-24
, 22:55
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#995
|
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?
{script:python /home/user/bluetooth_status.py}
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.
The Following User Says Thank You to thp For This Useful Post: | ||
![]() |
2013-10-24
, 23:29
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#996
|
![]() |
2013-10-25
, 00:42
|
Posts: 649 |
Thanked: 762 times |
Joined on Mar 2012
@ Ohio
|
#997
|
![]() |
2013-10-25
, 01:24
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#998
|
![]() |
2013-10-26
, 12:25
|
Posts: 58 |
Thanked: 19 times |
Joined on Jan 2012
@ Finland
|
#999
|
#!/bin/sh mode=$(develsh -c "qdbus --system com.nokia.csd.CSNet /com/nokia/csd/csnet com.nokia.csd.CSNet.RadioAccess.Technology") if [[ $mode -e GSM ]] then print "{{white}}2G" fi if [[ $mode -e UMTS ]] then print "{{white}}3G" fi
{script:/home/user/MyDocs/network.sh}
![]() |
2013-10-26
, 12:46
|
|
Posts: 645 |
Thanked: 519 times |
Joined on Apr 2012
@ Finland
|
#1000
|
chmod +x /patch/to/script.sh
The Following User Says Thank You to Mikkosssss For This Useful Post: | ||