Re: [SHR] How to reset to SHR Illume theme

2009-01-17 Thread Geir-Arne




Hi.

I managed to disable the wrench icon in the SHR theme. Not very smart,
considering I am now unable to access the settings menu. Any help as to
how to get this back? Tried to find anything helpful on the
enlightenment wiki, but found nothing helpful.
Already tried to opkg force reinstall shr illume theme, so I guess the
missing icon is not theme related.

Any suggestions? If anyone could tell me which config file controls
this, I could just rewrite it to the phone from the SHR tarball.

Thanks.

Jan Vlug skrev:

  I tried this method and it worked fine for me. Thanks.
See also: http://wiki.openmoko.org/wiki/Wrench

Bryan DeLuca wrote:
  
  
I would reset the theme with enlightenment_remote.  Here's how from an SSH connection as root:

# First set the variable for the E socket
export E_IPC_SOCKET=`ls /tmp/enlig*-root/disp*|cut -d\| -f1`
# Here is setting back to the SHR illume default theme
enlightenment_remote -theme-set theme /usr/share/enlightenment/data/themes/illume-shr.edj
# Now restart E
enlightenment_remote -restart

# You can also get a list of the current E theme with:

enlightenment_remote -theme-list

Hope that helps,

-Bryan

  
  
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
  





___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR] How to reset to SHR Illume theme

2009-01-16 Thread Jan Vlug
I tried this method and it worked fine for me. Thanks.
See also: http://wiki.openmoko.org/wiki/Wrench

Bryan DeLuca wrote:
 I would reset the theme with enlightenment_remote.  Here's how from an SSH 
 connection as root:
 
 # First set the variable for the E socket
 export E_IPC_SOCKET=`ls /tmp/enlig*-root/disp*|cut -d\| -f1`
 # Here is setting back to the SHR illume default theme
 enlightenment_remote -theme-set theme 
 /usr/share/enlightenment/data/themes/illume-shr.edj
 # Now restart E
 enlightenment_remote -restart
 
 # You can also get a list of the current E theme with:
 
 enlightenment_remote -theme-list
 
 Hope that helps,
 
 -Bryan

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[SHR] How to reset to SHR Illume theme

2009-01-15 Thread Jan Vlug




I set the Illume theme to
default (by changing the settings via the application started by the
wrench icon).
However, this theme is not working fine, and I do not have access to
the settings wrench icon any more.
How can I reset to the SHR Illume theme.




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR] How to reset to SHR Illume theme

2009-01-15 Thread Marco Trevisan (Treviño)
Julien Cassignol wrote:
 On Thu, Jan 15, 2009 at 11:35 AM, Jan Vlug jan.pub...@famvlug.nl wrote:
 How can I reset to the SHR Illume theme.
 
 /etc/init.d/xserver-nodm stop
 rm -rf ~/.e
 Restart your device and voilà (restart is not mandatory but it's way
 easier than telling what to restart).

Better rm -rf ~/.e/e/config I guess, I wouldn't lose my dynamic
personal.dic... :P

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR] How to reset to SHR Illume theme

2009-01-15 Thread Joel Newkirk
On Thu, 15 Jan 2009 12:58:44 +0100, Julien Cassignol
ainulind...@gmail.com wrote:
 On Thu, Jan 15, 2009 at 11:35 AM, Jan Vlug jan.pub...@famvlug.nl wrote:
 I set the Illume theme to default (by changing the settings via the
 application started by the wrench icon).
 However, this theme is not working fine, and I do not have access to the
 settings wrench icon any more.
 How can I reset to the SHR Illume theme.
 
 /etc/init.d/xserver-nodm stop
 rm -rf ~/.e
 Restart your device and voilà (restart is not mandatory but it's way
 easier than telling what to restart).

What about:

/etc/init.d/xserver-nodm stop;rm -rf ~/.e/e/config;/etc/init.d/xserver-nodm
start

?  What is affected by removing the E config that requires more than just
starting xserver-nodm at the end?

j

-- 
Joel Newkirk
http://jthinks.com  (blog)
http://newkirk.us/om (FR stuff)


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR] How to reset to SHR Illume theme

2009-01-15 Thread Bryan DeLuca
I would reset the theme with enlightenment_remote.  Here's how from an SSH 
connection as root:

# First set the variable for the E socket
export E_IPC_SOCKET=`ls /tmp/enlig*-root/disp*|cut -d\| -f1`
# Here is setting back to the SHR illume default theme
enlightenment_remote -theme-set theme 
/usr/share/enlightenment/data/themes/illume-shr.edj
# Now restart E
enlightenment_remote -restart

# You can also get a list of the current E theme with:

enlightenment_remote -theme-list

Hope that helps,

-Bryan
-- 
Bryan DeLuca openm...@bryandeluca.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community