Launchpad has imported 10 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=11283.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2014-11-06T01:19:35+00:00 Jussi wrote:

Way to reproduce the problem:

1. Choose file from your desktop.
2. Open menu with right mouse button.
3. Choose rename.
4. Do not change the name or close the dialog, but wait for 15 seconds.
5. The error message appears and trash can will be disabled until you close the 
dialog.

xfdesktop version 4.11.8 and earlier are affected.

For more detail see:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1388946

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/0

------------------------------------------------------------------------
On 2014-11-09T14:03:29+00:00 Eric Koegel wrote:

We're hitting DBUS's reply timeout. We'll have to find a way to perform the 
call without a timeout to fix this. The code in question is in:
http://git.xfce.org/xfce/xfdesktop/tree/src/xfdesktop-file-utils.c#n691
which calls xfdesktop_file_manager_proxy_rename_file_async
There's a dbus_g_proxy_call_with_timeout
http://dbus.freedesktop.org/doc/dbus-glib/dbus-glib-DBusGProxy.html#dbus-g-proxy-call-with-timeout
But the timeout is an int representing milliseconds which only gets up to 32 
seconds (unless my math is off). Maybe dbus_g_proxy_call_no_reply? ...If that's 
not possible then we may have to not use dbus/thunar for renames and write the 
renaming dialog and operation ourselves to fix this issue.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/1

------------------------------------------------------------------------
On 2014-11-09T16:15:48+00:00 Jussi wrote:

Maybe I haven't understand this, if so, sorry about the noise...
It seem the event is called in wrong time, is it possible call the event only 
after user has given new name for the file?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/2

------------------------------------------------------------------------
On 2014-11-09T16:55:47+00:00 Eric Koegel wrote:

Well right now xfdesktop doesn't have code to display the rename dialog.
The good news is it's not hard, it's just a matter of adding it in.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/3

------------------------------------------------------------------------
On 2015-02-20T23:42:00+00:00 Thaddaeus Tintenfisch wrote:

The same applies to the "Create New Folder" and "Create New File" dialog
windows.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/4

------------------------------------------------------------------------
On 2015-03-28T10:31:40+00:00 Thaddaeus Tintenfisch wrote:

As of now, we simply ignore this type of error while not breaking any
functionality.

http://git.xfce.org/xfce/xfdesktop/commit/?id=b0388120725ff485e5ae40fde4017aa8c7efb9cf

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/5

------------------------------------------------------------------------
On 2015-03-31T01:23:37+00:00 Hudd wrote:

*** Bug 11780 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/6

------------------------------------------------------------------------
On 2019-10-03T09:35:34+00:00 spike speigel wrote:

It appears this is happening again.  Can this issue be reopened, or
should a new one be created?

Xubuntu 19.10
xfdesktop4 4.14.1-1

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/14

------------------------------------------------------------------------
On 2019-10-04T20:12:18+00:00 Alexxcons-x wrote:

Reopened ... I as well can reproduce the bug. Thanks for finding that
old bug !

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/15

------------------------------------------------------------------------
On 2019-10-04T22:15:45+00:00 spike speigel wrote:

You're welcome, thank you for verifying :)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1845828/comments/16


** Changed in: xfdesktop
       Status: Unknown => Confirmed

** Changed in: xfdesktop
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845828

Title:
  Timeout error while renaming a file

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfdesktop/+bug/1845828/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to