Giter Club home page Giter Club logo

Comments (4)

casrep avatar casrep commented on August 22, 2024

I just determined the cause. There's a setting that needed to be turned off to prevent the title from being appended at the end of the command.

Toggle OFF the following setting to prevent this issue.
Preferences > PAC Main Options > Behavior > Automatically append group name to title for new connections

You'll also need to ensure you're embedding the connection in tabs rather than opening them in new windows as this will also append the -T option.

The app should probably send the IP last after all other options have been set or move this feature further up in the execution.

from pacmanager.

vsg68 avatar vsg68 commented on August 22, 2024

This trick doesn't work! 8-( Tab option appears anyway

from pacmanager.

casrep avatar casrep commented on August 22, 2024

@vsg68 I gave up. I just use bash scripts to accomplish what I need via xfreerdp. Unfortunately, the window title option doesn't always take affect.

Example:

#!/bin/bash

xfreerdp /v:<HOSTNAME_OR_IP>:<PORT> /t:<WINDOW_TITLE> /size:1440x900 /bpp:32 +compression +clipboard /sound /cert-ignore /rfx +fonts /u:<USERNAME> /p:<PASSWORD> &> /dev/null &

from pacmanager.

 avatar commented on August 22, 2024

xfreerdp /v:192.168.0.100 /f /u user /p password
also do not work, but
xfreerdp -f -u user -p pasword 192.168.0.100
is working, but prints wanings about deprecated command line syntax
some problem with parsing new syntax

from pacmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.