Re: [Builder] unable to build+run builder from stable builder package (flathub)



On 12/17/2017 02:34 AM, Felix Schwarz wrote:

A wild guess from me: I was unable to run two instances of builder at the same
time (even with flatpak, e.g. stable from flathub and nightly). It only brings
the running instance to the front. Also "Ctrl+Enter" from gnome shell does not
start a new instance.
Maybe these two instances step on each others toes, accessing the same
directories concurrently without proper guards?

Builder nightly knows how to append "--standalone". Stable does not.

You can't just start two instances of an application for a single user and expect things to work correctly. Applications need to be written to be aware of each other so they don't clobber temp/cache files and such.

Very few if any applications are written this way. Even firefox just punts and says you have to specify an alternate profile to keep things contextualized.

-- Christian


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]