Link Mauvelovetox: hi, got a new traceback:
Traceback (most recent call last):
File /usr/share/gajim/src/chat_control.py", line 1172, in on_configure_event if msg_textview.get_window() is None: TypeError: Gtk.TextView.get_window() takes exactly 2 arguments (1 given)"
lovetoxhmm
lovetoxdo you know how to reproduce this Link Mauve?
Link MauveNot really, no.
Link MauveProbably in the chat control.
Link MauveI saw that long after having closed Gajim.
lovetoxk thanks
beedaddyHere on KDE Plasma 5 (Arch Linux) I have the problem that the gajim tray icon does not blink on incoming messages. Its just a static (green) icon. Is this a known problem?
lovetoxdid it blink on another system?
beedaddylovetox: Years ago, using KDE 4, it did blink.
lovetoxyou dont use the app indicator plugin or?
lovetoxjust the out of the box tray icon?
beedaddyyes
lovetoxand it shows a different image on a message?
lovetoxso are you able to see that there is a new message
lovetoxor doesnt it change at all no matter what happens
beedaddyNo I'm not able to see that there is a new message. That's my main problem. :(
lovetoxthats definitly a bug then
lovetoxyou use gajim 16.6?
beedaddyYes I do.
beedaddyI gave gajim a try in the beginning of KDE Plasma 5 and I'm quite sure that I had the same problem then. So this might be an old bug or I'm doing something wrong. :)
lovetoxhm you could try the app indicator plugin
lovetoxit makes a statusicon with another api
beedaddyOk it's installed now. I'll give it a try and report ... tomorrow or so. Thanks a lot!
lovetoxanother thing
lovetoxin the preferences
lovetoxadvanced config editor
lovetoxthere is a setting
lovetoxtrayicon_blink
lovetoxcheck it
lovetoxbeedaddy
beedaddylovetox: Yes I've already checked this setting.
lovetoxhm k, i will install KDE in a VM if i have time and trace this down
beedaddyThanks a lot. I'll come back with this topic.
lovetoxLink Mauve, i looked into this, yeah its not calling with the right amount of arguments, but i cant even get this configure-event to fire
Link MauveI got it a bunch of times, but no idea how. :x
lovetoxhm ok, maybe now that you know we find out sometime
lovetoxok notifications are a mess on linux
lovetoxuntil some time ago, there was GtkStatusIcon which works from windows to nearly every linux distribution
lovetoxthats deprecated
lovetoxi dont see any replacement
lovetoxthe serious tip from gtk devs is: use system-specific APIs
Link MauveGNotification?
lovetoxthat does on every system something different
lovetoxits not an icon, i cant put a menu on it
Link MauveIf you want notifications, you don’t want a menu on it.
lovetoxi do in some cases
lovetoxon unity i want to hide the application, so i need a way to show it
lovetoxi can do that with a system tray icon
lovetoxas it seems to me i cant do this with gnome shell
lovetoxi guess every system has his idea how things work
lovetoxbut the problem is, i dont want to accomodate 3-4 different design choices
lovetoxhow notifications are displayed to a user, and what they can do
lovetoxat this point, i would scrap the tray icon all together
lovetoxit seems some systems dont want it anymore
lovetoxand i wonder what does GNotifications on windows?
lovetoxprobably nothing
botRSS: Feeds for Gajim
• Ticket #8463 (I encountered this when installing some plugins) created
Version 16.
Traceback (most recent call last):
File "/usr/share/gajim/plugins/plugin_installer/plugin_installer.py", line 337, in on_plugin_downloaded
plugins = self.scan_dir_for_plugin(plugin_dir)
File "/usr/share/gajim/plugins/plugin_installer/plugin_installer.py", line 444, in scan_dir_for_plugin
if not[…]
https://trac.gajim.org/ticket/8463
botRSS: Feeds for Gajim
• Ticket #8463 (I encountered this when installing some plugins) updated
It seems you have the whiteboard plugin installed and python-goovanvas not installed, right?
Could you try to replace the line
import goocanvas
in ~/.local/share/gajim/plugins/whiteboard/whiteboard_widget.py, line 24 with this one:
goocanvas = __import__('goocanvas')
https://trac.gajim.org/ticket/8463#comment:1