Ronald  Lau wrote on Mon, Dec 18, 2006 at 08:21:38AM -0600
> tatus: O
> Content-Length: 5126
> Lines: 185
> 
> 
> 
> Here are the contents of Eterm.desktop, pyrrho.desktop and orthanc.desktop.  
> pyrrho.png is the image now showing up in all Eterm window borders, window 
> lists, and iboxes.
> 
> What am I doing wrong?
> 
> 
> 
> pyrrho:~/.e/e/applications/all> cat Eterm.desktop 
> 
> [Desktop Entry]
> Encoding=UTF-8
> X-Enlightenment-IconTheme=dlg-etiquette
> X-Enlightenment-WindowName=Eterm
> X-Enlightenment-IconClass=Eterm.png
> X-Enlightenment-IconPath=/users/ral/.e/e/icons/Eterm.png
> X-Enlightenment-WindowTitle=Eterm
> Type=Application
> Exec=Eterm
> StartupWMClass=ETerm
> GenericName=Terminal
> Name=Eterm
> Comment=Run commands in a shell
> Icon=Eterm.png
> 
> 
> 
> pyrrho:~/.e/e/applications/all> cat pyrrho.desktop 
> 
> [Desktop Entry]
> Encoding=UTF-8
> 
> X-Enlightenment-IconClass=pyrrho
> X-Enlightenment-IconPath=/users/ral/.e/e/icons/pyrrho.png
> X-Enlightenment-WindowTitle=pyrrho
> Type=Application
> Exec=Eterm -t pyrrho
> Name=Pyrrho
> Comment=Run commands in a shell
> Icon=pyrrho.png
> 
> pyrrho:~/.e/e/applications/all> cat orthanc.desktop 
> 
> [Desktop Entry]
> Encoding=UTF-8
> 
> X-Enlightenment-IconClass=orthanc
> X-Enlightenment-IconPath=/users/ral/.e/e/icons/orthanc.png
> X-Enlightenment-WindowTitle=orthanc
> Type=Application
> Exec=Eterm -t orthanc -e ssh orthanc
> Name=Orthanc
> Comment=Run commands in a shell
> Icon=orthanc.png

Hmm...can you try this? I hope it work.

Eterm.desktop

[Desktop Entry]
X-Enlightenment-WindowName=eterm
Type=Application
Exec=Eterm 
StartupWMClass=Eterm
X-Enlightenment-IconPath=/users/ral/.e/e/icons/Eterm.png
Name=Eterm
X-Enlightenment-WindowTitle=eterm

Pyrrho.desktop

[Desktop Entry]
X-Enlightenment-WindowName=pyrrho
Type=Application
Exec=Eterm -n pyrrho
StartupWMClass=Eterm
X-Enlightenment-IconPath=/users/ral/.e/e/icons/pyrrho.png
Name=Pyrrho
X-Enlightenment-WindowTitle=pyrrho

Orthanc.desktop

[Desktop Entry]
X-Enlightenment-WindowName=orthanc
Type=Application
Exec=Eterm -n orthanc -e ssh orthanc
StartupWMClass=Eterm
X-Enlightenment-IconPath=/users/ral/.e/e/icons/orthanc.png
Name=Orthanc
X-Enlightenment-WindowTitle=orthanc

-- 
jcwong

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to