Re: Openning attach - denied permission

2019-01-30 Thread nunojsilva
On 2019-01-30, Marcelo Laia wrote:

> Dear,
>
> I will try to clarify with a video.
>
> Please, could you see it here?
>
> https://www.dropbox.com/s/61sb07hx4stvbcs/mutt-file-not-open.mp4?dl=0
>
> In this video, I did:
>
> Opem mutt, go to message, open the attach view, hint the attach file.
>
> After, I close de evince and hit I to return to page.
>
> Any clue?

What is the exact evince command that is executed by mutt? 

Doing "ps -ef | grep evinc[e]" while evince is showing the error message
should be enough. If there is more than one entry, it should be the one
that has the name of the PDF file.

-- 
Nuno Silva



Re: Openning attach - denied permission

2019-01-30 Thread Marcelo Laia
On 30/01/19 at 09:17, Paul Hoffman wrote:
> On Fri, Jan 18, 2019 at 10:06:29AM -0200, Marcelo Laia wrote:
> Is /home/user really your home directory?  Or is it /home/marcelo?
> 
> Is the error message really complaining about 
> home/user/.mutt/temp/doc2.pdf?  Or is it complaining about 
> /home/user/.mutt/temp/doc2.pdf?
> 
> Please send us the output of the following commands:
> 
> id
> cd && pwd
> ps -ef | fgrep mutt
> 

My home dir is: /home/marcelo

it complaining about /home/marcelo/.mutt/temp/anydoc

marcelo@marcelo:~$ id
uid=1000(marcelo) gid=1000(marcelo) 
grupos=1000(marcelo),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),106(netdev),109(bluetooth),114(lpadmin),116(scanner),123(vboxusers),124(vboxsf)
marcelo@marcelo:~$ 

marcelo@marcelo:~$ cd && pwd
/home/marcelo
marcelo@marcelo:~$ 


marcelo@marcelo:~$ ps -ef | fgrep mutt
marcelo   3179  3174  0 08:58 pts/000:00:11 /usr/bin/mutt
marcelo   4560  3179  0 12:22 pts/000:00:00 sh -c vim +:silent+?^$ 
'/home/marcelo/.mutt/temp/mutt-marcelo-1000-3179-1356750239855405829'
marcelo   4561  4560  0 12:22 pts/000:00:00 vim +:silent+?^$ 
/home/marcelo/.mutt/temp/mutt-marcelo-1000-3179-1356750239855405829
marcelo   5055 11867  0 12:25 pts/100:00:00 grep -F mutt
marcelo@marcelo:~$ 

I did the last command when I compose this message.

-- 
Marcelo


Re: Openning attach - denied permission

2019-01-30 Thread Paul Hoffman
On Fri, Jan 18, 2019 at 10:06:29AM -0200, Marcelo Laia wrote:
> I starting got a "Not possible to open the file
> "file:///home/user/.mutt/temp/doc2.pdf”."
> 
> "File open Error home/user/.mutt/temp/doc2.pdf: permission denied.
> 
> What is the workaround?

Is /home/user really your home directory?  Or is it /home/marcelo?

Is the error message really complaining about 
home/user/.mutt/temp/doc2.pdf?  Or is it complaining about 
/home/user/.mutt/temp/doc2.pdf?

Please send us the output of the following commands:

id
cd && pwd
ps -ef | fgrep mutt

> Thanks
> 
> -- 
> Marcelo

Paul.

-- 
Paul Hoffman 


Re: Openning attach - denied permission

2019-01-30 Thread Marcelo Laia
Dear,

I will try to clarify with a video.

Please, could you see it here?

https://www.dropbox.com/s/61sb07hx4stvbcs/mutt-file-not-open.mp4?dl=0

In this video, I did:

Opem mutt, go to message, open the attach view, hint the attach file.

After, I close de evince and hit I to return to page.

Any clue?

-- 
Marcelo