mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #439] Desktop shortcut #359
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#359
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 @majkinetor on GitHub (Jun 21, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/439
Originally assigned to: @majkinetor, @VShawn on GitHub.
After command line options are done (#427) we can have simple UX for creating desktop shortcuts to specific connections.
Tasks
Create items in
Also:
--start-minimized@majkinetor commented on GitHub (Jun 21, 2023):
I like it now when you change icon on the desktop shortcut manually and launch the connection, that icon is shown in the taskbar instead of usual 1remote icon. We should set the icon of the connection to be that of the shortcut icon.
@VShawn commented on GitHub (Jun 27, 2023):
Note: since the shortcuts needs a ico file to custom icon, I saved the generated icons to the
./.locality/iconsfolder. The number of icons in this folder may increase over time.@VShawn commented on GitHub (Jul 2, 2023):
I think it's done.
@majkinetor commented on GitHub (Jul 2, 2023):
Can't test it, latest two versions produce error imediatelly upon startup:
Environment
1.0.0-beta.04(EXE Release)6.0.18Windows 10 Pro N 64-bits 10.0.22621.0 (2009)Error Info
Value cannot be null. (Parameter 'path1')
Stack Trace
Recent Log
@VShawn commented on GitHub (Jul 3, 2023):
I encountered this issue in my Windows 11 virtual machine (as you can see, the package is marked as not compatible with Win11), but I didn't expect the issue occur on Win10 as well.
The error is localized within the
System.Data.SQLite.dll, but the parameters passed to it have not been altered. Therefore, I am still unsure the cause of this error(FYI recent versions of System.Data.SQLite.dll underwent a few switches: official
System.Data.SQLite.dll1.0.117 -> MicrosoftSystem.Data.SQLite.dll-> officialSystem.Data.SQLite.dll1.0.118).@VShawn commented on GitHub (Jul 3, 2023):
plz check the latest one, it works on my Win11 after I switch sqlite lib to official 1.0.117
1Remote-1.0.0.0-beta.05-net6-x64-nightly-20230702-6b3237@majkinetor commented on GitHub (Jul 3, 2023):
That works, tested on both W10 and 11 👍
@majkinetor commented on GitHub (Jul 3, 2023):
Reopning this until docs is done.
@VShawn commented on GitHub (Jul 23, 2023):
simple doc added