[Bug 1768521]

2019-06-20 Thread Hjudt-l
Last time I worked on thunar code, that reload stuff was a big mess and
did not even work for jobs (copying, moving files). What makes it more
complicated is that there are folder reloads and file reloads. I
couldn't fix it completely, and if you change one part, it often breaks
the other parts. I believe the proper solution would be to create a
reload queue that gets processed regularly (e.g. while idle) and
confined to a single place. That way, reloads could also be prioritized
if necessary and perhaps unneeded/duplicate reloads could even be
avoided (network accesses for example are quite expensive regarding
performance). It could be more complicated than the current
implementation, but the current implementation looks also complicated
and is hard to understand, so maybe it doesn't matter.

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

Title:
  ghost files remain after moving files

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

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

[Bug 1512120]

2018-06-08 Thread Hjudt-l
No, it's ok, I just wanted to state that the issue *might* be a
different one than the crashes. Does it also happen with cut & paste,
not only drag?

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

Title:
  [SRU] thunar crashes on file renaming

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

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

[Bug 1512120]

2018-06-08 Thread Hjudt-l
I believe the drag & drop issue you describe here has been there for a
long time. I am not sure it has anything to do with this bug.

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

Title:
  [SRU] thunar crashes on file renaming

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

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

[Bug 1512120]

2018-06-08 Thread Hjudt-l
Created attachment 6613
Check-if-a-thunar-file-is-still-valid-before-reloading.patch

Deactivating SEND_MOVED code paths didn't help completely, thunar was
still crashing on renaming sometimes (more often than not).

Alternative workaround. Does fix all? crashes on my system - I hope this
isn't simply coincidence because of my lack of time for looking into
this and testing -, but apparently some update problems remain when
moving lots of files.

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

Title:
  [SRU] thunar crashes on file renaming

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

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

[Bug 1512120]

2018-06-08 Thread Hjudt-l
On a second thought, maybe these remaining update problems have existed
in earlier versions too but simply went unnoticed. Anyway, here is a
very simple test case to showcase the problem:

1) create files:
   for i in $(seq 1 10); do touch "$i.txt"; done
2) loop for renaming files every second:
   while true; do for i in $(seq 1 10); do mv "$i.txt" "$i.txt.txt"; done; 
sleep 1; for i in $(seq 1 10); do mv "$i.txt.txt" "$i.txt"; done; sleep 1; done

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

Title:
  [SRU] thunar crashes on file renaming

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

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

[Bug 1512120]

2018-06-08 Thread Hjudt-l
The update problems are also evident when a script renames multiple
files at once. Maybe a rewrite for the changes in glib is still needed.

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

Title:
  [SRU] thunar crashes on file renaming

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

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

[Bug 1261369]

2015-11-18 Thread Hjudt-l
*** Bug 12303 has been marked as a duplicate of this bug. ***

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

Title:
  No GUI way to enable menubar

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

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


[Bug 1512120]

2015-11-18 Thread Hjudt-l
*** Bug 12312 has been marked as a duplicate of this bug. ***

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

Title:
  thunar crashes on file renaming

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

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


[Bug 1514912]

2015-11-15 Thread Hjudt-l
Likely a duplicate.

*** This bug has been marked as a duplicate of bug 12264 ***

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

Title:
  Thunar crash while copying files (segfault / possible clash with
  gnome.zeitgeist.Engine)

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

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


[Bug 1512120]

2015-11-14 Thread Hjudt-l
Created attachment 6530
0001-Deactivate-SEND_MOVED-code-paths.patch

For a start, deactivating the SEND_MOVED code paths seems to get rid of
the crashes on my system with glib-2.46.2. Please try the patch attached
and report back if it fixes the crashes for you too. Why this will not
solve the real issue(s), it could give some clues where to look at.

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

Title:
  thunar crashes on file renaming

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

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


[Bug 1512120]

2015-11-14 Thread Hjudt-l
*** Bug 12260 has been marked as a duplicate of this bug. ***

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

Title:
  thunar crashes on file renaming

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

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


[Bug 1512120]

2015-11-14 Thread Hjudt-l
*** Bug 12290 has been marked as a duplicate of this bug. ***

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

Title:
  thunar crashes on file renaming

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

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


[Bug 1512120]

2015-11-14 Thread Hjudt-l
*** Bug 12283 has been marked as a duplicate of this bug. ***

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

Title:
  thunar crashes on file renaming

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

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


[Bug 1512120]

