Missing pyuic5, pyrcc5 and pylupdate5 from python3-pyqt5 (was Re: Missing qt5-designer in Stretch)

2017-11-14 Thread Marc Shapiro
Now that QtDesigner is running I can look at the rest of the build chain and I find that the programs listed in the subject (pyuic5, pyrcc5 and pylupdate5 ) are missing from python3-pyqt5.  According to the docs on Sourceforge these should all be included in the upstream package.  Has Debian sp

Re: Missing qt5-designer in Stretch

2017-11-14 Thread Marc Shapiro
On 11/14/2017 07:24 PM, Ben Caradoc-Davies wrote: On 15/11/17 16:11, Marc Shapiro wrote: On 11/14/2017 12:58 PM, Ben Caradoc-Davies wrote: On 15/11/17 04:48, Marc Shapiro wrote: $ designer designer: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/designer': No such file or directory $ ass

Re: Missing qt5-designer in Stretch

2017-11-14 Thread Ben Caradoc-Davies
On 15/11/17 16:11, Marc Shapiro wrote: On 11/14/2017 12:58 PM, Ben Caradoc-Davies wrote: On 15/11/17 04:48, Marc Shapiro wrote: $ designer designer: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/designer': No such file or directory $ assistant assistant: could not exec '/usr/lib/x86_64-l

Re: Missing qt5-designer in Stretch

2017-11-14 Thread Marc Shapiro
On 11/14/2017 12:58 PM, Ben Caradoc-Davies wrote: On 15/11/17 04:48, Marc Shapiro wrote: $ designer designer: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/designer': No such file or directory $ assistant assistant: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/assistant': No such fil

RE: debian-user-digest Digest V2017 #1221

2017-11-14 Thread qassem samad
Please remove me from this e-mail list. Thank you. Sent from Mail for Windows 10 From: debian-user-digest-requ...@lists.debian.org Sent: Tuesday, November 14, 2017 11:21:47 AM To: debian-user-dig...@lists.debia

Re: gpg fools amanda 3.5

2017-11-14 Thread deloptes
Kamil Jońca wrote: > "Always" I have encrypted amand backup with gpg. > Recently, after upgrade amanda to version 1:3.5-2 I noticed that amanda > 'does not work' - it hangs for (near) infinity; no files in holding > directory etc. > As googling gives me no useful results, I assumed that it is rath

Re: Missing qt5-designer in Stretch

2017-11-14 Thread Michael Biebl
Am 14.11.2017 um 16:48 schrieb Marc Shapiro: > On 11/14/2017 12:18 AM, Christian Seiler wrote: >> Am 2017-11-14 08:05, schrieb Marc Shapiro: >>> Am I missing something, somewhere?  Or is qt5-designer not packaged >>> for Debian? >> >> Designer for Qt5 can be found in the qttools5-dev-tools package

Re: Missing qt5-designer in Stretch

2017-11-14 Thread Ben Caradoc-Davies
On 15/11/17 09:58, Ben Caradoc-Davies wrote: qtchooser is defaulting to a version of qttools5-dev-tools that you do not have. What I meant is that qtchooser is defaulting to a version of the qt dev tools that you do not have (i.e. qt4). -- Ben Caradoc-Davies Director Transient Software Limi

Re: Missing qt5-designer in Stretch

2017-11-14 Thread Ben Caradoc-Davies
On 15/11/17 04:48, Marc Shapiro wrote: $ designer designer: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/designer': No such file or directory $ assistant assistant: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/assistant': No such file or directory qtchooser is defaulting to a versi

Re: Editing Problem with bash script and sed RESOLVED

2017-11-14 Thread Thomas George
Thanks to all for very helpful responses. I have been trying to reinvent the wheel, rename does the job nicely and the perl regex's are more reliable. ^.*?-. allows removing the to the first - so repeated applications remove to the track numbers. The comments regarding the Trim_Line script were

gpg fools amanda 3.5

2017-11-14 Thread Kamil Jońca
"Always" I have encrypted amand backup with gpg. Recently, after upgrade amanda to version 1:3.5-2 I noticed that amanda 'does not work' - it hangs for (near) infinity; no files in holding directory etc. As googling gives me no useful results, I assumed that it is rather something wrong with my co

Re: Editing Problem with bash script and sed

2017-11-14 Thread David Wright
On Tue 14 Nov 2017 at 11:07:47 (-0500), Thomas George wrote: > The problem is editing long file names to shorten them. > An example group of file names is attached. I thought someone might mention MC for doing this. The sequence of operations I would use here is: Select the files you want to ch

Re: Editing Problem with bash script and sed

2017-11-14 Thread Greg Wooledge
On Tue, Nov 14, 2017 at 07:37:34PM +0100, Thomas Schmitt wrote: > Hi, > > after reading man 1 "read", i have to add option "-r" to my proposal: > > ls -d * | grep "$1" | while read -r filename That fixes one problem, but there are plenty more still unfixed. If the user input ("$1") is to be t

Re: Editing Problem with bash script and sed

