Summary: | Filesystem browser does not refresh properly using fish:// protocol | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Aron Beal <aronbeal> |
Component: | fish | Assignee: | Jörg Walter <trouble> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aron Beal
2006-03-28 22:01:00 UTC
If you use this a lot, you could add a refresh button to the file browser's toolbar. That would certainly help me right now. Where is this done? Settings->Configure Toolbars... allows me to edit the toolbars Kate and KatePartView. Neither of these seems to be the toolbar associated with the filesystem browser, however. ~Aron Anders Lund <anders@alweb.dk> wrote: ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. http://bugs.kde.org/show_bug.cgi?id=124447 anders alweb dk changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kwrite-devel kde org |trouble garni ch Component|general |fish Product|kate |kio Version|2.4.1 |0.1 ------- Additional Comments From anders alweb dk 2006-03-28 22:14 ------- If you use this a lot, you could add a refresh button to the file browser's toolbar. --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2 Ugh. Sorry about the mess. Can confirm with KDE-3.5.5; don't know if this is possible at all (I mean a dirlister for a remote URL) Info from David Faure:
> I ask myself if it is possible at all to watch a remote URL for changes ?
No, it isn't. I don't think fish:// even provides any way to implement it... well, other
than polling, see below.
The KIO framework has support for notification of changes to remote file systems:
KDirNotify is a dcop/dbus interface where changes are announced; this is called by
konqueror, but this doesn't help you for changes made by others of course.
Something would have to list the fish directory regularly and compare the output,
I don't see another way. And actually KDirLister does exactly that (listing and comparing)
when it is notified of a change... so this is equivalent to -assuming- that there is a change,
regularly, in KDirLister. This would work, but it would result in a rather large
utilisation of the network and the server -- I'm not sure this is a good idea.
=> WONTFIX
|