[dolphin] [Bug 452936] Top-level icon is missing in custom Service Menus

2022-05-03 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=452936

--- Comment #5 from Whtyger  ---
As Nate Graham proposed, I created new bug report for this issue here:
https://bugs.kde.org/show_bug.cgi?id=453159

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

[kdialog] [Bug 452905] New: kdialog --progressbar doesn't show completed status and custom icon

2022-04-23 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=452905

Bug ID: 452905
   Summary: kdialog --progressbar doesn't show completed status
and custom icon
   Product: kdialog
   Version: 19.12
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: br...@frogmouth.net
  Reporter: metamadep...@gmx.net
  Target Milestone: ---

SUMMARY
Progressbar dialog has got several glitches since I upgraded to Kubuntu 20.04:

1. It doesn't show full progressbar when its value equals maximum value.
STEPS TO REPRODUCE
Step 1: OBJ=$(kdialog --title "Test" --progressbar "Progress" 50)
Shows empty progressbar

Step 2: qdbus $OBJ value 0
Adds "0%" text to the right of progressbar

Step 3: qdbus $OBJ value 49
Shows almost filled progressbar with "98%" value - so far so good

Step 4: qdbus $OBJ value 50
Shows empty progressbar as after Step 1. Text which showed percents has
disappeared

EXPECTED RESULT
Progress bar should be filled completely and "100%" value should be shown to
the right of it.

2. Progressbar window ignores --icon option which works properly with the rest
dialogs:
> kdialog --title "Test" --icon "globe" --msgbox "Message"
Shows message window with globe icon in the titlebar corner.

> kdialog --title "Test" --icon "globe" --progressbar "Message" 50
Shows progressbar window with some X-Window icon instead.

SOFTWARE/OS VERSIONS
OS Version: Kubuntu 20.04.4 
KDE Plasma Version: 5.18.8
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

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

[dolphin] [Bug 452936] New: Top-level icon is missing in custom Service Menus

2022-04-24 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=452936

Bug ID: 452936
   Summary: Top-level icon is missing in custom Service Menus
   Product: dolphin
   Version: 19.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: metamadep...@gmx.net
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 148337
  --> https://bugs.kde.org/attachment.cgi?id=148337&action=edit
Screenshot with Service Menu

SUMMARY
If Service Menu have got submenu, its submenu icons are displayed, but
top-level icon is absent.

STEPS TO REPRODUCE
An example of Service Menu with submenu:
--
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all;
Actions=Create;Check;
Icon=dialog-ok-apply
X-KDE-Submenu=md5 sums
X-KDE-Priority=TopLevel

[Desktop Action Create]
Name=Create md5 sums
Icon=document-new-from-template
Exec=dolphin-md5-create.sh %F

[Desktop Action Check]
Name=Check md5 sums
Icon=dialog-ok-apply
Exec=dolphin-md5-check.sh %f
--

OBSERVED RESULT
Is shown on the attached screenshot.

EXPECTED RESULT
Top-level icon should be shown as the rest icons of context menu and the icons
of submenu.

SOFTWARE/OS VERSIONS
OS Version: Kubuntu 20.04.4 
KDE Plasma Version: 5.18.8
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

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

[dolphin] [Bug 452936] Top-level icon in custom Service Menus

2022-04-26 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=452936

Whtyger  changed:

   What|Removed |Added

Summary|Top-level icon is missing   |Top-level icon in custom
   |in custom Service Menus |Service Menus

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

[dolphin] [Bug 452936] Top-level icon in custom Service Menus

2022-04-26 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=452936

Whtyger  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---
 Ever confirmed|0   |1

--- Comment #2 from Whtyger  ---
I tested Kubuntu 22.04 from pendrive (with KDE Gear 21.12.3) and this issue
with missing icon is fixed indeed.
HOWEVER, "Icon" parameter which is set in [Desktop Entry] section is ignored,
top-level icon is taken from [Desktop Action] section instead. In case of
Service Menu I provided in my original post "document-new-from-template.svg"
icon is shown in the top-level entry of the menu, not "dialog-ok-apply.svg".
I don't know whether it is an intended behavior or it is still a bug.

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

[dolphin] [Bug 453159] New: Unable to set custom top-level icon in Service Menu

2022-04-28 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=453159

Bug ID: 453159
   Summary: Unable to set custom top-level icon in Service Menu
   Product: dolphin
   Version: 21.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: metamadep...@gmx.net
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
"Icon" parameter which is set in [Desktop Entry] section of the ServiceMenu
desktop file is ignored.

STEPS TO REPRODUCE
An example of ServiceMenu with submenu:
--
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all;
Actions=Create;Check;
Icon=document-encrypted
X-KDE-Submenu=md5 sums
X-KDE-Priority=TopLevel

[Desktop Action Create]
Name=Create md5 sums
Icon=document-new-from-template
Exec=dolphin-md5-create.sh %F

[Desktop Action Check]
Name=Check md5 sums
Icon=dialog-ok-apply
Exec=dolphin-md5-check.sh %f
--

