[Bug 857651] Re: Unable to hide users from login screen / user switcher

2014-04-18 Thread Luca Borrione
Still an issue on ubuntu 14.04

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

Title:
  Unable to hide users from login screen / user switcher

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

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


[Bug 1301404] Re: cannot use username containing dot in ubuntu 13.10 64bit

2014-04-02 Thread Luca Borrione
** Description changed:

  It happened to me to try to create a username containing a dot such as
  name.surname on ubuntu 13.10
  
  According to the "Users and Groups" tool (gnome-system-tool):
  Username must consists of:
  > lower case letters from the English alphabet
  > digits
  > any of the characters ".", "-" and "_"
  
  but trying to add a username like name.surname using that tool you will get 
an error window saying:
  "The configuration could not be saved"
  "an unknown error occurred"
  
  Opening a terminal and typing
- sudo useradd name.username
- sudo passwd name.username
+ sudo useradd name.surname
+ sudo passwd name.surname
  
  actually seems to work, but then the brand new user results to be
- completely unusable:
+ completely NOT usable:
  
  - switching user selecting the new user from the top-right ubuntu icon
  on the top bar will lead to have a black screen
  
- - hard rebooting and trying to select the new user will lead to be
+ - hard-rebooting and trying to select the new user will lead to be
  trapped in a loop: you insert the password onto the login tool, it seems
  to be loading the new user while after a while it gives again the login
  tool window and you can keep on inserting the password forever. At this
  point selecting a different user previously created without a dot will
  work as normal instead.
  
  uname -a
  Linux ubook- 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

** Summary changed:

- cannot use username containing dot in ubuntu 13.10 64bit
+ cannot create a username containing dot in ubuntu 13.10 64bit

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

Title:
  cannot create a username containing dot in ubuntu 13.10 64bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1301404/+subscriptions

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


[Bug 1301404] [NEW] cannot use username containing dot in ubuntu 13.10 64bit

2014-04-02 Thread Luca Borrione
Public bug reported:

It happened to me to try to create a username containing a dot such as
name.surname on ubuntu 13.10

According to the "Users and Groups" tool (gnome-system-tool):
Username must consists of:
> lower case letters from the English alphabet
> digits
> any of the characters ".", "-" and "_"

but trying to add a username like name.surname using that tool you will get an 
error window saying:
"The configuration could not be saved"
"an unknown error occurred"

Opening a terminal and typing
sudo useradd name.username
sudo passwd name.username

actually seems to work, but then the brand new user results to be
completely unusable:

- switching user selecting the new user from the top-right ubuntu icon
on the top bar will lead to have a black screen

- hard rebooting and trying to select the new user will lead to be
trapped in a loop: you insert the password onto the login tool, it seems
to be loading the new user while after a while it gives again the login
tool window and you can keep on inserting the password forever. At this
point selecting a different user previously created without a dot will
work as normal instead.

uname -a
Linux ubook- 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  cannot use username containing dot in ubuntu 13.10 64bit

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

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


[Bug 1263960] [NEW] Deja dup deleted the entire backup

2013-12-24 Thread Luca Borrione
Public bug reported:

$ uname -a
Linux  3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

$ dpkg -s deja-dup | grep 'Version'
Version: 27.3.1-0ubuntu1

I set deja-dup in order to:
- use an external drive of 500GB
- keep the backups at least 6 months
- backup daily

In the GUI it says clearly: "Old backups will be kept for at least six
months or until the backup location is low on space".

Today after I think 6 months from the first backup deja-dup said it was doing a 
"fresh backup" to avoid corruption. 
Then after some time it failed because there was no space left.

I closed deja-dup and checked the drive trough nautilus and with my big 
surprise the drive was completely empty!
Deja-dup removed the entire previous backup!

That's really, really bad!

