mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 21:46:00 +03:00
[GH-ISSUE #206] Allow multiple instances under different users #1138
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alishchytovych on GitHub (Feb 21, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/206
Originally assigned to: @VShawn on GitHub.
Hello,
I can't run the app under multiple users on the same server. Is it possible to make the check on the per user?
github.com/VShawn/PRemoteM@c1be080afb/PRemoteM/App.xaml.cs (L215)@alishchytovych commented on GitHub (Feb 21, 2022):
Maybe this approach works for you:
@VShawn commented on GitHub (Feb 22, 2022):
Ahhh. I didn't consider multi-user situation, you reminded me.
I will find out how to make it work latter.
@VShawn commented on GitHub (Feb 22, 2022):
There is a problem here. In portable app, If the two users edit data at same time , the db of the APP may crash.
@majkinetor commented on GitHub (Feb 22, 2022):
There could be a setting where to keep db - program dir or user dir. Even with portable app, this setting could by default target User directory. PRM could also accept db via cmd line while at it.
@VShawn commented on GitHub (Feb 23, 2022):
it works, I just leave that conflict risk alone : )
@VShawn commented on GitHub (Feb 23, 2022):
@alishchytovych you can try this beta version.
0.6.2beta.zip
@alishchytovych commented on GitHub (Feb 26, 2022):
It works, thank you