Dear Kent,
Sorry for my literal understanding of commands
1)
Code:
ll@linux:~> ls -l $(rpm -ql acroread)
lrwxrwxrwx 1 root root 33 2011-02-02 00:43 /usr/bin/acroread -> ../lib/Adobe/Reader9/bin/acroread
-rwxr-xr-x 1 root users 20112 2010-12-03 13:01 /usr/lib/Adobe/Reader9/bin/acroread
-rw-r--r-- 1 root root 3512 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Browser/HowTo/ENU/Browser_Plugin_HowTo.txt
........................
-rwxr-xr-x 1 root root 24417264 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Reader/intellinux/bin/acroread
After change of acroread group:
Code:
ll@linux:~> ls -l $(rpm -ql acroread)
lrwxrwxrwx 1 root root 33 2011-02-02 00:43 /usr/bin/acroread -> ../lib/Adobe/Reader9/bin/acroread
-rwxr-xr-x 1 root root 20112 2010-12-03 13:01 /usr/lib/Adobe/Reader9/bin/acroread
...............
-rw-r--r-- 1 root root 6 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Reader/AcroVersion
-rw-r--r-- 1 root root 238102 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Reader/Cert/curl-ca-bundle.crt
-rw-r--r-- 1 root root 42651 2010-12-03 13:01 /usr/lib/Adobe/Reader9/Reader/GlobalPrefs/.config
-rw-r--r-- 1 root root 2509 2011-02-15 00:15 /usr/lib/Adobe/Reader9/Reader/GlobalPrefs/reader_prefs
................
-rwxr-xr-x 1 root root 24417264 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Reader/intellinux/bin/acroread
................
-rwxr-xr-x 1 root root 1755 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Resource/Shell/acroread_tab
-rw------- 1 root root 398 2010-12-03 13:01 /usr/lib/Adobe/Reader9/Resource/Support/AdobeReader.desktop
-rw-r--r-- 1 root root 1010 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Resource/Support/AdobeReader.xml
Still cannot open AdobeReader as user.
Look for second file: AdobeReader.desktop with no Read permission. It is marked with RedCross: Click on it: Could not display AdobeReader.desktop
2)
Code:
ll@linux:~> rpm -V acroread
S.5....T /usr/lib/Adobe/Reader9/Reader/GlobalPrefs/reader_prefs
..?..... /usr/lib/Adobe/Reader9/Resource/Support/AdobeReader.desktop
ll@linux:~>
3) Added permission r--r to AdobeReader.desktop:
Code:
-rwxr-xr-x 1 root root 1755 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Resource/Shell/acroread_tab
-rw-r--r-- 1 root root 398 2010-12-03 13:01 /usr/lib/Adobe/Reader9/Resource/Support/AdobeReader.desktop
-rw-r--r-- 1 root root 1010 2010-11-08 15:48 /usr/lib/Adobe/Reader9/Resource/Support/AdobeReader.xml
Checking:
Code:
ll@linux:~> rpm -V acroread
S.5....T /usr/lib/Adobe/Reader9/Reader/GlobalPrefs/reader_prefs
.M...... /usr/lib/Adobe/Reader9/Resource/Support/AdobeReader.desktop
ll@linux:~>
..?..... changed into: .M......
No changes in reader_prefs file:
Code:
-rw-r--r-- 1 root root 42651 2010-12-03 13:01 /usr/lib/Adobe/Reader9/Reader/GlobalPrefs/.config
-rw-r--r-- 1 root root 2509 2011-02-15 00:15 /usr/lib/Adobe/Reader9/Reader/GlobalPrefs/reader_prefs
The only positive moment so far - 'A file read error' does not appear after login, as was before. Still cannot open AdobeReader as user.
Bookmarks