Tor

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 620 total)
  • Author
    Posts
  • in reply to: Right mouse button emulation is broken #36778
    Tor
    Participant

    The right click behaviour can be customized, you can check your current configuration by clicking the small menu icon in the top bar, select “Configure Desktop” in the popup, click “Mouse Actions” in the Desktop Folder Settings window
    and verify that “Right-Button” action is associated to “Standard Menu” in the combo box.

    in reply to: NoMachine is not launching #36765
    Tor
    Participant

    Hi. We can verify if the settings directory is somehow causing issues. Please right click the NoMachine dock icon and quit the application. Open the Terminal and execute the command mv $HOME/.nx $HOME/nx_backup, then try to start again NoMachine. Is the app starting now, or does it has the same behaviour?

    in reply to: Right mouse button emulation is broken #36764
    Tor
    Participant

    Hi. Locally on your Mac, is the Control + Left click on the desktop opening the context menu, like the right mouse click normally does? Do you use settings or applications changing keys mapping?
    What is the operation you’re trying to execute on the remote server with the emulated right click? We didn’t reproduce issues with it, but we’d like to run a test closer to your working conditions.

    in reply to: Scaling issue with Linux UI on 4k displays #36594
    Tor
    Participant

    Hi. You can notice that fonts have increased to your DPI setting, but layouts and icons didn’t increase as well. There is no way right now to improve that unfortunately. We’re working on some changes for HiDPI displays, which will also introduce improvements to the general UI look.

    in reply to: Help with drag and drop #36590
    Tor
    Participant

    Hi. What’s the output of command echo $WAYLAND_DISPLAY executed in a terminal window on both servers?

    in reply to: How to get the multi window option in NoMachine #36517
    Tor
    Participant

    Hi! The screenshot is showing workspaces, but I’m not sure to understand how you would like to use them.
    Do you mean you’ve multiple monitors connected to the server, and you want to know how to select them individually?

    Tor
    Participant

    If you have more than one monitor connected to the client host, please write a few details like Operating System name and version, number of monitors, name of graphical adapter and drivers version. If your client runs on Linux, attach to the answer also the output of the command xrandr -q executed in a terminal window.

    Tor
    Participant

    Hi. You can execute the nxplayer command with the --session option, for example /usr/NX/bin/nxplayer --session ~/Documents/NoMachine/Connection\ to\ 192.168.2.1.nxs.

    Tor
    Participant

    Hi! After selecting the “Resize remote display” option did you click the “Fullscreen on all monitors” button? Going fullscreen is required to mirror the client monitors geometries and layout on server side.

    in reply to: Cmd vs Control #36175
    Tor
    Participant

    I cannot seem to use Ctrl on Windows to send Cmd in Mac.

    Do you refer in particular to copy&paste operations? Are there other shortcuts you’re not comfortable with as Windows user connected to a Mac desktop?
    Like Britgirl said we’re working on the feature, but any additional information you could give can be useful.

    Tor
    Participant

    Hi. The language you select in the installer changes only the EULA, it doesn’t affect the software language.
    Open NoMachine client, click Settings, select Appearance and choose your language in the combo box on the right page. We’ll check the reason why the language automatically switches to a different language, but the configuration above should be enough to solve your problem.

    Tor
    Participant

    Hi. We’ve no problems to use the Windows + Shift + Arrows key combinations on NoMachine windows, to move them between monitors, minimize, etc. Those are functionalities offered by the window manager and we never had to support them explicitely.
    Can you maybe give more context or any information useful to run a few more checks on our side?

    in reply to: Connect always in fullscreen #35682
    Tor
    Participant

    (perhaps this can be adjusted with the wmctrl but I am not familiar with its options)

    Apologies, I did a bad assumption! You can replace the action “toggle” with “add”, so it will only enable fullscreen and it won’t remove it when its already set.

    in reply to: Connect always in fullscreen #35651
    Tor
    Participant

    Hi. Client stores the last window state and restores it when starting, and currently there is no way to avoid that.
    You could do what you need with a tool like ‘wmctrl’ by creating a script to start the client, or by editing the script /usr/NX/bin/nxplayer in a way similar to this:

    exec "$NX_SYSTEM/bin/nxplayer.bin" "$@" &
    sleep 1
    wmctrl -x -r nxplayer.bin -b toggle,fullscreen
    wmctrl -x -R nxplayer.bin

    We’ll evaluate adding a command line option to always start in fullscreen mode by ignoring the last saved window state.

    in reply to: Remove warning about infinitely nested display #35648
    Tor
    Participant

    You could configure the client CFG to skip that message, by setting the following key to ‘false’:

    <option key="Show local desktop connection information" value="false" />

    Normally this CFG is located in $HOME/.nx/config, but you can start the client with an option to load the CFG from different paths:

    /usr/NX/bin/nxplayer --config /path/player.cfg

    The file ‘nxplayer’ is a script, you could edit it to add the ‘–config’ option.

    Meanwhile we’ll check how to improve the conditions triggering that message to avoid to show it in similar environments.

Viewing 15 posts - 76 through 90 (of 620 total)