2017-11-14 Thread Greg Wooledge
On Tue, Nov 14, 2017 at 07:21:55PM +0100, Thomas Schmitt wrote: > ls -d * | grep "$1" | while read filename Eww. No. That code is broken in multiple ways. > n=$(echo "$fname" | sed -e s/"$1"//) > > Regrettably i found no way to make this safe against newlines in filenames.

Re: Editing Problem with bash script and sed

2017-11-14 Thread Thomas Schmitt
Hi, after reading man 1 "read", i have to add option "-r" to my proposal: ls -d * | grep "$1" | while read -r filename Have a nice day :) Thomas

Re: two graphics cards and two monitors

2017-11-14 Thread Don Armstrong
On Tue, 14 Nov 2017, Eric S Fraga wrote: > On Friday, 3 Nov 2017 at 11:19, Don Armstrong wrote: > > What happens if you run xrandr --output DVI-I-1-2 --auto; ? > > $ xrandr --output DVI-I-1-2 --auto > warning: output DVI-I-1-2 not found; ignoring This looks like xrandr isn't seeing the second ca

Re: Editing Problem with bash script and sed

2017-11-14 Thread Thomas Schmitt
Hi, i see at least one problem in Trim_Line.sh : It uses "$1" as shell parser input and as sed regular expression. With "S.*-" as "$1", the meaning differs in both contexts. The shell parser input of for filename in *$1* will look for files with a text snippet "S.". The expression in s/$1

apt-cache show

2017-11-14 Thread Jilguero ostras
Hi, the command "apt-cache show" displays package information, including package size after installation, but units are not reported (Mb, Kb, etc). I have seen a bug report long ago: Debian Bug report logs - #173120 <173...@bugs.debian.org> but it seems this is not fixed. It would be wise unites

Re: Editing Problem with bash script and sed

2017-11-14 Thread Roberto C . Sánchez
On Tue, Nov 14, 2017 at 11:07:47AM -0500, Thomas George wrote: > > After experimenting with regular expressions with sed I found ls | sed -e > s/S.*-// reduced the file names in File.txt to just the names of the Carols > as shown in sed.txt. Used like this sed leaves the original file unchanged. >

Editing Problem with bash script and sed

2017-11-14 Thread Thomas George
The problem is editing long file names to shorten them. An example group of file names is attached. The bash script copied from BashScripting is attached. This script works perfectly with simple deletions, for example TrimLine.sh "College" "" will remove College from each line in File.txt. A

Re: Missing qt5-designer in Stretch

2017-11-14 Thread Marc Shapiro
On 11/14/2017 12:18 AM, Christian Seiler wrote: Am 2017-11-14 08:05, schrieb Marc Shapiro: Am I missing something, somewhere?  Or is qt5-designer not packaged for Debian? Designer for Qt5 can be found in the qttools5-dev-tools package in Stretch. Regards, Christian I installed qttools5-dev-t

Re: two graphics cards and two monitors

2017-11-14 Thread Eric S Fraga
On Friday, 3 Nov 2017 at 11:19, Don Armstrong wrote: > On Fri, 03 Nov 2017, Eric S Fraga wrote: >> I am trying to get a similar system configure with Debian testing/buster >> and not getting anywhere beyond having two monitors on a single card > >> recognised. I have three monitors, two on first

Re: Discrete Fourier Transform (DFT) viewer and/or file format

2017-11-14 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 13, 2017 at 09:15:39PM -0800, Dan Hitt wrote: [...] > Thanks Tomás, Richard, Eike, and Henning for your replies! :) Glad to help :) > As for usenet, thanks for the leads on the various providers > (aeiou.net, individual.net, supernews.c

Re: KVM PCI Passthrough NVidia GeForce GTX 1080 Ti error code 43

2017-11-14 Thread Adam Cecile
Hello, I'm not sure why you are using an older driver but here what's available in Debian stretch at the moment: 375.82-1~deb9u1 I don't have 1080Ti myself but this driver can handle the regular 1080 for sure and I bet it does handle the Ti as well. If you want to give a try with a Stretch vi

Re: KVM PCI Passthrough NVidia GeForce GTX 1080 Ti error code 43

2017-11-14 Thread Adam Cécile
Hi, Here is my notes/scripts when I did that to attach an nvidia card inside a KVM virtual machine: https://github.com/eLvErDe/nvidia-docker-cuda-kvm-with-passthru/blob/master/create-kvm-for-nvidia-docker.sh Adam. On 11/13/2017 10:37 PM, Ramon Hofer wrote: Dear Alexander, Thank you very muc

Re: Reproducible bug

2017-11-14 Thread Curt
On 2017-11-12, Laurent Lyaudet wrote: > > Hello, > > Well, find behavior and hidden files was not the intended topic of this > thread ;) > I do already know about Ctrl+H, ls -a, etc. > And indeed my find command is incorrect since I forgot the dot or some > wildcard at the beginning. > After corre

Re: Missing qt5-designer in Stretch

2017-11-14 Thread Christian Seiler
Am 2017-11-14 08:05, schrieb Marc Shapiro: Am I missing something, somewhere?  Or is qt5-designer not packaged for Debian? Designer for Qt5 can be found in the qttools5-dev-tools package in Stretch. Regards, Christian