Re: Automatically changing the tab name on Konsole?

2018-01-30 Thread Cameron Simpson
On 30Jan2018 21:43, InvalidPath wrote: One last thing.. how do I get it to only display user@host rather than the full path that I'm currently in on the remote server? [...] Hey Garry, So please don't think I'm ungrateful here.. even if the konsole tabs get long.. it's still VERY helpful to h

Re: Automatically changing the tab name on Konsole?

2018-01-30 Thread InvalidPath
On Tue, Jan 30, 2018 at 3:05 PM, Garry Williams wrote: > On Tue, Jan 30, 2018 at 4:13 PM, InvalidPath > wrote: > >> One last thing.. how do I get it to only display user@host rather than >> the full path that I'm currently in on the remote server? >> > > I use the prompt for that information[*].

Re: Making Fedora search smarter

2018-01-30 Thread Samuel Sieb
On 01/30/2018 01:17 PM, cen wrote: Another simple improvement would be to place more used programs on top. If I launch Sound 30 times a month and audacity 1 times you could use that information to order them appropriately.  Something in the sense of Firefox top sites that accumulate on your bla

Re: Organising photos visually

2018-01-30 Thread Patrick O'Callaghan
On Tue, 2018-01-30 at 14:07 -0800, Rick Stevens wrote: > > The idea is that the script picks up the files as fast as you drag them. > > You might need to shrink the "sleep 1" to "sleep 0.1", or perhaps > > better, to not sleep at all _if_ any files were run on that loop. The > > sleep is there to s

Re: Organising photos visually

2018-01-30 Thread Patrick O'Callaghan
On Wed, 2018-01-31 at 07:45 +1100, Cameron Simpson wrote: > > Dragging the files 'in the right order' doesn't affect their names. The > > script loops over the files in lexical order, not in the order I've > > dragged them, so the final order won't change. > > The idea is that the script picks up

Re: Organising photos visually

2018-01-30 Thread Richard Shaw
On Tue, Jan 30, 2018 at 4:26 PM, Philip Rhoades wrote: > > > Now (had to "rpm --erase . ." first and then install the new version - > which installed a lot more stuff): Sorry, you could have used: dnf reinstall https://hobbes1069.fedorapeople.org/Photini-2017. 12.0-1.fc27.noarch.rpm Thanks,

Re: Organising photos visually

2018-01-30 Thread Philip Rhoades
Richard, Date: Tue, 30 Jan 2018 10:54:22 -0600 From: Richard Shaw Subject: Re: Organising photos visually To: p...@pricom.com.au, Community support for Fedora users Message-ID: Content-Type: multipart/alternative; boundary="001a113c3c4cf77d4d0564013689" --001a113c3c4

Re: Organising photos visually

2018-01-30 Thread Rick Stevens
On 01/30/2018 12:45 PM, Cameron Simpson wrote: > On 30Jan2018 12:01, Patrick O'Callaghan wrote: >> On Tue, 2018-01-30 at 20:53 +1100, Cameron Simpson wrote: >>>   cd your-staging-directory >>>   n=1 >>>   while : >>>   do >>>     for f in *.jpg >>>     do >>>   [ -s "$f" ] || continue >>>

Re: Automatically changing the tab name on Konsole?

2018-01-30 Thread Garry Williams
On Tue, Jan 30, 2018 at 4:13 PM, InvalidPath wrote: > One last thing.. how do I get it to only display user@host rather than > the full path that I'm currently in on the remote server? > I use the prompt for that information[*]. The whole reason for using %w is so that the *shell* (local or rem

Making Fedora search smarter

2018-01-30 Thread cen
On stock Fedora, searching for "sound" brings up the sound and volume control. I recently installed Audacity and since then, searching for "sound" brings audacity as the top result. Since then I've mistakenly launched audacity several times because of muscle memory. This is kinda annoying.. if

Re: Automatically changing the tab name on Konsole?

2018-01-30 Thread InvalidPath
On Tue, Jan 30, 2018 at 2:11 PM, InvalidPath wrote: > > > On Tue, Jan 30, 2018 at 1:39 PM, Garry Williams > wrote: > >> On Tue, Jan 30, 2018 at 2:22 PM, InvalidPath >> wrote: >> > Does anyone know if it's even remotely possible to have teh tab names in >> > Konsole change per remote host you ss

Re: Automatically changing the tab name on Konsole?

2018-01-30 Thread InvalidPath
On Tue, Jan 30, 2018 at 1:39 PM, Garry Williams wrote: > On Tue, Jan 30, 2018 at 2:22 PM, InvalidPath > wrote: > > Does anyone know if it's even remotely possible to have teh tab names in > > Konsole change per remote host you ssh into? > > Use %w in tab title format and remote tab title format.

Re: Organising photos visually

2018-01-30 Thread Cameron Simpson
On 30Jan2018 12:01, Patrick O'Callaghan wrote: On Tue, 2018-01-30 at 20:53 +1100, Cameron Simpson wrote: cd your-staging-directory n=1 while : do for f in *.jpg do [ -s "$f" ] || continue while : do target=$( printf 'your-ordered-directory/%05d-%s' "$n"

Re: Organising photos visually

2018-01-30 Thread Cameron Simpson
[ Brought back on list, since Jon is very correct. - Cameron ] On 30Jan2018 05:09, Jon LaBadie wrote: On Tue, Jan 30, 2018 at 08:53:32PM +1100, Cameron Simpson wrote: Run a small shell script like this (untested, but happy to help debug): cd your-staging-directory n=1 while : do for f

Re: Automatically changing the tab name on Konsole?

2018-01-30 Thread Garry Williams
On Tue, Jan 30, 2018 at 2:22 PM, InvalidPath wrote: > Does anyone know if it's even remotely possible to have teh tab names in > Konsole change per remote host you ssh into? Use %w in tab title format and remote tab title format. Then use this in your shell rc (I use zshrc -- maybe you use bashr

Automatically changing the tab name on Konsole?

2018-01-30 Thread InvalidPath
Does anyone know if it's even remotely possible to have teh tab names in Konsole change per remote host you ssh into? For example, Right now when I open a new tab, its name changes to teh first hostname that I ssh into. Further ssh jumps do not change it. It's caused a measurable amount of confu

Re: rfc2307 with winbind?

2018-01-30 Thread Jeff Sadowski
Now that I know what to look for I found the relevant page https://wiki.samba.org/index.php/Idmap_config_ad On Tue, Jan 30, 2018 at 11:28 AM, Jeff Sadowski wrote: > Andreas Schneider: helped me fix the issue. > Seems there was a flag I was missing from my smb.conf file that is > needed in fedora

Re: rfc2307 with winbind?

2018-01-30 Thread Jeff Sadowski
Andreas Schneider: helped me fix the issue. Seems there was a flag I was missing from my smb.conf file that is needed in fedora. I needed the line idmap config SUBDOMAIN:unix_nss_info = yes added to my smb.conf On Fri, Jan 26, 2018 at 12:48 PM, Jeff Sadowski wrote: > On Thu, Jan 25, 2018 at 11:

Re: Organising photos visually

2018-01-30 Thread Patrick O'Callaghan
On Tue, 2018-01-30 at 08:56 -0600, Kenny Gow wrote: > $ ls -lrt --time=ctime > > to order the list by the time each image was put into the directory. > 'ctime' is the key. I use this all the time to see the latest > new files in a directory, in time order. BTW, for that I tend to use: $ ls -last

Re: Suspend to Ram Issues

2018-01-30 Thread InvalidPath
On Thu, Jan 25, 2018 at 2:57 PM, InvalidPath wrote: > > > On Thu, Jan 25, 2018 at 2:55 PM, InvalidPath > wrote: > >> >> >> On Thu, Jan 25, 2018 at 1:22 PM, InvalidPath >> wrote: >> >>> >>> >>> On Thu, Jan 25, 2018 at 1:18 PM, Ed Greshko >>> wrote: >>> On 01/26/18 03:57, InvalidPath wrote:

