Package Details: gtksu 0.1.1-1

Package Base: gtksu
Description: Simple replacement for gksu/ktsuss etc that allows you to run a program with different privileges (root etc).
Upstream URL: http://keithhedger.hostingsiteforfree.com/pages/gtksu/gtksu.html
Category: system
Licenses: GPL3
Conflicts: gksu
Provides: gksu
Submitter: archtux
Maintainer: None
Last Packager: tomkwok
Votes: 5
First Submitted: 2013-08-08 16:27
Last Updated: 2014-09-27 06:48

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by hollunder

2015-03-12 21:31

1. 1.4 seems to be online
2. There is no reason for the PKGBUILD file to be executable
3. Is there a sudo option?

Comment by tomkwok

2014-09-27 05:32

Fixed

Comment by mst

2014-09-08 11:09

@ayr0: same error

Comment by fluxboxer

2014-07-24 22:18

"gtk2" dependency should be optional as it can be compiled as a qt5 app, the only such utility.

Comment by fluxboxer

2014-07-24 22:14

Comment by ayr0

2014-02-15 01:35

Update fails to compile on my system.

test -f 'suwrap.cpp' || echo './'`suwrap.cpp
sudo chown root:root gtksuwrap
chown: cannot access ‘gtksuwrap’: No such file or directory
Makefile:597: recipe for target 'all-local' failed
make[2]: *** [all-local] Error 1
make[2]: *** Waiting for unfinished jobs....
suwrap.cpp: In function ‘int main(int, char**)’:
suwrap.cpp:66:35: warning: ignoring return value of ‘int setresuid(__uid_t, __uid_t, __uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
setresuid(theuid,theuid,theuid);
^
suwrap.cpp:67:20: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(str->str);
^
mv -f .deps/gtksuwrap-suwrap.Tpo .deps/gtksuwrap-suwrap.Po
make[2]: Leaving directory '/build/gtksu/src/GtkSu-0.0.8/GtkSu/MakeSuWrap'
Makefile:352: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/gtksu/src/GtkSu-0.0.8'
Makefile:292: recipe for target 'all' failed
make: *** [all] Error 2