Giter Site home page Giter Site logo

dependency is broken in krdc about apps HOT 6 CLOSED

kaosx avatar kaosx commented on September 17, 2024
dependency is broken in krdc

from apps.

Comments (6)

demmm avatar demmm commented on September 17, 2024

Thanks for reporting, please test with:
sudo pacman -U http://kaosx.us/repo/build/freerdp-1.2.0beta-1-x86_64.pkg.tar.xz
sudo pacman -U http://kaosx.us/repo/build/kdenetwork-krdc-4.13.3-2-x86_64.pkg.tar.xz
If you don't use the [build] repo, if working correctly will move to the [apps] repo shortly.

from apps.

ericklzr avatar ericklzr commented on September 17, 2024

The issue of dependence is OK. Now the problem is the parameters:

The new freerdp uses:

Usage: xfreerdp [file] [options] [/v:[:port]]

Syntax:
/flag (enables flag)
/option: (specifies option with value)
+toggle -toggle (enables or disables toggle, where '/' is a synonym of '+')

/v:<server>[:port]          Server hostname
/port:<number>              Server port
/w:<width>                  Width
/h:<height>                 Height
/size:<width>x<height>      Screen size
/f                          Fullscreen mode

...
I believe we need to change the rdpview.cpp where

...
arguments << "-g" << QString::number(width) + 'x' + QString::number(height); # "/size:"
arguments << "-k" << m_hostPreferences->keyboardLayout(); # "/kdb:

    if (!m_url.userName().isEmpty())
        arguments << "-u" << m_url.userName(); # "/u:"
    else
        arguments << "-u" << ""; # "/u:"

    if (!m_url.password().isNull())
        arguments << "-p" << m_url.password(); # "/p:"

...

from apps.

demmm avatar demmm commented on September 17, 2024

Those are not packaging issues, but rather need to be taken upstream.
Did you file a bug report with either freerdp or krdc?

from apps.

ericklzr avatar ericklzr commented on September 17, 2024

Problem in krdc. The new freerdp uses different parameters, and krdc is sending to xfreerdc deprecated parameters. Excuse the horrible English. I speak Portuguese.

from apps.

demmm avatar demmm commented on September 17, 2024

krdc 14.12.1 had an upstream fix for this.
Please report back if working correctly now.

from apps.

demmm avatar demmm commented on September 17, 2024

No further response from submitter

from apps.

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.