[plasmashell] [Bug 484546] Plasma crashes when drag'n'dropping file from notifications menu

2024-04-21 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=484546

Petrov Egor  changed:

   What|Removed |Added

 CC||dikey0fic...@disroot.org

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

[plasmashell] [Bug 484546] New: Plasma crashes when drag'n'dropping file from notifications menu

2024-03-26 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=484546

Bug ID: 484546
   Summary: Plasma crashes when drag'n'dropping file from
notifications menu
Classification: Plasma
   Product: plasmashell
   Version: 6.0.2
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: plasma-b...@kde.org
  Reporter: dikey0fic...@disroot.org
CC: k...@privat.broulik.de
  Target Milestone: 1.0

SUMMARY
Some applications, like Spectacle, Ark and Firefox, show notifications with
draggable files. For instance, if you take a screenshot using a hotkey, you
will get this type of notification. However, if you wait until the notification
disappears in the notifications applet and then try to drag'n'drop file, Plasma
crashes.

STEPS TO REPRODUCE
1. Get notification with draggable file attachment (make a screenshot or
download something in Firefox)
2. Wait until notification hides
3. Try to drag file from notifications applet

OBSERVED RESULT
Plasma crashes.

EXPECTED RESULT
Normal drag'n'drop

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20240321
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.4.12-1-default (64-bit)
Graphics Platform: Wayland

Bug were also reproduced with this configuration (https://t.me/kde_ru/268085):
Operating System: Manjaro Linux 
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.1-2-MANJARO (64-bit)
Graphics Platform: Wayland


ADDITIONAL INFORMATION
Also seen this bug on Plasma 5 with Wayland session.
Also sorry for bad English, first paragraph was written with machine
translator.

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

[NeoChat] [Bug 466330] NeoChat Crashes at launch

2023-10-06 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=466330

--- Comment #4 from Petrov Egor  ---
Created attachment 162130
  --> https://bugs.kde.org/attachment.cgi?id=162130=edit
New crash information added by DrKonqi

neochat (23.08.1) using Qt 5.15.10

Just installed NeoChat from main repo (openSUSE Tumbleweed), crashes just after
launching.

Is there enough data?

-- Backtrace (Reduced):
#4  Quotient::RoomStateView::RoomStateView(Quotient::RoomStateView const&)
(this=this@entry=0x7fff37ef1468) at
/usr/src/debug/libQuotient-0.8.1.2/Quotient/roomstateview.h:24
#5  Quotient::Room::currentState() const (this=this@entry=0x0) at
/usr/src/debug/libQuotient-0.8.1.2/Quotient/room.cpp:1574
#6  0x555b5af28939 in ImagePacksModel::reloadImages()
(this=this@entry=0x555b5d4300f0) at
/usr/src/debug/neochat-23.08.1/src/models/imagepacksmodel.cpp:105
#7  0x555b5af29b5d in ImagePacksModel::setRoom(NeoChatRoom*)
(room=, this=0x555b5d4300f0) at
/usr/src/debug/neochat-23.08.1/src/models/imagepacksmodel.cpp:73
#8  ImagePacksModel::qt_static_metacall(QObject*, QMetaObject::Call, int,
void**) (_o=_o@entry=0x555b5d4300f0, _c=_c@entry=QMetaObject::WriteProperty,
_id=_id@entry=0, _a=_a@entry=0x7fff37ef1690) at
/usr/src/debug/neochat-23.08.1/build/src/neochat_autogen/include/moc_imagepacksmodel.cpp:167

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

[NeoChat] [Bug 466330] NeoChat Crashes at launch

2023-10-06 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=466330

Petrov Egor  changed:

   What|Removed |Added

 CC||dikey0fic...@disroot.org

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

[kdevelop] [Bug 474082] No support of fish shell in `kdevelop!` script

2023-09-05 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=474082

--- Comment #6 from Petrov Egor  ---
Okay, thanks for attention.

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

[kdevelop] [Bug 474082] No support of fish shell in `kdevelop!` script

2023-09-04 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=474082

--- Comment #4 from Petrov Egor  ---
> If the path where `kdevelop!` is installed is not the first entry in $PATH, 
> you
> can create a custom, possibly empty, `kdevelop!` script in a preceding path,
> e.g. ~/.local/bin/kdevelop!. This script should take precedence over the 
> script
> provided by KDevelop. So, in this sense, the option you ask for already 
> exists.

Just tried — that's works, thanks! But i believe that it should be only
workaround, not a recommended way ;)

By option i mean checkbox in KDevelop settings menu that sets should
konsole load kdevelop! script or something else.

> The ideal solution is obvious: translate KDevelop's scripts into fish. But
> apparently no one priorities this solution highly enough to implement it.

Okay.

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

[kdevelop] [Bug 474082] No support of fish shell in `kdevelop!` script

2023-09-04 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=474082

--- Comment #2 from Petrov Egor  ---
> --- Comment #1 from Igor Kushnir  ---
> > Support of fish shell
> https://commits.kde.org/kdevelop/f3bde6dcd4767396b5fce7572be565f345adf271 
> added
> support for zsh relatively recently. If fish is similar enough to bash, you
> could easily add support for it too and create a merge request.

However, it's not so similar; at least, fish isn't POSIX and has
own syntax.

> > or at least not run `kdevelop!` script in unsupported shells
> Not running the `kdevelop!` script in unsupported shells would make
> KDevelop-specific functions defined in kdevplatform_shell_environment.sh
> unavailable. So this doesn't look like a viable general solution for me.

I mean, adding an option to disable it in terminal pane would be
enough, although it's not an ideal solution ;)

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

[kdevelop] [Bug 474082] No support of fish shell in `kdevelop!` script

2023-09-03 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=474082

Petrov Egor  changed:

   What|Removed |Added

 CC||dikey0fic...@disroot.org

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

[kdevelop] [Bug 474082] New: No support of fish shell in `kdevelop!` script

2023-09-03 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=474082

Bug ID: 474082
   Summary: No support of fish shell in `kdevelop!` script
Classification: Applications
   Product: kdevelop
   Version: 5.11.230403
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: dikey0fic...@disroot.org
  Target Milestone: ---

SUMMARY
Currently, `kdevelop!` script, which autoruns in built-in terminal pane)
supports only bash and zsh. When I'm using terminal, it loads into fish, but
immediately runs `kdevelop!` script, which start interactive bash shell.


STEPS TO REPRODUCE
1. Set fish as your $SHELL;
2. Open terminal pane in kdevelop;

EXPECTED RESULT
Support of fish shell or at least not run `kdevelop!` script in unsupported
shells

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20230828
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.4.11-1-default (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 4600H with Radeon Graphics
Memory: 15.0 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: HUAWEI
Product Name: HLYL-WXX9
System Version: M1010

ADDITIONAL INFORMATION
$SHELL: /usr/bin/fish

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

[kate] [Bug 470559] New: [wish] Vim-like commands for folding/unfolding code

2023-06-02 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=470559

Bug ID: 470559
   Summary: [wish] Vim-like commands for folding/unfolding code
Classification: Applications
   Product: kate
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Vi Input Mode
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: dikey0fic...@disroot.org
  Target Milestone: ---

SUMMARY:
In Vim there are special commands to fold/unfold code, like `za` (toggles
fold), `zo` (opens fold), `zc` (closes fold) and so on. It would be nice if
these combinations were also available in Kate's Vi Input mode.

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

[kwin] [Bug 402857] Touchpad gestures are not configurable

2023-03-13 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=402857

Petrov Egor  changed:

   What|Removed |Added

 CC||m...@dikey0ficial.rf.gd

--- Comment #4 from Petrov Egor  ---
Sadly that in the most configurable DE touchpad gestures couldn'be customized;(

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

[kalendar] [Bug 463145] Kalendar crash when changing completition status of tasks

2022-12-18 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=463145

Petrov Egor  changed:

   What|Removed |Added

 CC||m...@dikey0ficial.rf.gd

--- Comment #1 from Petrov Egor  ---
Have the same problem ad error in trace. Also have this on changing name after
double-clicking on task.
Maybe that's openSUSE-specific problem?

Operating System: openSUSE Tumbleweed 20221216
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7
Kernel Version: 6.0.12-1-default (64-bit)
Graphics Platform: X11

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

[dolphin] [Bug 459545] Cannot delete from trash clicking "Delete" button: Changing the attributes of files is not supported with protocol trash

2022-10-16 Thread Petrov Egor
https://bugs.kde.org/show_bug.cgi?id=459545

--- Comment #5 from Petrov Egor  ---
Updated to Plasma 5.26. Nothing changed, bug still reproduces

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