** Affects: deja-dup (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Deja dup deleted the entire backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1263960/+subscriptions

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


[Bug 1152551] Re: Lubuntu: pcmanfm through samba cut&paste a folder with a broken softlink will freeze

2013-03-08 Thread Luca Borrione
** Description changed:

  Scenario:
  Two PCs connected to a router on the same worgroup.
  Create a shared folder called 'sharedFolder' on PC1 and access it from PC2 
through pcmanfm using the menu Go -> Network Devices -> PC1 -> sharedFolder 
which will basically navigate to
  smb://pc1/sharedFolder
  
  PC1:
- 1. make a test folder and create a softlink in it pointing to a non-existing 
file
+ 1. in the sharedFolder make a test folder and create a softlink in it 
pointing to a non-existing file
  sudo mkdir test
  cd test
  ln -sT ../xyz test.txt
  
  PC2:
  1. Through pcmanfm go to smb://pc1/sharedFolder as said before and cut the 
test folder with right-menu -> cut & paste it somewhere such as your desktop 
using right-menu -> paste
  
  Result: a modal window wil open hanging forever
  
  Side Notes:
  A)
  if you use the command-line
  mv test ~/
  everything will work (eventual other staff will be moved leaving back only 
the broken link)
  and an error will be reported
  'cannot remove test' directory not empty
  
  I would expect the same behaviour from my gui folder-manager
  
  B)
  I'm using pcmanfm 1.0.1 on lubuntu 12.10

** Description changed:

  Scenario:
  Two PCs connected to a router on the same worgroup.
  Create a shared folder called 'sharedFolder' on PC1 and access it from PC2 
through pcmanfm using the menu Go -> Network Devices -> PC1 -> sharedFolder 
which will basically navigate to
  smb://pc1/sharedFolder
  
  PC1:
- 1. in the sharedFolder make a test folder and create a softlink in it 
pointing to a non-existing file
+ In the sharedFolder make a test folder and create a softlink in it pointing 
to a non-existing file
  sudo mkdir test
  cd test
  ln -sT ../xyz test.txt
  
  PC2:
- 1. Through pcmanfm go to smb://pc1/sharedFolder as said before and cut the 
test folder with right-menu -> cut & paste it somewhere such as your desktop 
using right-menu -> paste
+ Through pcmanfm go to smb://pc1/sharedFolder as said before and cut the test 
folder with right-menu -> cut & paste it somewhere such as your desktop using 
right-menu -> paste
  
  Result: a modal window wil open hanging forever
  
  Side Notes:
  A)
  if you use the command-line
  mv test ~/
  everything will work (eventual other staff will be moved leaving back only 
the broken link)
  and an error will be reported
  'cannot remove test' directory not empty
  
  I would expect the same behaviour from my gui folder-manager
  
  B)
  I'm using pcmanfm 1.0.1 on lubuntu 12.10

** Description changed:

  Scenario:
  Two PCs connected to a router on the same worgroup.
  Create a shared folder called 'sharedFolder' on PC1 and access it from PC2 
through pcmanfm using the menu Go -> Network Devices -> PC1 -> sharedFolder 
which will basically navigate to
  smb://pc1/sharedFolder
  
  PC1:
  In the sharedFolder make a test folder and create a softlink in it pointing 
to a non-existing file
  sudo mkdir test
  cd test
  ln -sT ../xyz test.txt
  
  PC2:
  Through pcmanfm go to smb://pc1/sharedFolder as said before and cut the test 
folder with right-menu -> cut & paste it somewhere such as your desktop using 
right-menu -> paste
  
  Result: a modal window wil open hanging forever
  
- Side Notes:
+ Side notes:
  A)
  if you use the command-line
  mv test ~/
  everything will work (eventual other staff will be moved leaving back only 
the broken link)
  and an error will be reported
  'cannot remove test' directory not empty
  
  I would expect the same behaviour from my gui folder-manager
  
  B)
  I'm using pcmanfm 1.0.1 on lubuntu 12.10

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

Title:
  Lubuntu: pcmanfm through samba cut&paste a folder with a broken
  softlink will freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1152551/+subscriptions

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


[Bug 1152551] Re: Lubuntu: pcmanfm through samba cut&paste a folder with a broken softlink will freeze

2013-03-08 Thread Luca Borrione
** Description changed:

  Scenario:
  Two PCs connected to a router on the same worgroup.
  Create a shared folder called 'sharedFolder' on PC1 and access it from PC2 
