|
2007-11-17
, 16:48
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#122
|
Has anyone else had an issue where if you lock the tablet, you can't unlock it? Ie, it won't let you press the center button to unlock the screen and buttons?
|
2007-11-17
, 17:34
|
Posts: 228 |
Thanked: 20 times |
Joined on Oct 2007
|
#123
|
|
2007-11-17
, 17:56
|
|
Posts: 415 |
Thanked: 44 times |
Joined on Apr 2007
@ Austin, Texas
|
#124
|
GPE does work on OS2008, but you need to use the experimental dist at:
http://www.cobb.uk.net/apt/
(add "deb http://www.cobb.uk.net/apt/ chinook experimental" to your
/etc/apt/sources.list.d/hildon-application-manager.list )
|
2007-11-17
, 18:24
|
|
Posts: 415 |
Thanked: 44 times |
Joined on Apr 2007
@ Austin, Texas
|
#125
|
The Following User Says Thank You to Greyghost For This Useful Post: | ||
|
2007-11-17
, 19:41
|
Posts: 130 |
Thanked: 13 times |
Joined on Nov 2005
|
#126
|
If you are sure of yourself, you have to tell dpkg to force overwritting files.
This is a very common error.Code:dpkg --force-overwrite -i packagename.deb
Another way to do it, directly from apt-get:
Removing the conflicting file doesn't help because the list of files is stored somewhere.Code:apt-get -o DPkg::Options::="--force-overwrite" install packagename
|
2007-11-17
, 20:06
|
|
Posts: 449 |
Thanked: 18 times |
Joined on Apr 2006
@ Eureka, CA
|
#127
|
The Following User Says Thank You to johsua For This Useful Post: | ||
|
2007-11-17
, 22:48
|
Posts: 130 |
Thanked: 13 times |
Joined on Nov 2005
|
#128
|
The Following User Says Thank You to jdr93 For This Useful Post: | ||
|
2007-11-18
, 15:51
|
|
Posts: 415 |
Thanked: 44 times |
Joined on Apr 2007
@ Austin, Texas
|
#129
|
|
2007-11-21
, 14:31
|
Posts: 5 |
Thanked: 0 times |
Joined on Dec 2006
|
#130
|
Another way to do it, directly from apt-get: