[e-users] Konqueror opens from iBar always an unexisting path

2010-05-31 Thread Karl Sinn
Hi,

I have an Icon for Konqueror in the iBar.
Unfortunately whenever I call Konqueror from it it tries to open 
file:///home/karl/text/html, which of course doesn't exist.

Changing the Konqueror settings doesn't change anything;

I think that I have identified the problem:
by right-click=change icon properties on the Icon on the iBar (translated 
from German) i can see that for program is written kfmclient openURL %u 
text/html.

The problem is probably this text/html but I can't change or delete it.

How do I change this settings?

Thanks
Karl

--

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Konqueror opens from iBar always an unexisting path

2010-05-31 Thread Mick
On Monday 31 May 2010 10:37:55 Karl Sinn wrote:
 Hi,
 
 I have an Icon for Konqueror in the iBar.
 Unfortunately whenever I call Konqueror from it it tries to open
 file:///home/karl/text/html, which of course doesn't exist.
 
 Changing the Konqueror settings doesn't change anything;
 
 I think that I have identified the problem:
 by right-click=change icon properties on the Icon on the iBar
  (translated from German) i can see that for program is written kfmclient
  openURL %u text/html.
 
 The problem is probably this text/html but I can't change or delete it.
 
 How do I change this settings?

Look in the 'Desktop file' field under Change icon properties/General.  Mine 
has this path:

~/.local/share/applications/kfmclient.desktop

There will be some parameter that you can edit in that .desktop file.
-- 
Regards,
Mick
--

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Konqueror opens from iBar always an unexisting path

2010-05-31 Thread Mick
On Monday 31 May 2010 12:12:23 Karl Sinn wrote:
  Look in the 'Desktop file' field under Change icon properties/General.
   Mine has this path:
 
  ~/.local/share/applications/kfmclient.desktop
 
  There will be some parameter that you can edit in that .desktop file.
 
 Hi,
 
 it says
 ~/.local/share/applications/kfmclient_html.desktop
 but the file doesn't exist.
 
 What now? Create this file myself? And then? What to write inside?

Do you have anything in: ~/.local/share/applications/ ?

This is what I have here:

ls -la /home/michael/.local/share/applications/
total 4
drwxr-xr-x 2 michael michael   7 May 31 13:06 .
drwx-- 8 michael michael   8 May 22 15:43 ..
-rw-r--r-- 1 michael michael 244 May 31 13:07 kfmclient.desktop
-rw-r--r-- 1 michael michael 395 May 25 14:56 KMail.desktop
-rw-r--r-- 1 michael michael 307 May 25 14:32 mozilla-firefox-3.6.desktop
-rw-r--r-- 1 michael michael 360 May 23 10:28 opera.desktop
-rw-r--r-- 1 michael michael 266 May 23 20:29 xterm.desktop

Otherwise what kfmclient*.desktop files does your distribution have?

$ locate kfmclient*.desktop
/home/michael/.local/share/applications/kfmclient.desktop
/usr/share/applications/kde4/kfmclient.desktop
/usr/share/applications/kde4/kfmclient_dir.desktop
/usr/share/applications/kde4/kfmclient_html.desktop
/usr/share/applications/kde4/kfmclient_war.desktop

It seems that your link is pointing to 
/usr/share/applications/kde4/kfmclient_html.desktop and it should be pointing 
to e.g. /usr/share/applications/kde4/kfmclient.desktop

You can copy that file in your ~/.local/share/applications/ and check that 
your icon uses that link.
-- 
Regards,
Mick
--

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problem with window positioning from systray

2010-05-31 Thread Dion Moult
On Monday 31 May 2010 17:44:01 Karl Sinn wrote:
 Hi,
 
 skype and kopete windows are, while opened and closed from the systray,
 with every opening positioned a little lower, and so go down until they
 disappear under the screen.

AFAIK no.  Apparently the fault lies on the KWin side of things, so it isn't 
likely to get fixed any time soon. E's implementation of the window stuff is 
the correct one from what I have heard.

-- 
Dion Moult

--

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problem with window positioning from systray

2010-05-31 Thread Karl Sinn
Hi,

 AFAIK no.  Apparently the fault lies on the KWin side of things, so it
  isn't likely to get fixed any time soon. E's implementation of the
  window stuff is the correct one from what I have heard.

to bad, this is really annoying, maybe there's a possibility to write a patch, 
or to oblige this window to always  open at the same place?
All the tries i did with the window settings unfortunately failed.

Karl

--

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Konqueror opens from iBar always an unexisting path SOLVED

2010-05-31 Thread Mick
On Monday 31 May 2010 15:02:49 you wrote:
  Do you have anything in: ~/.local/share/applications/ ?
 
 This is funny, now I have the kfmclient_html.desktop there. I must have
  been blind before.

Probably you missed out the option -a when you run ls?

 This is in it:
 __
 [Desktop Entry]
 Hidden=false
 Exec=
 Icon=konqueror
 Name[de_DE]=Konqueror
 Type=Application
 NoDisplay=true
 Version=1.0
 MimeType=text/html;application/xhtml+xml;application/xml;
 StartupNotify=false
 Categories=Qt;KDE;System;
 Terminal=false
 Name=Konqueror
 Icon[de_DE]=konqueror
 __

Are you sure of this?  The Exec= line would not normally be empty.  It would 
have something like this in it:

Exec=kfmclient openURL %u text/html


 What should I change?

You could change the above line to say, e.g.:

Exec=kfmclient openURL %u

  Otherwise what kfmclient*.desktop files does your distribution have?
 
  $ locate kfmclient*.desktop
 
 I had to install findutils-locate and running your line gave no output

For locate to work it will first have to index all your files.  Run:

updatedb 

and wait for a minute or so until it finishes.  Then you can run locate from a 
terminal whenever you want to find something quickly.


  It seems that your link is pointing to
  /usr/share/applications/kde4/kfmclient_html.desktop and it should be
   pointing to e.g. /usr/share/applications/kde4/kfmclient.desktop
 
  You can copy that file in your ~/.local/share/applications/ and check
  that your icon uses that link.
 
 At this point I renamed the old file, copied the new one, restarted
 enlightenment from the menu and then Konqueror disappeared from the iBar, I
 went to the configuration and restored it. Now it works.
 
 Thanks for the help

You're welcome!  Glad you fixed it.
-- 
Regards,
Mick
--

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problem with window positioning from systray

2010-05-31 Thread Mysth-R
Hi,
I also have this problem with gvim, goggles music manager, and many other
apps.
It's a bit annoying, you always have to move up the windows

Cheers,

Mysth-R

2010/5/31 Karl Sinn n...@budostore.de

 Hi,

  AFAIK no.  Apparently the fault lies on the KWin side of things, so it
   isn't likely to get fixed any time soon. E's implementation of the
   window stuff is the correct one from what I have heard.

 to bad, this is really annoying, maybe there's a possibility to write a
 patch,
 or to oblige this window to always  open at the same place?
 All the tries i did with the window settings unfortunately failed.

 Karl


 --

 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users