[Spam] [Bug 490141] This is my site Webpage very slow please check

2024-07-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490141

filip.kend...@gmail.com changed:

   What|Removed |Added

 CC|filip.kend...@gmail.com |
 Status|REPORTED|RESOLVED
   Keywords|release_blocker |
 Resolution|--- |NOT A BUG

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

[Spam] [Bug 490141] This is my site Webpage very slow please check

2024-07-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490141

filip.kend...@gmail.com changed:

   What|Removed |Added

URL|https://carlistmalaysia.com |
   |/   |
 CC||filip.kend...@gmail.com
  Component|general |Spam
   Assignee|unassigned-b...@kde.org |n...@kde.org
Product|kde |Spam

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

[kde] [Bug 490141] This is my site Webpage very slow please check

2024-07-11 Thread marykristen
https://bugs.kde.org/show_bug.cgi?id=490141

marykristen  changed:

   What|Removed |Added

URL||https://carlistmalaysia.com
   ||/
   Keywords||release_blocker

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

[kde] [Bug 490141] New: This is my site Webpage very slow please check

2024-07-11 Thread marykristen
https://bugs.kde.org/show_bug.cgi?id=490141

Bug ID: 490141
   Summary: This is my site Webpage very slow please check
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: marykristen3...@gmail.com
  Target Milestone: ---

I can't directly interact with websites, but I can provide some common
suggestions to help you identify and fix issues that might be causing your
website to load slowly. Here are some steps you can take to analyze and improve
the speed of CarlistMalaysia.com

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

[Tokodon] [Bug 486825] Error transferring https://social.opendesktop.org/api/v1/push/subscription - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=486825

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.08

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

[Tokodon] [Bug 486825] Error transferring https://social.opendesktop.org/api/v1/push/subscription - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=486825

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/1cc98d
   ||bf3f94467e1ff445d16e0dde473
   ||a13687a
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Joshua Goins  ---
Git commit 1cc98dbf3f94467e1ff445d16e0dde473a13687a by Joshua Goins.
Committed on 06/07/2024 at 16:28.
Pushed by redstrate into branch 'master'.

Only print out HTTP warnings for errors we don't explicitly handle

So when we make HTTP requests, by default we don't handle errors. Doing
so requires setting another callback to handle errors specifically.
We also print out a warning saying a URL 404'd and such so users can
report server errors we maybe should or shouldn't handle.

In some cases this backfires, causing errors to be printed out even if
we handle those error cases specifically. A good example is unified push
support, where we prod the server (who will return a 404 if we don't
have permissions) and this clogs up the logs. Now we consider any
explicit error callback to be considered handled and no longer print an
error in the log.

M  +1-1src/account/account.cpp

https://invent.kde.org/network/tokodon/-/commit/1cc98dbf3f94467e1ff445d16e0dde473a13687a

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

[Tokodon] [Bug 486825] Error transferring https://social.opendesktop.org/api/v1/push/subscription - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=486825

--- Comment #2 from Joshua Goins  ---
Yes this is a harmless error but we really shouldn't print it as it's normal to
get a 404 there. This goes for a whole lot of other cases as well, so let's axe
the log notification when we handle it explicitly.

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

[Tokodon] [Bug 486825] Error transferring https://social.opendesktop.org/api/v1/push/subscription - server replied: . Please check your settings.

2024-07-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=486825

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/network/tokodon/-/merge_requests/517

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

[Tokodon] [Bug 484475] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484475

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/5236b6 |ork/tokodon/-/commit/578e75
   |afc7aca5043b3fdc464792ee0e4 |caf8971cd0b1e2f739e5a7a5069
   |2102720 |de1a2c2

--- Comment #4 from Joshua Goins  ---
Git commit 578e75caf8971cd0b1e2f739e5a7a5069de1a2c2 by Joshua Goins.
Committed on 06/07/2024 at 16:19.
Pushed by redstrate into branch 'release/24.05'.

Silently fail when 404'ing on featured tags

Some server software like Akkoma/Pleroma don't implement this endpoint,
annoying users of these servers. Instead of violently warning that we
404'd, just silently fail. This is OK as the code will fall back to not
showing any tags.


(cherry picked from commit 5236b6afc7aca5043b3fdc464792ee0e42102720)

Co-authored-by: Joshua Goins 

M  +24   -15   src/account/featuredtagsmodel.cpp

https://invent.kde.org/network/tokodon/-/commit/578e75caf8971cd0b1e2f739e5a7a5069de1a2c2

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

[Tokodon] [Bug 484475] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484475

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.05.3

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

[Tokodon] [Bug 484475] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484475

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/5236b6
   ||afc7aca5043b3fdc464792ee0e4
   ||2102720
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Joshua Goins  ---
Git commit 5236b6afc7aca5043b3fdc464792ee0e42102720 by Joshua Goins.
Committed on 06/07/2024 at 16:11.
Pushed by redstrate into branch 'master'.

Silently fail when 404'ing on featured tags

Some server software like Akkoma/Pleroma don't implement this endpoint,
annoying users of these servers. Instead of violently warning that we
404'd, just silently fail. This is OK as the code will fall back to not
showing any tags.

M  +24   -15   src/account/featuredtagsmodel.cpp

https://invent.kde.org/network/tokodon/-/commit/5236b6afc7aca5043b3fdc464792ee0e42102720

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

[Tokodon] [Bug 486825] New: Error transferring https://social.opendesktop.org/api/v1/push/subscription - server replied: . Please check your settings.

2024-05-09 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=486825

Bug ID: 486825
   Summary: Error transferring
https://social.opendesktop.org/api/v1/push/subscriptio
n - server replied: . Please check your settings.
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: jus...@kde.org
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

I get this message when I open Tokodon, it doesn't seem to impede any
functions, not that I use any functions really... 

Failed to contact server: "Error transferring
https://social.opendesktop.org/api/v1/push/subscription - server replied: .
Please check your settings."

I can open that URL in my browser, and it returns JSON with The access token is
invalid so it's a valid URL and endpoint for Tokodon to talk to, just not
liking the response I guess?

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

[Tokodon] [Bug 484475] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-03-26 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484475

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Joshua Goins  ---
Thanks for reporting as well as the response you get. I'll look into stopping
the error (or possibly hiding the menu all together, if we can detect it)

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

[Tokodon] [Bug 484474] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484474

tbq...@posteo.de changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from tbq...@posteo.de ---


*** This bug has been marked as a duplicate of bug 484475 ***

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

[Tokodon] [Bug 484475] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484475

--- Comment #1 from tbq...@posteo.de ---
*** Bug 484474 has been marked as a duplicate of this bug. ***

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

[Tokodon] [Bug 484475] New: Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484475

Bug ID: 484475
   Summary: Failed to contact server: Error transferring
https://.../api/v1/accounts/.../featured_tags - server
replied: . Please check your settings.
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: unspecified
OS: All
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: tbq...@posteo.de
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

SUMMARY
Some alternative fediverse software like e.g. Akkoma does not implement
Mastodons featured_tags API methods.
See https://docs.joinmastodon.org/methods/featured_tags/ and
https://docs.akkoma.dev/stable-docs/development/API/differences_in_mastoapi_responses/#featured-tags

Because of that, visiting a profile when connected to an Akkoma instance shows
this ugly error message at the top:

Failed to contact server: Error transferring
https://.../api/v1/accounts/.../featured_tags - server replied: . Please check
your settings.

Visiting the specified URL in a browser gets me a {"error":"Not implemented"}
JSON response, so I would suggest to silently fail instead of showing this
error every time.

STEPS TO REPRODUCE
1. Connect Tokodon with an account hosted on any Akkoma instance
2. Visit a profile

OBSERVED RESULT
See error message at the top

EXPECTED RESULT
Silently fail

SOFTWARE/OS VERSIONS
OS: Arch Linux
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

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

[Tokodon] [Bug 484474] New: Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484474

Bug ID: 484474
   Summary: Failed to contact server: Error transferring
https://.../api/v1/accounts/.../featured_tags - server
replied: . Please check your settings.
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: unspecified
OS: All
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: tbq...@posteo.de
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

Created attachment 167757
  --> https://bugs.kde.org/attachment.cgi?id=167757=edit
Error screenshot

SUMMARY
Some alternative fediverse software like e.g. Akkoma does not implement
Mastodons featured_tags API methods.
See https://docs.joinmastodon.org/methods/featured_tags/ and
https://docs.akkoma.dev/stable-docs/development/API/differences_in_mastoapi_responses/#featured-tags

Because of that, visiting a profile when connected to an Akkoma instance shows
this ugly error message at the top:

Failed to contact server: Error transferring
https://.../api/v1/accounts/.../featured_tags - server replied: . Please check
your settings.

Visiting the specified URL in a browser gets me a {"error":"Not implemented"}
JSON response, so I would suggest to silently fail instead of showing this
error every time.

STEPS TO REPRODUCE
1. Connect Tokodon with an account hosted on any Akkoma instance
2. Visit a profile

OBSERVED RESULT
See error message at the top

EXPECTED RESULT
Silently fail

SOFTWARE/OS VERSIONS
OS: Arch Linux
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

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

[kdenlive] [Bug 484393] Please, check two screenshots I sent you hereby attached (second report).

2024-03-24 Thread Conor Dockry
https://bugs.kde.org/show_bug.cgi?id=484393

Conor Dockry  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||conordoc...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Conor Dockry  ---
You don't need to duplicate the same issue, just add further
comments/attachments on the original.

*** This bug has been marked as a duplicate of bug 484392 ***

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

[kdenlive] [Bug 484392] Please, check two screenshots I sent you hereby attached.

2024-03-24 Thread Conor Dockry
https://bugs.kde.org/show_bug.cgi?id=484392

--- Comment #1 from Conor Dockry  ---
*** Bug 484393 has been marked as a duplicate of this bug. ***

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

[kdenlive] [Bug 484393] New: Please, check two screenshots I sent you hereby attached (second report).

2024-03-24 Thread Francis Asibey
https://bugs.kde.org/show_bug.cgi?id=484393

Bug ID: 484393
   Summary: Please, check two screenshots I sent you hereby
attached (second report).
Classification: Applications
   Product: kdenlive
   Version: 24.02.0
  Platform: Mint (Debian based)
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: francisasi...@gmail.com
  Target Milestone: ---

Created attachment 167706
  --> https://bugs.kde.org/attachment.cgi?id=167706=edit
One of the paths leading to freezing the next opening window

SUMMARY
As shown in both screenshots (one in this report and the other in the previous
report), the mouse pointer is located in the place of the final command before
the next opening window in Kdenlive freezes. It forces me to reset my computer.

Each of both screenshots shows a different path leading to the same outcome,
which is that the next opening window freezes.

I am not well-versed in software language, thus I am not able to offer more
specific details.

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

[kdenlive] [Bug 484392] New: Please, check two screenshots I sent you hereby attached.

2024-03-24 Thread Francis Asibey
https://bugs.kde.org/show_bug.cgi?id=484392

Bug ID: 484392
   Summary: Please, check two screenshots I sent you hereby
attached.
Classification: Applications
   Product: kdenlive
   Version: 24.02.0
  Platform: Mint (Debian based)
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: francisasi...@gmail.com
  Target Milestone: ---

Created attachment 167705
  --> https://bugs.kde.org/attachment.cgi?id=167705=edit
One of the paths leading to freezing the next opening window

SUMMARY
As shown in both screenshots (one in this report and the other in the second
report), the mouse pointer is located in the place of the final command before
the next opening window in Kdenlive freezes. It forces me to reset my computer.

Each of both screenshots shows a different path leading to the same outcome,
which is that the next opening window freezes.

I am not well-versed in software language, thus I am not able to offer more
specific details.

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

[kdenlive] [Bug 455582] Attempting to screen capture with sound, capture crashed, please check parameters.

2024-01-01 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=455582

emohr  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[kdenlive] [Bug 455582] Attempting to screen capture with sound, capture crashed, please check parameters.

2024-01-01 Thread Bruce
https://bugs.kde.org/show_bug.cgi?id=455582

--- Comment #2 from Bruce  ---
I reported this some time ago. This issue has been resolved. Thank you for
your help.

On Mon, Jan 1, 2024, 7:39 a.m. emohr  wrote:

> https://bugs.kde.org/show_bug.cgi?id=455582
>
> emohr  changed:
>
>What|Removed |Added
>
> 
>  Resolution|--- |WAITINGFORINFO
>  CC||fritzib...@gmx.net
>  Status|REPORTED|NEEDSINFO
>
> --- Comment #1 from emohr  ---
> Update your OS with sudo apt-get update, sudo apt-get upgrade, sudo apt-get
> dist-upgrade and try with the current Kdenlive AppImage version 23.08.4 to
> see
> if there are any packaging issues https://kdenlive.org/en/download/
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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

[kdenlive] [Bug 455582] Attempting to screen capture with sound, capture crashed, please check parameters.

2024-01-01 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=455582

emohr  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||fritzib...@gmx.net
 Status|REPORTED|NEEDSINFO

--- Comment #1 from emohr  ---
Update your OS with sudo apt-get update, sudo apt-get upgrade, sudo apt-get
dist-upgrade and try with the current Kdenlive AppImage version 23.08.4 to see
if there are any packaging issues https://kdenlive.org/en/download/

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

[kdenlive] [Bug 455582] Attempting to screen capture with sound, capture crashed, please check parameters.

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455582

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[kdenlive] [Bug 455582] Attempting to screen capture with sound, capture crashed, please check parameters.

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455582

maril...@deb-multimedia.org changed:

   What|Removed |Added

 CC||maril...@deb-multimedia.org

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

[Tokodon] [Bug 468795] failed to connect to server, connection refused, please check your settings

2023-04-25 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=468795

