[Spectacle] [Bug 445801] New: Doesn't honor the umask while saving screenshots

2021-11-20 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801

Bug ID: 445801
   Summary: Doesn't honor the umask while saving screenshots
   Product: Spectacle
   Version: 21.08.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: vincenzo.rom...@notorand.it
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY
***
Screenshots are saved with 0644 permissions no matter what umask says***


STEPS TO REPRODUCE
1.  Setup user-level umask to, say, 0077 (no permissions for G and O)
2. Take a screenshot and save it
3. Use konsole+cd+ls to check the screenshot file permissions.

OBSERVED RESULT
File has permissions 0644

EXPECTED RESULT
File should obey umask (in the example should have permissions 0600)

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.

[okular] [Bug 445803] New: Doesn't honor the umask while saving xml FILE in .local/share/okular/docdata/

2021-11-20 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445803

Bug ID: 445803
   Summary: Doesn't honor the umask while saving xml FILE in
.local/share/okular/docdata/
   Product: okular
   Version: 21.08.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: vincenzo.rom...@notorand.it
  Target Milestone: ---

SUMMARY
***
No matter what umask is set, XML files are saved with 0644 permissions.
***


STEPS TO REPRODUCE
1.  Setup umask at, say, 0077 (no permissions for G and O).
2.  Open a document with ocular and browse it.
3.  Check file permissions in  .local/share/okular/docdata/ for the file named
after the browsed document

OBSERVED RESULT
XML file has permissions 0644

EXPECTED RESULT
XML file permissions should obey umask (0600 in the example case)

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.

[Spectacle] [Bug 445801] Doesn't honor the umask while saving screenshots

2021-11-24 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801

--- Comment #2 from Enzo  ---
Yes.

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

[dolphin] [Bug 446019] New: New text file created with 2 chars

2021-11-24 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=446019

Bug ID: 446019
   Summary: New text file created with 2 chars
   Product: dolphin
   Version: 21.08.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: vincenzo.rom...@notorand.it
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
***
When creating a new TEXT file two characters are appended: a blank (0x20) and a
carriage return (0x0A).
It should be empty.
***


STEPS TO REPRODUCE
1. Start dolphin
2. From context menu select "Create new" --> "Text file"
3. Confirm a file name (default is "Text File.txt")

OBSERVED RESULT
The new file is shown in the window to be 2 bytes long.
$ od -t x1 -c Text\ File.txt 
000  20  0a
 \n
002

EXPECTED RESULT
The new file should be 0 (zero) bytes long as the user hasn't requested any
content.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.23.3-1
(available in About System)
KDE Plasma Version: 5.23.3-1
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[frameworks-kio] [Bug 445801] Doesn't honor the umask while saving screenshots

2021-11-24 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801

--- Comment #4 from Enzo  ---
5.88

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

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-24 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801

--- Comment #6 from Enzo  ---
Maybe i am wrong, but when you copy a file you first create an empty one. Then
you fill it in with the original content.

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

[plasmashell] [Bug 446112] New: Extend the clipboard history beyond 2048 entries

2021-11-26 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=446112

Bug ID: 446112
   Summary: Extend the clipboard history beyond 2048 entries
   Product: plasmashell
   Version: 5.23.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Clipboard
  Assignee: plasma-b...@kde.org
  Reporter: vincenzo.rom...@notorand.it
  Target Milestone: 1.0

SUMMARY
It would be just much better if it could be just like Konsole scroll-back
buffer:
either freely user selectable or, even better, "Unlimited"

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

[plasmashell] [Bug 446112] Extend the clipboard history beyond 2048 entries

2021-11-26 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=446112

--- Comment #2 from Enzo  ---
I think then that the clipboard should get an "on demand" implementation of the
history.
You load the latest  history items and only load the
remaining ones when wants to browse through them.

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

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-28 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801

--- Comment #8 from Enzo  ---
I don't start apps from command line but rather from menu.
My bash has umask set to 0077.

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

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-29 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801

--- Comment #10 from Enzo  ---
I somehow would expect that stuff like umask is setup globally for any
KDE/Plasma application.
If all of them use KIO to write files, then I would say KIO is the right place
to fix it.
But I don't know enough about the overall architecture.

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

[Skanlite] [Bug 435030] Set the default device

2021-09-09 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=435030

--- Comment #2 from Enzo  ---
I think it's not relevant.
It adds the ability to select the device from inside the application, but I
don't see any "save as default".

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

[Skanlite] [Bug 435030] Set the default device

