Package Details: transmission-remote-gui 5.18.0-3

Git Clone URL: https://aur.archlinux.org/transmission-remote-gui.git (read-only, click to copy)
Package Base: transmission-remote-gui
Description: Cross platform remote GUI for the Transmission daemon
Upstream URL: https://github.com/leonsoft-kras/transmisson-remote-gui
Licenses: GPL2
Conflicts: transmission-remote-gui-bin
Submitter: ava1ar
Maintainer: ava1ar
Last Packager: ava1ar
Votes: 8
Popularity: 0.000054
First Submitted: 2018-03-15 10:48 (UTC)
Last Updated: 2021-10-10 15:41 (UTC)

Latest Comments

1 2 Next › Last »

Zabbius commented on 2021-10-04 12:56 (UTC)

Please add this patch to fix 'Duplicate object member: "status"' bug

https://github.com/transmission-remote-gui/transgui/commit/9275c3fb877dd753a1940d1b900630cdc09a0cc2.patch

oUndercover commented on 2020-08-08 11:19 (UTC)

@exciplite I had the same error while installing the package transgui-gtk also from the AUR, I managed to find a fix for it and commented it on the AUR here.

Also now that I'm here, searching for transgui or transmission-remote-gui in the AUR return the following packages:

transgui-gtk                              k0ste
transgui-gtk2-git                         ilikenwf
transgui-qt                               k0ste 
transmission-remote-gui                   ava1ar
transmission-remote-gui-bin               ogarcia
transmission-remote-gui-gtk2              ogarcia

They all have the same source, so what's the diference between transgui-gtk and transmission-remote-gui-gtk2 and between transgui-qt and transmission-remote-gui? They share the same dependencies and source files and even the exact same issue, are these packages duplicates or am i missing something?

exciplite commented on 2020-08-07 09:48 (UTC) (edited on 2020-08-07 11:43 (UTC) by exciplite)

Dear ava1ar!

I freshly installed my new system, and unfortunately i get this error message: Duplicate object member: "status" Can you help me out? I use on my server the 3.0 transmission-daemon. Thanks, G.

To solve the problem I do a downgrade to 2.92 the server and now works perfectly

InsideOut commented on 2020-07-26 04:12 (UTC)

@ava1ar-auto,

Same findings as rarchz.

ava1ar-auto commented on 2020-07-21 04:17 (UTC)

@rarchz,

Thanks! Can't confirm it myself, since I am still using 2.84 on my server. If someone else can confirm there is an issues and this patch addresses that I can add this to the PKGBUILD.

rarchz commented on 2020-07-20 23:01 (UTC) (edited on 2020-07-20 23:17 (UTC) by rarchz)

Sorry if it's not the proper way to report (or if it's a low quality solution), but it may help someone: to solve the 'Duplicate object member: "status"' problem, I had to add this patch (suggested by Ku33ma in the Issues section of the github repo, saved as v5.18_arch.patch):

*** rpc.pas 2019-10-12 07:52:07.000000000 +0200
--- rpc.pas 2020-07-21 00:51:31.577944668 +0200
***************
*** 383,388 ****
--- 383,393 ----
            sl.Delete(i);
      end;

+     if FRpc.RPCVersion > 15 then begin
+       i:=sl.IndexOf('status');
+       if i > 0 then sl.Delete(i);
+     end;
+ 
      i:=sl.IndexOf('downloadDir');
      if FRpc.RequestFullInfo then begin
        if i < 0 then

and added this to the PKGBUILD:

prepare() {
patch --input="${srcdir}/../v5.18_arch.patch" -d "${srcdir}/transgui-5.18.0"
}

ava1ar commented on 2020-04-06 14:33 (UTC)

Updated to use qt5pas (thanks @dikei)

dikei commented on 2020-04-06 13:29 (UTC)

It's quite easy to compile with Qt5, why use Qt4 ?

Just change

  • depends=('qt4pas') => depends=('qt5pas') on line 9
  • --widgetset=qt => --widgetset=qt5 on line 21

sithlord48 commented on 2019-08-24 02:45 (UTC)

Can this be updated to use Qt5pas?

XAVeRY commented on 2019-07-11 19:10 (UTC)

v5.17 is out.