OBSERVED RESULT
Icon for the top-level entry in the menu is taken from its submenu. In the case
of aforementioned desktop file the icon which is shown is
"document-new-from-template.svg".

EXPECTED RESULT
Icon for the top-level entry should be "document-encrypted.svg".

SOFTWARE/OS VERSIONS
OS Version: Kubuntu 22.04
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

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

[dolphin] [Bug 452936] Top-level icon is missing in custom Service Menus

2022-04-28 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=452936

Whtyger  changed:

   What|Removed |Added

Summary|Top-level icon in custom|Top-level icon is missing
   |Service Menus   |in custom Service Menus

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

[kdialog] [Bug 452905] kdialog --progressbar doesn't show completed status and custom icon

2022-04-28 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=452905

Whtyger  changed:

   What|Removed |Added

   Platform|Ubuntu Packages |Kubuntu Packages

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

[krunner] [Bug 446776] New: Aliases don't work in "Special characters" plugin of krunner

2021-12-10 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=446776

Bug ID: 446776
   Summary: Aliases don't work in "Special characters" plugin of
krunner
   Product: krunner
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: alexander.loh...@gmx.de
  Reporter: whty...@mail.ru
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
When I try to set aliases for quick entering of special characters whether
using plugin's settings page or by direct editing of ~/.config/krunnerrc, these
aliases are stored in file and are properly shown in plugin's settings, but do
not work when they are called from krunner.

STEPS TO REPRODUCE
1. Open settings page for "Special Characters" plugin.
2. Enter 'lambda' in 'Alias' field and '03BB' in 'Hex code' field. Press 'Add
Item' button. Press 'OK', then 'Apply' in Krunner settings.
3. Enter 'lambda' or '#lambda' in Krunner's field.

OBSERVED RESULT
No symbols are proposed.
I tried different variations of hex code: without leading zero, prepended by #
-- no results.

EXPECTED RESULT
If I enter '#03BB' in Krunner's field, Greek lambda is proposed by Special
Characters plugin.
The same symbol should be proposed when I enter its alias.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 20.04 (64-bit)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

ADDITIONAL INFORMATION
I found info about "Special Characters" plugin refactoring here:
https://phabricator.kde.org/D27096
Maybe it was the cause of it's breakage?

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

[krunner] [Bug 444720] unintentional execution of commands

2021-12-10 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=444720

Whtyger  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||whty...@mail.ru

--- Comment #1 from Whtyger  ---
I can add some more details on this bug. It is reproducible even easier:
1. Start krunner.
2. Press 'Enter' in empty field.
3. Press 'g' -- and immediately Gwenview is launched.
So this 'Enter' keypress is somehow stored and launches the first application
that would have been in the list, if the letter was typed without step 2. I.e.
if I run Krunner and type 'e', it shows me 'Choose emoticon theme' in the top
of the list. Now if I reproduce step 1, then 2 and then press 'e' instead of
'g' -- Emoticons chooser will be launched.
Moreover, if I run Krunner, press 'Enter' and close it, this keypress stays
stored somewhere and on the next start of Krunner on the first typed letter it
will run the application which corresponds the search with this letter. That's
weird.

EXPECTED RESULT
'Enter' keypress should be flushed somehow to prevent accidental launches.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 20.04 (64-bit)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

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

[kdeconnect] [Bug 371539] Only listens to IPv6

2022-01-28 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=371539

--- Comment #35 from Whtyger  ---
Did those who claim that kdeconnectd listens only on IPv6 port actually checked
the same opened IPv4 port?
Take a look at this comment:
https://bugs.kde.org/show_bug.cgi?id=417615#c3
According to it if netstat shows open IPv6 port then it automatically listens
on the respective IPv4 port. Obviously, disabling IPv6 leaves the only opened
IPv4 port which now properly shows in netstat output.

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

[ark] [Bug 468240] Ark can no longer open 7z archives ( possibly due to changes in 7zip new release )

2025-01-20 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=468240

Whtyger  changed:

   What|Removed |Added

 CC||metamadep...@gmx.net

--- Comment #24 from Whtyger  ---
If you prefer the method mentioned in the comment #22, be aware that Mantic
links are obsolete. Yet these DEB-packages still can be found on Launchpad:
https://launchpad.net/ubuntu/mantic/amd64/p7zip/16.02+dfsg-8
https://launchpad.net/ubuntu/mantic/amd64/p7zip-full/16.02+dfsg-8
Purge the original 7zip and p7zip-full packages, install the ones from Mantic
using 'dpkg -i' and don't forget to put p7zip-full on hold.

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

[kdialog] [Bug 452905] kdialog --progressbar doesn't show completed status and custom icon

2025-07-28 Thread Whtyger
https://bugs.kde.org/show_bug.cgi?id=452905

Whtyger  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Whtyger  ---
I can confirm that progressbar now behaves normally in Kubuntu 24.04. Full bar
is filled, text 100% is shown.
--icon option is still ignored completely, but that's another story.
This bug can be closed.

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