2021-09-09 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=435030

--- Comment #4 from Enzo  ---
Cool! Looking forward to test it!

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

[Skanlite] [Bug 435030] Set the default device

2021-09-20 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=435030

--- Comment #6 from Enzo  ---
This makes skanlite a serious application.
Thanks.

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

[Skanlite] [Bug 444605] New: Default focus is put on button "Close": hitting ENTER closes the program

2021-10-29 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=444605

Bug ID: 444605
   Summary: Default focus is put on button "Close": hitting ENTER
closes the program
   Product: Skanlite
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kare.s...@iki.fi
  Reporter: vincenzo.rom...@notorand.it
  Target Milestone: ---

SUMMARY
Default focus at startup is on the "Help" button. After the first mouse-driven
operation it moves to the "Close" button. So, for example, hitting enter after
having done a selection on a preview leads to a program close instead of an
(expected?) scan.

STEPS TO REPRODUCE
1. Start skanlite (focus is visible on the "Help" button)
2. Click on the image preview area (focus goes to "Close")
3. Hit enter

OBSERVED RESULT
The program closes.

EXPECTED RESULT
Anything else.
Very likely either preview or scan.
Reasonable action could be:
- "preview" if you haven't done anything yet
- "Scan" if you have done a preview


SOFTWARE/OS VERSIONS
Windows: n/a
macOS: n/a
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: not stated
KDE Frameworks Version: 5.87.0
Qt Version: 5.12.2

ADDITIONAL INFORMATION

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

[Skanlite] [Bug 444605] Default focus is put on button "Close": hitting ENTER closes the program

2021-11-02 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=444605

--- Comment #2 from Enzo  ---
Latest in Arch Linux: 21.08.2

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

[kate] [Bug 435988] New: Kate doesn't show up in "Recent Applications" meta-menu

2021-04-20 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=435988

Bug ID: 435988
   Summary: Kate doesn't show up in "Recent Applications"
meta-menu
   Product: kate
   Version: 20.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: vincenzo.rom...@notorand.it
  Target Milestone: ---

SUMMARY
It doesn't show up in the "Recent Applications" meta-menu.

STEPS TO REPRODUCE
1. Check kate is not in the "Recent Applications" meta-menu.
2. Start kate (Menu-->Utilities-->kate) to edit a file and close
3. Check again in the "Recent Applications" meta-menu.

OBSERVED RESULT
kate doesn't show up in that menu

EXPECTED RESULT
kate shows up in the menu


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.21.4
KDE Frameworks Version: KDE Frameworks 5.81.0
Qt Version: Qt 5.15.2 (built against 5.15.2)

ADDITIONAL INFORMATION
ArchLinux

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

[plasmashell] [Bug 435988] Kate doesn't show up in "Recent Applications" meta-menu

2021-04-21 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=435988

--- Comment #2 from Enzo  ---
1. I am using the "default" launch menu.

2. Yes, it is reproducible (see my report). Yes it happens all the times.

3. No, it only happens with kate.

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

[Falkon] [Bug 428630] New: User Agent Manager doesn't keep Chrome but keeps Firefox.

2020-11-02 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=428630

Bug ID: 428630
   Summary: User Agent Manager doesn't keep Chrome but keeps
Firefox.
   Product: Falkon
   Version: 3.1.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: vincenzo.rom...@notorand.it
  Target Milestone: ---

SUMMARY
Selecting Chrome UA (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/80.0.3987.163 Safari/537.36) is uneffective as the browser
reverts back to Safari (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.3.12
(KHTML, like Gecko) Version/10.0.2 Safari/602.3.12) as soon as you close the
settings window.


STEPS TO REPRODUCE
1. Open Preferences->Other->Change browser identification
2. Enable "Change global user agent"
3. Select "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/80.0.3987.163 Safari/537.36"
4. Click on "OK"
5. Close settings by clicking on "OK"
6. Repeat step no.1