2015-11-14 Thread Hjudt-l
*** Bug 12253 has been marked as a duplicate of this bug. ***

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

Title:
  thunar crashes on file renaming

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

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


[Bug 1512120]

2015-11-14 Thread Hjudt-l
*** Bug 12293 has been marked as a duplicate of this bug. ***

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

Title:
  thunar crashes on file renaming

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

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


[Bug 1212577]

2015-06-27 Thread Hjudt-l
*** Bug 11997 has been marked as a duplicate of this bug. ***

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

Title:
  Please keep the active thunar Window in focus when copying/moving
  files

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

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


[Bug 1179625]

2015-05-27 Thread Hjudt-l
No feedback, closing.

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

Title:
  Filenames converts to numbers when copying files from Nexus 4

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

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


[Bug 880533]

2015-05-22 Thread Hjudt-l
Thanks for your report and test, so I will close this bug again.

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

Title:
  Thunar and Trash Applet report that Trash is empty when it is not

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

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


[Bug 880533]

2015-05-21 Thread Hjudt-l
The patch that I pushed to master and is included in thunar-1.6.9 has
caused issues for other people (see bug #11913). I have pushed further
patches to fix this, which should be included in the next bugfix release
thunar-1.6.10. Could you please apply try these patches on thunar-1.6.9
in this order to see if you can find any issues?

Revert patch:
http://git.xfce.org/xfce/thunar/commit/?id=e3b65ff628499248dadfe7cbdb027e17b7db03c2

Fix reload return type:
http://git.xfce.org/xfce/thunar/commit/?id=9bf051a0005cef3d661493a44e7de911868cf5e7

Fix trash status:
http://git.xfce.org/xfce/thunar/commit/?id=6010f71d865b624f5f58b81405764c4ce6b2afc4

Alternatively, you can build thunar-git of course.

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

Title:
  Thunar and Trash Applet report that Trash is empty when it is not

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

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


[Bug 1293754]

2015-05-19 Thread Hjudt-l
I suffered from this bug a while ago, but it seems fixed on my machine.
Since I believe nothing in thunar has changed, this is very likely a
problem in an external component, or maybe a configuration problem. I am
not sure which component could have caused this, though.

ntfs-3g[2228]: Version 2014.2.15 external FUSE 29
ntfs-3g[2228]: Mounted /dev/sde1 (Read-Write, label Empty, NTFS 3.1)
ntfs-3g[2228]: Cmdline options: rw,nodev,nosuid,uhelper=udisks2
ntfs-3g[2228]: Mount options: 
rw,nodev,nosuid,uhelper=udisks2,allow_other,nonempty,relatime,fsname=/dev/sde1,blkdev,blksize=4096
ntfs-3g[2228]: Ownership and permissions disabled, configuration type 1

So if you still have this problem, try to update your ntfs3g, glib
(2.42.1 here), udisks (2.1.4).

I am closing this as invalid because I do not believe this is to be bug
in thunar. Feel free to reopen if you still have these problems after
updating.

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

Title:
  permission related error when moving files to internal NTFS formated
  drive

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

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


[Bug 1261369]

2015-05-17 Thread Hjudt-l
Changed F10 to Alt_L in
http://git.xfce.org/xfce/thunar/commit/?id=9283ed8fd5ff7c7cf7a089a528e26784a3a04eca

This seems to be standard in other apps, and it makes more sense because
Alt+key is usually used for menu mnemonics (which still works). Many
users do not know about F10 nor will they remember Ctrl+M, so if they
play with hiding the menu bar or trigger it accidentally, then they
might not have an idea how to restore it, which is great for support
people. I will document this better later on the thunar wiki page.

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

Title:
  No GUI way to enable menubar

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

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


[Bug 1261369]

2015-05-17 Thread Hjudt-l
After some more testing, I found unfortunately there is a problem with
the patch and I will need to revert it.

When the menubar is hidden, shortcuts with the Alt modifier (like Alt +
Left, Alt + Right) will perform their action correctly but toggle the
menubar too, and it is not simple to prevent this, ruining the
experience for users that like the menubar hidden. Changes in various
places would be required to accomplish this, which makes it more
complicated. I will think about a proper solution later.

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

Title:
  No GUI way to enable menubar

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

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


[Bug 880533]

2015-05-17 Thread Hjudt-l
I've been looking into this a bit.

As some have observed, it happens when the gvfsd-trash daemon has not
spawned and thunar accesses the trash for the first time (yet causing it
to spawn). So for the trash bin having the correct state it is necessary
that the daemon has already spawned when reading the info. The gvfs-
trash ls command or any other application accessing the gvfs trash does
this.

To reproduce this more easily, simply kill thunar and gvfsd-trash and
start a new instance of thunar (daemon or window shouldn't matter).

The code added to thunar-session-client.c could work, but it never gets
called on my machine, presumably because I do not start thunar with the
session manager. If that is true, all people with a similar setup will
suffer from this too. Also the thunar trash panel plugin could exhibit
the same problem.

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

Title:
  Thunar and Trash Applet report that Trash is empty when it is not

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

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


[Bug 880533]

2015-05-17 Thread Hjudt-l
Pushed to master:
http://git.xfce.org/xfce/thunar/commit/?id=2d5567b2f6ae6223c8865547704797a5c785ec1f

Reverted changes to session client:
http://git.xfce.org/xfce/thunar/commit/?id=61e52c7d53bf612b532dd1b8d7d49352cee1597e

Fixed icon in path entry not updated:
http://git.xfce.org/xfce/thunar/commit/?id=6c4676ad0197287bea2e033766443d35fb8be22e

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

Title:
  Thunar and Trash Applet report that Trash is empty when it is not

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

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


[Bug 880533]

2015-05-17 Thread Hjudt-l
Created attachment 6251
fix-loading-the-trash-bin-status-at-startup-bug-9513.patch

Attached is a patch which fixes the issue for me. Please try it and
report back if it fixes the issue for _you_ too. At the moment, I cannot
think of a better solution. I hope it does not produce crashes. Maybe
someone else has a better idea and can comment on this.

The first reload (in idle without timeout) fixes the shortcut/treeview
status icon, but it needs at least a second reload (after two seconds)
to fix the go to menu item entry. That symbol always shows full
initially (though strangely thunar_file_get_item_count tells 0). The
third reload is there just to be safe. Reloading the trash shouldn't be
a very expensive operation.

Please check the behaviour with and without this patch.

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

Title:
  Thunar and Trash Applet report that Trash is empty when it is not

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

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


[Bug 880533]

2015-05-17 Thread Hjudt-l
Created attachment 6252
fix-loading-the-trash-bin-status-at-startup-bug-9513.patch

This is probably a better version of the patch. Instead of putting the
checks into thunar_file_get, which could be called quite often for
folders that contain a lot of files, put it into the main function which
gets called only once per thunar instance.

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

Title:
  Thunar and Trash Applet report that Trash is empty when it is not

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

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


[Bug 880533]

2015-05-14 Thread Hjudt-l
Is this still an issue? If it is, please reopen.

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

Title:
  Thunar and Trash Applet report that Trash is empty when it is not

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

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


[Bug 1179625]

2015-05-13 Thread Hjudt-l
Last time I tried gvfs mtp everything was slow but worked correctly. Is
this still a problem?

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

Title:
  Filenames converts to numbers when copying files from Nexus 4

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

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


[Bug 1031581]

2015-05-11 Thread Hjudt-l
Ok, lost this bug and found it again.

From my tests, this patch only helps when thunar is used to copy the
file, triggering the CHANGES_DONE_HINT at the end of the file operation.
If it is changed from outside thunar - simply try cp -, the
CHANGES_DONE_HINT will be triggered more often, so often that the patch
doesn't make a difference.

What will help here and should be implemented in the future:

a) Create a reload queue for rate-limiting, and maybe an extra queue for 
thumbnailing requests which can be rate-limited separately.
b) Signal image-done instead of file-changed, so that the file does not get 
reloaded but instead the view only updates the row with the newly generated 
image, not wasting so many resources.

These are a bit ambitious plans though, and better to be delayed until
after the gtk3 port.

However, I will apply a patch similar to the one attached here, because
it makes thunar behave nicer to file operations on network resources, at
least when performing them in thunar. Besides, on demand users can
trigger a full reload manually now which reloads all file information.

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

Title:
  Tumblerd and Marlin use all available cpu and more

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

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


[Bug 1031581]

2015-05-11 Thread Hjudt-l
After a few tests, it should actually work for operations outside thunar
too. But probably it depends on the operation itself, e.g. how big the
chunks are that are copied, how often a changed / changes_done_hint
event is emitted.

The changes_done_hint is also emitted after an attribute_changed event,
so it is safe to replace this by changes_done.

It seems to be also emitted after a create, though I am not sure about
this because the create event is always followed by a changed or
attribute_changed event. Maybe it is better to leave that alone for now.

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

Title:
  Tumblerd and Marlin use all available cpu and more

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

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


[Bug 1346785]

2015-05-10 Thread Hjudt-l
Resolving duplicate.

*** This bug has been marked as a duplicate of bug 4537 ***

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

Title:
  You can select both file icons and path in address bar

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

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


[Bug 1425700]

2015-04-24 Thread Hjudt-l
I have pushed the change and documented it on the wiki (still work-in-
progress): http://docs.xfce.org/xfce/thunar/working-with-files-and-
folders

