-
Notifications
You must be signed in to change notification settings - Fork 274
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
Can't connect to 3.0.0 daemon on Arch Linux #1325
Comments
|
The official build 5.18.0 from the releases doesn't work on Arch since it is using GTK2 as mentioned in another issue. Building on Ubuntu with for QT5 and using that build on Arch seems to not have the issue. So I'm guessing the error lies somewhere in the dependencies (newer version of FPC?). I can't investigate this much further as I'm not familiar with Pascal. |
|
I confirm on Fedora 32. For myself, I decided this edit: + if FRpc.RPCVersion > 15 then begin Sorry, used Google Translate |
|
the same on Manjaro 20.0.3 with GDE and transgui-gtk from AUR |
|
@Ku33ma does that edit have any other side effects? Otherwise I suggest making this into a pull request as this fixes transgui for multiple distros. |
|
I did not notice any side effects. Transgui did enter the "status" field twice. One is a direct parameter of FRpc.RequestInfo, the second is taken from ExtraFields. |
|
Same thing running |
|
For those of you on arch, use makepkg with --nobuild, apply the patch in #1329, and then use --noextract |
|
I've tried to apply the patch following your rules and the Archwiki, but i've came across an error (I'm using Manjaro): Here's all that i did: This error as also been reported in the AUR, but i had installed the package without applying the patch and it worked as expected. One thing that's missing, is the fact that in the AUR all conflicting packages (such as |
|
The As for the error, I've never seen it. Maybe lazbuild is having problems. Does it happen if you try again with a clean slate? Also you can |
|
Thanks for the info, that makes sense. Here's what i did now line by line: However However Interestingly, I've literally just deleted the System: |
|
I traced my steps and the gtk build fails in the way you described if you use the git clone command, though I don't know why. Here's what I did if you want to do it this way (I didn't want to leave the patching to makepkg because I wanted to see if it failed. The fact that you get the "duplicate object member: status" suggests the patching failed, or maybe it was because of the build error) NOTE: You'll get this output if the patch succeeds: |
|
Yes that worked, thanks again for the help, didn't had to patch anything before so i wasn't quite sure how to do so. If somebody wants to install this package on an arch based distro at least for me it worked. Should i reference this issue on the AUR page? |
|
I guess it would be good for the aur maintainer to include the patch in prepare() until it gets merged. This project has not seen commits since May |
|
Keep in mind that there are multiple packages for this repo. There's |
|
According to a user in the |
|
No difference other than the name |
@Ku33ma This patch works very well with my environment. Operating system |
…e daemon) PR: 251839 Reported by: vgreg at ya.ru Obtained from: transmission-remote-gui/transgui#1325 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@559535 35697150-7ecd-e111-bb59-0022644237b5
…e daemon) PR: 251839 Reported by: vgreg at ya.ru Obtained from: transmission-remote-gui/transgui#1325
…e daemon) PR: 251839 Reported by: vgreg at ya.ru Obtained from: transmission-remote-gui/transgui#1325 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@559535 35697150-7ecd-e111-bb59-0022644237b5
- fix error 'Duplicate object member: "status"' transmission-remote-gui/transgui#1325
Fix: Duplicate object member: "status" Thanks for the patch: transmission-remote-gui#1325
|
#1329 was merged, please feel free to test it! |
|
I am on Ubuntu 22.04, I used transgui from the Ubuntu repo (5.18.0+dfsg-1build1) and I had the same issue. After compiling latest from the git repo the issue is gone. I hope there will be soon a release and I can use again a released version. |
…e daemon) PR: 251839 Reported by: vgreg at ya.ru Obtained from: transmission-remote-gui/transgui#1325


Arch Linux
3.0.0
5.18.0
When I try to connect to a 3.0.0 daemon using transgui 5.18.0 on Linux, I get the error message
Duplicate object member: "status". Connecting to a 2.94 daemon works. The same happens when building transgui from source.On Windows, also using transgui 5.18.0, I can connect to both transmission daemons without any error.
The text was updated successfully, but these errors were encountered: