Package Base Details: transgui

Git Clone URL: https://aur.archlinux.org/transgui.git (read-only, click to copy)
Submitter: k0ste
Maintainer: k0ste
Last Packager: k0ste
Votes: 17
Popularity: 0.002892
First Submitted: 2017-12-29 06:33 (UTC)
Last Updated: 2020-08-09 18:50 (UTC)

Latest Comments

1 2 Next › Last »

kyndair commented on 2023-04-27 20:07 (UTC) (edited on 2023-04-27 20:08 (UTC) by kyndair)

Would recommend changing transgui.desktop as follows

- Exec=/usr/bin/transgui
+ Exec=/usr/bin/transgui %U

so that magnet links will be correctly processed.

oUndercover commented on 2020-08-07 18:15 (UTC) (edited on 2020-08-07 18:19 (UTC) by oUndercover)

I had that same exact error as @zman0900 while compiling transgui-gtk. Luckily the transgui-qt compiles correctly and so I managed to install it on my system, however I encountered the error message upon trying to connect:

Duplicate object member: "status"

Both of these issues and known and, at least for me, there's a patch that solved it. There is an open issue about it and a pull request that fixes the problem.

In the issue the user "JpegXguy" fixed both problems with the following:

yay -G transgui-gtk
cd transgui
makepkg -s --nobuild
wget https://patch-diff.githubusercontent.com/raw/transmission-remote-gui/transgui/pull/1329.patch
cd src/transgui-5.18.0
patch -p1 -i ../../1329.patch
cd ../..
makepkg --noextract
sudo pacman -U <the package you want>

That way i patched the program and is currently running without issues in my system (i'm running Manjaro tho).

zman0900 commented on 2019-07-23 17:26 (UTC) (edited on 2019-07-23 17:27 (UTC) by zman0900)

Package fails to compile for me, with a pretty crazy error message:

(1002) Target OS: Linux for x86-64
(3104) Compiling trcomp.pas
(3104) Compiling vargrid.pas
(3104) Compiling varlist.pas
/tmp/makepkg/transgui/src/transgui-5.17.0/vargrid.pas(93,28) Hint: (5024) Parameter "Sender" not used
/tmp/makepkg/transgui/src/transgui-5.17.0/vargrid.pas(107,29) Hint: (5024) Parameter "Sender" not used
(1008) 1887 lines compiled, 0.3 sec
(1022) 4 hint(s) issued
An unhandled exception occurred at $000000000051AC03:
EAccessViolation: Access violation
  $000000000051AC03
  $00000000009E8B15
  $00000000009ECAB7
  $00000000009EDD11

SoiledBrush commented on 2019-03-30 05:05 (UTC) (edited on 2019-03-30 05:05 (UTC) by SoiledBrush)

Plasma Workspace: Logout canceled by '/usr/bin/transgui'. Each time i try to reboot or shutdown i.e logout.

k0ste commented on 2018-12-31 03:49 (UTC)

zman0900, thanks.

zman0900 commented on 2018-12-31 02:44 (UTC)

The gtk package is not building for me unless I change the widgetset to "gtk2" instead of "gtk". Also, since build is done in the same directory for both qt and gtk, I think it should be cleaned in between. Patch:

https://gist.github.com/zman0900/a7fdc40e088b169292aae4a5767af7db

k0ste commented on 2018-05-05 02:58 (UTC) (edited on 2018-05-05 02:58 (UTC) by k0ste)

Upstream was rereleased this packages at next day. Sum is updated, thanks.

psi-jack commented on 2018-05-04 23:32 (UTC)

Confirmed with Davikar, the sha256sums are indeed incorrect.

Davikar commented on 2018-05-04 22:48 (UTC)

Validating source files with sha256sums... v5.15.4.tar.gz ... FAILED transgui.desktop ... Passed ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build transgui.

The sha256sum for v.5.15.4.tar.gz is apparently wrong.

bowhuntr commented on 2018-02-07 19:07 (UTC)

Did you edit the pkgbuild to change this:

pkgname=("${pkgbase}-qt" "${pkgbase}-gtk") to

pkgname=("${pkgbase}-qt")

It won't build unless you do.