This should improve things a bit, though unfortunately fixing every
aspect and making the view behave exactly as the other views is not a
trivial task. This fix will be included in the next thunar release
1.6.7. Should too many people complain about the changed behaviour, I
will revert it, and a proper, more thorough patch will need to be
written. Maybe this will (have to) be completely rewritten with the gtk3
port anyway, who knows...

If something in the duplicates has not been fixed, please feel free to
reopen the duplicates, but please do not report new issues in this bug.

Pushed to master:
http://git.xfce.org/xfce/thunar/commit/?id=bb9fe8ad3e2202be52fa5c987cb1a7744d20a0a6

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

Title:
  Drag  Drop needs extra selection in Detailed List View in Thunar

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

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


[Bug 1252655]

2015-04-24 Thread Hjudt-l
*** Bug 10955 has been marked as a duplicate of this bug. ***

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-24 Thread Hjudt-l
BTW: What has not been fixed yet is the issue described in bug #9245.
It's a minor issue though and hitting F5 / reload is a usable
workaround.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-24 Thread Hjudt-l
The patches have been merged to master. So far, all tests have turned up
nothing bad, and the reload seems working fine.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 899624]

2015-04-23 Thread Hjudt-l
The patch from some duplicate doesn't seem to work for me?

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

Title:
  thunar actions only on local drive

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

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


[Bug 1327791]

2015-04-21 Thread Hjudt-l
*** Bug 7554 has been marked as a duplicate of this bug. ***

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

Title:
  Security warning about just created Xubuntu desktop shortcut

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

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


[Bug 1293754]

2015-04-20 Thread Hjudt-l
*** Bug 11248 has been marked as a duplicate of this bug. ***

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

Title:
  permission related error when moving files to internal NTFS formated
  drive

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

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


[Bug 1425700]

2015-04-20 Thread Hjudt-l
*** Bug 5232 has been marked as a duplicate of this bug. ***

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

Title:
  Drag  Drop needs extra selection in Detailed List View in Thunar

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

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


[Bug 1425700]

2015-04-20 Thread Hjudt-l
*** Bug 10585 has been marked as a duplicate of this bug. ***

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

Title:
  Drag  Drop needs extra selection in Detailed List View in Thunar

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

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


[Bug 1425700]

2015-04-20 Thread Hjudt-l
*** Bug 8852 has been marked as a duplicate of this bug. ***

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

Title:
  Drag  Drop needs extra selection in Detailed List View in Thunar

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

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


[Bug 1425700]

2015-04-20 Thread Hjudt-l
*** Bug 3386 has been marked as a duplicate of this bug. ***

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

Title:
  Drag  Drop needs extra selection in Detailed List View in Thunar

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

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


[Bug 1425700]

2015-04-20 Thread Hjudt-l
*** Bug 8875 has been marked as a duplicate of this bug. ***

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

Title:
  Drag  Drop needs extra selection in Detailed List View in Thunar

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

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


[Bug 1425700]

2015-04-20 Thread Hjudt-l
*** Bug 11219 has been marked as a duplicate of this bug. ***

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

Title:
  Drag  Drop needs extra selection in Detailed List View in Thunar

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

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


[Bug 1425700]

2015-04-20 Thread Hjudt-l
*** Bug 11218 has been marked as a duplicate of this bug. ***

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

Title:
  Drag  Drop needs extra selection in Detailed List View in Thunar

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

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


[Bug 1031581]

2015-04-20 Thread Hjudt-l
It looks like a good idea to apply that patch anyway.

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

Title:
  Tumblerd and Marlin use all available cpu and more

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

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


[Bug 1423758]

2015-04-19 Thread Hjudt-l
I'm closing this as a duplicate of #11749, patch is already pushed to
git master. Feel free to reopen if the bug reappears.

*** This bug has been marked as a duplicate of bug 11749 ***

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

Title:
  Thunar: Open Terminal Here breaks when any directory is deleted

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

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


[Bug 510074]

2015-04-19 Thread Hjudt-l
Marking duplicate.

