abma

Results 101 comments of abma

hm, not sure how cleanly solve this. i guess there needs to be a "task" which checks which users are online and write this to db. the cleanup / audit...

as springrts.com server is automaticly rebooted after a (automatic) kernel update, IMHO 365 days should be enough to never be hit. i leave this open, as there is only a...

> My dev envir is long gone, but imo the best way to fix this bug (which was my fault) would be to exclude logged in users from the effect...

infologs is not the only place where it would be useful. for springfiles upload it would be nice, too: or should be moderator / admin rights just be mapped 1:1...

permanently isn't (easily) possible as pr-downloader has no config file. use pr-downloader --filesystem-writepath . zk:stable to download to the current directory. an alternative would be to fix your homepath /...

i repeat: ``` pr-downloader has no config file ```

this python code made it crash ``` def hangup_hook(session, what, args=''): if what != "transfer": logerr("hangup hook for '%s' %s" % (what, session.cause())) return rawnr = session.getVariable("destination_number") caller = session.getVariable("caller_id_number")...

appmenu-gtk-module seems to trigger the problem. i found these workarrounds: `$ GTK_MODULES=gail:atk-bridge transmission-gtk` thats the default value: ``` $ echo $GTK_MODULES gail:atk-bridge:appmenu-gtk-module ``` or: `$ UBUNTU_MENUPROXY=1 transmission-gtk` or: 1. Install...