Tor

Forum Replies Created

Viewing 15 posts - 541 through 555 (of 599 total)
  • Author
    Posts
  • Tor
    Participant

    Snejok, I’m sorry for the delay!
    We’ve opened this Trouble Report to document the issue: https://www.nomachine.com/TR12L04744
    A fix will be released very soon. As always, thank you for reporting and helping with this. 🙂

    in reply to: Hide "Browse connections" and "New connections" from tray #5619
    Tor
    Participant

    Hi snejok.
    This was already in our roadmap, we’ve added a Feature Request so you can track it: https://www.nomachine.com/FR12L02846

    in reply to: NoMachine Android version #5558
    Tor
    Participant

    Hi Enrico.

    A rootless application requires a windowing system handling the application’s window geometry, visibility, etc. (i.e. operations that you normally do by using the window frame on a desktop OS). This kind of window management is not offered by Android so running an application in rootless mode is not allowed.

    When you run a custom session it automatically creates a virtual desktop, which explains why you don’t see two different options in the custom session configuration.

    In order to run a custom application on mobile you have a couple of options.

    · Run the application by using the ‘-geometry’ option, for example

    /path/to/application -geometry wxh+0+0

    where “w” and “h” are width and height of the screen of your Android device, and “+0+0” means that the origin of the window must be the origin of the display. The application will cover all the available area.

    · Run a script executing a window manager and your application, for example

    #!/bin/sh
    /usr/bin/metacity &
    /path/to/application

    Replace “metacity” with the window manager you prefer. You can use the window manager to maximize the application’s window like you do on desktop.

    in reply to: iOS app available for download #5537
    Tor
    Participant

    Hi NeK.

    4 the software keyboard for some reason stutters a lot (freezes for a second) while typing. this is irritating and i make all kinds of mistakes.

    We’re not aware of such a problem so we’ve started an investigation, thank you for reporting it.

    5. bluetooth keyboard support is not working correctly. almost none of the keys pass through to the server and certainly none meta keys do. please fix this as it is the single most important function of remote desktop, you can never do real work without a full keyboard. Full, including everything, meta, alt,ctrl, esc, tab, even super. else its just a toy. Please fix it too.

    A better support for bluetooth keyboard is in the pipeline, we’ll release something soon.

    6. and of course a full software keyboard is needed. Full keys, all of the standard US layout. arrows, ctrl, alt, super, home, end, prntscreen etc. that would be great.

    This is currently in testing phase and as I said in my answer to mia, it’ll be included in the next release.

    in reply to: NX Player for Android #5518
    Tor
    Participant

    We’ve published an update on Play Store right now, as always it’ll be available in a few hours. This version fixes a freeze occurring sometimes when the client connects to the remote desktop. Can you try it and let me know if it solves your issue?

    in reply to: Close or reload player after disconnect or terminate #5485
    Tor
    Participant

    Hi.

    This feature will allow to configure the client to never close:

    Running NoMachine client in kiosk mode
    https://www.nomachine.com/FR02L02809

    A quick solution with the current version can be implemented with a script that uses the option suggested by drichard:

    #!/bin/bash
    
    while true; do
      /usr/NX/bin/nxplayer --session connection.nxs --exit
    done
    in reply to: Special sequences button missing #5471
    Tor
    Participant

    Hi!
    You should do nothing special, the button must be visible when you connect to a Windows OS. We solved a similar problem in an old version, can you confirm that you’re using 4.3.30 also on Windows Server 2008R2?
    If the installed version is the same on client and server, it would be helpful if you could send client side logs to issues[at]nomachine[dot]com. You can find them in the directory %USERPROFILE%\.nx\

    in reply to: NX Player for Android #5469
    Tor
    Participant

    Hi jnko.
    All 4.x versions are compatible so there must be something more. We’re investigating it. In the meanwhile if the client will crash again, could you please submit the crash report to Google by using the dialog appearing when the app closes? You may also add a little comment, so that we know that it comes from you. Thank you very much.

    in reply to: iOS app available for download #5467
    Tor
    Participant

    Hi mia.
    We’re heavily focused on the extended keyboard functionality and we plan to include it in the next release. We’re also working on the middle mouse button, but it’s part of another feature that will require more time to be completed. If there is a gesture that we can use to quickly introduce that button press, we’ll add it for sure!

    Tor
    Participant

    Hi snejok.
    The upload/download items should not be visible when file transfer is disabled. Could you please send node side logs as usual? 🙂

    in reply to: Disable nxplayer on server #5436
    Tor
    Participant

    But I noticed that I can’t start a virtual session when I removed nxplayer.bin. Nxplayer’s connection window shows spinning gif for 120 sec and then shows an error:

    This should not happen, we’ll investigate it. Did you also try to remove the execution permissions on nxplayer.bin, or just limit them to the file owner?

    in reply to: Clicking on spinning animation closes nxplayer window #5435
    Tor
    Participant

    Hi snejok.
    We’ll find a way to make it more clear, even if I doubt we’ll replace the spinning wheel with a button.
    Can you give me details about the connection problem? For example, if the connection is taking too much time we may show an hint explaining how to stop it.

    in reply to: Android Keyboard Cyrillic Support #5321
    Tor
    Participant

    Hi Igor.

    Are you using a custom keyboard, or the default Android keyboard?
    Those edit boxes are inside a session or do you refer to boxes of the client, like for example connection search field? At the moment we cannot reproduce the issue, any more information will help us.
    Thanks!

    Tor
    Participant

    Hi feroze!

    Can you please report the exact versions of NoMachine on client and server? It is important to determine if we’ve fixed some of the issues you are experiencing.
    About the multiple monitors on the server, we’re working on a feature that you will find useful:

    Giving the possibility to switch between monitors of the remote server
    https://www.nomachine.com/FR11K02797

    While waiting for this feature you may have a better experience by disabling the scaling mode. You can do it by unchecking the button ‘Fit to window‘ in the Display menu panel.

    in reply to: Fonts support with Yosemite #5282
    Tor
    Participant

    Hi dahoui.

    There have been changes in the file system on Yosemite that may affect also the position of the core fonts shipped within XQuartz.
    Please confirm that on your Mac the directory /opt/X11 exists while /usr/X11 is missing. In such a case, you can create a symbolic link to work around the issue by executing the following command in a Terminal:

    sudo ln -s /opt/X11 /usr/X11

    We’re going to open a Trouble Report and release a fix soon.

Viewing 15 posts - 541 through 555 (of 599 total)