*** This bug has been marked as a duplicate of bug 11605 ***

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

Title:
  [details view] drag file starts selection

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

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


[Bug 1256110]

2015-04-18 Thread Hjudt-l
Resolving duplicate.

*** This bug has been marked as a duplicate of bug 11605 ***

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

Title:
  Missing terminal and search in right click menu (detail view)

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

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


[Bug 1252655]

2015-04-17 Thread Hjudt-l
*** Bug 11829 has been marked as a duplicate of this bug. ***

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-17 Thread Hjudt-l
*** Bug 9446 has been marked as a duplicate of this bug. ***

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-17 Thread Hjudt-l
*** Bug 9340 has been marked as a duplicate of this bug. ***

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1423758]

2015-04-14 Thread Hjudt-l
Make sure you killed the running thunar daemon and started a new
instance. -q doesn't seem to always work reliably for reasons unknown.
Also, please give it a few more tries just to be sure it is not a nasty
bug that only happens sometimes.

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

Title:
  Thunar: Open Terminal Here breaks when any directory is deleted

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

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


[Bug 1423758]

2015-04-14 Thread Hjudt-l
I am sorry, I still cannot reproduce this here :-/

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

Title:
  Thunar: Open Terminal Here breaks when any directory is deleted

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

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


[Bug 1423758]

2015-04-14 Thread Hjudt-l
Probably a duplicate of bug #11749. Please try the patch attached there
and report if it fixes the issue.

*** This bug has been marked as a duplicate of bug 11749 ***

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

Title:
  Thunar: Open Terminal Here breaks when any directory is deleted

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

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


[Bug 1423758]

2015-04-14 Thread Hjudt-l
If you've tried the fix-bug-11008 branch and it fixes it, then this is a
reload bug and doesn't have to do much with the custom actions
themselves, the bug is only different symptoms.

If you have build the master branch from there, then I have no clue
which commit fixed it, and you will have to bisect to find out. My
private master branch is a bit older than the official one, and I have
stopped tracking it due to conflicts. However, the fix-bug-11008 is
based on the official master branch. Sorry for the confusion.

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

Title:
  Thunar: Open Terminal Here breaks when any directory is deleted

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

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


[Bug 1423758]

2015-04-14 Thread Hjudt-l
To clarify: The other bug is not about disappearing custom actions,
only their shortcuts have disappeared (if assigned). However, I noticed
a similar issue as described here has been fixed with that patch.

Now for this issue: I cannot reproduce the bug here, neither with the
steps provided in the original report nor with those in comment #2. That
is with current git master, and additionally with the patches from here:
http://git.xfce.org/users/hjudt/thunar/log/?h=fix-bug-11008

Can you provide the custom action command you use? Also, what do you use
to navigate to other folders and back?

Unsetting duplicate status.

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

Title:
  Thunar: Open Terminal Here breaks when any directory is deleted

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

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


[Bug 1409761]

2015-04-14 Thread Hjudt-l
xfdesktop exposes custom shortcuts in the context menu, for which there
are no shortcuts. Maybe xfdesktop can support custom actions with
shortcuts, but at the moment it does not.

Anyway, this bug does not belong to thunar, therefore moving this to
xfdesktop.

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

Title:
  Thunar custom action keyboard shortcut doesn't work on the desktop

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

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


[Bug 1256110]

2015-04-12 Thread Hjudt-l
*** Bug 2444 has been marked as a duplicate of this bug. ***

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

Title:
  Missing terminal and search in right click menu (detail view)

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

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


[Bug 1256110]

2015-04-12 Thread Hjudt-l
For the record, I have implemented an experimental patch for this here:
http://git.xfce.org/users/hjudt/thunar/commit/?h=details-view-selectionid=89c7dc4aad1ecea7622a69fb6e57a8bd139dd699

However, it does more than that and also changes the dragdrop and
rubber-band selection behaviour.

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

Title:
  Missing terminal and search in right click menu (detail view)

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

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


[Bug 1252655]

2015-04-10 Thread Hjudt-l
Created attachment 6180
reload-files-changed-by-jobs-in-an-idle-loop.patch

This builds on top of the other patches and obsoletes attachment #6118.

With this, complicated changes to the closures system are unnecessary
and all files will get scheduled for reload in idle before the new-files
signal is emitted.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-10 Thread Hjudt-l
A temporary repository with all necessary patches based on up-to-date
master is here: http://git.xfce.org/users/hjudt/thunar/log/?h=fix-
bug-11008

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-10 Thread Hjudt-l
A better solution than reloading the file info for all files in the new-
files closure is to move/copy the file info in thunar-transfer-job.c for
cached files only.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-03 Thread Hjudt-l
An additional test case for verification (though it does not bring any
new revelations):

