bookworm killed digikam import
Remco Viëtor
remco.vietor at wanadoo.fr
Sun Aug 20 16:01:53 BST 2023
On dimanche 20 août 2023 16:24:53 CEST gene heskett wrote:
> On 6/25/23 04:28, Maik Qualmann wrote:
> > Create a debug log of the terminal output when trying to download images
> > from the camera. Don't forget to set the Qt debug variable, see here:
> >
> > https://www.digikam.org/contribute/
> >
> > Maik
>
> I dunno what the heck is going on, but I cannot redirect what I see
> echo'd to the terminal in a file generated with:
>
> digiKam 2>&1 >/tmp/digikam.log.
>
> I get 100k of output to the screen, and 10 lines to the log. Has debian
> managed to break bash? Further digging into this rabbit hole, my fav
> terminal is Konsole and is apparently, definitely /NOT/ bash. Lemme go
> bang on the debian list to see how such redirection might be done in
> Konsole. It also appears to ignore a ulimit=unlimited setting.
> scrollback ends long before I get back to the command line. And now I'm
> DIW for several hours, camera battery is dead.
>
> Cheers, Gene Heskett.
Evidently Konsole isn't bash. It's a terminal, i.e. *an interface* to the
system and its command line shell.
Using Konsole doesn't mean you are using (or not using) bash, the two are
completely unrelated. Konsole is a (virtual) terminal, which will use whatever
shell your system uses, could be bash, sh, ksh or whatever other flavours are
around.
Try "sh --version" in a Konsole window, for me that shows I'm using bash.
More information about the Digikam-users
mailing list