[kmix] [Bug 339913] KMix tries to reconnect to pulseaudio daemon every 50ms

2016-10-25 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339913

--- Comment #3 from Maximiliano Curia  ---
Created attachment 101774
  --> https://bugs.kde.org/attachment.cgi?id=101774=edit
Patch as posted in the Debian bugtracker

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


[kmix] [Bug 339913] KMix tries to reconnect to pulseaudio daemon every 50ms

2016-10-25 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339913

Maximiliano Curia  changed:

   What|Removed |Added

 CC||m...@debian.org

--- Comment #2 from Maximiliano Curia  ---
We have received a patch for this issue in the Debian bugtracker in the bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789887

which still seems to apply.

Index: kmix-4.14.0/backends/mixer_pulse.cpp
===
--- kmix-4.14.0.orig/backends/mixer_pulse.cpp
+++ kmix-4.14.0/backends/mixer_pulse.cpp
@@ -37,6 +37,8 @@
 #  include 
 #endif

+#include 
+
 // PA_VOLUME_UI_MAX landed in pulseaudio-0.9.23, so this can be removed
when/if
 // minimum requirement is ever bumped up (from 0.9.12 currently)
 #ifndef PA_VOLUME_UI_MAX
@@ -716,7 +718,14 @@ static void context_state_callback(pa_co
 if (s_mixers.contains(KMIXPA_PLAYBACK)) {
 kWarning(67100) << "Connection to PulseAudio daemon closed.
Attempting reconnection.";
 s_pulseActive = UNKNOWN;
-QTimer::singleShot(50, s_mixers[KMIXPA_PLAYBACK],
SLOT(reinit()));
+static time_t last_timestamp = 0;
+time_t current_time = time(NULL);
+if ((current_time - last_timestamp) > 3) {
+  QTimer::singleShot(50, s_mixers[KMIXPA_PLAYBACK], SLOT(reinit()));
+} else {
+  QTimer::singleShot(6, s_mixers[KMIXPA_PLAYBACK],
SLOT(reinit()));
+}
+last_timestamp = current_time;
 }
 }
 }

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


[kio] [Bug 371657] New: Facebook web shortcut no longer works

2016-10-25 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371657

Bug ID: 371657
   Summary: Facebook web shortcut no longer works
   Product: kio
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: m...@debian.org

Forwarding Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820925
"""

The file 
/usr/share/kservices5/searchproviders/facebook.desktop

provides a web shortcut to search facebook.

However the query used seems to be out of date and no longer works.

It should be replaced with this line

https://www.facebook.com/search/top/?init=quick=\\{@}

"""
DISCLAIMER: I'm not able to test this, as I don't use facebook, and the search
link requires to be logged in.

Reproducible: Always

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


[kalgebra] [Bug 352526] 3D graph ->views not working

2016-10-24 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352526

Maximiliano Curia  changed:

   What|Removed |Added

 CC||m...@debian.org

--- Comment #9 from Maximiliano Curia  ---
This issue is still reproducible. It seems that the analitza 3d backend is
missing an update after setting the plotstyle.
Maybe this report needs to be reassigned to analitza.

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


[konsole] [Bug 371414] When open a new konsole, it uses the last profile instead of the default

2016-10-21 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371414

