Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 96:15:54 |
Calls: | 290 |
Files: | 904 |
Messages: | 76,426 |
Howdy,
I use Dolphin a lot. I like it and all but recently, it started doing something that annoys me. When I'm doing something, I tend to open a instance of Dolphin for whatever it is I'm doing. I also leave
instances open and ready for when I do routine things. Some things I do
so often, I leave them open all the time. Usually that is four
instances. If needed, for example when I'm getting videos off trail cameras, I open another instance until I'm done with that task. So, I
use Dolphin for different things on different desktops with tabs in
different places. It just makes things easier, faster and works best
for me.
What I don't like is this, when I open a new instance, it tries to copy
the last instance I used that is still open. When I open a new
instance, I want it to open where I want but not be affected by other instances that are running. Just as a example. Yesterday I was trying
to copy videos from my trail cameras to a USB stick while also copying
and organizing them on my hard drive. When I put in a USB stick or the
card from the camera, I click the notification thing and tell it to open
the USB stick or the card. Thing is, it tries to copy the instance,
usually the one I use to watch TV from, which has a lot of open tabs. I have to close all the tabs I don't want to get things like it should be
to begin with.
Frank Steinmetzger wrote:
Am Thu, Sep 12, 2024 at 07:54:25AM -0500 schrieb Dale:
Howdy,Dolphin settings, very first page, very first setting: set it to open a fixed location at startup. Then it will not restore any previous internal state.
I use Dolphin a lot. I like it and all but recently, it started doing
something that annoys me. When I'm doing something, I tend to open a
instance of Dolphin for whatever it is I'm doing. I also leave
instances open and ready for when I do routine things. Some things I do >> so often, I leave them open all the time. Usually that is four
instances. If needed, for example when I'm getting videos off trail
cameras, I open another instance until I'm done with that task. So, I
use Dolphin for different things on different desktops with tabs in
different places. It just makes things easier, faster and works best
for me.
[…]
I saw that setting. First place I looked. Thing is, since I didn't
want it to always start at the same place, I thought that wouldn't
work. I thought that no matter what I clicked, it would open at that place. Given you said that would work, I tried it. I set it to /, or root, but if I click on a folder on the desktop, sure enough, it starts
and opens the folder I clicked on. Did that a few times just to be
sure. LOL I also plugged in a USB stick, mounted it and then told the notification thingy to open in File Manager. Yep, it opened right where
it should. I was looking for a instance setting or something since it
kept copying other running instances and their tabs. I wouldn't have
ever thought to try that setting.
They might want to explain that setting a little bit. While I saw it, I certainly didn't expect it to behave this way. I expected it to open at that location no matter how Dolphin was started.
P. S. Planning to try that checksum script soon. It's a large number
of files so it will take a long time to run. I think you mentioned that
if stopped, it will resume where it left off.
This is fairly new and very consistent. It started a couple updates ago
and I was hoping it was a bug and would be fixed. I'm starting to think
it is a new feature. I've looked in preferences and can't find any
setting related to this behavior.
I notice another KDE release is on the way. It's unstable when it hits
the tree but I run unstable for KDE and friends. It may have some fixes
as well. Introduce a new feature, get half a dozen bugs to fix. Fix
those and then repeat. LOL Isn't that the way software works???
Should have a nice update to do this weekend.
P. S. Planning to try that checksum script soon. It's a large number >> of files so it will take a long time to run. I think you mentioned that >> if stopped, it will resume where it left off.Only if it creates checksums, because it knows by the existence of checksums
where to resume. But if you want to read checksums and verify them, you need
to use arguments to tell it how many directories to process and how many to
skip at the beginning.
Perhaps try it first with a few small directories to get a feel for its behaviour. The normal way to go is:
dh -u [DIR] to create the checksum files
dh [DIR] do read it back
Use the --skip option to skip the given number of dirs at the beginning.
Remember that by default it will not create checksums in directories that have subdirectories. I know this sounds a little strange, but for a hierarchy of music albums, this seemed sensible 10 years ago.
Well, I read through the help page and settled on this. I might have
did this wrong. ;-)
/root/dh -c -F 1Checksums.md5 -v
Right now I have the command in /root. I just did a cd to the parent directory I wanted it to work on and then ran that command. Right now,
it is working on this bit.
(dir 141 of 631)
and
(file 8079 of 34061)
I was wondering tho, is there a way to make it put all the checksum
files in one place, like a directory call checksums, and they just all
go in there?
Or just a single file in the parent directory? That way
the files aren't in each directory.
Thing is, can I still just run it
on one directory if I have a suspected bad one?