-
-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable right click or add a proper context menu #300
Comments
Ok odd, it definitely used to show a custom menu with Cut/Copy/Paste. An upgrade to the embedded browser must have broke that... Let me take a look. |
@canton7 let me know if you would like a screenshot or anything. Also, maybe this might be a feature request, but is there any reason why the installer doesnt set this up as a service or auto start with windows? Just did a restart (the PC) for the first time after installing and realised that it didnt start up, and i would probably need to setup the autostart manually if i want it to do that (which i would assume a very common usecase to expect auto start). |
I can reproduce the issue here, so that's fine. It does have autostart functionality. The installed version will set itself to start on login in the first time that it's run; the portable version won't set itself up by default. There's a checkbox in File -> Settings -> Automatically start on login. |
@canton7 Oh yes i see the option. Thanks. May i suggest making that option ticked by default? TBH, not sure why anyone wouldnt want it to auto start haha :P |
It is ticket by default in the installed version. The portable version is supposed to be put on portable media and moved between machines: there's not much point in setting up autostart for something which probably won't be plugged in! |
@canton7 Installer i used: https://github.com/canton7/SyncTrayzor/releases/tag/v1.1.12 PS. thanks for the advice and help |
Oops, looks like I broke the automatically enabling autostart... Let me fixed that! |
If you want a fixed up context menu, try this: https://ci.appveyor.com/project/canton7/synctrayzor/build/1.1.12.400/artifacts. |
@canton7 perfect, context menu works. im curious, this project is pretty much a wrapper for the default UI that syncthing provides right? Meaning that you guys cannot do anything to do with the UI changes to the app (besides the UI of the wrapper like the window's menu and the console etc). Is that correct? |
Yes and no. In principle I just display the html which Syncthing's GUI gives me. In reality, I run some very hacky javascript when the page is loaded, which does things like add the 'Browse' button next to the input box for file paths, and the 'Open Folder' buttons on the folders. |
I also just downloaded a fresh copy from this site and the right-click context menu does not disappear. This is on Windows 10 x64 Regarding the browser, I would suggest a preference to specify the default browser we want to use, in case something happens to the Trayzor browser like this. |
I also agree with syrys: This no-thinking packaged version of syncthing is fantastic. |
Weird, OK thanks for reporting. That's another data point...
It uses Windows' default browser. I don't see the point in overriding this? I just ask Windows to open a URL, and it figures out how best to do that based on your preferences |
I'm confused. When I double-click the tray icon, it brings up the On Tue, Oct 18, 2016 at 3:38 PM, Antony Male notifications@github.com
|
Right, I didn't get that you wanted a different browser to open instead of SyncTrayzor. Two thoughts:
|
You're totally right, though I would argue that synctrayzor does something If this solves my problems with resilio sync, you and the syncthing crew -Jack Sent from sender's phone with typos. Sender not liable for inflammatory On Oct 19, 2016 3:18 AM, "Antony Male" notifications@github.com wrote:
|
SyncTrayzor is great. I just have One small issue with it. I use this in windows x64, installed few days ago, and i have a habit of just right clicking. To be honest, when you see the folders/devices it feels like right click is a logical thing to do for editing/deleting etc.
Anyway, when you right click within the app, you get a typical windows/browser context menu that shows "back/forward/print/view source". The annoying thing is, this menu doesnt dissapear. No matter how many times i click within the app, away from the app, this menu just sticks at the top like a bug in windows. Only way to get rid of it is to actually click one of the options, and clicking "back" breaks the ui )(obviously).
I feel like this is probably a very quick flag you set somewhere to disable the menu (if its not providing any benefit anyway), is there any chance this can be done?
Cheers.
The text was updated successfully, but these errors were encountered: