add xarchiver
parent
ba37ee2833
commit
0b31b80c36
|
|
@ -15,6 +15,7 @@ apt-get install --no-install-recommends --yes \
|
||||||
volumeicon-alsa \
|
volumeicon-alsa \
|
||||||
murrine-themes \
|
murrine-themes \
|
||||||
libnotify4 \
|
libnotify4 \
|
||||||
|
xarchiver xdg-utils \
|
||||||
scrot
|
scrot
|
||||||
|
|
||||||
. ../../cleanup
|
. ../../cleanup
|
||||||
|
|
@ -62,10 +63,10 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin
|
||||||
|
|
||||||
|
|
||||||
# add xlunch from sources
|
# add xlunch from sources
|
||||||
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.2.8.tar.gz
|
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.2.9.tar.gz
|
||||||
cd /tmp
|
cd /tmp
|
||||||
tar -xf xlunch.tar.gz
|
tar -xf xlunch.tar.gz
|
||||||
cd xlunch-3.2.8
|
cd xlunch-3.2.9
|
||||||
make
|
make
|
||||||
cp xlunch /squashfs-root/usr/bin
|
cp xlunch /squashfs-root/usr/bin
|
||||||
cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick
|
cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
[xarchiver]
|
||||||
|
preferred_format=0
|
||||||
|
confirm_deletion=true
|
||||||
|
sort_filename_content=false
|
||||||
|
store_output=false
|
||||||
|
icon_size=0
|
||||||
|
show_archive_comment=false
|
||||||
|
show_sidebar=false
|
||||||
|
show_location_bar=false
|
||||||
|
preferred_temp_dir=/tmp
|
||||||
|
allow_sub_dir=0
|
||||||
|
overwrite=false
|
||||||
|
full_path=true
|
||||||
|
touch=false
|
||||||
|
freshen=false
|
||||||
|
update=false
|
||||||
|
store_path=false
|
||||||
|
recurse=true
|
||||||
|
solid_archive=false
|
||||||
|
remove_files=false
|
||||||
Loading…
Reference in New Issue