through pcmanfm using the menu Go -> Network Devices -> PC1 -> sharedFolder 
which will basically navigate to
  smb://pc1/sharedFolder
  
  PC1:
  1. make a test folder and create a softlink in it pointing to a non-existing 
file
  sudo mkdir test
  cd test
  ln -sT ../xyz test.txt
  
  PC2:
  1. Through pcmanfm go to smb://pc1/sharedFolder as said before and cut the 
test folder with right-menu -> cut & paste it somewhere such as your desktop 
using right-menu -> paste
  
  Result: a modal window wil open hanging forever
  
- Note:
+ Side Notes:
+ A)
  if you use the command-line
  mv test ~/
  everything will work (eventual other staff will be moved leaving back only 
the broken link)
  and an error will be reported
  'cannot remove test' directory not empty
  
  I would expect the same behaviour from my gui folder-manager
+ 
+ B)
+ I'm using pcmanfm 1.0.1 on lubuntu 12.10

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

Title:
  Lubuntu: pcmanfm through samba cut&paste a folder with a broken
  softlink will freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1152551/+subscriptions

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


[Bug 1152551] [NEW] Lubuntu: pcmanfm through samba cut&paste a folder with a broken softlink will freeze

2013-03-08 Thread Luca Borrione
Public bug reported:

Scenario:
Two PCs connected to a router on the same worgroup.
Create a shared folder called 'sharedFolder' on PC1 and access it from PC2 
through pcmanfm using the menu Go -> Network Devices -> PC1 -> sharedFolder 
which will basically navigate to
smb://pc1/sharedFolder

PC1:
1. make a test folder and create a softlink in it pointing to a non-existing 
file
sudo mkdir test
cd test
ln -sT ../xyz test.txt

PC2:
1. Through pcmanfm go to smb://pc1/sharedFolder as said before and cut the test 
folder with right-menu -> cut & paste it somewhere such as your desktop using 
right-menu -> paste

Result: a modal window wil open hanging forever

Note:
if you use the command-line
mv test ~/
everything will work (eventual other staff will be moved leaving back only the 
broken link)
and an error will be reported
'cannot remove test' directory not empty

I would expect the same behaviour from my gui folder-manager

** Affects: pcmanfm (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Scenario:
  Two PCs connected to a router on the same worgroup.
  Create a shared folder called 'sharedFolder' on PC1 and access it from PC2 
through pcmanfm using the menu Go -> Network Devices -> PC1 -> sharedFolder 
which will basically navigate to
  smb://pc1/sharedFolder
  
  PC1:
  1. make a test folder and create a softlink in it pointing to a non-existing 
file
  sudo mkdir test
  cd test
  ln -sT ../xyz test.txt
  
  PC2:
  1. Through pcmanfm go to smb://pc1/sharedFolder as said before and cut the 
test folder with right-menu -> cut & paste it somewhere such as your desktop 
using right-menu -> paste
  
  Result: a modal window wil open hanging forever
  
  Note:
  if you use the command-line
  mv test ~/
  everything will work (eventual other staff will be moved leaving back only 
the broken link)
  and an error will be reported
  'cannot remove test' directory not empty
+ 
+ I would expect the same behaviour from my gui folder-manager

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

Title:
  Lubuntu: pcmanfm through samba cut&paste a folder with a broken
  softlink will freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1152551/+subscriptions

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


[Bug 1071231] Re: PCManFM deletes current directory when pressing cancel and nothing is selected

2012-10-25 Thread Luca Borrione
I fogot to mention: it's PCManFM 1.0.1 on Lubuntu 12.10

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

Title:
  PCManFM deletes current directory when pressing cancel and nothing is
  selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1071231/+subscriptions

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


[Bug 1071231] [NEW] PCManFM deletes current directory when pressing cancel and nothing is selected

2012-10-25 Thread Luca Borrione
Public bug reported:

Not sure if this is a bug or a wanted feature :)

1) Open a pcmanfm window and go wherever
2) press 'cancel' on your keyboard
3) a prompt will ask you if you want to trash selected items: select 'yes'
4) the current directory will be trashed and the current window will be closed.

I would have expected an alert saying me 'no item selected' or nothing at all,
but not to trash something I haven't selected.

On another hand this could be a keyboard shortcut to trash current directory,
but then the prompt is confusing (should be more clear as something like
'do you want to trash current directory?'), anyhow I would still find annoying 
the fact
that the window will shut down.

** Affects: pcmanfm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  PCManFM deletes current directory when pressing cancel and nothing is
  selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1071231/+subscriptions

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


[Bug 939794] Re: pcmanfm: cut & paste a folder to a full external drive will produce data loss

2012-05-23 Thread Luca Borrione
this bug is fixed in pcmanfm 0.9.10 on lubuntu 12.04 kernel 3.2.0-24

** Changed in: pcmanfm (Ubuntu)
   Status: New => Fix Released

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

Title:
  pcmanfm: cut & paste a folder to a full external drive will produce
  data loss

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

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


[Bug 820865] Re: pcmanfm cut&paste a folder to a destination folder withouth write permission causes data loss

2012-05-23 Thread Luca Borrione
this bug is fixed in pcmanfm 0.9.10 on lubuntu 12.04 kernel 3.2.0-24

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

Title:
  pcmanfm cut&paste a folder to a destination folder withouth write
  permission causes data loss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfm/+bug/820865/+subscriptions

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


[Bug 576648] Re: package nvidia-* failed to install/upgrade: nvidia-* kernel module failed to build (Unable to determine the target kernel version.)

2012-05-16 Thread Luca Borrione
> If you're using Ubuntu 12.04 and nvidia-173 then just do an update as
the bug is fixed.

At the moment nvidia-173 is uninstallable on precise .. please see
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/948053

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