1) Generate lots of files:
for i in $(seq 1 1000); do echo $i  $i.txt; done

2) Cut files using thunar Edit-Cut

3) Create a new directory test

4) Change dir to test in thunar

5) Paste files in thunar

Behold the many object_unref errors:

(thunar:31965): GLib-GObject-CRITICAL **: g_object_ref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_ref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-WARNING **: invalid uninstantiatable type
'(null)' in cast to 'GObject'

(thunar:31965): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_ref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_ref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-WARNING **: invalid unclassed pointer in
cast to 'GObject'

(thunar:31965): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_ref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_ref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-WARNING **: invalid uninstantiatable type
'invalid' in cast to 'GObject'

(thunar:31965): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_ref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_ref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_unref: assertion
'object-ref_count  0' failed

(thunar:31965): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-03 Thread Hjudt-l
I stand corrected, it also happens with copypaste. But I got a bit
further to a solution: Indeed, this seems to be a timing problem.

http://git.xfce.org/xfce/thunar/tree/thunar/thunar-job.c#n573
Adding sleep (1); before this line solves the problem for me:

--
  /* emit the new-files signal */
  sleep (1);
  exo_job_emit (EXO_JOB (job), job_signals[NEW_FILES], 0, file_list);
--

The move event is also properly triggered, with no (null) in
other_path.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-03 Thread Hjudt-l
*** Bug 11763 has been marked as a duplicate of this bug. ***

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-03 Thread Hjudt-l
The final piece of the puzzle: The new-files closure gets invalidated by
thunar_standard_view_selection_changed while still being in use. Because
of this, the signals sent by the job cannot be received and get lost.
This also causes the g_object_ref/unref errors in comment #32.

Treatment of the new-files closure needs to be changed, maybe tsv can be
extended to allow multiple closures so that all running jobs can finally
send their list of changed files. The new-files closure is used by
tsv_selection_changed to select new files after a job has finished (e.g.
after file move select the moved files in the target folder).

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-04-03 Thread Hjudt-l
Interestingly, with the sleep(1)
https://bugzilla.xfce.org/attachment.cgi?id=6118 is rendered
unnecessary, and the standard view is updated properly.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Created attachment 6119
Fix-updating-file-info-for-moved-files-bug-11008.patch

This patch is still necessary for updates caused by move operations. I
have corrected one check so it should work properly now.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
It seems the issues with filemonitor events not being triggered have to
do with the shortcut side pane. Turning the sidepane off (but also
switching to tree-view sidepane probably) will make the test cases work
as expected. However, these new findings may not completely invalidate
the previous patches.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Created attachment 6128
0003-Refactor-code-for-moving-thumbnail-cache-file-on-ren.patch

Another patchset for reloading issues (3/3)

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Created attachment 6118
Always-reload-info-for-files-that-might-have-been-changed-by-jobs.patch

This patch obsoletes the previous patches (though parts of my previous
patch might still be correct to apply) and fixes the update issues for
me.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
*** Bug 11734 has been marked as a duplicate of this bug. ***

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Created attachment 6129
0004-Reload-parent-folder-of-changed-file.patch

Fix update of parent folder in folder-monitor.c

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Created attachment 6127
0002-Rework-thunar_file_monitor-to-properly-register-move.patch

Another patchset for reloading issues (2/3)

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Created attachment 6126
0001-Add-function-to-reload-parent-file-of-a-file.patch

Another patchset for reloading issues (1/3)

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
There is still the problem that the folder monitor does not receive any
events for the following scenario:

1) touch x
2) mkdir test
3) open test in thunar
4) mv x test

test is not updated to reflect the move.

If you open another window with the source directory before 4), then the
changes will propagate and the views will update correctly.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Created attachment 6132
Fix-updating-file-info-for-moved-files-bug-11008.patch

Update patch to protect against unreadable files.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
(In reply to Harald Judt from comment #23)
 Unfortunately, there is another test case that doesn't work:
 
 1) echo 2000  x; mkdir test; touch test/x
 2) open thunar
 3) cut x
 4) change into test
 5) select x
 6) paste
 
 There are delete events for the source folder, but the destination folder
 does not receive any events. Also, reloading the folder does not help.

Note that thunar-job.c signal-emits new_files for the new_files closure,
but the standard-view does not call thunar_standard_view_new_files.

There is something else strange here: After step 6), the following happens:
thunar_file_monitor: event_path=/home/user/x, other_path=/home/user/(null)/x, 
file=user, event_type=7

What happened to test (other_path=...(null))???

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Unfortunately, there is another test case that doesn't work:

1) echo 2000  x; mkdir test; touch test/x
2) open thunar
3) cut x
4) change into test
5) select x
6) paste

There are delete events for the source folder, but the destination
folder does not receive any events. Also, reloading the folder does not
help.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Comment on attachment 6129
0004-Reload-parent-folder-of-changed-file.patch

This patch is bad and should not be applied.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
Further observations:

1) File moves via cut  paste into the same window do not receive the
new_files signals, thus thunar_standard_view_new_files will NOT be
called. Therefore, file info for an existing target file will not be
updated. If the target file does not exist, the file will of course have
the correct attributes, but after the folder reload thunar_file_monitor
will be invoked with the target folder being (null) in other_path (e.g.
/home/user/(null)/x).

2) File moves via cut  paste using two windows, one serving as source
and one as target, do receive the new_files signals, thus
thunar_standard_view_new_files will be called in the target window and
the info for the target file will be updated for an existing file.

In the source window, there will be no MOVED event emitted for the
source window, only two DELETEs, one logged by thunar_folder_monitor and
one by thunar_file_monitor.

If the target file does not exist, the new target file will have the
correct attributes in the target window, but as in 1), after folder
reload thunar_file_monitor will be invoked in the target window with the
target folder being (null) in other_path (e.g. /home/user/(null)/x).

3) With copy  paste there are no such bugs, the new_files signals will
be received and the files reloaded properly. With cut  paste,
thunar_clipboard_manager_clear_callback gets called before the end of
tsv_action_paste, while with copy  paste, it gets called on window
close. In both cases, it releases all pending files.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-27 Thread Hjudt-l
thunar_file_monitor: event_path=/home/user/x,
other_path=/home/user/(null)/x, file=user, event_type=7

This happens even without any of the patches, so it is not caused by
them.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-20 Thread Hjudt-l
Using both a file monitor and a dir monitor on both directories, and
additionally a file monitor and a dir monitor on the moved file, it
looks like everything is ok with gio.

Just for the record, if SEND_MOVED was not used, the following gio bug could 
have been triggered, but thunar uses SEND_MOVED in 1.6.6:
https://bugzilla.gnome.org/show_bug.cgi?id=742849

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-20 Thread Hjudt-l
Created attachment 6089
Fix-updating-file-info-for-moved-files-bug-11008.patch

The previous solution in attachment #5903 causes crashes because of
freeing and accessing file info in parallel threads, spawned by thunar
jobs. An easy way to reproduce such a crash, or at least to create
critical errors, is to drag  drop move lots of files into a subfolder
one by one.

This needs to be reverted and replaced by a proper fix. The attached
patch fixes this for me.

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-20 Thread Hjudt-l
GFileMonitor Test application:

Download and compile
https://gist.githubusercontent.com/dmatveev/2295597/raw/973da911a653550d762cffea20153db9ca52400b/gistfile1.c

gcc -o gfilemonitor gistfile1.c $(pkg-config --cflags glib-2.0) $(pkg-
config --libs glib-2.0) $(pkg-config --libs gio-2.0)

Now for a file or folder to watch, execute it with the path as argument:
(1) gfilemonitor test/first
(2) gfilemonitor test/second

touch test/first/a test/first/b
(1) Received event CREATED: (code 3), first file a, second file --
Received event ATTRIBUTE_CHANGED: (code 4), first file a, second file --
Received event CHANGES_DONE_HINT: (code 1), first file a, second file --
Received event CREATED: (code 3), first file b, second file --
Received event ATTRIBUTE_CHANGED: (code 4), first file b, second file --
Received event CHANGES_DONE_HINT: (code 1), first file b, second file --


Test case 1: Move a file to another folder
mv test/first/a to test/second/a
(1) Received event DELETED: (code 2), first file a, second file --
(2) Received event CREATED: (code 3), first file a, second file --
Received event CHANGES_DONE_HINT: (code 1), first file a, second file --


Test case 2: Move a file in the same folder
Recreate test/first/a: touch test/first/a
mv test/first/a test/first/b
(1) Received event MOVED: (code 7), first file a, second file b
(2) --


