File: readme.txt

package info (click to toggle)
p7zip 16.02%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,144 kB
  • sloc: cpp: 167,145; ansic: 14,992; python: 1,911; asm: 1,688; sh: 1,132; makefile: 701
file content (75 lines) | stat: -rw-r--r-- 2,058 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75

	7zG
	===



1) building
-----------

  make test_7zG : build bin/7zG and make some tests


2) installing 7zG (tested on Ubuntu 8.04)
-----------------

  copy the method used for 7z !

  - find where 7z is installed
    type 7z

  - copy the 7z shell
    cp /usr/bin/7z /usr/bin/7zG

  - edit /usr/bin/7zG to replace 7z with 7zG

  - chmod 555  /usr/bin/7zG

  - copy bin/7zG according to what is written in /usr/bin/7zG
    cp bin/7zG /usr/lib/p7zip/7zG
    chmod 555 /usr/lib/p7zip/7zG

  - To have access to the Lang files, copy Lang
    cp -r GUI/Lang /usr/lib/p7zip/Lang
    find /usr/lib/p7zip/Lang -type d -exec chmod 555 {} \;
    find /usr/lib/p7zip/Lang -type f -exec chmod 444 {} \;


  - To have access to the help, copy help
    cp -r GUI/help /usr/lib/p7zip/help
    find /usr/lib/p7zip/help -type d -exec chmod 555 {} \;
    find /usr/lib/p7zip/help -type f -exec chmod 444 {} \;

  - copy p7zipForFilemanager
    cp GUI/p7zipForFilemanager  /usr/bin/p7zipForFilemanager
    chmod 555 /usr/bin/p7zipForFilemanager

  - copy the 7-zip icon 
    cp GUI/p7zip_16_ok.png /usr/share/icons/hicolor/16x16/apps/p7zip.png
    chmod 444 /usr/share/icons/hicolor/16x16/apps/p7zip.png
  
3) installing the context menu for KDE   (dolphin)  (tested on Ubuntu 8.04)
--------------------------------------------------
  only for the user :
    mkdir -p ~/.kde/share/apps/d3lphin/servicemenus/
    cp GUI/kde/*.desktop ~/.kde/share/apps/d3lphin/servicemenus/


  for all:
    cp GUI/kde/*.desktop /usr/share/apps/d3lphin/servicemenus/


4) installing the context menu for KDE   (konqueror)  (tested on Ubuntu 8.04)
----------------------------------------------------
  only for the user :
    mkdir -p ~/.kde/share/apps/konqueror/servicemenus/
    cp GUI/kde/*.desktop ~/.kde/share/apps/konqueror/servicemenus/

  for all:
     cp  GUI/kde/*.desktop  /usr/share/apps/konqueror/servicemenus/


5) installing the context menu for gnome   (nautilus)
-----------------------------------------------------
  don't know how to add a context menu in nautilus :(