[Bug 1495781] Re: Can't move to trash in data partition

2016-11-11 Thread Sadi Yumuşak
*** This bug is a duplicate of bug 1638245 ***
https://bugs.launchpad.net/bugs/1638245

UPDATE:

Sorry, in an attempt to make some progress in chasing this issue, I
found myself making a new bug report here, and then marked this earlier
bug report as a duplicate because I forgot it while wondering around the
maze ;-)

Anyway I think we might achieve some progress there -- as I've managed
to add Iain Lane, a Debian and Ubuntu developer who made that particular
patch, to subscribers, and I guess he's now trying to find a fix for
this problem without getting rid of that patch which he says is also
essential.

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2016-11-11 Thread Sadi Yumuşak
*** This bug is a duplicate of bug 1638245 ***
https://bugs.launchpad.net/bugs/1638245

** This bug is no longer a duplicate of bug 1449112
   can't move files to trash without any owner/permission issues
** This bug has been marked a duplicate of bug 1638245
   Files in the root of a folder on another partition symlinked to user's home 
cannot be moved to trash because of a patch in this package

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2015-12-19 Thread CzBiX
*** This bug is a duplicate of bug 1449112 ***
https://bugs.launchpad.net/bugs/1449112

@Rik Shaw, do you meaning the logic of patch?

I was dis-asm the file of glib, find the position of 'if condition' on line 44 
in 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed/revision/227#debian/patches/0001-Fix-trashing-on-overlayfs.patch
change the machine instruction to jump(0xeb), then this if block will be 
skipped.

It's just a simple hack to fix it. Compile source code without that
patch is correct and more safer way.

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2015-12-18 Thread Rik Shaw
*** This bug is a duplicate of bug 1449112 ***
https://bugs.launchpad.net/bugs/1449112

CzBiX can you clarify your patch?  It works but I am having trouble
following the logic.

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2015-11-08 Thread Sadi Yumuşak
*** This bug is a duplicate of bug 1449112 ***
https://bugs.launchpad.net/bugs/1449112

This annoying problem has been finally solved for me; THANKS A MILLION TO CzBix 
:-)
I hope the developers up there incorporate this soon.

** This bug has been marked a duplicate of bug 1449112
   can't move files to trash without any owner/permission issues

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2015-10-22 Thread CzBiX
I just made a binary patch to fix this, please save as script and run:

https://gist.github.com/CzBiX/e64256b23687bb13da02

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2015-09-14 Thread CzBiX
** Description changed:

  I have a clean install of Ubuntu 15.04.
  
- I partitioned my disk into / (20GB) and /data (230GB) partitions.
- I then created /data/home/ubuntu, moved my /home there, and bind mounted 
/home to /data/home/ubuntu.
- I then created symlinks for ~/Downloads, ~/Music, etc... to /data/Downloads, 
/data/Music, etc...
+ I partitioned my disk into root and data partitions.
+ I then created ~/Data folder, and mount data partition on it.
+ I then created symlinks for ~/Downloads, ~/Music, etc... to ~/Data/Downloads, 
~/Data/Music, etc...
  
  Whenever I delete files directly inside ~/ they seem to go to the Trash
  (in ~/.local/share/Trash), but when I try to delete files in other
- folders that are linked to /data (for example ~/Downloads, or
- /data/Downloads) Nautilus says: "File can't be put in the trash. Do you
+ folders that are linked to ~/Data (for example ~/Downloads, or
+ ~/Data/Downloads) Nautilus says: "File can't be put in the trash. Do you
  want to delete it immediately?".
  
  I compile the code without patch at
  https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1445622/comments/25,
  then it works well.
  
  report from https://bugs.launchpad.net/nautilus/+bug/1406376

** Description changed:

  I have a clean install of Ubuntu 15.04.
  
  I partitioned my disk into root and data partitions.
  I then created ~/Data folder, and mount data partition on it.
  I then created symlinks for ~/Downloads, ~/Music, etc... to ~/Data/Downloads, 
~/Data/Music, etc...
  
  Whenever I delete files directly inside ~/ they seem to go to the Trash
  (in ~/.local/share/Trash), but when I try to delete files in other
  folders that are linked to ~/Data (for example ~/Downloads, or
  ~/Data/Downloads) Nautilus says: "File can't be put in the trash. Do you
  want to delete it immediately?".
  
- I compile the code without patch at
+ I compile glib without patch at
  https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1445622/comments/25,
  then it works well.
  
  report from https://bugs.launchpad.net/nautilus/+bug/1406376

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2015-09-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: glib2.0 (Ubuntu)
   Status: New => Confirmed

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2015-09-14 Thread CzBiX
** Package changed: ubuntu => glib2.0 (Ubuntu)

** Description changed:

- I have a clean install of Ubuntu 14.10.
+ I have a clean install of Ubuntu 15.04.
  
  I partitioned my disk into / (20GB) and /data (230GB) partitions.
  I then created /data/home/ubuntu, moved my /home there, and bind mounted 
/home to /data/home/ubuntu.
  I then created symlinks for ~/Downloads, ~/Music, etc... to /data/Downloads, 
/data/Music, etc...
  
  Whenever I delete files directly inside ~/ they seem to go to the Trash
  (in ~/.local/share/Trash), but when I try to delete files in other
  folders that are linked to /data (for example ~/Downloads, or
  /data/Downloads) Nautilus says: "File can't be put in the trash. Do you
  want to delete it immediately?".
  
  I compile the code without patch at
  https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1445622/comments/25,
  then it works well.

** Description changed:

  I have a clean install of Ubuntu 15.04.
  
  I partitioned my disk into / (20GB) and /data (230GB) partitions.
  I then created /data/home/ubuntu, moved my /home there, and bind mounted 
/home to /data/home/ubuntu.
  I then created symlinks for ~/Downloads, ~/Music, etc... to /data/Downloads, 
/data/Music, etc...
  
  Whenever I delete files directly inside ~/ they seem to go to the Trash
  (in ~/.local/share/Trash), but when I try to delete files in other
  folders that are linked to /data (for example ~/Downloads, or
  /data/Downloads) Nautilus says: "File can't be put in the trash. Do you
  want to delete it immediately?".
  
  I compile the code without patch at
  https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1445622/comments/25,
  then it works well.
+ 
+ report from https://bugs.launchpad.net/nautilus/+bug/1406376

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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


[Bug 1495781] Re: Can't move to trash in data partition

2015-09-14 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1495781/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Can't move to trash in data partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495781/+subscriptions

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