Test case 3: Copy a file to another folder (does not exist there)
cp test/first/a test/second/a
(1) --
(2) Received event CREATED: (code 3), first file a, second file --
Received event CHANGES_DONE_HINT: (code 1), first file a, second file --


Test case 4: Move a file using thunar cut  paste (target file does not exist)
(1) Received event DELETED: (code 2), first file a, second file --
(2) Received event CREATED: (code 3), first file a, second file --
Received event CHANGES_DONE_HINT: (code 1), first file a, second file --


Test case 5: Move a file using thunar cut  paste (target file exists)
(1) Received event DELETED: (code 2), first file a, second file --
(2) Received event CREATED: (code 3), first file .goutputstream-97BSVX, 
second file --
Received event CHANGES_DONE_HINT: (code 1), first file a, second file --
Received event MOVED: (code 7), first file .goutputstream-97BSVX, second 
file a
Received event CHANGES_DONE_HINT: (code 1), first file a, second file --
Received event ATTRIBUTE_CHANGED: (code 4), first file a, second file --

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1252655]

2015-03-20 Thread Hjudt-l
Pushed to master:
http://git.xfce.org/xfce/thunar/commit/?id=cc8d1331e305f2af5842607d885eb96608b8fce7

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

Title:
  Thunar assigns date stamp of deleted file when previous (e.g.
  original) copy of file copied or moved into directory

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

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


[Bug 1396716]

2015-03-09 Thread Hjudt-l
Pushed to master:
http://git.xfce.org/xfce/thunar/commit/?id=03ed0b6fff9a740f2f8971770ba03d0d4f6af718

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

Title:
  New Windows Launched From Desktop Don't Receive Focus

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

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


[Bug 1082511]

2015-03-06 Thread Hjudt-l
Thanks for the patch. Pushed to master:
http://git.xfce.org/xfce/thunar/commit/?id=cdfdb7290abb270f5f98c93089c3b6e3c35859bc

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

Title:
  wrong drag  drop behaviour between desktop and folders

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

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


[Bug 1425716]

2015-03-02 Thread Hjudt-l
Fixed in master:
http://git.xfce.org/xfce/thunar/commit/?id=c10e1ce9039245659edb2d6c0daab7b73078071b

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

Title:
  Thunar ignores the View new folders using preference

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

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


[Bug 1078445]

2015-02-28 Thread Hjudt-l
As far as I understand, this is a bug in gparted which fails/failed to
lock the partition/filesystem. This is a bug that cannot/shouldn't be
fixed in thunar-vfs, hence closing invalid.

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

Title:
  Xubuntu install fail due partition auto mount defeats Gparted

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-volman/+bug/1078445/+subscriptions

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


[Bug 1078445]

2015-02-28 Thread Hjudt-l
Sorry, wanted to close it as won't fix.

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

Title:
  Xubuntu install fail due partition auto mount defeats Gparted

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-volman/+bug/1078445/+subscriptions

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


[Bug 1397095]

2015-02-22 Thread Hjudt-l
*** Bug 11567 has been marked as a duplicate of this bug. ***

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

Title:
  dragging applications in the task bar causes repaint errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-panel/+bug/1397095/+subscriptions

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


[Bug 1303404]

2015-02-22 Thread Hjudt-l
As discovered and confirmed on IRC, this bug is still reproducible with
combinations like these:

Super-F12: xfce4-about
F12: xfrun4

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 1303404]

2015-02-22 Thread Hjudt-l
I have properly commented and applied the fix in
http://git.xfce.org/xfce/libxfce4ui/commit/?id=b680e8b9f6b0cf1c706ed430a548590daa1f4565.

Let's hope this does not break anything, and someone finds a proper
solution one day.

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 1303404]

2015-02-15 Thread Hjudt-l
Simple steps for a start, best thing is to pay a visit to #xfce-dev on
IRC and ask there in case of troubles:

0) Make sure you have all requirements installed (header packages etc.; autogen 
will tell you if something is missing, but often not exactly what and it 
depends on your distribution).
1) Check out the latest git version: git clone 
git://git.xfce.org/xfce/libxfce4ui
2) Apply the patch with patch -p1  restore-super-key-functionality-hack.patch.
3) Execute ./autogen.sh --prefix=/usr
   make
   make install

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 1360991]

2015-02-02 Thread Hjudt-l
Fixed in
http://git.xfce.org/xfce/thunar/commit/?id=e4519197b35824a82d57c45b354a1e5fd2c80b25

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

Title:
  Setting wallpaper in thunar resets stretch style

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

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