Page 1 of 1
9.5.1 RC-1 Import snapshot
Posted: Sat Nov 02, 2019 2:08 pm
by richmond62
If, with LC 9.5.1 RC-1 running on Kubuntu 18.04 (64-bit) I have an open stack
and type:
(which is, admittedly silly)
The whole computer, bar the ability to move the mouse pointer around, locks up,
and the only way to get things going again seems to be with a reboot.
As I am away from my other machines (Macintosh and other Linux flavours) until Monday
I am unable to determine if this happens elsewhere.
If users running LC 9.5.1 RC-1 on other systems could give that "a go" . . .
Re: 9.5.1 RC-1 Import snapshot
Posted: Sat Nov 02, 2019 5:28 pm
by FourthWorld
This is a known issue going back several versions. Mark Wieder recently submitted a pull request to fix it, but it was submitted too late for this build.
A workaround for this form of "import snapshot" was recently posted either in these forums or on the use-livecode list to tide folks over until the pull request is tested and included.
And FWIW, I believe all other forms of "import snapshot" continue to work well, including the recent addition of the "at size" clause to make thumbnails.
Re: 9.5.1 RC-1 Import snapshot
Posted: Sat Nov 02, 2019 6:19 pm
by richmond62
The whole thing is
silly; but my trigger finger slipped (honest, officer) when
I was halfway through typing
Code: Select all
import screenshot from fld "myText"
and,
Yes, all the other screenshot stuff works just fine.
What you need to ask yourself, very carefully is this;
"Would Richmond have been happy had he not found something to criticise?"

Re: 9.5.1 RC-1 Import snapshot
Posted: Thu Nov 07, 2019 5:36 am
by mwieder
LOL.
At any rate, you *should* be able to get by without a reboot. This mostly works for me when it locks up:
press control-F6
that will give you a full-screen terminal prompt
log in with your usual name/password combo
type ps ax | grep livecode
the first line will be your hung process
type kill -9 processID
where processID is the process id of the hung process
type control-F7 to return to your linux desktop
Re: 9.5.1 RC-1 Import snapshot
Posted: Thu Nov 07, 2019 8:47 am
by richmond62
LOL
This mostly works for me when it locks up
Well, unless I print that out, laminate it in plastic and glue it to the wall
I am not sure how on earth I'm going to remember that when the time
comes.
Also, to be quite frank, I am getting fed up with the whole
KDE thing and
am probably going to install
XFCE ontop of the existing system (as blanking
and installing Xubuntu and then making it the way I like it is just toooooooo
much of a %$#@&).
Re: 9.5.1 RC-1 Import snapshot
Posted: Thu Nov 07, 2019 10:38 am
by bogs
richmond62 wrote: ↑Thu Nov 07, 2019 8:47 am
blanking
and installing Xubuntu and then making it the way I like it is just toooooooo
much of a %$#@&
Well, if your talking about the way you set up the desktop / look / opacity / etc, in XFCE you can actually back those settings up and restore them in any XFCE environment (the other desktops have similar functionality), either in whole or in parts.
https://www.addictivetips.com/ubuntu-li ... ngs-linux/
I usually just go with the whole solution as the quickest method, but certainly doing it in parts isn't all that time consuming either and, as long as your preferences don't change, it could literally be a "one time process", where you only need to copy it back on a fresh install.
*Edit - that linked article uses the CLI to do all this, however, if you have an aversion to the CLI, you can do it all through the folder manager just by going to the locations and copying those into a master folder on your desktop, for instance, named something like "My _settings_backup _for_XFCE", or whatever floats your boat
*Edit 2 - I *don't* usually install one of the 'buntu variety, but, on those occasions where I *have* to use it (in a vm), I always go with the minimal install version, and then install the desktop with the minimal install version. I already know what applications I like best, I don't need someone else's list of junk installed first.
Even in this stripped down setup, the backed up config works well, just make sure (as the article points out) that if you have special icons and themes that they are part of your backup.
Re: 9.5.1 RC-1 Import snapshot
Posted: Thu Nov 07, 2019 5:22 pm
by mwieder
Richmond-
With the ways I can get LC to lock up the computer this key sequence becomes muscle memory after a while.