[kdenlive] [Bug 415505] Kdenlive to cannot import files or open projects when jack is running.

2020-09-21 Thread David Harty
https://bugs.kde.org/show_bug.cgi?id=415505

--- Comment #2 from David Harty  ---
By "Direct Device", I meant that Kdenlive was being routed, via pulse audio,
directly to the audio device. In my case a USB audio device. 

I had to open pavucontrol and change the device selection from the usb audio
device to jack in order to unhang kdenlive. I recognize that most applications,
and kdenlive, will not automatically select the pulse-jack sink as the audio
device, but I foud it interesting that kdenlive worked until it tried to
import. I don't know what audio its trying to generate while importing, may a
ding or some other alert bell, but that was the confusing part of this; I
couldn't figure out while kdenlive was hanging on an import, and eventually I
figured out that it was because jack was running, and kdenlive was trying to
use the audio device that was effectively blocked by jack.

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

[kcalc] [Bug 492100] New: KCalc doesn't switch values when changing numeric systems

2024-08-23 Thread David Harty
https://bugs.kde.org/show_bug.cgi?id=492100

Bug ID: 492100
   Summary: KCalc doesn't switch values when changing numeric
systems
Classification: Applications
   Product: kcalc
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: evan.te...@gmail.com
  Reporter: k...@dharty.com
CC: gabriel.barrantes@outlook.com
  Target Milestone: ---

Created attachment 172890
  --> https://bugs.kde.org/attachment.cgi?id=172890&action=edit
Conversion from Hex to Decimal

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
KCalc doesn't switch between 

STEPS TO REPRODUCE
1. Go into numeric system mode.
2. Enter a number in Decimal mode.
3. Hit Enter (this didn't used to be required)
3. Switch to Hex mode.

OBSERVED RESULT
Upon hitting enter the equivalent notation for the entered value appears in
Hex, Dec, Oct and Binary.
However when switching to any of those notations, the value in the
readout/enter area remains Decimal.
This occurs also when switching from any mode to any other.

EXPECTED RESULT
The numeric system values used to be automatically updated in the numeric
system representations as it was typed.
More importantly, in prior versions, kcalc would switch the value in the
calculation area to the selected notation. 
This is important to users if they want to add 145 decimal to 0xFE hex.
There is also not an easy way to copy a numeric system value. EG I entered FA
into Hex, it shows 250 in Decimal, but I can't copy it or otherwise use that
value.

SOFTWARE/OS VERSIONS
Linux: 6.9.12-3-MANJARO
KDE Plasma: 
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
6.0.5


ADDITIONAL INFORMATION
In the attached screenshot. I started in hex and entered FA. Then I switched to
decimal and attempted to add 120 to FA, however the calculation fails because
FA was not converted to Decimal when switching.

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

[kcalc] [Bug 492100] KCalc doesn't switch values when changing numeric systems

2024-08-23 Thread David Harty
https://bugs.kde.org/show_bug.cgi?id=492100

David Harty  changed:

   What|Removed |Added

   Platform|Other   |Manjaro
Version|unspecified |24.05.2

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

[kdenlive] [Bug 415505] New: Kdenlive to cannot import files or open projects when jack is running.

2019-12-23 Thread David Harty
https://bugs.kde.org/show_bug.cgi?id=415505

Bug ID: 415505
   Summary: Kdenlive to cannot import files or open projects when
jack is running.
   Product: kdenlive
   Version: 18.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: k...@dharty.com
  Target Milestone: ---

SUMMARY

Importing a video clip or opening a previous project causes kdenlive (18.12.3)
to hang when using the JACK audio server.

DETAILS:
After a recent upgrade of Opensuse, from 15.0 to 15.1, I created a new project
in kdenlive (18.12.3) and tried to import a video clip which cased kdenlive to
hang.

I also tried with the 19.12.0a and 18.12.1b appimages from the kdenlive site,
with the same issue, i.e. hanging when trying to import video clips.

I also tried opening some previously created projects, with similar hangs.

When importing clips, I will see the clip name appear in the Project Bin window
along with a grey thumbnail and a partially completed project bar just
underneath.

On one occasion when starting the kdenlive-18.12.1b-x86_64.appimage, I noticed
the following line in the console output:

'Switching audio backend to:  "sdl2_audio" '

I normally run the jack server for audio applications, with the pulse audio
passthrough (JACK D-Bus intrrface to allow pulse applications to go through
jack), so I stopped jack, and kdenlive ran correctly.

Then, I restarted jack followed by kdenlive and saw kdenlive hang when trying
to import a clip.

Then, in pavucontrol, I assigned kdenlive to the "Jack sink (PulseAudio JACK
sink)" audio device instead of the direct device, and kdenlive un-hung.


STEPS TO REPRODUCE
1. start JACK audio server with QJackCTL with the D-Bus Interaface and JACK
D-Bus interface options enabled. Otherwise the jackd command line is:
 /usr/bin/jackd -dalsa -r44100 -p256 -n2 -Xseq -D -Chw:CODEC -Phw:CODEC,0

2. Start kdenlive
3. try to import a video clip

OBSERVED RESULT

kdenlive becomes unresponsive and must be terminated unless the audio device
assignment in pavucontrol is changed to jack sink.


EXPECTED RESULT
Kdenlive successfully imports the video clip.

SOFTWARE/OS VERSIONS
OpenSuse 15.1
Linux/KDE Plasma: 
KDE Frameworks 5.55.0
Qt 5.9.7 (built against 5.9.7)
The xcb windowing system

ADDITIONAL INFORMATION

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