[Dx-packages] [Bug 1952564] Re: notify-send -t option not using correct time

2021-12-07 Thread pqwoerituytrueiwoq
Figured out the cause of the issue and reported upstream https://bugs.kde.org/show_bug.cgi?id=446637 Issue: Expiration time is tied to the refresh rate of the monitor ** Bug watch added: KDE Bug Tracking System #446637 https://bugs.kde.org/show_bug.cgi?id=446637 -- You received this bug noti

[Dx-packages] [Bug 1952564] [NEW] notify-send -t option not using correct time

2021-11-28 Thread pqwoerituytrueiwoq
Public bug reported: If I use -t 5000 i expect to get 5 seconds to read the notification, however to get about 5 seconds I need to use ~15000 See attached screen capture (under 40 seconds long) ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: notify-osd 0.9.35+20.04.20191129-0ubuntu1 Uname:

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-12-04 Thread pqwoerituytrueiwoq
in that case lets make this long line another 25% longer Exec=/bin/sh -c 'if [ -n "$(ps -U $USER | grep xfce4-panel)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/$(if [ $(arch) == "i686" ];then echo i386;else arch;fi)-linux-gnu/indicator-sound/indicator-sound-serv

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-12-04 Thread pqwoerituytrueiwoq
@eqwalker This is a high priority bug, you can see it at the top of this page This command will implement the workaround sudo wget http://pastebin.com/raw.php?i=4HHup7ZF -O /usr/share/dbus-1/services/indicator-sound.service then logout and login to verify it worked run this md5sum /usr/share/dbus-

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-11-18 Thread pqwoerituytrueiwoq
Appears to be fixed in xubuntu 14.04 (pre alpha), anyone able to confirm? -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-sound in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1208204 Title: indicato

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-10-20 Thread pqwoerituytrueiwoq
then try this, this should work with the lxpanel and the xfce4-panel Exec=/bin/sh -c 'if [ -n "$(ps -U $USER | egrep lxpanel|xfce4-panel)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/$(arch)-linux-gnu/indicator-sound/indicator-sound-service;fi' -- You received thi

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-10-20 Thread pqwoerituytrueiwoq
@Theredbaron i booted up the lubuntu 13.10 64bit iso the other day and did not have this issue i assumed it only happens if you use the xfce4-panel on lxde @Kevin thanks Exec=/bin/sh -c 'if [ -n "$(ps -U $USER | grep xfce4-panel)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-10-20 Thread pqwoerituytrueiwoq
just noticed my workaround was specific to the 64bit version, the 32bit workaround line is this: Exec=/bin/sh -c 'if [ -n "$(ps -U $USER | grep xfce4-panel)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/i386-linux-gnu/indicator-sound/indicator-sound-service;fi'

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-10-19 Thread pqwoerituytrueiwoq
It has been tested, by myself and others, they just never fixed this extremely obvious bug and since it has been released with this one i doubt it will be fixed and ever be released to saucy as the proper fix will be a large rewrite that adds GTK3 support we may get a fix one day via the xfce 1.

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-10-18 Thread pqwoerituytrueiwoq
yes keyboard controls work, but if you need to change the audio output device (eg switch to hdmi) it can be annoying without the menu entry to open the window, i don't know another way to get that dialog window to open notice comment #41 it has a update or two for #21 -- You received this bug n

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-10-18 Thread pqwoerituytrueiwoq
complaining does not get it fixed any faster, to get it working there is a temporary workaround in comment #41 if you need help applying it ask on the forums (ubuntuforums or askubuntu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicato

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-09-19 Thread pqwoerituytrueiwoq
opps: missed a closing quote chad@chad-VirtualBox:~$ cat /usr/share/dbus-1/services/indicator-sound.service[D-BUS Service] Name=com.canonical.indicator.sound Exec=/bin/sh -c 'if [ -n "$(ps -U $USER | grep xfce4-panel)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-09-17 Thread pqwoerituytrueiwoq
true but "$XDG_CURRENT_DESKTOP" is null when it runs using xfce4-panel pid would only effect someone using multiple sessions and different DEs which would be limited to certain combinations for example Xubuntu and Lubuntu DEs would get along with each other but they would not get along with the ot

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-09-17 Thread pqwoerituytrueiwoq
perhaps this will solve that issue with the workaround: Exec=/bin/sh -c 'if [ -n "$(ps -U $USER | grep xfce4-panel) ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service;fi' -- You received this bug notification beca

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-09-16 Thread pqwoerituytrueiwoq
about using xfce4-penel with pid does the panel start before the file is called that launches the sound indicator? or does the panel launch the sound indicator? if the panel or the indicator applet is what calls sound indicator that would work fine -- You received this bug notification because

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-09-16 Thread pqwoerituytrueiwoq
If lubuntu is also affected this adjustment will handle it: Exec=/bin/sh -c 'if [ -n "$(pidof xfce4-session)$(pidof lxsession)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service;fi' -- You received this bug notif

[Dx-packages] [Bug 1208204] Re: indicator-sound no longer functions with xfce4-indicator-plugin

2013-09-10 Thread pqwoerituytrueiwoq
Without comment #5 i would not have this possible fix Possible solution: Replace the Exec= line in /usr/share/dbus-1/services/indicator-sound.service with this line Exec=/bin/sh -c 'if [ -n "$(pidof xfce4-session)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/x86_6