LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-18-2015, 06:41 PM   #1
ponty
LQ Newbie
 
Registered: Mar 2010
Posts: 16
Blog Entries: 3

Rep: Reputation: 0
unable to open files info from my documents file


from the desk top i open documents file , i have multiple folders but no information Clearly what iam see is the background. how do i fix this perhaps i have deleted some thing wwhich has created the problem .

OPENING A FILE i receive multiple notification from OKULAR SAYING CANNOT OPEN FILE AND QUOTES FILES WHICH HAD BEEN DELETED .
ANY SUGGESTION ON HOW I CAN FIX THE DEFECTS .
 
Old 01-18-2015, 08:35 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
What are the formats of the files you are trying to open?

Can you post the precise error message (being sure to surround it with "code" tags for readability--they become available when you click the "Go Advanced" button just to the right of the "Post" button at the bottom of the compose post window)?
 
Old 01-19-2015, 02:42 AM   #3
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285
Blog Entries: 1

Rep: Reputation: 37
You mentioned okular right? Well, I guess you are trying to open some pdf files. You will often find pdf getting damaged with due course of time. I remember having this kind of trouble during my college days. I used to download a pdf file and it worked well. Just after a month or so often those files used to get damaged and did not open properly. Though it was not the same case with all the files.
 
Old 01-19-2015, 12:52 PM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by lemon09 View Post
You mentioned okular right? Well, I guess you are trying to open some pdf files. You will often find pdf getting damaged with due course of time. I remember having this kind of trouble during my college days. I used to download a pdf file and it worked well. Just after a month or so often those files used to get damaged and did not open properly. Though it was not the same case with all the files.
WHAT?!?!

PDF files don't just get "damaged" over time. They're like any other normal file, albeit most of them are non-modifiable, more like a JPEG or GIF image file. If you don't try to modify the file, then absolutely nothing should happen to the file.

@OP

"Quotes files which had been deleted" ... are you trying to view files which are in your Trash? If so, you probably can NOT view them, but have to restore them first before trying to view or edit them.

I'd recommend you also answer frankbell's question about what the file extensions are as well.
 
Old 01-19-2015, 01:14 PM   #5
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285
Blog Entries: 1

Rep: Reputation: 37
Quote:
PDF files don't just get "damaged" over time.
I really have faced the problem myself. Even I was shocked by this mere fact but it did. I remember downloading an ebook which opened up perfectly with a pdf viewer. But then after a few months I tried open the same file again and Alas!!! It said the file(s) might have been corrupted. Though rare but it happens. I never happened to have seen a similar output for other file types.
 
Old 01-19-2015, 08:18 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Are these *.info files?

The *.info file extension is used for several different types of files.
 
Old 01-20-2015, 09:53 PM   #7
ponty
LQ Newbie
 
Registered: Mar 2010
Posts: 16

Original Poster
Blog Entries: 3

Rep: Reputation: 0
ponty

frank thanks for response on okular the message reads could not open file :///home /john/documents/printer specs pdf.
the other notifications follow the same format but not all are pdf
on the opening of documents both the my documents and my home folders show the same things
what we see are shown as individual files adobe cache java mozelle config

it appears what we have is the files that the system needs to run etc and this shoud be in the back ground


I guess files that have been deleted should sit somewhere in the system so how do I access them as I have sought to do so but without success

hope things improve and thanks for the input
 
Old 01-21-2015, 01:57 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
really have faced the problem myself. Even I was shocked by this mere fact but it did. I remember downloading an ebook which opened up perfectly with a pdf viewer. But then after a few months I tried open the same file again and Alas!!!
That is called DRM
it was not a bad file
BUT an INTENTIONAL killing of the file by the ?? "CR" holder
!! - GO Apollo 1201 !!! "the decade we KILLED OFF DRM "

( the 1202 was the error on Apollo 11 LEM "eagle" )



Quote:
:///home /john/documents/printer specs pdf.
trying to open that location will NOT be possible
-- unless that line has many typos in it and is not correct--

see that blank space after "home" should NOT be there
also if you are using the terminal to open it you WILL NEED!!!! to use double quotes to handle those BLANK SPACES IN THE NAME
and the name of the folder is ALSO wrong
the "d" in Documents WILL BE A CAPITAL "D"
and the file name is also "off"
guessing on the REAL file name below
Code:
cd /home/john/Documents 
okular "printer specs.pdf"

Last edited by John VV; 01-21-2015 at 02:07 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Open Documents/File with Specific Application in Command Line newbie202 Linux - Newbie 8 05-14-2014 03:34 AM
Unable to open documents in OpenOffice writer rowelyn Linux - Newbie 12 01-19-2010 03:59 AM
[SOLVED] dpkg fatal error unable to open files list file Stale NFS file handle cmr26 Linux - Software 5 09-06-2009 04:10 PM
unable to open pdf documents from root..... majji.hari Linux - Software 13 12-19-2007 07:05 AM
Nautilus: Unable to open documents with Acroread guarriman Linux - General 2 12-10-2004 03:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration