Play On Linux, Wine, & iTunes

2017-11-25 Thread Josh W.
Hello my Linux friends!! I have installed wine and all of its
dependencies/recomendeds for wine, Play On Linux and am trying to install
iTunes on my Debian stretch system i just cannot find anything that is
truly helpful I only have Winetricks in my application menu and have
tried several way of installing iTunes... If somebody could point me in the
right direction that would be AWESOME! Thank You.


Joshua 


dh-python:amd64

2017-11-25 Thread Marc Auslander

I am running Jessie x86 with amd64 as a foreign architecture.

I want to replace python3 with python3:amd64 but I get a dependency on 
dh-python:amd64 which is not satisfied.  dh-python is marked as all 
architectures and is installed.  So it appears that dh-python all 
architectures is not being seen as satisfying dh-python:amd64.


(I know I may have to replace python as well but that's not my problem).

Any ideas?



dh-python:amd64

2017-11-25 Thread Marc Auslander

I am running Jessie x86 with amd64 as a foreign architecture.

I want to replace python3 with python3:amd64 but I get a dependency on 
dh-python:amd64 which is not satisfied.  dh-python is marked as all 
architectures and is installed.  So it appears that dh-python all 
architectures is not being seen as satisfying dh-python:amd64.


(I know I may have to replace python as well but that's not my problem).

Any ideas?



Re: software to do drawings of houses, gardens, etc.

2017-11-25 Thread Emanuel Berg
Gary R wrote:

> I'm surprised that no one has mentioned
> FreeCAD in this whole discussion. It is my
> goto for any cad work. It has an architecture
> workbench, is under heavy development and is
> reasonably intuitive. It will be in your
> distro. just apt-get install freecad. It also
> handles AutoCAD files among quite
> a few others.

FreeCAD is as you say available from the repos
and works out of the box. It has a less
old-school, more polished look than LibreCAD
and seems intuitive again as you say.

-- 
underground experts united
http://user.it.uu.se/~embe8573



(SOLVED) Re: Xsession.d ssh-agent

2017-11-25 Thread Beco
On 25 November 2017 at 17:07, Ulf Volmer  wrote:

> On 25.11.2017 20:27, Beco wrote:
> > I've changed the line to:
> >
> > SSHAGENTARGS=-st36000
> >
> > removing spaces and quotes, in hope it would get it.
> >
> > Still no solution.
>
> interesting. i have tried another way and it works for me:
>
> SSHAGENTARGS="-t 1h"
>
> ulf@deb9-desktop:~$ ps -ef|grep [s]sh-agent
> ulf   4307  4221  0 21:04 ?00:00:00 /usr/bin/ssh-agent -t 1h
> startxfce4
>
> -s is the default, so i guess you can ignore this option.
>
> BTW: you have replied to me personally. normally you should answer to
> the mailing list.
>
> best regards
> Ulf
>


Hi Ulf, hi list,

Sorry about the "reply-to-all" that I forgot. Now it goes to all.

So, I found this answer here:

https://unix.stackexchange.com/questions/122511/configuring-the-default-
timeout-for-the-ssh-agent

(in the end of the text of the accepted answer)

and it says to do exactly as your second suggestion.


SOLUTION: These options works:

SSHAGENTARGS="-t 1h"
SSHAGENTARGS="-t 3600"



BUG: These causes a strange boot as KDE not initializing:

SSHAGENTARGS="-s -t 3600"
SSHAGENTARGS=-st3600

Thanks all, specially Ulf.

Beco.



-- 
Dr Beco
A.I. researcher

"I know you think you understand what you thought I said but I'm not sure
you realize that what you heard is not what I meant" -- Alan Greenspan

GPG Key: https://pgp.mit.edu/pks/lookup?op=vindex=0x5A107A425102382A
Creation date: pgp.mit.edu ID as of 2014-11-09


Re: why is my debian automatically doing apt updates?

2017-11-25 Thread Ludovico Van
On my system I had to disable apt-daily and apt-daily-upgrade through
> systemd.  This command will tell you if those are installed/enabled on
> your system:
>
> systemctl status apt-daily apt-daily-upgrade
>
>
$ systemctl is-enabled apt-daily-upgrade.timer apt-daily.timer
disabled
disabled

i think my next step will be to use dbus-monitor to check what is calling
packagekitd.

thanks for your help


Re: why is my debian automatically doing apt updates?

2017-11-25 Thread Ludovico Van
>
>
> gee, do you think this PackageKit thing might have something to do with
> it?  I'm on stretch, about two weeks into the new plasma, the first thing
> I did was purge discover, apper, and all the other windows clone stuff.
>
>
yeah, i get that, but the packagekit systemd service is of type dbus, so
some other software must be using it to do updates.
My question was about how to find that. I have discover installed but
periodic updates are disabled.


Re: gimp et fichiers pdf à plusieurs pages

2017-11-25 Thread Ph. Gras
Hello André,

>> Mais troll mis à part, Gimp est fait pour traiter des images bitmap, et
>> non pas des fichiers postscript/pdf ou autre format vectoriel et
>> documents textuels. Le fait de pouvoir importer depuis un PDF ne change
>> rien à ce fait.
> 
> Ce n'est pas un débat, je veux comprendre :-)


> 
> Gimp est un créateur retoucheur d'images en pixels.
> il sait modifier des fichiers PDF (qui sont des images).

Le PDF est un type de fichier XML.

> Je ne vois pas le rapport à son incapacité de supprimer
> des pages de fichiers PDF et les formats d'images cités.

D'où le rapport avec ce qui avait été écrit plus haut sur les formats 
vectoriels.

> 
>> Gimp à mon sens est un logiciel de création / manipulation d'images, 
>> pas un logiciel de PAO. À trop vouloir en faire avec un seul outil, 
>> on se retrouve avec des usines à gaz qui font tout mal.
> 
> Gimp n'est pas une "usine à gaz", rajouter cette option est possible,
> puisqu'il le fait avec les images .GIF (suppression ou ajout calques).

Attention à bien différencier un calque avec une page, ce sont deux choses
bien différentes. Le calque est un système de superposition, la page est un
système de juxtaposition.

Bonne soirée,

Ph. Gras


Re: Xsession.d ssh-agent

2017-11-25 Thread Ulf Volmer
On 25.11.2017 19:19, Beco wrote:

> Does anyone knows why KDE won't start if I change this file...

> $ head -n8 /etc/X11/Xsession.d/90x11-common_ssh-agent 

> SSHAGENTARGS="-s -t 36000"

remove the quotes. at the moment ssh-agent got only one (long) argument.
You will find the syntax error in ~/.xsession-errors

best regards
Ulf



Xsession.d ssh-agent

2017-11-25 Thread Beco
Dear users,

Does anyone knows why KDE won't start if I change this file...


```Original
$ head -n8 /etc/X11/Xsession.d/90x11-common_ssh-agent

# $Id: 90x11-common_ssh-agent 305 2005-07-03 18:51:43Z dnusinow $

# This file is sourced by Xsession(5), not executed.

STARTSSH=
SSHAGENT=/usr/bin/ssh-agent
SSHAGENTARGS=

```

...line SSHAGENTARGS=

to simple add this arguments:

SSHAGENTARGS="-s -t 36000"

(10h for identities lifetime)

It (KDE) just freezes in a blank screen during boot. Not even the mouse
cursor comes up. There it stays...

Maybe that is not the place to add such arguments?

Thanks,

Beco





-- 
Dr Beco
A.I. researcher

"I know you think you understand what you thought I said but I'm not sure
you realize that what you heard is not what I meant" -- Alan Greenspan

GPG Key: https://pgp.mit.edu/pks/lookup?op=vindex=0x5A107A425102382A
Creation date: pgp.mit.edu ID as of 2014-11-09


Re: why is my debian automatically doing apt updates?

2017-11-25 Thread Roberto C . Sánchez
On Sat, Nov 25, 2017 at 04:40:24PM +0100, Ludovico Van wrote:
>Since a couple of weeks i've been having at every boot some job that
>automatically does apt update, but i've been unable to track it down. Of
>course, being the unstable distribution, i would like to avoid that.

On my system I had to disable apt-daily and apt-daily-upgrade through
systemd.  This command will tell you if those are installed/enabled on
your system:

systemctl status apt-daily apt-daily-upgrade

It was a bit annoying for me because like you I was accustomed to only
receiving update notifications when I specifically installed a package
(cron-apt is my pick), which I never did on my laptops.  When I started
seeing the notifications it took some digging to find the cuplrit.

Regards,

-Roberto
-- 
Roberto C. Sánchez



Re: gimp et fichiers pdf à plusieurs pages

2017-11-25 Thread andre_debian
On Saturday 25 November 2017 16:56:57 Eric Degenetais wrote:

Désolé de mon inculture sur le sujet, j'essaye de comprendre.

> Ajout / suppression de calques = ajout / suppression de couches sur une
> image, il n'y a aucune notion de pages, même dans un GIF :

Pourtant Gimp indique (GIF et PDF) : "calques".

> En ajoutant de la PAO à un gestionnaire / éditeur d'images bitmap, à mon
> sens on fait les premiers pas sur la pente glissante qui mène à l'usine à
> gaz :

Bitmap (BMP) = format d'image matricielle ouvert développé par Microsoft 
et IBM.

Selon Wikipédia, 
https://fr.wikipedia.org/wiki/Publication_assist%C3%A9e_par_ordinateur
les logiciels de PAO seraient :
Adobe InDesign, QuarkXPress, Apple Pages, Corel Draw, Corel Photo-Paint, 
Adobe Illustrator, Adobe Photoshop, Microsoft Publisher1, Microsoft Word. 
PageMaker...
Gimp n'est pas cité, 
mais "Corel Photo-Paint", "Adobe Photoshop", oui,
ils sont bien des logiciels de traitement de l'image et de PAO aussi ?

master-pdf-editor est-il un PAO de fichiers PDF ?

> Par ailleurs un PDF n'est absolument pas une image bitmap, ni même une
> collection d'images, c'est un format de description de document :

Je constate que Gimp sait modifier un PDF (sauf suppression "des pages")
et il n'est pas logiciel PAO.











Re: gimp et fichiers pdf à plusieurs pages

2017-11-25 Thread Eric Degenetais
Ajout / suppression de calques = ajout / suppression de couches sur une
image, il n'y a aucune notion de pages, même dans un GIF.
Par ailleurs un PDF n'est absolument pas une image bitmap, ni même une
collection d'images, c'est un format de description de document.
En ajoutant de la PAO à un gestionnaire / éditeur d'images bitmap, à mon
sens on fait les premiers pas sur la pente glissante qui mène à l'usine à
gaz.


why is my debian automatically doing apt updates?

2017-11-25 Thread Ludovico Van
Hi all,
i have debian testing/unstable on my laptop. It's been 9 years without any
problems whatsoever (thank you debian devs!).

Since a couple of weeks i've been having at every boot some job that
automatically does apt update, but i've been unable to track it down. Of
course, being the unstable distribution, i would like to avoid that.

In my syslog this is what appears:
PackageKit: refresh-cache transaction /8513_ccbddbed from uid 1000 finished
with success after 41001ms
PackageKit: get-updates transaction /8514_bdddbcad from uid 1000 finished
with success after 3737ms

uid 1000 is my user.

I don't have the unattended upgrades package installed, i disabled via
systemct the apt-daily and apt-daily-upgrade services and timers, i
disabled the desktop's updates via software-properties-kde (i'm running
kde), but still the updates are running at every boot.

Any clues?

Thanks


Re: gimp et fichiers pdf à plusieurs pages

2017-11-25 Thread andre_debian
On Friday 24 November 2017 01:54:48 Haricophile wrote:
> Le Thu, 23 Nov 2017 22:22:59> Eric Degenetais écrit :
> > Bonsoir, tel que je comprends Gimp, par nature il travaille toujours
> > sur une image, sans notion de pages multiples. Les calques
> > représentent différentes "couches" d'une même image. C'est pourquoi
> > en fin de compte le fichier produit est toujours une image unique,
> > jamais une succession de pages.

> Oui mais non, on peut exporter en plusieurs pages même si de nos jours
> on n'utilise plus trop les fichiers TIFF multipages au profit du PDF
> même chez les imprimeurs. 

> Mais troll mis à part, Gimp est fait pour traiter des images bitmap, et
> non pas des fichiers postscript/pdf ou autre format vectoriel et
> documents textuels. Le fait de pouvoir importer depuis un PDF ne change
> rien à ce fait.

Ce n'est pas un débat, je veux comprendre :-)

Je suis pas infographiste, je connais mal les formats
TIFF, Bitmap, PostScript (PS), PDF, PNG ?
gif = image animée , svg = vectoriel,
bitmap (bmp) = pixels...

Gimp est un créateur retoucheur d'images en pixels.
il sait modifier des fichiers PDF (qui sont des images).
Je ne vois pas le rapport à son incapacité de supprimer
des pages de fichiers PDF et les formats d'images cités.

> Gimp à mon sens est un logiciel de création / manipulation d'images, 
> pas un logiciel de PAO. À trop vouloir en faire avec un seul outil, 
> on se retrouve avec des usines à gaz qui font tout mal.

Gimp n'est pas une "usine à gaz", rajouter cette option est possible,
puisqu'il le fait avec les images .GIF (suppression ou ajout calques).

André






Re: Debian Gnome - clavier FR

2017-11-25 Thread Nicolas BUONOMO

Bonjour,

heu, il y a aussi la disposition bépo pour la frappe en français!

Bonne journée

Nicolas

On 11/24/2017 11:10 AM, Jean-Marc wrote:

Fri, 24 Nov 2017 09:21:21 +0100
François LE GAD  écrivait :

salut François,


Tu reconfigures le clavier en définissant une touche comme touche
Compose, la touche Ctrl de droite par exemple.
Pour obtenir certains caractères, tu appuies successivement (et pas
simultanément) sur la touche compose et les touches voulues. Exemples :
œ : compose o e
Π: compose O E
æ : compose a e
ñ : compose n ~

Je viens de retrouver comment définir la touche compose dans mon envivronement 
Gnome 3.26.

C'est passé du panneau de configuration au "Tweak Tool" (sous-menu "Clavier & 
Souris").

En cherchant de la doc sur les pages d'aide de Gnome, je viens aussi de mettre 
la main sur pas mal de trucs intéressants.

Merci pour la piste.

Et vive l'intelligence collective !

:-)



--
François

Jean-Marc 





Re: Nuevos nombres de interfaces...

2017-11-25 Thread vcljavier

luisededios  escribió:

On Fri, 24 Nov 2017 07:46:15 -0500, Ricardo Marcelo Alvarez  
 wrote:





On Wed, 22 Nov 2017 23:39:32 -0500, Ricardo Marcelo Alvarez
 wrote:




Hola colegas,

Me he instalado la versi'on 9.0 de debian en mi laptop con dos tarjetas
wireless y ahora quiero configurar nuevamente los servicios que
disfrutaba
en la versi'on 7 pero resulta que aparecen nuevos nombres para las
tarjetas inal'ambricas,

# lshw -class network | grep name:
logical name: enp0s25
logical name: wlan1
logical name: wlp12s0b1

  y me gusta el esquema anterior: wlan0, wlan1, etc

C'omo puedo cambiar 'wlp12s0b1' por 'wlan0', por ejemplo?



Hola,

Edita el archivo /etc/default/grub

Y en la variable GRUB_CMDLINE_LINUX_DEFAULT le agregas esto net.ifnames=0

Por ejemplo te debería quedar de esta forma

GRUB_CMDLINE_LINUX_DEFAULT="elevator=deadline acpi=on numa=on iommu=pt
loglevel=0 net.ifnames=0"

Luego ejecutas

update-grub

y rebooteas la computadora.


Problema resuelto Ricardo  :)

Aunque me gustar'ia saber qu'e hace en particular cada una de esas
directivas pues me cambi'o otros comportamientos, por ejemplo, durante el
arranque no me mostraba los detalles del proceso de inicio en la consola y
ahora s'i, pero bueno agregu'e varios par'ametros.


Perdona copie la configuración que tengo en mi maquina le única  
directiva que tienes que agregar para


los nombres de interfaces es net.ifnames=0

Estas directivas "acpi=on numa=on iommu=pt" las tengo en mi maquina  
por que testeo sistemas de virtualización con XEN y KVM


y en algunos casos es necesario generalmente para uso estandar no  
hacen falta.


Ok, pero... por ejemplo, a mi gusta eso de que te muestre todo lo  
que va haciendo durante el inicio y en versiones anteriores yo lo  
hacia descativando el modo grafico por defecto, as'i que una vez  
logueado, aun los usuarios comunes debian levantar el grafico con  
startx.


De todas esas cu'al es la que logra eso?
A ver ... no sigo bien el hilo y lo de los nombres de las interfaces  
ya vi que quedó resuleto.. no sé si exactamente te refieres a la basta  
y útil información que ofece en el arranque sysvinit en comparación  
con Systemd..
Si es eso... puedes buscar Debian 9 sin systemd... de eso hay  
abundante y calra información.







Tambi'en quisiera resolver este problema de los acentos pues hasta la
versi'on 7 yo lo hac'ia con una sencilla modificaci'on en la variable
XKBLAYOT="us_intl" pero ahora solo me result'o para la consola en modo
texto pero para las consolas en X y en el gedit sigue igual.


Yo lo que hago es instalar el paquete locales-all y luego ejecuto

dpkg-reconfigure locales

Primero elijo "Todas las configuraciones regionales"

y luego selecciono es_AR.UTF-8 ( por que estoy en argentina )

Luego hay que desloguearse y volverse a loguear para que los  
cambios se hagan efectivos.


Saludos.




--
Saludos,
Luis








--
Saludos,
Luis







This message was sent using IMP, the Internet Messaging Program.



--
Este mensaje le ha llegado mediante el servicio de correo electronico que 
ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema 
Nacional de Salud. La persona que envia este correo asume el compromiso de usar 
el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/