-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDiveReduct.desktop
executable file
·51 lines (43 loc) · 1.68 KB
/
DiveReduct.desktop
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
[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=inode/directory;application/octet-stream;
Terminal=true
Actions=selecionados;selecdesliga;todosnormal;todosdesligar;veloz;acelerar;acelerardesligar;
X-KDE-Submenu=DiveReduct Auto Silence
Name=Comprimir Vídeos
[Desktop Action selecionados]
Terminal=true
Name=Reduzir selecionados
Icon=/usr/share/icons/oxygen/base/64x64/categories/applications-development.png
Exec=sh -c '$HOME/Documentos/_imp/DiveReduct/divereduct.sh -f "%F"'
[Desktop Action selecdesliga]
Terminal=true
Name=Reduzir selecionados e DESLIGAR
Icon=system-shutdown
Exec=sh -c '$HOME/Documentos/_imp/DiveReduct/divereduct.sh -f "%F" -d 1'
[Desktop Action todosnormal]
Terminal=true
Name=Reduzir TODOS desta Pasta
Icon=video-vivo
Exec=sh -c '$HOME/Documentos/_imp/DiveReduct/divereduct.sh -n "%F"'
[Desktop Action todosdesligar]
Terminal=true
Name=Reduzir TODOS desta PASTA e DESLIGAR
Icon=system-shutdown
Exec=sh -c '$HOME/Documentos/_imp/DiveReduct/divereduct.sh -n "%F" -d 1'
[Desktop Action veloz]
Terminal=true
Name=Reduzir com cortes
Icon=/usr/share/icons/oxygen/base/64x64/categories/applications-development.png
Exec=sh -c '$HOME/Documentos/_imp/DiveReduct/divereduct.sh -f "%F" -v "99999"'
[Desktop Action acelerar]
Terminal=true
Name= Reduzir e Acelerar
Icon=/usr/share/icons/oxygen/base/64x64/categories/applications-development.png
Exec=sh -c '$HOME/Documentos/_imp/DiveReduct/divereduct.sh -f "%F" -x "2"'
[Desktop Action acelerardesligar]
Terminal=true
Name= Reduzir e Acelerar TODOS e DESLIGAR
Icon=/usr/share/icons/oxygen/base/64x64/categories/applications-development.png
Exec=sh -c '$HOME/Documentos/_imp/DiveReduct/divereduct.sh -n "%F" -x "2" -d 1'