Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vitalinux
vx-dga-l-printers-codusers
Commits
82e21f28
Commit
82e21f28
authored
1 year ago
by
Arturo Martín Romero
Browse files
Options
Download
Email Patches
Plain Diff
Corregimos las llamadas a python por python3
parent
a68b491b
master
3.0-16
3.0-15
3.0-14
3.0-13
3.0-12
3.0-11
3.0-10
3.0-8
3.0-7
3.0-6
3.0-5
3.0-4
No related merge requests found
Pipeline
#2427
passed with stages
in 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
debian/changelog
usr/bin/vx-imprimir-con-usercode-info
+1
-1
usr/bin/vx-imprimir-con-usercode-info
usr/share/vitalinux/printers-tea4cups/dialogo2.sh
+1
-1
usr/share/vitalinux/printers-tea4cups/dialogo2.sh
with
9 additions
and
2 deletions
+9
-2
debian/changelog
+
7
-
0
View file @
82e21f28
vx-dga-l-printers-codusers (3.0-4) unstable; urgency=low
* Ficheros: /usr/bin/vx-imprimir-con-usercode-info /usr/share/vitalinux/printers-tea4cups/dialogo2.sh
* - Corregimos las llamadas a python por python3
-- Arturo Martin Romero <amartinromero@gmail.com> Tue, 6 Jun 2023 10:20:00 +0200
vx-dga-l-printers-codusers (3.0-3) unstable; urgency=low
* Fichero: /debian/postinst
...
...
This diff is collapsed.
Click to expand it.
usr/bin/vx-imprimir-con-usercode-info
+
1
-
1
View file @
82e21f28
...
...
@@ -28,7 +28,7 @@ if test "${USUARIO}" = "root"; then
# Auditoria de Impresión:
TEATITLE="$(python -c "import sys, urllib as ul; print ul.quote_plus(sys.argv[1])" "${TEATITLE}")"
TEATITLE="$(python
3
-c "import sys, urllib as ul; print ul.quote_plus(sys.argv[1])" "${TEATITLE}")"
CID="$(migasfree-cid)"
FECHA="$(date +"%Y-%m-%d - %T")"
SIZE="$(expr ${TEAJOBSIZE} / 1024)"
...
...
This diff is collapsed.
Click to expand it.
usr/share/vitalinux/printers-tea4cups/dialogo2.sh
+
1
-
1
View file @
82e21f28
#!/bin/bash
.
/etc/default/vx-dga-variables/vx-dga-variables-general.conf
TEATITLE
=
"
$(
python
-c
"import sys, urllib as ul; print ul.quote_plus(sys.argv[1])"
"
${
TEATITLE
}
"
)
"
TEATITLE
=
"
$(
python
3
-c
"import sys, urllib as ul; print ul.quote_plus(sys.argv[1])"
"
${
TEATITLE
}
"
)
"
CID
=
"
$(
migasfree-cid
)
"
FECHA
=
"
$(
date
+
"%Y-%m-%d - %T"
)
"
SIZE
=
"
$(
expr
${
TEAJOBSIZE
}
/ 1024
)
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help