--- Comment #2 from Maximiliano Curia  ---
(In reply to stecsa from comment #0)
> Right mouse -> Switch Profile doesn't work.

In a follow up of the Debian bug it's mentioned that the window doesn't follow
the dimensions change. I think this is a completely different issue.

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


[konsole] [Bug 371414] When open a new konsole, it uses the last profile instead of the default

2016-10-21 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371414

Maximiliano Curia  changed:

   What|Removed |Added

 CC||m...@debian.org

--- Comment #1 from Maximiliano Curia  ---
This was originally reported in the Debian bug tracker:
https://bugs.debian.org/841502

>From what I could reproduce, launching a second konsole from krunner or the kde
menu calls the new window dbus action. Which seems to be using the original
command arguments to select the profile, (instead of profile configured as the
default).

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


[kdeplasma-addons] [Bug 370625] New: comic applet segfaults while trying to show http://phdcomics.com/comics/archive.php?comicid=1889

2016-10-13 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370625

Bug ID: 370625
   Summary: comic applet segfaults while trying to show
http://phdcomics.com/comics/archive.php?comicid=1889
   Product: kdeplasma-addons
   Version: 5.8.0
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Comic Applet
  Assignee: notm...@gmail.com
  Reporter: m...@debian.org

This was originally reported to the Debian bugtracker in
https://bugs.debian.org/839710

When the comic applet segfaults it causes plasmashell to crash, leaving the
user with a blank desktop.

Reproducible: Always

Steps to Reproduce:
1.  Add the comic plasmoid
2. Install the phdcomics in the comic plasmoid
3. Go back in the comic history till you hit
http://phdcomics.com/comics/archive.php?comicid=1889

Actual Results:  
This causes a segfault.

Expected Results:  
Even if the page can't be parsed it shouldn't cause a segfault.

The plasmashell issue (i. e. that an applet can cause it to crash) was
originally reported here:
https://bugs.kde.org/show_bug.cgi?id=370194

But plasma maintainers tagged the bug as invalid.

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


[plasmashell] [Bug 368660] Wireless and aeroplane mode Oxygen icons missing in plasma-nm

2016-10-12 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368660

--- Comment #36 from Maximiliano Curia  ---
I see the commit that adds the missing icons to Air. What about Oxygen?

Also, the icon-themes (at least the ones in /usr/share/icons/*) are
inheritable, wouldn't it make sense to inherit from default for air and oxygen
desktopthemes?

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


[plasma-nm] [Bug 370541] New: Missing icons using the oxygen icon theme

2016-10-12 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370541

Bug ID: 370541
   Summary: Missing icons using the oxygen icon theme
   Product: plasma-nm
   Version: 5.8.0
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: applet
  Assignee: jgrul...@redhat.com
  Reporter: m...@debian.org
CC: lu...@kde.org

This bug was originally reported in the Debian bugtracker:
https://bugs.debian.org/839715

When using the oxygen icon theme some icons are missing. It might be worth
adding some text/tooltip if the icon is not present.


Reproducible: Always

Steps to Reproduce:
1. Using systemsettings set the icon theme to oxygen
2. Restart the plasma session
3. Open the plasma-nm dialog

Actual Results:  
No icon is shown for the airplane mode/flightmode checkbox

Expected Results:  
An icon/text or at least a tooltip in the "anonymous" checkbox is shown.

The code seems to refer to network-flightmode-on and network-flightmode-off
icons, which I couldn't find in breeze or hicolor, but it works fine using
breeze at least. Where are these icons located? Are these stored with an offset
in a larger file?

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


[ksmserver] [Bug 370528] New: Autostart, stderr is closed if daemonized (conky)

2016-10-12 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370528

Bug ID: 370528
   Summary: Autostart, stderr is closed if daemonized (conky)
   Product: ksmserver
   Version: 5.8.0
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: l.lu...@kde.org
  Reporter: m...@debian.org

This seems to be related to the move of the autostart code from klauncher to
ksmserver.

Some programs expect a valid stderr (to send their errors to
~/.xsession-errors) even after daemonizing themselves.

Reports about this can be found:
 https://bbs.archlinux.org/viewtopic.php?id=217920
 https://bugs.debian.org/840478

Avoiding daemonization, or redirecting stderr solves the problem, but still
plasma 5.8 breaks backwards compatibility with these programs.


Reproducible: Always

Steps to Reproduce:
1. Install conky
2. Add an autostart desktop file ~/.config/autostart/conky.desktop with:
 [Desktop Entry]
 Exec=/usr/bin/conky -d
 Icon=system-run
 Path=
 Terminal=false
 Type=application
3. Restart your session

Actual Results:  
conky is not running

Expected Results:  
conky is running

This worked fine with previous plasma versions.

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


[plasmashell] [Bug 370194] Random plasmoids can make plasmashell to crash

2016-10-07 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370194

--- Comment #3 from Maximiliano Curia  ---
(In reply to Maximiliano Curia from comment #2)
>  - Go back in the comic history till you hit
> http://phdcomics.com/comics/archive.php?comicid=188

Typo, it's actually: http://phdcomics.com/comics/archive.php?comicid=1889

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


[plasmashell] [Bug 370194] Random plasmoids can make plasmashell to crash

2016-10-07 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370194

--- Comment #2 from Maximiliano Curia  ---
(In reply to David Edmundson from comment #1)
> If you have a specific crash we'll fix it.

> A bug report saying an application should not crash is not a useful report.

There is specific crash in the Debian bug report:
 - Add the comic plasmoid
 - Install the phdcomics in the comic plasmoid
 - Go back in the comic history till you hit
http://phdcomics.com/comics/archive.php?comicid=188

This causes a segfault in plasmashell, probably caused in
plasma_applet_comic.so

The problem here is that while it might be straight forward to fix the
plasma_applet to avoid the crash, the underlying issue is that the
plasma_applet_comic is running in the plasmashell process, and as such it's
impossible to avoid a crashing applet to crash plasmashell.

I don't expect this issue to be solved easily, maybe only considered for the
design of plasma 6. But I wasn't expect the issue to be closed as invalid, when
it's clearly reproducible.

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


[plasmashell] [Bug 370194] New: Random plasmoids can make plasmashell to crash

2016-10-06 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370194

Bug ID: 370194
   Summary: Random plasmoids can make plasmashell to crash
   Product: plasmashell
   Version: 5.8.0
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: m...@debian.org
CC: bhus...@gmail.com, plasma-b...@kde.org

plasmashell currently provides most of what the users consider their desktop, a
plasmashell crash leaves the user with blank screen and little or no way to
recover it. Sadly, crashing plasmashell is easier than it should, for example:

https://bugs.debian.org/839710


Reproducible: Always



Expected Results:  
plasmashell should be resilient to crashing plasmoids.

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


[konsole] [Bug 359669] If the configured font is not present, konsole show a black window

2016-09-02 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359669

--- Comment #2 from Maximiliano Curia  ---
Sorry, it was a long time ago, and I don't remember which font I've used. But
before I forget, I'm currently using:

For system fonts the fonts-3270 and fonts-anonymous-pro packages, and for user
installed fonts the ones provided in https://github.com/ryanoasis/nerd-fonts/

In particular:
https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Monofur/Regular/complete/monofur%20for%20Powerline%20Nerd%20Font%20Complete%20Mono.ttf

I'm testing konsole 16.08.0 and the issue seems almost completely gone, for the
fonts I've tested at least. When working with a system font, after removal
konsole fallsback to Monospace. But, when the font is installed in the user
home then after removal the fallback can be any font, and the font metrics for
the fallback seem to be  wrong (the glyphs are cut).

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


[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-06-21 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805

Maximiliano Curia  changed:

   What|Removed |Added

 CC||m...@debian.org

--- Comment #17 from Maximiliano Curia  ---
With the addtion of the test case in:
https://quickgit.kde.org/?p=kwallet.git=commitdiff=7e7644b608e22a13e110284ed6c5426c1b493b43

It's clear now that the blowfish backend doesn't work in big endian, as shown
in the buildds logs for mips and powerpc in Debian:
https://buildd.debian.org/status/package.php?p=kwallet-kf5

Adding back the include:
#include 

and changing the checks for #if Q_BYTE_ORDER == Q_LITTLE_ENDIAN
(effectively reverting the blowfish backend to the state in 
https://quickgit.kde.org/?p=kwallet.git=blob=e09d5422dfb404f2f15e74d693b24bb6cd8e1689=87e774825b779ba846315a8b2ffe6479dd9f9814=src%2Fruntime%2Fkwalletd%2Fbackend%2Fblowfish.cc)
makes the test pass in little and big endian machines.

This changes nothing for little endian machines. And in big endian machines it
should fix the blowfish backend.

Happy hacking,

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


[phonon-backend-vlc] [Bug 363240] New: List of mime types do not match the ones in the vlc desktop file

2016-05-18 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363240

Bug ID: 363240
   Summary: List of mime types do not match the ones in the vlc
desktop file
   Product: phonon-backend-vlc
   Version: 0.9-git
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sit...@kde.org
  Reporter: m...@debian.org
CC: bcooks...@kde.org, f...@kde.org, j...@videolan.org,
myr...@kde.org

Forwarding the Debian bug #824695 originally reported by Petter Reinholdsten
(http://bugs.debian.org/824695)

When comparing the list of MIME types in
phonon-backend-vlc-0.8.2/MimeTypes.cmake with the file
share/vlc.desktop.mimetypes in the vlc upstream git, the list of MIME
types do mot match each other.  These ones are missing in the phonon
backend build rules:

application/mpeg4-iod
application/mpeg4-muxcodetable
application/mxf
application/ram
application/sdp
application/vnd.apple.mpegurl
application/vnd.ms-asf
application/vnd.ms-wpl
application/vnd.rn-realmedia-vbr
application/x-extension-m4a
application/x-flac
application/x-matroska
application/x-quicktime-media-link
application/x-shockwave-flash
application/xspf+xml
audio/aac
audio/ac3
audio/AMR
audio/AMR-WB
audio/dv
audio/eac3
audio/flac
audio/m4a
audio/mp1
audio/mp2
audio/mpegurl
audio/mpg
audio/ogg
audio/opus
audio/scpls
audio/vnd.dolby.heaac.1
audio/vnd.dolby.heaac.2
audio/vnd.dolby.mlp
audio/vnd.dts
audio/vnd.dts.hd
audio/x-aac
audio/x-gsm
audio/x-mp1
audio/x-mp2
audio/x-mpg
audio/x-ms-asf
audio/x-ms-asx
audio/x-ms-wax
audio/x-musepack
audio/x-pn-realaudio
audio/x-scpls
audio/x-shorten
audio/x-speex
audio/x-tta
audio/x-vorbis
audio/x-wavpack
image/vnd.rn-realpix
misc/ultravox
text/google-video-pointer
text/x-google-video-pointer
video/3gp
video/dv
video/fli
video/mp2t
video/mp4v-es
video/vnd.divx
video/vnd.mpegurl
video/vnd.rn-realvideo
video/x-avi
video/x-flc
video/x-fli
video/x-mpeg2
video/x-ms-asf-plugin
video/x-ms-asx
video/x-ms-wm
video/x-ms-wmx
video/x-nsv
video/x-ogm+ogg
video/x-theora
video/x-theora+ogg
x-content/audio-cdda
x-content/audio-player
x-content/video-dvd
x-content/video-svcd
x-content/video-vcd
x-scheme-handler/icy
x-scheme-handler/icyx
x-scheme-handler/mms
x-scheme-handler/mmsh
x-scheme-handler/rtmp
x-scheme-handler/rtp
x-scheme-handler/rtsp

While these are missing in the vlc upstream git reposiory:

application/x-annodex
audio/168sv
audio/8svx
audio/aiff
audio/mpeg2
audio/mpeg3
audio/prs.sid
audio/vnd.rn-realmedia
audio/x-16sv
audio/x-8svx
audio/x-basic
audio/x-mpeg2
audio/x-mpeg3
audio/x-ogg
audio/x-speex+ogg
image/ilbm
image/png
image/x-ilbm
image/x-png
video/anim
video/avi
video/mkv
video/mng
video/mpg
video/x-flic
video/x-mng
video/x-ms-wma
video/x-quicktime

Should these two list be synced?

The list of MIME types in the upstream git repository was recently
extended, but I was not aware of the list of MIME types in the phonon
backend when doing so.

--
Happy hacking
Petter Reinholdtsen

Reproducible: Always



Expected Results:  
The list of supported mime types should be the same as vlc.

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


[cantor] [Bug 359918] New: Licensing issues

2016-02-29 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359918

Bug ID: 359918
   Summary: Licensing issues
   Product: cantor
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fil...@kde.org
  Reporter: m...@debian.org
CC: alexanderrie...@gmail.com

The files src/backends/qalculate/settingswidget.cpp and
src/backends/qalculate/settingswidget.h are licensed under GPL-3+ while most of
the code is licensed GPL-2+, this make the complete backend effectively GPL-3
(for ~10 lines of code), at the same time the GPL-3+ license requires the
distribution of the full license together with the source code and the included
COPYING file is a GPL-2 license.

To fix this issue we could either re-license the mentioned files (either with
the permission of Matteo Agostinelli or rewriting them), to match the license
of the rest of the code, or we could add the missing COPYING.gpl3 file.

Note: This is considered a serious bug in Debian (as can be seen in
http://bugs.debian.org/792078) as it violates the Debian Policy.

Happy hacking,

Reproducible: Always

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


[konsole] [Bug 359669] New: If the configured font is not present, konsole show a black window

2016-02-22 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359669

Bug ID: 359669
   Summary: If the configured font is not present, konsole show a
black window
   Product: konsole
   Version: 15.12.1
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: font
  Assignee: konsole-de...@kde.org
  Reporter: m...@debian.org

I'm forwarding the Debian bug reported: https://bugs.debian.org/815559

If the font configured is missing konsole shows a $BACKGROUND colored window,
and stays in an almost non responsive mode till you change the font (by non
responsive I mean, it takes a long time for the menus to appear, or the
setttings window to change tabs).

It would be better if konsole could fallback to some other fonts, either using
the one configured as the applications wide monospace font, or simply trying
the "Monospace" font, or using any of the available fonts should be enough.

Happy hacking,

Reproducible: Always

Steps to Reproduce:
1. Install a new monospace font
2. Start konsole and configure it to use the newly installed font
3. Stop konsole
4. Deinstall the font
5. Start konsole again

Actual Results:  
A black screen is shown, konsole is almost non responsive

Expected Results:  
konsole starts with the default font, or fallbacks to any other available font.

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


[kdesu] [Bug 359621] New: Unneeded setgid requirement

2016-02-20 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359621

Bug ID: 359621
   Summary: Unneeded setgid requirement
   Product: kdesu
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kdesud
  Assignee: kdesu-bugs-n...@kde.org
  Reporter: m...@debian.org

Hi,

The kdesu framework currently requires the kdesud to be setgid, the
documentation about this requirement says (client.h):
 The daemon should be installed setgid nogroup, in order to be able to act as
an inaccessible,
 trusted 3rd party.

Even the check for the daemon file to be setgid is part of the public API of
the kdesu framework.:
class KDESU_EXPORT KDEsuClient
{
public:
 ...
 bool isServerSGID();
...

But, AFAICS, this provides no additional "security". In fact, it would be
better if the check were "make sure the daemon is not setuid", or if it denies
ptrace.

Afaik, having the setgid in place only serves as a way to change the effective
primary group, which will be used for files created by this process.

Unless there is a real reason for this requirement, please drop it.

Happy hacking,

Reproducible: Always

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


[frameworks-kinit] [Bug 359169] New: man page lists $ in front of namess of environmental variables used

2016-02-09 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359169

Bug ID: 359169
   Summary: man page lists $ in front of namess of environmental
variables used
   Product: frameworks-kinit
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: m...@debian.org
CC: kdelibs-b...@kde.org

(Forwarding debian https://bugs.debian.org/811165)
I read on the manual page for kdeinit5:

ENVIRONMENT VARIABLES
   $HOME
   Specifies the home directory of the current user

   $KDE_HOME_READONLY
   Specifies if the home directory of the current user is read only

   $KDE_IS_PRELINKED
   If set, tells kdeinit5 that the KDE programs are pre-linked.

   (Prelinking is a process that allows you to speed up the process of
   dynamic linking.)

However they should be listed without the evaluation operator $ at the start.

Reproducible: Always

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