OBSERVED RESULT
Browser UA is set to "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.3.12
(KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"


EXPECTED RESULT
Browser UA is set to "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36"


SOFTWARE/OS VERSIONS
Windows: n/a
macOS: n/a
Linux/KDE Plasma: 5.20.2
(available in About System)
KDE Plasma Version: 5.20.2
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.1

ADDITIONAL INFORMATION
If I select Firefox (Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101
Firefox/57.0) it sticks and is kep even after subsequent browser restart.

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

[Falkon] [Bug 428630] User Agent Manager doesn't keep Chrome but keeps Firefox.

2020-11-02 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=428630

--- Comment #1 from Enzo  ---
The website [https://www.whatismybrowser.com/detect/what-is-my-user-agent]
reports this actual UA after changing to Chrome and restarting the browser:

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
QtWebEngine/5.15.1 Chrome/80.0.3987.163 Safari/537.36

The configuration file ~/.config/falkon/profiles/default/settings.ini has this
setting:

UserAgent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/80.0.3987.163 Safari/537.36"

The UA feature seems to have inconsistent behaviors.

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

[Skanlite] [Bug 444605] Default focus is put on button "Close": hitting ENTER closes the program

2022-01-10 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=444605

--- Comment #4 from Enzo  ---
Yes. In v21.12.1 (ArchLinux package is labelled as 21.12.1-1):

1. The focus starts on the "Close" button and
2. remains there once I click on the preview area.
3. It stays on the "Close" button even after I explicitly I do a "Preview".

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

[Skanlite] [Bug 444605] Default focus is put on button "Close": hitting ENTER closes the program

2022-01-10 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=444605

--- Comment #5 from Enzo  ---
4. It stays on "Close" even after an explicit scan.

It looks like the default action for this program is to "Close" since its very
startup.
It's not clear to me the objective of that "focus handling rework".

Maybe my original "suggestion" (https://bugs.kde.org/show_bug.cgi?id=444605#c0)
isn't that great but I'd say the current default action isn't either.

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

[Skanlite] [Bug 444605] Default focus is put on button "Close": hitting ENTER closes the program

2022-01-15 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=444605

--- Comment #8 from Enzo  ---
All is confirmed.
As soon as I open the application it has the focus on "Close" and it is kept
there.
If I click on "Help" or "About" buttons the focus goes there but the it returns
back to "Close".
Same goes for "Preview" and "Scan".
"Reselect scanner device" and "Settings" move the focus away but it goes back
to "Close" as soon as I move the focus away from the application.

Skanlite: 21.12.1 (21.12.1-1)
KDE Frameworks: 5.90.0
(I don't know how to check Qt version for this program).

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

[plasmashell] [Bug 390255] Plasma panel doesn't honor "auto hide" option and clips the panel itself aftrwards

2021-01-28 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=390255

--- Comment #3 from Enzo  ---
I would close it.
It doesn't apply to my setup any more. After almost 3 years and several
releases ... :-(

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

[Skanlite] [Bug 435030] New: Set the default device

2021-03-27 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=435030

Bug ID: 435030
   Summary: Set the default device
   Product: Skanlite
   Version: 2.2.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kare.s...@iki.fi
  Reporter: vincenzo.rom...@notorand.it
  Target Milestone: ---

SUMMARY
I think that most users only have a single scanning device.
The application asks for a device selection at the start but then it is
forgotten at the application termination.

STEPS TO REPRODUCE
1. start skanlite and select a device
2. do a scan, save and terminate
3. start skanlite again

OBSERVED RESULT
A new selection device dialog is shown and no action is possible without
selecting one.


EXPECTED RESULT
A setting to select the default one, a button to rescan and choose a new
device.

WORKAROUND
Create a launcher in the menu with the -d option

SOFTWARE/OS VERSIONS
KDE Plasma Version:  5
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
n/a

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

[plasmashell] [Bug 390255] New: Plasma panel doesn't honor "auto hide" option and clips the panel itself aftrwards

2018-02-11 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=390255

Bug ID: 390255
   Summary: Plasma panel doesn't honor "auto hide" option and
clips the panel itself aftrwards
   Product: plasmashell
   Version: 5.12.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: vincenzo.rom...@notorand.it
  Target Milestone: 1.0

Created attachment 110528
  --> https://bugs.kde.org/attachment.cgi?id=110528&action=edit
Screenshot of the lower right corner showing both clippings

Description:
Plasma panels doesn't hide when "auto hide" is chosen.

Additional info:
* plasma v5.12.0-1 (fully upgraded as of 11.feb.2018, 10:20 CET)

Steps to reproduce:
1. Select the panel menu (three dashes on the right side)
2. Select "more settings" button on the right
3. Select "Visibility->Auto Hide" and "Visibility->maximize panels"
4. Select again "more settings" button
5. Click on the red "x" on the right to close the panel menu

Results:
1. The vertical height of the panel is vertically cut from the bottom showing a
band of whatever is on the back.

Extra steps:
1. Select again the panel menu
2. Select "more settings" button on the right
3. Select "Visibility->Always visible" (you cannot choose "Visibility->maximize
panels"!)
4. Select again "more settings" button
5. Click on the red "x" on the right to close the panel menu

Extra Results:
1. The bottom color band remains.
2. The panel is shrunk also horizontally on the right side.

Expected results:

1. The panel to keep its size and to auto hide when loosing the focus and "auto
hide" is selected.
2. The ability to always select "maximize panels".
3. The panel to keep its size when "always visible and maximize panels" is
selected.

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

[kde] [Bug 481509] New: KDE Connect - Feature Suggestion / Switching through tabs / Numeric volume control

2024-02-18 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=481509

Bug ID: 481509
   Summary: KDE Connect - Feature Suggestion / Switching through
tabs  /  Numeric volume control
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: enzo.gianvitto...@gmail.com
  Target Milestone: ---

Hello,
I am not sure in which section could I suggest a couple of features to make KDE
Connect even greater -so to speak;)
for example,

1- SWITCHING through TABS
it would be great been able to switch or move through the tabs of the opened
browser, lets say, when you have more than one YouTube videos in different tabs
and you go to bed or are distant from your PC, it would be great having some
kind of command or interface button to switch through them...

and second feature I would like suggesting is:

2- PRECISE CONTROL OF THE VOLUME LEVEL CONTROL through a NUMERIC DISPLAY
It would be great (considering that videos posted on the net might have very
different volume levels) being able to precisely control the volume levels,
lets say, by allowing - through a UI element that displays the exact number in
which you are positioning the volume - I guess it could be nicely and neatly
integrated to the functional  sliding bar the current version already has in
the "Devices" tab of the "Multimedia Control" section ..
PS: this last feature would allow users to set back the volume levels the the
default the user has on its PC after watching a move or before shutting the
down the PC ...

Hope it makes sense, (I guess both of the features would be ok in the
Multimedia Control section of the app)
Many thanks and regards,

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

[kdeconnect] [Bug 481510] New: KDE Connect - Feature Suggestion / Switching through tabs / Numeric volume control

2024-02-18 Thread Enzo GD
https://bugs.kde.org/show_bug.cgi?id=481510

Bug ID: 481510
   Summary: KDE Connect - Feature Suggestion / Switching through
tabs / Numeric volume control
Classification: Applications
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: enzo.gianvitto...@gmail.com
CC: andrew.g.r.hol...@gmail.com
  Target Milestone: ---

Hello,
I am not sure in which section could I suggest a couple of features to make KDE
Connect even greater -so to speak;)
for example,

1- SWITCHING through TABS
it would be great been able to switch or move through the tabs of the opened
browser, lets say, when you have more than one YouTube videos in different tabs
and you go to bed or are distant from your PC, it would be great having some
kind of command or interface button to switch through them...

and second feature I would like suggesting is:

2- PRECISE CONTROL OF THE VOLUME LEVEL CONTROL through a NUMERIC DISPLAY
It would be great (considering that videos posted on the net might have very
different volume levels) being able to precisely control the volume levels,
lets say, by allowing - through a UI element that displays the exact number in
which you are positioning the volume - I guess it could be nicely and neatly
integrated to the functional  sliding bar the current version already has in
the "Devices" tab of the "Multimedia Control" section ..
PS: this last feature would allow users to set back the volume levels the the
default the user has on its PC after watching a move or before shutting the
down the PC ...

Hope it makes sense, (I guess both of the features would be ok in the
Multimedia Control section of the app)
Many thanks and regards,

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

[kgpg] [Bug 78220] programm doesn't remember window positon

2021-03-09 Thread Enzo Matrix
https://bugs.kde.org/show_bug.cgi?id=78220

--- Comment #9 from Enzo Matrix  ---
This behaviour still exists in KDE 5.21.1. The editor window size is set by key
manager window.

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

[kdenlive] [Bug 401037] New: Speed effects get lost and mess up other effects when the clips are adjusted in the timeline

2018-11-14 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=401037

Bug ID: 401037
   Summary: Speed effects get lost and mess up other effects when
the clips are adjusted in the timeline
   Product: kdenlive
   Version: 18.08.2
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

SUMMARY
Speed effects get completely lost and could even mess up other effects (like
transform etc..) when the clips are moved or adjusted in the timeline.

STEPS TO REPRODUCE
1. insert a video clip in the timeline
2. apply transform or any other effect and then apply speed (lets say put in
slow motion for example at 50%...)
3. move or adjust the length and location of the clips in the time line (is
good testing whit couple of clips in two different tracks)
4. the try playing and you will see the speed effect would be completely lost,
and sometimes even affect the transform effect applied creating a sort of cut
frame (not showing the whole image of the footage...)

OBSERVED RESULT:
as try to express above, the speed effect would be completely lost, and
sometimes even affect the transform effect applied creating a sort of cut frame
(not showing the whole image of the footage...)


SOFTWARE/OS VERSIONS
Windows: 18.08.2

Thanks a lot.

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

[kdenlive] [Bug 403210] New: JPG images do not render

2019-01-14 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=403210

Bug ID: 403210
   Summary: JPG images do not render
   Product: kdenlive
   Version: 18.12.1
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

JPG imported files and placed in timeline are not rendering (white square
appears instead)


STEPS TO REPRODUCE
1. Import a jpg image
2. insert in the timeline over a video file in another track
3. export (render) and the jpg image appears as a white square (are of the
image)


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.

[kdenlive] [Bug 403210] JPG images do not render

2019-01-14 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=403210

--- Comment #1 from Enzo Gianvittorio  ---
it happens only with jpg (png images work fine)

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

[kdenlive] [Bug 403211] New: SVG files placed in timeline are not rendering when export

2019-01-14 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=403211

Bug ID: 403211
   Summary: SVG files placed in timeline are not rendering when
export
   Product: kdenlive
   Version: 18.12.1
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

Any svg file that you try to insert in the timeline, when rendering the video
they would not display. It only display a sign reading "INVALID"


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.

[kdenlive] [Bug 403327] New: Preview Mode creates strange display when Transform effect (but not only) is applied ...

2019-01-17 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=403327

Bug ID: 403327
   Summary: Preview Mode creates strange display when Transform
effect (but not only) is applied ...
   Product: kdenlive
   Version: 18.12.1
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

The “Preview Mode” of the “Track Compositing” does strange modification (cuts
size of the clip etc...) of clips that have a “Transform” effect applied. it
happens with Transform effect mainly with changed parameters like ratio in the
W and H (size) ... 


STEPS TO REPRODUCE
1. apply a Transform effect (modify size W-H unlocking ratio..) to a clip in
the timeline (Track Compositing)
2. then switch to "Preview Mode"
3. and the clip should change in size displaying only half of it or a portion
.. modifying the size of its display... 

PS: but the problem does not limit to the Transform effect since other clips in
other tracks change their position in the preview mode even if not having the
transform effect applied .. (?) 


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.

[kdenlive] [Bug 394058] New: Task Manager leaves program running after closing it

2018-05-09 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=394058

Bug ID: 394058
   Summary: Task Manager leaves program running after closing it
   Product: kdenlive
   Version: 17.12.0
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Installation
  Assignee: vpi...@kde.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

Created attachment 112539
  --> https://bugs.kde.org/attachment.cgi?id=112539&action=edit
Kdenlive keeps running after closing it in Windows

I would like to report an issue happening on Windows 10 and is that after
closing Kdenlive, it remains running and I see it in the Details tab of the
Task Manager.. as image attached.
Thanks and regards to all the team involved on sorting out these problems and
the overall progress of this great program.
Regards,
Enzo

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

[kdenlive] [Bug 394125] New: Website versions available

2018-05-11 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=394125

Bug ID: 394125
   Summary: Website versions available
   Product: kdenlive
   Version: unspecified
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Documentation
  Assignee: ttg...@gmail.com
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

Created attachment 112577
  --> https://bugs.kde.org/attachment.cgi?id=112577&action=edit
screenshot as example of the suggestion

Hi there, This is mainly to suggest a detail related to the way to display some
information in the website sections.. 
I wonder if is possible specifying in the website text (perhaps with a standing
visual area) the latest stable available version available to download as the
list of platforms don't mention the number of the latest stable version and, as
in my case, still using the Windows version 17.12, some users would not be sure
if there are newest ones available.. 
PS: I could suggest to check an example in the openshot website.. (Hope it
makes sense ;)

Many thanks and regards,
Enzo

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

[kdenlive] [Bug 394408] New: crash after editing a title and coming back to timeline

2018-05-18 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=394408

Bug ID: 394408
   Summary: crash after editing a title and coming back to
timeline
   Product: kdenlive
   Version: 18.04.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

the problem happens after I edit a title and save it (by the way not sure why
do we have to save the title again as a new "save as" .. then when getting back
to timeline and moving some of the elements on it.. the program crash.
Actually it has crashed even without the title editing but trying to move some
elements always in the time line but in aleatory way .. (hope it makes sense as
a bug report)
Thanks
PS: this happened working on Windows 10 version 18.04.1

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

[kdenlive] [Bug 394709] New: Takes ages when starting the program in Windows 10

2018-05-26 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=394709

Bug ID: 394709
   Summary: Takes ages when starting the program in Windows 10
   Product: kdenlive
   Version: 18.04.1
  Platform: Windows CE
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Installation
  Assignee: vpi...@kde.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

I have noticed when launching hte program first time it takes ages to launch
(start) this is happening in Windows 10

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

[kdenlive] [Bug 394710] New: Imported SVG images do not render when exporting video

2018-05-26 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=394710

Bug ID: 394710
   Summary: Imported SVG images do not render when exporting video
   Product: kdenlive
   Version: 18.04.1
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

This happens when placing svg images in the timeline, then when exporting the
video to any format, the image does not appear at all only text saying in
capital leteres INVALID...  (it does not happen if the svg image is placed in a
title clip and this clip placed in the timeline) but inserting the svg directly
in the timeline would be great for some compositing basic effects ...

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

[kdenlive] [Bug 395090] New: transform effect makes crash the program

2018-06-06 Thread Enzo Gianvittorio
https://bugs.kde.org/show_bug.cgi?id=395090

Bug ID: 395090
   Summary: transform effect makes crash the program
   Product: kdenlive
   Version: 18.04.1
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: enzo.gianvitto...@gmail.com
  Target Milestone: ---

Hi there, every time I apply transformation effect to a clip (particularly a
title one) the whole program crashes immediately.. crashes are continuous in an
aleatory way.. for example when stretching a clip in the timeline it crashes
either...
I am sure you are aware about this problems but would like to report have
discovered quite dramatic situation when using titles and applying some effect
to them (particularly transformation (well is the one I have tried so far)

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

[kwin] [Bug 368297] New: Randomly I am left without windows decoration and other window-related function

2016-09-05 Thread Enzo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368297

Bug ID: 368297
   Summary: Randomly I am left without windows decoration and
other window-related function
   Product: kwin
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: platform-x11-standalone
  Assignee: kwin-bugs-n...@kde.org
  Reporter: vincenzo.rom...@notorand.it

Konsole reports:
KDE Frameworks 5.18.0
Qt 5.5.1 (built against 5.5.1)
The xcb windowing system

I couldn't see KDE version 5.18, so I selected unspecified.

I cannot reproduce it but it seems to me it is triggered when I open a "file
selection" widget.
I cannot switch between windows with ALT+TAB, I cannot iconize or resize
windows (no window widgets and handles).
If I am lucky I can use the "K" button to logout e log back in.
Otherwise I can switch to the system console with CTRL-ALT-F1, log in and run:

killall -9 kwin_x11; DISPLAY=:0.0 kwin_x11 --replace &> /dev/null &

The kwin_x11 process is not dead. I simply "refresh" it.

I filed this to Ubuntu which in turn asked me to file it to kde.org.
https://bugs.launchpad.net/bugs/1582246

I am available to help troubleshooting provided that precise directions are
provided.


Reproducible: Sometimes

Steps to Reproduce:
1. I have no way to reproduce it.



It's quite annoying.

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


[kwin] [Bug 368297] Randomly I am left without windows decoration and other window-related function

2016-09-05 Thread Enzo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368297

--- Comment #2 from Enzo  ---
Created attachment 100947
  --> https://bugs.kde.org/attachment.cgi?id=100947&action=edit
qdbus org.kde.KWin /KWin supportInformation

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


[kwin] [Bug 368297] Randomly I am left without windows decoration and other window-related function

2016-09-06 Thread Enzo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368297

--- Comment #4 from Enzo  ---
I just did it.
Of course we need to wait some time (a couple of days should suffice).
So, stay tuned for the news.

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


[kwin] [Bug 368297] Randomly I am left without windows decoration and other window-related function

2016-09-09 Thread Enzo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368297

--- Comment #5 from Enzo  ---
The use of the Breeze windows decorations didn't triggered the problem.
I don't know whether it's a bug in the Plastik window decorations (the one I
was using previously) or it's about something that the Breeze is not
using/doing.

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


[umbrello] [Bug 173777] import from java code don't read abstract classes

2016-05-02 Thread Enzo Cappa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=173777

--- Comment #2 from Enzo Cappa  ---
This bug is more than 7 years old.  I don't know if it's still valid, and I'm
not using umbrello anymore. I can't provide any further feedback. Feel free to
close it if nobody else is interested.

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