[lattedock] [Bug 404684] Notifications only with text at the top left of the screen

2019-07-16 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=404684

--- Comment #20 from Michail Vourlakos  ---
(In reply to Thomas from comment #19)
> about which plasma version you are talking?

5.16

I will forward this to plasmashell to get more feedback...

-- 
You are receiving this mail because:
You are watching all bug changes.

[lattedock] [Bug 404684] Notifications only with text at the top left of the screen

2019-07-16 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=404684

--- Comment #19 from Thomas  ---
about which plasma version you are talking? I'm using 5.16 and there is no
plasma notification service registered in dbus. i don't have any plasma panel.

https://dbus.freedesktop.org/doc/dbus-specification.html#bus-messages-request-name
says that you can provide 0x2 flag to try to replace the existing notification
service. as shown in the dbus-monitor you are just sending 0x1 and 0x4 (don't
queue and deny replacement).

Sure when there is still an issue with notifications in a new plasma version it
should be solved there.

-- 
You are receiving this mail because:
You are watching all bug changes.

[lattedock] [Bug 404684] Notifications only with text at the top left of the screen

2019-07-16 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=404684

--- Comment #18 from Michail Vourlakos  ---
(In reply to Thomas from comment #16)
> As said: I'm on plasma 5.16 and it is not fixed. It was dunst that was
> registered as notifications service and latte-dock didn't tried to replace
> the existing - maybe it should.
> 
> Latte-Dock Version: 0.8.9

Latte can not replace the existing of Plasma notifications service. Plasma has
higher priority!! Do you have any systray or Plasma taskmanager or
notifications plasmoid in a plasma panel or Plasma desktop??

-- 
You are receiving this mail because:
You are watching all bug changes.

[lattedock] [Bug 404684] Notifications only with text at the top left of the screen

2019-07-16 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=404684

--- Comment #17 from Michail Vourlakos  ---
My opinion as long as you have some tech expertise is too open up a new issue
in plasma shell for notifications system. The maintainer is kbroulik which is
pretty active solving issues for the new notifications system. And afterwards
let's make this bug as upstream of the new plasmashell issue... I will follow
the discussion from. there in order to contribute

-- 
You are receiving this mail because:
You are watching all bug changes.

[lattedock] [Bug 404684] Notifications only with text at the top left of the screen

2019-07-16 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=404684

--- Comment #16 from Thomas  ---
As said: I'm on plasma 5.16 and it is not fixed. It was dunst that was
registered as notifications service and latte-dock didn't tried to replace the
existing - maybe it should.

Latte-Dock Version: 0.8.9

-- 
You are receiving this mail because:
You are watching all bug changes.

[lattedock] [Bug 404684] Notifications only with text at the top left of the screen

2019-07-16 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=404684

--- Comment #15 from Michail Vourlakos  ---
Has been fixed I think from Plasma 5.16 new notifications system. The issue I
think was that if notifications service started too early it was creating
unthemed notifications

-- 
You are receiving this mail because:
You are watching all bug changes.

[lattedock] [Bug 404684] Notifications only with text at the top left of the screen

2019-07-16 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=404684

--- Comment #14 from Thomas  ---
I found out it is dunst required for update-notifier required for
gnome-shell-extension-manjaro-update. Ok there are several questions here but
they don't belong to latte-dock (for example: why dunst starts when I'm not in
gnome)

But anyway: I don't know if DBUS_NAME_FLAG_REPLACE_EXISTING will solve it but
it should at least try to replace the existing notification service.

-- 
You are receiving this mail because:
You are watching all bug changes.

[lattedock] [Bug 404684] Notifications only with text at the top left of the screen

2019-07-16 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=404684

--- Comment #13 from Thomas  ---
Now with a new KDE-Plasma Version it is finally broken: what means that even a
`latte-dock --replace` doesn't solve the problem.

Operating System: Manjaro Linux 
KDE Plasma Version: 5.16.2
KDE Frameworks Version: 5.59.0
Qt Version: 5.13.0
Kernel Version: 4.14.109-1-MANJARO
OS Type: 64-bit

I don't think it is resolved. Maybe it is a dbus issue instead of a latte-dock
issue?

I've now taken a look in the dbus-monitor and found the following:

method call time=1563260861.224737 sender=:1.182 ->
destination=org.freedesktop.DBus serial=567 path=/org/freedesktop/DBus;
interface=org.freedesktop.DBus; member=RequestName
   string "org.freedesktop.Notifications"
   uint32 5
method return time=1563260861.224750 sender=org.freedesktop.DBus ->
destination=:1.182 serial=60 reply_serial=567
   uint32 3

Why are you call it with `DBUS_NAME_FLAG_ALLOW_REPLACEMENT` but not with
`DBUS_NAME_FLAG_REPLACE_EXISTING`? Or may I configure it somewhere?

The answer is `DBUS_REQUEST_NAME_REPLY_EXISTS` I don't know yet how to check
who is registered there...

-- 
You are receiving this mail because:
You are watching all bug changes.