Re: Organising photos visually

2018-01-30 Thread Richard Shaw
On Tue, Jan 30, 2018 at 10:45 AM, Philip Rhoades wrote: > Richard, > > On Fedora 27 x86_64: > > Traceback (most recent call last): > File "/bin/photini", line 6, in > from pkg_resources import load_entry_point > File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line > 30

Re: Organising photos visually

2018-01-30 Thread Philip Rhoades
Richard, On 2018-01-31 03:23, users-requ...@lists.fedoraproject.org wrote: Date: Tue, 30 Jan 2018 08:44:50 -0600 From: Richard Shaw Subject: Re: Organising photos visually To: Community support for Fedora users Message-ID: Content-Type: multipart/alternative; boundary="001a11

Re: Organising photos visually

2018-01-30 Thread Patrick O'Callaghan
On Tue, 2018-01-30 at 08:44 -0600, Richard Shaw wrote: > From what I could tell searching google, you best bet is to plug in the info > you need into the EXIF data and then rename the files based on the EXIF data. > > I've never used this before but it only took me about 10 minutes to package: >

Re: Organising photos visually

2018-01-30 Thread Patrick O'Callaghan
On Tue, 2018-01-30 at 08:56 -0600, Kenny Gow wrote: > On 01/30/2018 06:01 AM, Patrick O'Callaghan wrote: > > $ ls -l > > total 7388 > > -rwxr--r--. 1 poc poc 1036281 Jan 29 11:38 20180129113839_01.jpg > > -rwxr--r--. 1 poc poc 1183695 Jan 29 11:38 20180129113839_02.jpg > > -rwxr--r--. 1 poc poc 113

Re: Organising photos visually

2018-01-30 Thread Kenny Gow
On 01/30/2018 06:01 AM, Patrick O'Callaghan wrote: > $ ls -l > total 7388 > -rwxr--r--. 1 poc poc 1036281 Jan 29 11:38 20180129113839_01.jpg > -rwxr--r--. 1 poc poc 1183695 Jan 29 11:38 20180129113839_02.jpg > -rwxr--r--. 1 poc poc 1133299 Jan 29 11:38 20180129113839_03.jpg > -rwxr--r--. 1 poc poc

Re: Organising photos visually

2018-01-30 Thread Richard Shaw
>From what I could tell searching google, you best bet is to plug in the info you need into the EXIF data and then rename the files based on the EXIF data. I've never used this before but it only took me about 10 minutes to package: https://hobbes1069.fedorapeople.org/Photini-2017.12.0-1.fc27.noa

Re: any reliable recipe for full install for hyperledger development?

2018-01-30 Thread Jonny Heggheim
Hi Robert. On 01/30/2018 01:57 PM, Robert P. J. Day wrote: > so i just tried to follow along but i am by no means a node.js expert, > and when i tried to install composer-cli with "npm" globally: > > $ sudo npm install -g composer-cli I like to use nvm https://github.com/creationix/nvm when de

re: node.js, am i safe to delete nodejs, npm and node_modules/?

2018-01-30 Thread Robert P. J. Day
followup to last query, since i have never *knowingly* done anything with nodejs, i'm wondering how safe i am to try to wipe every trace of it from my own fedora 27 system, then re-install. first, it *appears* that from a package perspective, no other *packages* appear to depend on nodejs oth

any reliable recipe for full install for hyperledger development?

2018-01-30 Thread Robert P. J. Day
fedora-using colleague just asked me how easy it would be to install everything necessary to start playing with linux foundation's hyperledger (blockchain), apparently including hyperledger fabric and composer, and whatever else can be crammed onto a fully-updated fedora 27 system. i poked ar

Re: Organising photos visually

