Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  new sidiction-settings-xfce package seems to be broken  (Read 9548 times)

m-puzirew

  • Guest
new sidiction-settings-xfce package seems to be broken
« Reply #15 on: 2013/07/01, 20:27:29 »
Ouch. It's interesting - I don't see any /home/max/.gvfs folder in
Double Commander as root but I can see it in Thunar (both as root and as user). Really weird... :shock:

Offline michaa7

  • User
  • Posts: 2.295
new sidiction-settings-xfce package seems to be broken
« Reply #16 on: 2013/07/01, 23:06:28 »
In Thunar "show hidden files" is activated, in Double Commander not.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

m-puzirew

  • Guest
new sidiction-settings-xfce package seems to be broken
« Reply #17 on: 2013/07/01, 23:28:26 »
:lol: You took me for someone else. I know what hidden files are and how to set Double Commander to show them. Anyway, thank you for helping healthy laughter!
But seriously, this might be a new Double commander beta bug. If so, It is strange that the bug proved itself with that "enigmatic" folder, as if on cue.
P.S. Most likely, it's because of the fact that .gvfs is not a common folder, but represents a virtual filesystem. Now I can't remember the reason why I had installed it, maybe to handle with a cloud storage or something. Hmm, I need to deal with this...

m-puzirew

  • Guest
new sidiction-settings-xfce package seems to be broken
« Reply #18 on: 2013/07/02, 11:00:07 »
As an experiment, after deleting gvfs-fuse and gvfs-bin the siduction-settings-xfce package installation showed no error, but user settings was lost on reboot again all the same. This perhaps proves that siduction-settings-xfce package is indeed broken and have to be changed.

Offline convbsd

  • User
  • Posts: 92
new sidiction-settings-xfce package seems to be broken
« Reply #19 on: 2013/07/02, 18:08:22 »
Thank you.
I have taked a look at it and it will be ok.

Offline musca

  • User
  • Posts: 725
  • sid, fly high!
new sidiction-settings-xfce package seems to be broken
« Reply #20 on: 2013/07/04, 09:51:09 »
Hello m-puzirew,

you don't need to translate messages manually. To produce english output you can prepend any command with an assignment ,e.g.
Code: [Select]
# LC_ALL=C apt-mark hold  siduction-settings-kde
siduction-settings-kde set on hold.

I hope this saves you some time.

musca
β€žEs irrt der Mensch, solang er strebt.β€œ  (Goethe, Faust)

LeYaude

  • Guest
new sidiction-settings-xfce package seems to be broken
« Reply #21 on: 2013/07/05, 16:58:45 »
Hi,

I may be late to the party, but I ran into the same problem with .gvfs lately, with the update to lxde-settings.
From what I gathered on the Internet, it's because .gvfs is a fuse mount mounted by the user, and fuse mounts cannot be touched by other users, be it root. I could work around it by first unmounting .gvfs (with no bad effect at least until now) running
Code: [Select]

sudo umount ~/.gvfs

and then proceeded successfully to the update.

Hope this helps.
Yoann.

m-puzirew

  • Guest
new sidiction-settings-xfce package seems to be broken
« Reply #22 on: 2013/07/05, 19:46:12 »
Thanks, musca, this may be helpful when in terminal!
LeYanude, thank you too, I'll take your advice into consideration.