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: 27
Popularity: 0.000004
First Submitted: 2017-12-29 06:33 (UTC)
Last Updated: 2020-08-09 18:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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

ogarcia commented on 2019-11-04 13:55 (UTC)

@MasterOne seems a problem in upstream with latest GTK version since the compile options are the same and (as I can read in GitHub issue) in binary one with old GTK library woks well

MasterOne commented on 2019-11-04 09:01 (UTC)

There are two strange issues with this build in the "Add new torrent" dialog:

  1. The trash bin symbol is missing from the button "Delete destination folder" (it's just an empty button).

  2. The "Start torrent" checkbox is missing, resulting in all new torrents to start right away once added (so the checkbox is not visible but checked).

I have opened an issue here:

https://github.com/transmission-remote-gui/transgui/issues/1266

but from the reply of leonsoft-kras this obviously must be an issue specific to the GTK build.

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

Can this be updated to use Qt5pas?

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

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

v5.17 is out.

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

ava1ar commented on 2018-07-26 14:05 (UTC)

@flecht Thanks for report - will fix later today.