Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread elextr
Closed #2039.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#event-2056718763

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread elextr
> If you read my comment it says GVFS. .

hidden in the middle of a long filename ... 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451818611

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread elextr
I suspect thats actually a GVFS FUSE file since Geany does not use the GVFS 
library directly

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451818271

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread deanresin
Disregard Atom/Gedit comment.  It is a problem with GVFS not Geany as you 
described.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451818133

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread deanresin
If you read my comment it says GVFS.  .

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451817645

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread elextr
> I did mention the files are opened via sftp in nautilus on Ubuntu 16.04.

Thats not prescriptive, it could be GVFS, FUSE or sftpfs.

Gedit is known to use gvfs internally, but there was insufficient interest by 
anyone capable of testing it for a PR adding it to be included in Geany, and 
the PR is now well out of date.

As I said Geany only opens local files, so Nautilus must set up a FUSE or 
sftpfs mount for Geany when you open the file.  Check the settings for whatever 
mechanism it uses and see if they cause the problem.

I don't know what vim and atom do thats different, you could look and see.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451814250

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread deanresin
I did mention the files are opened via sftp in nautilus on Ubuntu 16.04.  I 
tried Atom, Nano and Gedit and Vim and none of them exhibit this behaviour.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451807724

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread elextr
Well, Geany does not do any remote operations, it only accesses local files.  
So you have set up something else that does the remote operations, but you 
havn't said what or how.  

The wiki article referenced above describes that actual file operations 
performed by each of the saving methods, and notes that some create new files, 
which would get the default metadata for new files, and that may include a 
different group from that of the original.  

Without knowing how you do your remote access it not possible to suggest which 
may work better than the others, but in the end its a function of that setup, 
not Geany.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451803665

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-06 Thread deanresin
Has no effect.  And in any case changing the group ownership should never 
happen.  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451801196

Re: [Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-05 Thread elextr
Try different file saving settings, see 
[this](https://wiki.geany.org/config/all_you_never_wanted_to_know_about_file_saving)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039#issuecomment-451721634

[Github-comments] [geany/geany] Geany is changing the group ownership of remote file (stfp) when saved. [Ubuntu 16.04] (#2039)

2019-01-05 Thread deanresin
Geany is changing the group ownership of my file to the user owner when saved. 
This is only happening in Ubuntu 16.04 with a file over sftp.  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2039