|
2010-08-09
, 00:47
|
Posts: 2 |
Thanked: 0 times |
Joined on Jul 2010
|
#272
|
I'd just like to ask, are there any known issues with Diablo5+Telescope and power consumption? My battery seems to be getting drained a lot quicker these days ever since I reflashed + installed Diablo5 and Telescope and http://wiki.maemo.org/Rotation . But I'm actually not sure if it's the theme or the Rotation stuff that's draining the battery faster.
|
2010-08-09
, 03:42
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#273
|
|
2010-08-19
, 05:19
|
Posts: 232 |
Thanked: 32 times |
Joined on Jul 2009
@ Idaho
|
#274
|
The clock is large-status-bar-clock, it has a bug in its configuration if you tick "enable alarms" it will kill the desktop somtimes, otherwise it's stable. Don't do any changes yet, I've played with the theme before and know what do if it breaks. Any change to theme.xml that is not right can make the desktop in load/crash loop. I boot from SD so it's easy to take the card out, mount on PC and change back.
It might be possible to use matchbox-remote to change the theme, sleep and change back, but I haven't tried it.
|
2010-08-19
, 06:13
|
Posts: 232 |
Thanked: 32 times |
Joined on Jul 2009
@ Idaho
|
#275
|
Okay, now the small instruction for brave ones:
1. Make sure that you have libhildondesktop0, hildon-desktop and libhildonwm0 packages of exactly version 1:2.0.18-1fix1 and not, for example, 1:2.0.18-1fix1-1 or 1:2.0.18-1fix1-2. You can check it with this:
It also seems that if you have installed patch for locking home applets from qwerty12, you must remove it and install regular version before.Code:apt-cache policy libhildondesktop0 hildon-desktop libhildonwm0
2. Install this with “dpkg -i”: libhildondesktop0_2.0.18-1fix1-12applets_armel.deb. This package has 12 applets limit instead of 7.
3. You must also alter matchbox theme.xml to make space for more applets in statusbar. Below are my modifications of Echo theme, you can modify your one in the same manner. Statusbar should be increased to hold 5 more applets which equals to 5×40px = 200px.
/usr/share/themes/echo/matchbox/theme.xml:
Old:New:Code:<layer x="35" y="9" w="283" h="30"· type="label" color="osso-TitleTextColor" justify="left" font="osso-TitleFont" />Old:Code:<layer x="35" y="9" w="104" h="30"· type="label" color="osso-TitleTextColor" justify="left" font="osso-TitleFont" />New:Code:<button x="3" y="0" w="315" h="60" action="custom" options="inputonly,pressonly" />Old:Code:<button x="3" y="0" w="115" h="60" action="custom" options="inputonly,pressonly" />New:Code:<panel x="-372" y="0" w="280" h="50" />I have also changed background image in /usr/share/themes/echo/images/qgn_plat_application_status_bar_background.png to make window title “tab” narrower.Code:<panel x="-572" y="0" w="480" h="50" />
4. Reboot
|
2010-08-19
, 06:49
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#276
|
|
2010-08-19
, 14:55
|
Posts: 232 |
Thanked: 32 times |
Joined on Jul 2009
@ Idaho
|
#277
|
|
2010-08-23
, 14:17
|
Posts: 275 |
Thanked: 46 times |
Joined on Feb 2008
@ Raleigh, NC
|
#278
|
Hello.
I found how to solve "copy/paste" virtual keyboard bug.
In Xterm go to /home/user/.osso/hildon-desktop/
run "cp desktop.conf desktop.conf.old"
run "cp desktop.conf.pre_diablo5 desktop.conf"
edit following in "desktop.conf"
in [Tasknavigator] group change
X-Size-Width=0
X-Size-Height=0
Save file and reboot tablet
Voala you have working vkb menu
|
2010-08-23
, 17:26
|
Posts: 637 |
Thanked: 445 times |
Joined on Dec 2009
@ Kaliningrad, Russia
|
#279
|
The Following 4 Users Say Thank You to Kroll For This Useful Post: | ||
|
2010-08-23
, 18:47
|
Posts: 206 |
Thanked: 46 times |
Joined on Mar 2010
|
#280
|
Sure, GConf! How could i forget!
I knew that qwerty12's patch is storing lock flag in gconf, but i have totally forget about this great place to store configuration of everything.
Thank you!