Title:
  package nvidia-* failed to install/upgrade: nvidia-* kernel module
  failed to build (Unable to determine the target kernel version.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/576648/+subscriptions

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


[Bug 996739] [NEW] ejecter doesn't work on precise 12.04 giving segmentation fault

2012-05-08 Thread Luca Borrione
Public bug reported:

I installed ejecter on lubuntu 12.04, rebooted and plugged an external drive, 
no icon is shown on the system notification area.
Opening a terminal and typing ejecter will give
"Segmentation fault (core dump created)"

on /var/log/syslog I can read
May  8 22:04:31 my-pc kernel: [  874.608228] ejecter[2369]: segfault at 49 ip 
00463b8e sp bfd9c700 error 4 in libc-2.15.so[41e000+19f000]

** Affects: ejecter (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ejecter doesn't work on precise 12.04 giving segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ejecter/+bug/996739/+subscriptions

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


[Bug 987965] Re: notifier 'Failure to download extra data' every kubuntu 12.04 restart

2012-05-03 Thread Luca Borrione
I forgot to mention to reinstall the package after that by typing

sudo apt-get install --reinstall flashplugin-installer

It's obvious in my head, but maybe not so for readers.

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

Title:
  notifier 'Failure to download extra data' every kubuntu 12.04 restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/987965/+subscriptions

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


[Bug 987965] Re: notifier 'Failure to download extra data' every kubuntu 12.04 restart

2012-05-03 Thread Luca Borrione
I had a similar issue on lubuntu 12.04 while trying to install 
"ttf-mscorefonts-installer": it hangs for a while after
"ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/andale32.exe";
and then it ended giving the same error reported here, with the only difference 
 that in mine it put "ttf-mscorefonts-installer" in place of 
"flashplugin-installer".

I successfully solved the issue by installing "libgtk2-perl".

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

Title:
  notifier 'Failure to download extra data' every kubuntu 12.04 restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/987965/+subscriptions

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


[Bug 939794] Re: pcmanfm: cut & paste a folder to a full external drive will produce data loss

2012-02-24 Thread Luca Borrione
** Summary changed:

- pcmanfm: cut & paste a folder to a full external drive will produces data loss
+ pcmanfm: cut & paste a folder to a full external drive will produce data loss

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

Title:
  pcmanfm: cut & paste a folder to a full external drive will produce
  data loss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/939794/+subscriptions

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


[Bug 939794] Re: pcmanfm: cut & paste a folder to a full external drive will produce data loss

2012-02-23 Thread Luca Borrione
** Summary changed:

- cut & paste a folder to a full external drive will produce data loss
+ pcmanfm: cut & paste a folder to a full external drive will produce data loss

** Summary changed:

- pcmanfm: cut & paste a folder to a full external drive will produce data loss
+ pcmanfm: cut & paste a folder to a full external drive will produces data loss

** Description changed:

  1. insert a usb pendrive (I used one formatted with reiserfs) and fill
  it up.
  
  2. create somewhere else, for example in your desktop, a temp folder with a  
a medium file in it (I used an avi file of ~ 500Mb)
  (the drive in which my home is stored is formatted in ext3)
  
  3. using pcmanfm cut the temp folder & paste it to the filled usb-drive
  (which means right-click on the temp folder and choose cut and then
  right-click somewhere inside the usb-drive and choose paste)
  
  4. the cut&paste process will start but soon will stop with a window popping 
up saying something as
  "The file operation is finished, but there are some errors
  Error creating directory: No space left on device"
  (I'm using a localized version so I translated this message and might be 
different in your system)
  
  5. only an empty folder is created on the target usb-drive while the
  original temp folder will be already removed with all its content
  resulting in a data loss.
+ 
+ The above procedure was completed using pcmanfm 0.9.9 on lubuntu oneiric

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

Title:
  pcmanfm: cut & paste a folder to a full external drive will produces
  data loss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/939794/+subscriptions

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


[Bug 939794] [NEW] cut & paste a folder to a full external drive will produce data loss

2012-02-23 Thread Luca Borrione
Public bug reported:

1. insert a usb pendrive (I used one formatted with reiserfs) and fill
it up.

2. create somewhere else, for example in your desktop, a temp folder with a  a 
medium file in it (I used an avi file of ~ 500Mb)
(the drive in which my home is stored is formatted in ext3)

3. using pcmanfm cut the temp folder & paste it to the filled usb-drive
(which means right-click on the temp folder and choose cut and then
right-click somewhere inside the usb-drive and choose paste)

4. the cut&paste process will start but soon will stop with a window popping up 
saying something as
"The file operation is finished, but there are some errors
Error creating directory: No space left on device"
(I'm using a localized version so I translated this message and might be 
different in your system)

5. only an empty folder is created on the target usb-drive while the
original temp folder will be already removed with all its content
resulting in a data loss.

** Affects: pcmanfm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cut-paste data-loss flashdrive pcmanfm pendrive usb

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

Title:
  cut & paste a folder to a full external drive will produce data loss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/939794/+subscriptions

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


[Bug 887443] Re: Lubuntu is missing adwaita (Themeing engine 'adwaita' not found). Dependency to gnome-themes-standard seems to be missing

2011-12-02 Thread Luca Borrione
Hello,
I get this error too, not sure if I have to post it here or open a new bug.
I start posting it here, please advice me if I'm doing wrong.

I'm using lubuntu oneiric and need to use nautilus with rabbitvcs.
doing a sudo apt-get install nautilus
nautilus is opening even if I get some error like

(nautilus:4289): Gtk-CRITICAL **: gtk_widget_get_parent: assertion
`GTK_IS_WIDGET (widget)' failed

(nautilus:4289): Gtk-CRITICAL **: find_menu_position: assertion
`GTK_IS_MENU_SHELL (menushell)' failed

(nautilus:4289): Gtk-CRITICAL **: find_menu_position: assertion
`GTK_IS_MENU_SHELL (menushell)' failed

(nautilus:4289): Gtk-CRITICAL **: gtk_container_foreach: assertion
`GTK_IS_CONTAINER (container)' failed

(nautilus:4289): Gtk-CRITICAL **: gtk_container_foreach: assertion
`GTK_IS_CONTAINER (container)' failed

(nautilus:4289): Gtk-CRITICAL **: find_menu_position: assertion
`GTK_IS_MENU_SHELL (menushell)' failed

(nautilus:4289): Gtk-CRITICAL **: gtk_container_foreach: assertion
`GTK_IS_CONTAINER (container)' failed

(nautilus:4289): Gtk-CRITICAL **: find_menu_position: assertion
`GTK_IS_MENU_SHELL (menushell)' failed

But when I do a sudo apt-get install rabbitvcs-nautilus3 and reboot I
cannot open nautilus and get the following as erro:

autilus

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
buttons.css:159:10: Expected valid border

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:102:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:117:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:134:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:153:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:165:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:175:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:186:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:198:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:208:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-
bars.css:218:16: Themeing engine 'adwaita' not found

(nautilus:1800): Gtk-WARNING **: Theme parsing error: gtk-bars.css:223:16: 
Themeing engine 'adwaita' not found
Initializing nautilus-gdu extension
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified 
class size for type `PyGtkGenericCellRenderer' is smaller than the parent 
type's `GtkCellRenderer' class size
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_type_get_qdata: assertion `node != NULL' failed
  from gtk import _gtk
segmentation fault

The result is that I cannot use rabbitvcs.
Thanks

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

Title:
  Lubuntu is missing adwaita (Themeing engine 'adwaita' not found).
  Dependency to gnome-themes-standard seems to be missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-artwork/+bug/887443/+subscriptions

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


[Bug 851018] Re: Thunar: cut & paste through a symbolic link pointing to the same folder of the origin will cause data loss

2011-09-21 Thread Luca Borrione
** Description changed:

- 1) create a folder in your home and a symbolic link pointing it:
+ 1) create a folder in your home and a symbolic link pointing to it:
  $ mkdir ~/orig
  $ ln -sT ~/orig dest
  
  2) create a test file in the original folder:
  $ touch ~/orig/test.txt
  
  3) open a Thunar session and go to the original folder *~/orig*, cut the
  test.txt file using the gui, which simply means right-click on the
  test.txt file and choose *cut*
  
  4) use Thunar to go to the destination folder *~/dest*, which actually
  is the symbolic link poiting to the same folder of the original one,
  right-click and choose *paste*
  
  5) a confirmation window will open ... choose *replace* to go on
  
  6) a new window with an error will open but at this time the original
  test.txt file is already deleted, so no matter what you choose at this
  point.
  
  Tested on Lubuntu 10.10 with Thunar 1.0.2
  
  I tried other file mangers (Nautilus Elementary 2.32.2 and PCManFM
  0.9.7) always on Lubuntu 10.10 and they are ok (they do not remove the
  original file)

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

Title:
  Thunar: cut & paste through a symbolic link pointing to the same
  folder of the origin will cause data loss

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

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


[Bug 851018] Re: Thunar: cut & paste through a symbolic link pointing to the same folder of the origin will cause data loss

2011-09-15 Thread Luca Borrione
** Description changed:

- 1) create a folder in your home and a symbolic link pointing to this
+ 1) create a folder in your home and a symbolic link pointing to the same 
folder
  mkdir ~/orig
  ln -sT ~/orig dest
  
  2) create a test file in the original folder
  touch ~/orig/test.txt
  
- 3) now open a Thunar session and go to the original folder, cut the test file 
using the gui,
- which means right-click on the *test.txt* file and choose *cut*
+ 3) now open a Thunar session and go to the original folder *~/orig*,
+ cut the test.txt file using the gui, which means right-click on the test.txt 
file and choose *cut*
  
- 4) use a session of Thunar to go to the destination folder, which actually is 
the symbolic
- link poiting to the same folder, right-click and choose *paste*
+ 4) use a session of Thunar to go to the destination folder *~/dest*,
+ which actually is the symbolic link poiting to the same folder of the 
original one,
+ right-click and choose *paste*
  
  5) a confirmation window will open ... choose *replace* to go on
  
- 6) a new window with an error will open but at this time the original test 
file is already deleted,
- so no matter what you choose at this point.
+ 6) a new window with an error will open but at this time the original
+ test.txt file is already deleted, so no matter what you choose at this
+ point.
  
  Tested on Lubuntu 10.10 with Thunar 1.0.2
  
- I tried other file mangers (Nautilus Elementary 2.32.2 and PCManFM 0.9.7) 
always on Lubuntu 10.10
- and they are ok (they do not remove the original file)
+ I tried other file mangers (Nautilus Elementary 2.32.2 and PCManFM
+ 0.9.7) always on Lubuntu 10.10 and they are ok (they do not remove the
+ original file)

** Description changed:

- 1) create a folder in your home and a symbolic link pointing to the same 
folder
+ 1) create a folder in your home and a symbolic link pointing it:
  mkdir ~/orig
  ln -sT ~/orig dest
  
  2) create a test file in the original folder
  touch ~/orig/test.txt
  
- 3) now open a Thunar session and go to the original folder *~/orig*,
- cut the test.txt file using the gui, which means right-click on the test.txt 
file and choose *cut*
+ 3) open a Thunar session and go to the original folder *~/orig*, cut the
+ test.txt file using the gui, which simply means right-click on the
+ test.txt file and choose *cut*
  
- 4) use a session of Thunar to go to the destination folder *~/dest*,
- which actually is the symbolic link poiting to the same folder of the 
original one,
+ 4) use Thunar to go to the destination folder *~/dest*, which actually
+ is the symbolic link poiting to the same folder of the original one,
  right-click and choose *paste*
  
  5) a confirmation window will open ... choose *replace* to go on
  
  6) a new window with an error will open but at this time the original
  test.txt file is already deleted, so no matter what you choose at this
  point.
  
  Tested on Lubuntu 10.10 with Thunar 1.0.2
  
  I tried other file mangers (Nautilus Elementary 2.32.2 and PCManFM
  0.9.7) always on Lubuntu 10.10 and they are ok (they do not remove the
  original file)

** Description changed:

  1) create a folder in your home and a symbolic link pointing it:
- mkdir ~/orig
- ln -sT ~/orig dest
+ $ mkdir ~/orig
+ $ ln -sT ~/orig dest
  
- 2) create a test file in the original folder
- touch ~/orig/test.txt
+ 2) create a test file in the original folder:
+ $ touch ~/orig/test.txt
  
  3) open a Thunar session and go to the original folder *~/orig*, cut the
  test.txt file using the gui, which simply means right-click on the
  test.txt file and choose *cut*
  
  4) use Thunar to go to the destination folder *~/dest*, which actually
  is the symbolic link poiting to the same folder of the original one,
  right-click and choose *paste*
  
  5) a confirmation window will open ... choose *replace* to go on
  
  6) a new window with an error will open but at this time the original
  test.txt file is already deleted, so no matter what you choose at this
  point.
  
  Tested on Lubuntu 10.10 with Thunar 1.0.2
  
  I tried other file mangers (Nautilus Elementary 2.32.2 and PCManFM
  0.9.7) always on Lubuntu 10.10 and they are ok (they do not remove the
  original file)

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

Title:
  Thunar: cut & paste through a symbolic link pointing to the same
  folder of the origin will cause data loss

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

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


[Bug 851018] [NEW] Thunar: cut & paste through a symbolic link pointing to the same folder of the origin will cause data loss

2011-09-15 Thread Luca Borrione
Public bug reported:

1) create a folder in your home and a symbolic link pointing to this
mkdir ~/orig
ln -sT ~/orig dest

2) create a test file in the original folder
touch ~/orig/test.txt

3) now open a Thunar session and go to the original folder, cut the test file 
using the gui,
which means right-click on the *test.txt* file and choose *cut*

4) use a session of Thunar to go to the destination folder, which actually is 
the symbolic
link poiting to the same folder, right-click and choose *paste*

5) a confirmation window will open ... choose *replace* to go on

6) a new window with an error will open but at this time the original test file 
is already deleted,
so no matter what you choose at this point.

Tested on Lubuntu 10.10 with Thunar 1.0.2

I tried other file mangers (Nautilus Elementary 2.32.2 and PCManFM 0.9.7) 
always on Lubuntu 10.10
and they are ok (they do not remove the original file)

** Affects: thunar (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cut-paste data-loss lubuntu thunar

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

Title:
  Thunar: cut & paste through a symbolic link pointing to the same
  folder of the origin will cause data loss

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

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