--- Comment #2 from Joshua Goins  ---
Thanks for figuring it out! I'll look into making sure it's less easy to get
stuck this way

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

[Tokodon] [Bug 468795] failed to connect to server, connection refused, please check your settings

2023-04-24 Thread richard
https://bugs.kde.org/show_bug.cgi?id=468795

richard  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from richard  ---
adding a trailing / to the URL fixed the issue

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

[Tokodon] [Bug 468795] failed to connect to server, connection refused, please check your settings

2023-04-22 Thread richard
https://bugs.kde.org/show_bug.cgi?id=468795

richard  changed:

   What|Removed |Added

 CC||richard.lid...@gmail.com

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

[Tokodon] [Bug 468795] New: failed to connect to server, connection refused, please check your settings

2023-04-22 Thread richard
https://bugs.kde.org/show_bug.cgi?id=468795

Bug ID: 468795
   Summary: failed to connect to server, connection refused,
please check your settings
Classification: Applications
   Product: Tokodon
   Version: 23.04.0
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: richard.lid...@gmail.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

running Tokodon from command line:
flatpak run org.kde.tokodon
Gtk-Message: 09:07:50.823: Failed to load module "canberra-gtk-module"
Gtk-Message: 09:07:50.823: Failed to load module "canberra-gtk-module"
Qt: Session management error: None of the authentication protocols specified
are supported
Loading any accounts from settings.
org.kde.tokodon: QVariant(Invalid) QUrl("https://mastadon.ie/api/v1/apps;)
org.kde.tokodon: QVariant(Invalid) QUrl("https://mastadon.ie/api/v1/apps;)

** (tokodon:2): WARNING **: 09:08:17.203: atk-bridge: get_device_events_reply:
unknown signature
org.kde.tokodon: QVariant(Invalid) QUrl("https://mastadon.ie/api/v1/apps;)
org.kde.tokodon: QVariant(Invalid) QUrl("https://mastadon.ie/api/v1/apps;)
org.kde.tokodon: QVariant(Invalid) QUrl("https://mastadon.ie/api/v1/apps;)
org.kde.tokodon: QVariant(Invalid) QUrl("https://mastadon.ie/api/v1/apps;)
org.kde.tokodon: QVariant(Invalid) QUrl("https://mastadon.ie/api/v1/apps;)
org.kde.tokodon: QVariant(Invalid) QUrl("https://mastadon.ie/api/v1/apps;)

Adding instance Url mastadon.ie
gives error:
failed to connect to server, connection refused, please check your settings

Ubuntu 23.04
It works fine on another Ubuntu 23.04 machine in same location

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

[KScreen] [Bug 466064] No KScreen backend found. Please check your KScreen installation.

2023-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466064

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
You're missing the libkscreen and kscreen packages; this is a setup, packaging,
or installation issue with your distro. I'd recommend asking for help in a
forum specific to your distro.

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

[KScreen] [Bug 466064] New: No KScreen backend found. Please check your KScreen installation.

2023-02-19 Thread Heinrich Schuchardt
https://bugs.kde.org/show_bug.cgi?id=466064

Bug ID: 466064
   Summary: No KScreen backend found. Please check your KScreen
installation.
Classification: Plasma
   Product: KScreen
   Version: 5.26.5
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: xypron.g...@gmx.de
  Target Milestone: ---

SUMMARY

System Setting | Display configuration shows a message "No KScreen backend
found. Please check your KScreen installation.".

Scaling of non KDE applications like Google Chrome of Firefox does not work
anymore.

STEPS TO REPRODUCE

Open settings

OBSERVED RESULT

System Setting | Display configuration shows a message "No KScreen backend
found. Please check your KScreen installation.".

Scaling of non KDE applications like Google Chrome of Firefox does not work
anymore.

The kscreen apt package is installed.
XDG_SESSION_TYPE = x11

EXPECTED RESULT
Kscreen plugin is shown

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Ubuntu 23.04 Lunar
(available in About System) "About system" does not exist in "Help menu"
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.101.0-0ubuntu1

ADDITIONAL INFORMATION

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

[blogilo] [Bug 283318] Unable to add Wordpress self hosted blog. Fetching BlogID Failed. Please check your Internet connection.

2023-01-17 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=283318

Justin Zobel  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UNMAINTAINED
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Justin Zobel  ---
As blogilo is now archived/marked unmaintained in Gitlab, I am updating all
open tickets. If a maintainer is found, feel free to reopen these tickets when
working on them.

Gitlab Repo: https://invent.kde.org/unmaintained/blogilo

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2023-01-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=459496

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.27

--- Comment #11 from Nate Graham  ---
This should be fixed in 5.27 now.

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

[blogilo] [Bug 283318] Unable to add Wordpress self hosted blog. Fetching BlogID Failed. Please check your Internet connection.

2023-01-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=283318

--- Comment #7 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[blogilo] [Bug 283318] Unable to add Wordpress self hosted blog. Fetching BlogID Failed. Please check your Internet connection.

2022-12-20 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=283318

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=459496

Nate Graham  changed:

   What|Removed |Added

 CC||rikmi...@kde.org

--- Comment #10 from Nate Graham  ---
(In reply to Jack from comment #8)
> I am not sure what to do with this. What is meant by 'Downstream distro
> config issue?' and what can I do about this ?
> I have been using Ubuntu 22.04 LTS for a long time and Discover worked just
> fine.
> Some time ago I upgraded to Ubuntu 22.04.1 LTS and maybe I have the issue
> since then.

Sorry, that was meant for Aleix, not you. :) It means that the problem is not
in Discover, but rather with the distro or your configuration of it. The right
amount of appstream metadata isn't present for some reason. I don't know why,
though; I don't have any real familiarity with the way Ubuntu does things.

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-23 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=459496

--- Comment #9 from Jack  ---
Hello, I have issues with the Application part and found an issue with the
Updates part (https://bugs.kde.org/show_bug.cgi?id=452718) 
I started a terminal window and tried some things based on the suggestions by
Nate Graham there which gives the next info.

---

plasma-discover

Shows Discover screen with error message  and in terminal window :

kf.kirigami: Warning: Theme implementations should use
Kirigami.BasicThemeDefinition for its root item
kf.kirigami: Failed to find a Kirigami platform plugin
qrc:/qml/DiscoverWindow.qml:116:19: QML Shortcut: Shortcut: Only binding to one
of multiple key bindings associated with 15. Use 'sequences: [  ]' to bind
to all of them.
QObject::startTimer: Timers cannot have negative intervals
qrc:/qml/DiscoverPage.qml:42:37: QML Shortcut: Shortcut: Only binding to one of
multiple key bindings associated with 15. Use 'sequences: [  ]' to bind to
all of them.
adding empty sources model QStandardItemModel(0x5571c42e0300)
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/private/PrivateActionToolButton.qml:74:5:
QML Binding: Binding loop detected for property "value"

When I click on Applications I get a nice menu on the left with I think all
categories and in the terminal window the next extra messages :

kf.i18n: "0 instead of 1 arguments to message {Search the web for \"...}
supplied before conversion."
kf.i18n: "0 instead of 1 arguments to message {\"%1\" was not found i...}
supplied before conversion."
kf.i18n: "0 instead of 1 arguments to message {\"%1\" may be availabl...}
supplied before conversion."
qrc:/qml/DiscoverPage.qml:42:37: QML Shortcut: Shortcut: Only binding to one of
multiple key bindings associated with 15. Use 'sequences: [  ]' to bind to
all of them.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.

On the right I see an entry for VirtualBox

When I click on any of the categories I see "Nothing found" in the application
window and no additional messages in the terminal window and sometimes I see
VirtualBox.
For example in Applications > Games > Emulators.

When I use Back in top of the menu I go back 1 level and when click the last
time back to go to the top level there is an extra message in the terminal
window :

qrc:/qml/DiscoverPage.qml:42:37: QML Shortcut: Shortcut: Only binding to one of
multiple key bindings associated with 15. Use 'sequences: [  ]' to bind to
all of them.

---

I saw the command 'pkcon get-updates' and looked in the man page and found
'pkcon get-packages'

pkcon get-packages

This gave a lot of output so I did :

pkcon get-packages | wc

  74314  222931 5589799

The next one shows the first lines :

pkcon get-packages | more

Transaction:Getting packages
Status: Waiting in queue
Status: Starting
Status: Loading cache
Percentage: 0
Percentage: 100
Percentage: 0
Percentage: 50
Percentage: 100
Percentage: 0
Percentage: 100
Status: Querying
Status: Finished
Results:
Available0ad-0.0.25b-2.amd64 (ubuntu-jammy-universe)
Available0ad-data-0.0.25b-1.all (ubuntu-jammy-universe)
Available0ad-data-common-0.0.25b-1.all (ubuntu-jammy-universe)
Available0install-2.16-2.amd64 (ubuntu-jammy-universe)
Available0install-core-2.16-2.amd64 (ubuntu-jammy-universe)
Available0x-0.9-1.amd64 (ubuntu-jammy-universe)
Available1oom-1.0-2.amd64 (ubuntu-jammy-multiverse)
Available2048-0.20210105.1243-1.amd64 (ubuntu-jammy-universe)
Installed2048-qt-0.1.6-2build1.amd64 (manual:ubuntu-jammy-universe)
Available2ping-4.5-1.all (ubuntu-jammy-universe)
Available2to3-3.10.6-1~22.04.all (ubuntu-jammy-updates-universe)
Available2vcard-0.6-4.all (ubuntu-jammy-universe)
Available3270-common-4.1ga10-1.1.amd64 (ubuntu-jammy-universe)


The next one shows info on the editor geany :

pkcon get-packages | grep geany

Installedgeany-1.38-1.amd64 (manual:ubuntu-jammy-universe)
Installedgeany-common-1.38-1.all (auto:ubuntu-jammy-universe)
Availablegeany-plugin-addons-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-autoclose-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-automark-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-codenav-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-commander-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-ctags-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-debugger-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-defineformat-1.38+dfsg-1.amd64
(ubuntu-jammy-universe)
Availablegeany-plugin-doc-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-extrasel-1.38+dfsg-1.amd64 (ubuntu-jammy-universe)
Availablegeany-plugin-gendoc-1.38+dfsg-1.amd64 

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-22 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=459496

--- Comment #8 from Jack  ---
(In reply to Nate Graham from comment #6)
> > ✔ We have information on 183 software components.
> 
> I suspect that's the problem. For me, I get 5053!
> 
> Downstream distro config issue?

I am not sure what to do with this. What is meant by 'Downstream distro config
issue?' and what can I do about this ?
I have been using Ubuntu 22.04 LTS for a long time and Discover worked just
fine.
Some time ago I upgraded to Ubuntu 22.04.1 LTS and maybe I have the issue since
then.
I would suspect that apt remove plasma-discover followed by apt install
plasma-discover would put everything back in place.
Is there some configuration which I need to delete after a remove so a new
install recreates that ?

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=459496

--- Comment #7 from Nate Graham  ---
Also in Discover I guess we should do a better job of differentiating between:

"Couldn't find any of the favorite apps"

and

"No network connection"

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=459496

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #6 from Nate Graham  ---
> ✔ We have information on 183 software components.

I suspect that's the problem. For me, I get 5053!

Downstream distro config issue?

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-22 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=459496

--- Comment #5 from Jack  ---
jack@jv:~$ appstreamcli status
AppStream Status:
Version: 0.15.2

OS metadata sources:
 Software catalog data
 Group: os-catalog
  /usr/share/app-info/xmls
• Collection XML:  1
  /var/lib/swcatalog/yaml
• YAML:  9
  /var/lib/swcatalog/icons
• Iconsets:
ubuntu-jammy-updates-main
ubuntu-jammy-updates-universe
ubuntu-jammy-updates-multiverse
ubuntu-jammy-backports-universe
ubuntu-jammy-security-main
ubuntu-jammy-security-universe
ubuntu-jammy-main
ubuntu-jammy-universe
ubuntu-jammy-multiverse

 Data from locally installed software
 Group: local-metainfo
  /usr/share/applications
• Desktop Entry:  441
  /usr/share/metainfo
• MetaInfo XML:  182

Other metadata sources:
• No metadata.
Summary:
✔ We have information on 183 software components.
jack@jv:~$

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=459496

--- Comment #4 from Aleix Pol  ---
Okay, can you check that you have appstream information? You can do so by
running "appstreamcli status"

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=459496

--- Comment #3 from Jack  ---
Hello  Aleix Pol ,

just to be complete, I type this info on the same laptop as where I have the
Discover issue so Internet connection is fine.

Kind regards,

Jack

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=459496

--- Comment #2 from Jack  ---
Hello  Aleix Pol ,

The output of the nmcli on my laptop while using the LAN connection :

jack@jv:~$ nmcli
eno1: connected to Wired connection 1
"Realtek RTL8111/8168/8411"
ethernet (r8169), 2C:41:38:60:80:23, hw, mtu 1500
ip4 default, ip6 default
inet4 192.168.2.27/24
route4 192.168.2.0/24 metric 100
route4 default via 192.168.2.254 metric 100
route4 169.254.0.0/16 metric 1000
inet6 2a02:a46b:30:1:47cf:b61f:d89d:595a/64
inet6 fe80::730c:ba4a:4d0:c2bc/64
route6 fe80::/64 metric 1024
route6 2a02:a46b:30:1::/64 metric 100
route6 default via fe80::26d3:f2ff:fe97:a394 metric 100

wlo1: unavailable
"Intel Centrino 1030"
wifi (iwlwifi), AC:72:89:C3:2D:05, sw disabled, hw, mtu 1500

lo: unmanaged
"lo"
loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536

DNS configuration:
servers: 192.168.2.13 192.168.2.254
domains: home
interface: eno1

servers: fe80::26d3:f2ff:fe97:a394
interface: eno1

Use "nmcli device show" to get complete information about known devices and
"nmcli connection show" to get an overview on active connection profiles.

Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage details.
jack@jv:~$ date
do 22 sep 2022  0:34:20 CEST
jack@jv:~$

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

[Discover] [Bug 459496] Error : Unable to load applications Please check Internet connectivity

2022-09-21 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=459496

--- Comment #1 from Aleix Pol  ---
Can you check that your NetworkManager state is indeed set as connected?

You can check by running "nmcli".

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

[Discover] [Bug 459496] New: Error : Unable to load applications Please check Internet connectivity

2022-09-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=459496

Bug ID: 459496
   Summary: Error : Unable to load applications Please check
Internet connectivity
Classification: Applications
   Product: Discover
   Version: 5.24.6
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: plasma-b...@kde.org
  Reporter: jackvera...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

Created attachment 152318
  --> https://bugs.kde.org/attachment.cgi?id=152318=edit
plasma-discover startupscreen with unable-to-load-applications

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Start Discover from the ubuntu menu or from command line by plasma-discover
2. Application starts and shows window with message :  Unable to load
applications Please check Internet connectivity
3. This message does not go away and I do not get Applications but other things
seem to work

OBSERVED RESULT
Clicking Applications gives the error again : Unable to load applications
Please check Internet connectivity
Clicking on Application Addons shows a lot of icons
Clicking on Plasma Addons show a lot of icons
Clicking Installed shows "Nothing found"
Clicking Settings shows Ubuntu 22.04.01 LTS and lots of boxes with just some
checked
Clicking About shows About info including version 5.24.6 
Clicking Applications gives the error again : Unable to load applications
Please check Internet connectivity

EXPECTED RESULT
After starting the application I would expect to be able to browse to
Applications and categories and find applications which I can install / remove

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Ubuntu 22.04.1 LTS :

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 22.04.1 LTS
Release:22.04
Codename:   jammy

(available in About System)
KDE Plasma Version:  
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3(built against 5.15.3)

ADDITIONAL INFORMATION

I am not sure but I think I may have this issue since I upgraded from Ubuntu
22.04 LTS to 22.04.1 LTS.
apt update, apt remove plasma-discover followed by apt install plasma-discover
did not solve this.
deleting the ~/.cache/discover cache does not help either.
I do have Internet connectivity via my home LAN and WiFi and also tried by WiFi
via a hotspot on my phone.
Always the same error.
I removed plasma discover and installed and older version
plasma-discover_5.24.4-0ubuntu1_amd64.deb for which I also needed to apt remove
plasma-discover-common and apt install plasma-discover-common=5.24.4-0ubuntu1
Same result. However, there were updates for plasma-discover and
plasma-discover-common to version 5.24.6 which I began with and since applying
these the application is back on version 5.24.6. So update mechanism works.
I tested with an other user, same result.
I created a new user and tested with that, same result.

Maybe the error is wrong and something needs to be changed somewhere in a
configuration file.
I am lost. 

Please help

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

[kdenlive] [Bug 455582] New: Attempting to screen capture with sound, capture crashed, please check parameters.

2022-06-18 Thread Bruce
https://bugs.kde.org/show_bug.cgi?id=455582

Bug ID: 455582
   Summary: Attempting to screen capture with sound, capture
crashed, please check parameters.
   Product: kdenlive
   Version: 22.04.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: bbr...@rasl.ca
  Target Milestone: ---

SUMMARY
***
This is the log.

ffmpeg version 4.2.7-0ubuntu0.1 Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) configuration: --prefix=/usr
--extra-version=0ubuntu0.1 --toolchain=hardened
--libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu
--arch=amd64 --enable-gpl --disable-stripping --enable-avresample
--disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa
--enable-libaom --enable-libass --enable-libbluray --enable-libbs2b
--enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme
--enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa
--enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse
--enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy
--enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora
--enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx
--enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2
--enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx
--enable-openal --enable-opencl --enable-opengl --enable-sdl2
--enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc
--enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil
56. 31.100 / 56. 31.100 libavcodec 58. 54.100 / 58. 54.100 libavformat 58.
29.100 / 58. 29.100 libavdevice 58. 8.100 / 58. 8.100 libavfilter 7. 57.100 /
7. 57.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100 libpostproc 55. 5.100 / 55. 5.100 Invalid
MIT-MAGIC-COOKIE-1 key[x11grab @ 0x55a3176af780] Cannot open display :0.0+0.0,
error 1. :0.0+0.0: Input/output error
***


STEPS TO REPRODUCE
1. Have set parameters in settings for capture. Audio capture works fine with
X264 with audio (alsa) and settings 
-f alsa -i default : I have also tried -crf 25 -vcodec libx264 -preset veryfast
-threads 0 with no luck.

2. Cannot detect any video input devices under Blackmagic tab

3. Under Screen Grab I have set full screen capture with encoding profile X264
with audio (alsa)

4. Under view in main window, select screen grab

5. Choose monitor 0, click right arrow beside monitor selection box and click
record and receive error.

OBSERVED RESULT

Pop up in clip monitor window states "Capture crashed, please check your
parameters" 

EXPECTED RESULT

Start recording a screen capture with audio voice over.

SOFTWARE/OS VERSIONS

Ubuntu 20.04

ADDITIONAL INFORMATION

freshly installed through Debian

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

[kdenlive] [Bug 389913] Capture crashed, please check your parameters

2022-06-18 Thread Bruce
https://bugs.kde.org/show_bug.cgi?id=389913

Bruce  changed:

   What|Removed |Added

 CC||bbr...@rasl.ca

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

[digikam] [Bug 448051] Each time I open DigiKam I receive the message "No plugins were loaded, please check if the ..."

2022-01-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=448051

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||metzping...@gmail.com
 Resolution|--- |FIXED
   Version Fixed In||7.5.0

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

[digikam] [Bug 448051] Each time I open DigiKam I receive the message "No plugins were loaded, please check if the ..."

2022-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448051

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Platform|Microsoft Windows   |Other
  Component|Geolocation-Marble  |Geolocation
Summary|Each time I open DigiKam I  |Each time I open DigiKam I
   |receive the message "No |receive the message "No
   |plugins were loaded, please |plugins were loaded, please
   |check if the ..." and there |check if the ..."
   |are plugins in c:/program   |
   |Files/Digicam...if I put|
   |some geolocation info with  |
   |Showphoto I do not find it  |
   |back in DigiKam |
 Resolution|FIXED   |---
   Version Fixed In|7.5.0   |
 Status|RESOLVED|REPORTED

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

[digikam] [Bug 448051] Each time I open DigiKam I receive the message "No plugins were loaded, please check if the ..." and there are plugins in c:/program Files/Digicam...if I put some geolocation in

2022-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448051

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |Microsoft Windows
  Component|Geolocation |Geolocation-Marble

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

[digikam] [Bug 448051] Each time I open DigiKam I receive the message "No plugins were loaded, please check if the ..." and there are plugins in c:/program Files/Digicam...if I put some geolocation in

2022-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448051

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||7.5.0
 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
Hi and happy new year,

Problem is already reported. Read the story in bug :
https://bugs.kde.org/show_bug.cgi?id=447013

Fix is already done in next 7.5.0 pre-release : https://files.kde.org/digikam/ 

Best regards

Gilles Caulier

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

[digikam] [Bug 448051] New: Each time I open DigiKam I receive the message "No plugins were loaded, please check if the ..." and there are plugins in c:/program Files/Digicam...if I put some geolocati

2022-01-07 Thread Tony Moens
https://bugs.kde.org/show_bug.cgi?id=448051

Bug ID: 448051
   Summary: Each time I open DigiKam I receive the message "No
plugins were loaded, please check if the ..." and
there are plugins in c:/program Files/Digicam...if I
put some geolocation info with Showphoto I do not find
it back in DigiKam
   Product: digikam
   Version: 7.4.0
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Geolocation
  Assignee: digikam-bugs-n...@kde.org
  Reporter: tonymo...@gmail.com
  Target Milestone: ---

Created attachment 145183
  --> https://bugs.kde.org/attachment.cgi?id=145183=edit
message from digiKam

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
I have the same info "No plugins were loaded, please check if the ..." with
Showfoto

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

[kdenlive] [Bug 389913] Capture crashed, please check your parameters

2021-02-28 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=389913

emohr  changed:

   What|Removed |Added

 CC||fritzib...@gmx.net
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from emohr  ---
It seems that this report is related to very old unmaintained version. A lot
changed since then, especially the timeline got a complete rewrite and it is
likely that this has been fixed.
Feel free to reopen this bug or create a new report if this is still happening
with the latest version (https://kdenlive.org/en/download/)

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

[abakus] [Bug 410241] Please check the bug in the application and figure it out

2019-07-26 Thread Ali Fa
https://bugs.kde.org/show_bug.cgi?id=410241

--- Comment #4 from Ali Fa  ---
The Bug is solved and confirmed

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

[abakus] [Bug 410241] Please check the bug in the application and figure it out

2019-07-26 Thread Ali Fa
https://bugs.kde.org/show_bug.cgi?id=410241

Ali Fa  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[abakus] [Bug 410241] Please check the bug in the application and figure it out

2019-07-26 Thread Vasundara
https://bugs.kde.org/show_bug.cgi?id=410241

--- Comment #3 from Vasundara  ---
Bug is fixed.

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

[abakus] [Bug 410241] Please check the bug in the application and figure it out

2019-07-26 Thread Vasundara
https://bugs.kde.org/show_bug.cgi?id=410241

Vasundara  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED

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

[abakus] [Bug 410241] Please check the bug in the application and figure it out

2019-07-26 Thread Ali Fa
https://bugs.kde.org/show_bug.cgi?id=410241

--- Comment #2 from Ali Fa  ---
(In reply to Vasundara from comment #1)
> I will do this two days later.

Thanks Vasundara
Please Before starting to fix it, let me know what the exact problem is.

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

[abakus] [Bug 410241] Please check the bug in the application and figure it out

2019-07-26 Thread Vasundara
https://bugs.kde.org/show_bug.cgi?id=410241

Vasundara  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #1 from Vasundara  ---
I will do this two days later.

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

[abakus] [Bug 410241] New: Please check the bug in the application and figure it out

2019-07-26 Thread Ali Fa
https://bugs.kde.org/show_bug.cgi?id=410241

Bug ID: 410241
   Summary: Please check the bug in the application and figure it
out
   Product: abakus
   Version: 0.90
  Platform: Windows CE
   URL: https://www.senecacollege.ca/home.html
OS: Linux
Status: REPORTED
  Keywords: accessibility
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: developerpmc...@gmail.com
  Reporter: alirezafakh...@yahoo.com
  Target Milestone: ---

Created attachment 121749
  --> https://bugs.kde.org/attachment.cgi?id=121749=edit
picture

SUMMARY


STEPS TO REPRODUCE
1. check the link on My.Seneca 

OBSERVED RESULT
the link doesn't work

EXPECTED RESULT
to enter the link

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2019-04-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400018

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #11 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2019-03-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400018

--- Comment #10 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2019-03-11 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=400018

Andrew Crouthamel  changed:

   What|Removed |Added

 CC||andrew.crouthamel@kdemail.n
   ||et
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #9 from Andrew Crouthamel  ---
Yuri, could you please follow up?

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

[Discover] [Bug 404610] Discover shows "Please check your connectivity" during some milliseconds on opening

2019-02-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404610

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.15.2

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

[Discover] [Bug 404610] Discover shows "Please check your connectivity" during some milliseconds on opening

2019-02-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=404610

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dis
   ||cover/c1772e61adb8b790882fc
   ||e80b55a2f66c98affe0
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Aleix Pol  ---
Git commit c1772e61adb8b790882fce80b55a2f66c98affe0 by Aleix Pol.
Committed on 22/02/2019 at 17:39.
Pushed by apol into branch 'Plasma/5.15'.

Remove connectivity flash at start

Don't complain about connectivity until we've tried fetching and nothing
is found

M  +20   -3discover/FeaturedModel.cpp
M  +4-2discover/FeaturedModel.h
M  +1-1discover/qml/BrowsingPage.qml

https://commits.kde.org/discover/c1772e61adb8b790882fce80b55a2f66c98affe0

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

[Discover] [Bug 404610] Discover shows "Please check your connectivity" during some milliseconds on opening

2019-02-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404610

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||n...@kde.org

--- Comment #2 from Nate Graham  ---
Yep. I was just about to file a bug on this, in fact. You beat me to it!

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

[Discover] [Bug 404610] Discover shows "Please check your connectivity" during some milliseconds on opening

2019-02-20 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=404610

--- Comment #1 from Patrick Silva  ---
Created attachment 118223
  --> https://bugs.kde.org/attachment.cgi?id=118223=edit
screenshot

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

[Discover] [Bug 404610] New: Discover shows "Please check your connectivity" during some milliseconds on opening

2019-02-20 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=404610

Bug ID: 404610
   Summary: Discover shows "Please check your connectivity" during
some milliseconds on opening
   Product: Discover
   Version: 5.15.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: bugsefor...@gmx.com
CC: aleix...@kde.org
  Target Milestone: ---

When I open Discover via the apps launcher, I see "Please check your
connectivity" during some milliseconds. See the screenshot please.

Operating System: Arch Linux 
KDE Plasma Version: 5.15.1
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.1

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

[kdenlive] [Bug 391589] Capture crashed, please check your parameters (screen capture recording in Ubuntu Bionic Beaver)

2019-01-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=391589

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kdenlive] [Bug 389913] Capture crashed, please check your parameters

2019-01-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389913

--- Comment #3 from vi...@sitzblockade.de ---
Looking a bit more closely, I see that in recmanager.cpp,
createV4LProducer, there's code like this:

Mlt::Producer *prod = nullptr;
if (m_recVideo->isChecked()) {
  (...)
}
if (m_recAudio->isChecked() && prod && prod->is_valid()) {
  (...)
}
return prod;

Since prod can only be non-null in the second check when
m_recVideo->isChecked(), there's no way to have audio-only recording
with 18.08, is there?  Does anyone understand why things were written
like this?

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

[kdenlive] [Bug 389913] Capture crashed, please check your parameters

2019-01-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389913

vi...@sitzblockade.de changed:

   What|Removed |Added

 CC||vi...@sitzblockade.de

--- Comment #2 from vi...@sitzblockade.de ---
The problem persists with a kdenlive built from git Applications/18.08 with
(largely) Debian stretch plus MLT backported from Debian sid just about now.
And it's fairly annoying as it kills the old "let your father edit his videos"
use case.

Again, to reproduce: go to clip monitor, click the cross button, uncheck video,
check audio, hit record.  I'm seeing "Capture crashed, please check your
parameters" (and I'd be very interested in circumstances if you don't). The
only perhaps unusual aspect of the box is that there's no pulseaudio running
(but I *think* I've seen it on a pa-running box, too); the message is invariant
to any profile changes (channels, source, encoding profile).

I've tried overriding the profiles under the assumption that they may somehow
become ffmpeg command lines (which, judging from recipes floating around on the
net, they've probably been at some point, right?).  To no avail.

So, it'd be great if someone in the know could comment if this is even supposed
to work at this point and if so, what one could try to make it work or at least
figure out what "crashes" and why.

Wishlist item: Generate less mystifying diagnostics on this, at least on
stderr...

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

[kdenlive] [Bug 391589] Capture crashed, please check your parameters (screen capture recording in Ubuntu Bionic Beaver)

2019-01-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=391589

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kdenlive] [Bug 391589] Capture crashed, please check your parameters (screen capture recording in Ubuntu Bionic Beaver)

2018-12-26 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=391589

emohr  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||fritzib...@gmx.net
 Status|REPORTED|NEEDSINFO

--- Comment #1 from emohr  ---
Please try with the current Kdenlive AppImage version 18.12.0c

Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage
folder and run the .AppImage: ./Kdenlive*.AppImage

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

[kdenlive] [Bug 391589] Capture crashed, please check your parameters (screen capture recording in Ubuntu Bionic Beaver)

2018-12-26 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=391589

emohr  changed:

   What|Removed |Added

  Flags||timeline_corruption+

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-12-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400018

--- Comment #8 from Christoph Feck  ---
Yuri, any success with comment #6?

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

[kde] [Bug 304382] Dialog box stating You have failed to provide correct authentication. Please check any passwords or account settings appears without offering a solution

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=304382

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

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

[kde] [Bug 304382] Dialog box stating You have failed to provide correct authentication. Please check any passwords or account settings appears without offering a solution

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=304382

--- Comment #4 from Christoph Feck  ---
Comment #2 says bug is resolved.

Thanks for the update; changing status.

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-11-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400018

--- Comment #7 from Christoph Feck  ---
If you can provide the information requested in comment #6, please add it.

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

[kde] [Bug 304382] Dialog box stating You have failed to provide correct authentication. Please check any passwords or account settings appears without offering a solution

2018-11-19 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=304382

Andrew Crouthamel  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Andrew Crouthamel  ---
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you
help us out and re-test if the bug is valid in the latest version? This bug
will be moved back to REPORTED Status for manual review later, which may take a
while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!

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

[blogilo] [Bug 283318] Unable to add Wordpress self hosted blog. Fetching BlogID Failed. Please check your Internet connection.

2018-11-17 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=283318

Andrew Crouthamel  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #5 from Andrew Crouthamel  ---
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you
help us out and re-test if the bug is valid in the latest version? This bug
will be moved back to REPORTED Status for manual review later, which may take a
while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-11-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=400018

--- Comment #6 from Elvis Angelaccio  ---
Please enable kcoreaddons debug output and check the ark output in konsole. We
need to figure out why you can't load the code from the plugin.

You will need to add a "org.kde.kcoreaddons=true" line to your
~/.config/QtProject/qtlogging.ini file.

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-11-09 Thread Yuri
https://bugs.kde.org/show_bug.cgi?id=400018

--- Comment #5 from Yuri  ---
(In reply to Ilnur from comment #4)
> (In reply to Yuri from comment #3)
> 
> I was not able to open rar archives with ark 18.08.3-1 default installation. 
> As I see Arch's repo shows optional dependencies for Ark: p7zip, unarchiver,
> unrar.
> But when I'm reinstalling Ark there is no mention about them from pacman and
> in Ark's modules settings window they are greyed.
> Then I installed unrar package and it is started working with rars now.
> Maybe something wrong with package configuration.
> Yuri, check for optional dependencies installed.

FreeBSD has these options 7ZIP RAR ZIP, but ark doesn't even start at all when
installed standalone, so it's not about optional dependencies, it is something
else.

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-11-09 Thread Ilnur
https://bugs.kde.org/show_bug.cgi?id=400018

Ilnur  changed:

   What|Removed |Added

 CC||ilnur.iskha...@hotmail.com

--- Comment #4 from Ilnur  ---
(In reply to Yuri from comment #3)

I was not able to open rar archives with ark 18.08.3-1 default installation. 
As I see Arch's repo shows optional dependencies for Ark: p7zip, unarchiver,
unrar.
But when I'm reinstalling Ark there is no mention about them from pacman and in
Ark's modules settings window they are greyed.
Then I installed unrar package and it is started working with rars now.
Maybe something wrong with package configuration.
Yuri, check for optional dependencies installed.

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

[kde] [Bug 304382] Dialog box stating You have failed to provide correct authentication. Please check any passwords or account settings appears without offering a solution

2018-11-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=304382

--- Comment #2 from robertj.av...@tiscali.co.uk ---
I have not experienced this error since i first contacted you via bug
reporting.  As far as I am concerned it is a dead parrot.

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-11-09 Thread Yuri
https://bugs.kde.org/show_bug.cgi?id=400018

--- Comment #3 from Yuri  ---
There is no strace on FreeBSD. I used ktrace instead:

$ grep -i arkpart dump.txt 
  2387 ark  NAMI  "/usr/local/lib/qt5/plugins/arkpart.so"
  2387 ark  NAMI  "/usr/local/lib/qt5/plugins/arkpart.so"
  2387 ark  NAMI  "/usr/local/lib/qt5/plugins/arkpart.so"
  2387 ark  NAMI  "/usr/local/lib/qt5/plugins/arkpart.so"
  2387 ark  NAMI  "/usr/local/lib/qt5/plugins/arkpart.so"
  2387 ark  NAMI  "/usr/local/lib/qt5/plugins/arkpart.so"
  2387 ark  NAMI  "/usr/local/lib/qt5/plugins/arkpart.so"

The shared library is present and is loaded successfully.

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-11-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400018

--- Comment #2 from Christoph Feck  ---
If you can provide the information requested in comment #1, please add it.

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

[kde] [Bug 304382] Dialog box stating You have failed to provide correct authentication. Please check any passwords or account settings appears without offering a solution

2018-11-08 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=304382

Andrew Crouthamel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Andrew Crouthamel  ---
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test
if the bug is valid in the latest version? I am setting the status to NEEDSINFO
pending your response, please change the Status back to REPORTED when you
respond.

Thank you for helping us make KDE software even better for everyone!

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

[blogilo] [Bug 283318] Unable to add Wordpress self hosted blog. Fetching BlogID Failed. Please check your Internet connection.

2018-11-06 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=283318

Andrew Crouthamel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from Andrew Crouthamel  ---
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test
if the bug is valid in the latest version? I am setting the status to NEEDSINFO
pending your response, please change the Status back to REPORTED when you
respond.

Thank you for helping us make KDE software even better for everyone!

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

[ark] [Bug 400018] When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-10-21 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=400018

--- Comment #1 from Elvis Angelaccio  ---
Please provide the output of:

strace ark 2>&1 | grep arkpart

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

[ark] [Bug 400018] New: When installed as a standalone program, Ark fails: Unable to find Ark's KPart Component, please check your installer

2018-10-18 Thread Yuri
https://bugs.kde.org/show_bug.cgi?id=400018

Bug ID: 400018
   Summary: When installed as a standalone program, Ark fails:
Unable to find Ark's KPart Component, please check
your installer
   Product: ark
   Version: 18.08.1
  Platform: Other
OS: FreeBSD
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kde.org
  Reporter: y...@tsoft.com
CC: rthoms...@gmail.com
  Target Milestone: ---

OS: FreeBSD, installed from the port

Downstream bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232110

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

[kdenlive] [Bug 391589] New: Capture crashed, please check your parameters (screen capture recording in Ubuntu Bionic Beaver)

2018-03-08 Thread Omar
https://bugs.kde.org/show_bug.cgi?id=391589

Bug ID: 391589
   Summary: Capture crashed, please check your parameters (screen
capture recording in Ubuntu Bionic Beaver)
   Product: kdenlive
   Version: 17.12.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: ofaroo...@gmail.com
  Target Milestone: ---

I've upgraded to Ubuntu Bionic Beaver (development branch) due to screen
tearing issues with Ubuntu 16.04 

When running kdenlive 17.12.2 in Bionic Beaver I get the following error when
trying to perform a screen recording capture: 

Capture crashed, please check your parameters

Note, screen capturing works perfectly when using the application
Simplescreenrecorder.  


The log for the capture error is below:
ffmpeg version 3.4.2-1build1 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 7 (Ubuntu 7.3.0-5ubuntu1) configuration: --prefix=/usr
--extra-version=1build1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping
--enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca
--enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype
--enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame
--enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus
--enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine
--enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh
--enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx
--enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2
--enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal
--enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm
--enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv
--enable-libx264 --enable-shared libavutil 55. 78.100 / 55. 78.100 libavcodec
57.107.100 / 57.107.100 libavformat 57. 83.100 / 57. 83.100 libavdevice 57.
10.100 / 57. 10.100 libavfilter 6.107.100 / 6.107.100 libavresample 3. 7. 0 /
3. 7. 0 libswscale 4. 8.100 / 4. 8.100 libswresample 2. 9.100 / 2. 9.100
libpostproc 54. 7.100 / 54. 7.100
Invalid MIT-MAGIC-COOKIE-1 key[x11grab @ 0x5605970179c0] Cannot open display
:0.0+1280.0, error 1. :0.0+1280.0: Input/output error

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

[kdenlive] [Bug 389913] Capture crashed, please check your parameters

2018-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389913

--- Comment #1 from had...@danisch.de ---
Just for testing I've added a real videocam to make /dev/video0 appear. 

Again, kdenlive issues that error message, but once I check the video button,
it starts to records (with video), and then crashes with a segfault.

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

[kdenlive] [Bug 389913] New: Capture crashed, please check your parameters

2018-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389913

Bug ID: 389913
   Summary: Capture crashed, please check your parameters
   Product: kdenlive
   Version: 17.08.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: had...@danisch.de
  Target Milestone: ---

With both a 15.12.3 under Ubuntu 16.04 and a 17.08.2 under Ubuntu 17.10 I run
into the same problem:

I'd like to record audio tracks (voice comment) to be added on videos, and I
have configured kdenlive in the configuration settings to just record audio, no
video, and appropriate audio devices (pavucontrol shows kdenlive is properly
connected), but as soon as I press the record button I get an error message

Capture crashed, please check your parameters

without further hints. 

A problem might be that kdenlive leaves the choice between Webcam and Screen
Grab only in the input selector.

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

[umbrello] [Bug 379596] Cannot create the folder /Logical_View Please check the access rights

2017-05-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=379596

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
 CC||ralf.habac...@freenet.de

--- Comment #1 from Ralf Habacker  ---
Tried this with recent umbrello using default code generator output path and
could not reproduce. Looks to be a os issue.

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

[umbrello] [Bug 379596] New: Cannot create the folder /Logical_View Please check the access rights

2017-05-06 Thread Hugo Dionizio Santos
https://bugs.kde.org/show_bug.cgi?id=379596

Bug ID: 379596
   Summary: Cannot create the folder /Logical_View
Please check the access rights
   Product: umbrello
   Version: unspecified
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: task
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: dnhu...@hotmail.com
  Target Milestone: ---

Created attachment 105375
  --> https://bugs.kde.org/attachment.cgi?id=105375=edit
Project with prints of environment and error

I just did create a class with two attributes (int type, both) and ask to
generate a C ++ code.
But in the last step (the effective button to generate) report this error.



Thanks

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

Please Check.

2016-10-09 Thread Jose Wong
I have a proposal to share

Joseph


[kmail2] [Bug 363286] "Could not start certificate manager. Please check your installation." on clicking an unknown key.

2016-05-19 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363286

--- Comment #5 from Laurent Montel  ---
Git commit 8f666fae9713e14f6067e9ad086e1c188699c648 by Montel Laurent.
Committed on 20/05/2016 at 04:51.
Pushed by mlaurent into branch 'master'.

Change message as Allen requested

M  +4-4kmail/src/kmlaunchexternalcomponent.cpp

http://commits.kde.org/kdepim/8f666fae9713e14f6067e9ad086e1c188699c648

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


[kmail2] [Bug 363286] "Could not start certificate manager. Please check your installation." on clicking an unknown key.

2016-05-19 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363286

--- Comment #4 from Allen Winter <win...@kde.org> ---
Laurent,
KMessageBox::error( mParentWidget, i18n( "Could not start certificate
manager; "
        "please check your installation." ),
i18n( "KMail Error" ) );

How about changing that to
KMessageBox::error( mParentWidget, i18n( "Could not start certificate
manager; "
"please make sure you have Kleopatra
properly installed." ),
i18n( "KMail Error" ) );

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


  1   2   >