2018-01-30 Thread Tim
Allegedly, on or about 30 January 2018, Patrick O'Callaghan sent: > is in principal a very simple requirement: the files were scanned in > a certain order, but I want to reorder them in the sequence the shots > were actually taken. This has to be manual because the files have no > EXIF information.

Re: Organising photos visually

2018-01-30 Thread Patrick O'Callaghan
On Tue, 2018-01-30 at 20:53 +1100, Cameron Simpson wrote: > cd your-staging-directory > n=1 > while : > do > for f in *.jpg > do > [ -s "$f" ] || continue > while : > do > target=$( printf 'your-ordered-directory/%05d-%s' "$n" "$f" ) > [ -e "$target

Re: Organising photos visually

2018-01-30 Thread Patrick O'Callaghan
On Tue, 2018-01-30 at 20:53 +1100, Cameron Simpson wrote: > On 29Jan2018 12:35, Patrick O'Callaghan wrote: > > On Mon, 2018-01-29 at 12:27 +, Patrick O'Callaghan wrote: > > > Looking for some advice here. I have a large set of old slides > > > (transparencies) which I'm currently scanning for

Re: Organising photos visually

2018-01-30 Thread Patrick O'Callaghan
On Tue, 2018-01-30 at 08:20 +1100, Stephen Morris wrote: > On 30/1/18 12:22 am, Patrick O'Callaghan wrote: > > On Mon, 2018-01-29 at 07:49 -0500, William Oliver wrote: > > > On Mon, 2018-01-29 at 12:27 +, Patrick O'Callaghan wrote: > > > > Looking for some advice here. I have a large set of old

Re: Watchdog timer and slow shutdown

2018-01-30 Thread Patrick O'Callaghan
On Tue, 2018-01-30 at 06:01 +0800, Ed Greshko wrote: > On 01/30/18 04:17, Patrick O'Callaghan wrote: > > I don't think that's it. If they're being killed after a watchdog > > timout then they are responding to a signal. > > > But, maybe they are not being gracefully killed off after the timeout?

Re: Epson XP-860: available printer driver won't print in duplex

2018-01-30 Thread Ed Greshko
On 01/30/18 19:13, Temlakos wrote: > On 01/29/2018 10:52 PM, Ed Greshko wrote: >> On 01/30/18 11:27, Temlakos wrote: >>> Recently I bought an Epson XP-860, to replace the XP-810 that finally quit >>> on me >>> after many long years of service. >>> >>> But when I went to install a printer driver, I

Re: Epson XP-860: available printer driver won't print in duplex

2018-01-30 Thread Temlakos
On 01/29/2018 10:52 PM, Ed Greshko wrote: On 01/30/18 11:27, Temlakos wrote: Recently I bought an Epson XP-860, to replace the XP-810 that finally quit on me after many long years of service. But when I went to install a printer driver, I found that duplex printing is simply not available. It

Re: Fedora27: NFS v4 terrible write performance

2018-01-30 Thread Ed Greshko
On 01/30/18 14:10, Terry Barnaby wrote: Oh and, BTW, you should probably google "nfs performance many small files". -- A motto of mine is: When in doubt, try it out signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@

Re: Organising photos visually

2018-01-30 Thread Cameron Simpson
On 29Jan2018 12:35, Patrick O'Callaghan wrote: On Mon, 2018-01-29 at 12:27 +, Patrick O'Callaghan wrote: Looking for some advice here. I have a large set of old slides (transparencies) which I'm currently scanning for the family, but of course many of them are out of order. Clearly they don

Re: Mesa >= 17.2.4 for F27?

2018-01-30 Thread Clemens Eisserer
Hi Metthew, > Is there a specific issue you need addressed? That's generally more > useful than updates for updates' sake. Well, actually I do: https://bugs.freedesktop.org/show_bug.cgi?id=102435 But in general, what is the benefit of not shipping bugfix updates of core-desktop packages such as