botDaniel Brötzmann modified an issue in _gajim_ < https://dev.gajim.org/gajim/gajim/issues/9359 >:
#9359: < Error on going online >
lovetoxim not sure about what plugins you are talking
lovetoxbut we dont run CI for plugins
lovetoxso whatever you do you cant ensure that it stays that way
lovetoxi rather not want to run code formatters, if someone refators a module he/she can fix formatting issues
jhhello, how to turn on autostart at ubuntu 18.04?
lovetoxgoogle how to autostart an application in ubuntu 18.04
jhi don't have a google
jhI'm looking again
jhhow we added it is known to me, but you need the paths
lovetoxand how should i know in what path you installed Gajim on your system?
jhHow should I know?
lovetoxbut there is also a file search on your system, im sure if you put gajim in it tells you where its installed
lovetoxbecause you are the one that installed it
botDaniel Brötzmann updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/334 >:
WIP: Fix some strings
botDaniel Brötzmann updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/334 >:
WIP: Fix some strings
botDaniel Brötzmann updated a merge request for _gajim/master_ < https://dev.gajim.org/gajim/gajim/merge_requests/334 >:
Fix some strings
ChobbesIf I suspend my laptop, and then resume later, does gajim know to fetch "missed" messages via mam?
ChobbesI ask because I don't seem to be getting messages in this scenario. If I restart gajim I get messages.
ChobbesThey're omemo messages, if that matters.
lovetoxGajim Version?
Chobbeslovetox, 1.0.3
lovetoxshould work
lovetoxtest it unencrypted
lovetoxsuspend, send a message from your phone to a contact, and end suspend
ChobbesI'll try that when I can. Alas, my phone is broken :(.
DanielI've installed Gajim from latest master, but somehow it doesn't switch to my locale (de). Is there a way to debug why this is?
asterixDaniel: you have to make install and then run from path I think
asterixMake install -> python3 setup.py xxx
asterixxxx in install or something like that
lovetoxyes Daniel, how did you install Gajim?
Danielby issuing "./setup.py install --root=/"
Danieldirectly from my local fork. it worked so far, but now it doesn't (reinstalled OS)
DanielI checked, there is also a gajim.mo in /usr/share/locale
lovetoxopen a python console
lovetoximport locale
lovetoxlocale.getdefaultlocale()[0]
Daniel'de_DE'
lovetoxand
lovetoximport gettext
lovetoxgettext.find('gajim')
Daniel'/usr/share/locale/de/LC_MESSAGES/gajim.mo'
lovetoxthen im not sure what is going wrong
lovetoxstart from console and see if there is a error at the start
DanielI did, there was nothing special. I will investigate further tomorrow. thank you for helping!
lovetoxyou can basically run the i18n.py outside of Gajim
lovetoxand try to translate a string
DanielI will try to do that
G-UserHello to all. I am using GAJIM for WinOS and a Prosody Server for Debian LinuxOS. When selecting a picture from the File Manager and drag & drop it into a GAJIM Chat Window to send, I get the following error message, "Unsecure. Server returned unsecure transport (http)". Can anyone assist with this issue?
asterixYou have http upload module in your server? But via http instead of https?
G-UserYes. I have the "mod_http_upload" module installed in Prosody. I am not sure about the http vs https issue. In my "prosody.cfg.lua" file, I have 2 ports setup for Http Ports & Interfaces.
G-UserBTW, I have both http & http_upload module(s) activated.
lovetoxG-User, please ask in the prosody support channel for help to configure https for the httpupload module
lovetoxthe problem is Gajim asks for a upload URL, and your server returns HTTP instead of HTTPS
lovetoxprosody@conference.prosody.im
lovetoxxmpp:prosody@conference.prosody.im?join
G-UserOIC. Ok. Thank for the info & referral. Take care. ;-)