Ticket #42 (closed: fixed)
The new dynamic konqueror context menu doesn't work when accessed over KIO
| Reported by: | mbiebl | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | All | Version: | development |
| Severity: | minor | Keywords: | RESOLVED |
| Cc: |
Description
If I access a (SVN) directory in konqueror via /home/michael/svn/bla, the dynamic context menu is working properly. If I access the same directory via the new system IO slaves, system:/home/svn/bla or system:/users/michael/svn/bla, the context menu is empty.
Btw, I really like the new dynamic context menus ;-)
Attachments
Change History
comment:1 Changed 8 years ago by mbiebl
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 8 years ago by alwin
This is 'cause Kdesvn doesn't know something about system:/ and similar protocols. This moment I have no idea how to translate them clean (and mostly: where). I saw this in kde 3.5 where the menus are real dynamic (if enabled in .desktop file). If you have hints or ideas or knowledge or knowledge where to read about that system:/ stuff - please tell me.
Seems that a real 0.7.x release is more far away I thought.
comment:3 Changed 8 years ago by alwin
- Keywords RESOLVED added
- Status changed from assigned to closed
- Resolution set to fixed
- Milestone set to development
Fixed in trunk. Fix only works with system:/ urls eg system:/home and so on. media:/ and stuff is that stupid and requires a lot of stuff to get a workaround and filter to real name so it makes no sense.
That stuff should fixed in KDE itself eg there should a method getting a real dir/file instead of that virtual urls.
