[frameworks-kwayland] [Bug 373907] Implement Wayland Primary Selection Protocol (middle-click paste)

2019-10-10 Thread Tomasz C.
https://bugs.kde.org/show_bug.cgi?id=373907

Tomasz C.  changed:

   What|Removed |Added

 CC||tli...@cebula.eu.org

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

[konsole] [Bug 373905] dbus - can not refer to the current instance

2017-01-23 Thread Tomasz C .
https://bugs.kde.org/show_bug.cgi?id=373905

--- Comment #2 from Tomasz C. <toma...@o2.pl> ---
Thank you for the information.

Please update the information on the page:
https://docs.kde.org/stable5/en/applications/konsole/scripting.html

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

[Akonadi] [Bug 373443] Mail Dispatcher Agent spins at 100% CPU after upgrade from 4:16.08.2+p16.04+git20161117.2322-0 to 4:16.08.3+p16.04+git20161207.0319-0

2016-12-19 Thread Tomasz C .
https://bugs.kde.org/show_bug.cgi?id=373443

Tomasz C. <toma...@o2.pl> changed:

   What|Removed |Added

 CC||toma...@o2.pl

--- Comment #4 from Tomasz C. <toma...@o2.pl> ---
Can you fix it:
lsof -p 

Example return:
...
akonadi_m 3035 user   10r  REG8,3  324 3807516
/home/user/.config/akonadi/agent_config_akonadi_migration_agent_changes.dat

- stop akonadi,
- rename file agent_config_akonadi_migration_agent_changes.dat
- start akonadi

The same for the other akonadi process (100% CPU)

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

[konsole] [Bug 373905] dbus - can not refer to the current instance

2016-12-19 Thread Tomasz C .
https://bugs.kde.org/show_bug.cgi?id=373905

Tomasz C. <toma...@o2.pl> changed:

   What|Removed |Added

 CC||toma...@o2.pl

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

[konsole] [Bug 373905] New: dbus - can not refer to the current instance

2016-12-19 Thread Tomasz C .
https://bugs.kde.org/show_bug.cgi?id=373905

Bug ID: 373905
   Summary: dbus - can not refer to the current instance
   Product: konsole
   Version: 16.12.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: toma...@o2.pl
  Target Milestone: ---

In konsole version 16.08 in dbus you could refer to the current instance, for
example:
qdbus org.kde.konsole $KONSOLE_DBUS_SESSION setTitle 1 'Title'

After upgrade konsole to version 16.12 this is not possible, you must specify
the PID.
qdbus org.kde.konsole-28263 $KONSOLE_DBUS_SESSION
org.kde.konsole.Session.setTitle 1 "Title2"

When there is more than one process konsole, you can not be determined
automatically PID. This makes it impossible unambiguous reference to the
current process of konsole.

I know that it is possible to run multiple windows in a single process konsole,
but it has two problems:
- You have to remember to create a new window instead of the process,
- In the case of crash you lose all the windows - because they were in a single
process,

If the PID option for some reason must stay, please add the reference to the
current instance for example:

qdbus org.kde.konsole-current $KONSOLE_DBUS_SESSION
org.kde.konsole.Session.setTitle 1 "Title2"

or system variable with current instance like KONSOLE_DBUS_SESSION, example:
#echo $KONSOLE_DBUS_INSTANCE
org.kde.konsole-28263

to make it possible:
qdbus $KONSOLE_DBUS_INSTANCE $KONSOLE_DBUS_SESSION
org.kde.konsole.Session.setTitle 1 "Title2"

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

[kteatime] [Bug 369124] (Regression) Incorrect, outdated kteatime icon

2016-09-20 Thread Tomasz C . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369124

Tomasz C. <toma...@o2.pl> changed:

   What|Removed |Added

 CC||toma...@o2.pl

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


[kteatime] [Bug 369124] New: (Regression) Incorrect, outdated kteatime icon

2016-09-20 Thread Tomasz C . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369124

Bug ID: 369124
   Summary: (Regression) Incorrect, outdated kteatime icon
   Product: kteatime
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@hilefoks.org
  Reporter: toma...@o2.pl

After update kteatime to version 16.08.1 systray icon was restored with kde4
and did not fit the Plasma 5.

I think it's better to undo the change and let it be a nice icon that
corresponds to the Plasma 5, although it will not be a progress bar.

Reproducible: Always

Steps to Reproduce:
1. Update kteatime to version 16.08.1
2. Run kteatime




Regression commit:
https://bugs.kde.org/show_bug.cgi?id=279222

Icon before:
https://quickgit.kde.org/?p=plasma-framework.git=blob=e22d98e21b553fa7669167517c02032078c14a0e=16b478a8275f7718f13f6d29a0f6a6caafbc78f8=src%2Fdesktoptheme%2Fbreeze%2Ficons%2Fkteatime.svgz

Icon after:
https://quickgit.kde.org/?p=kteatime.git=blob=f53048c3c19f91a198de653add8889225f8c3a7b=7c93786615bae868b6412a875d9010b06b5380d1=data%2Ficons%2F48-apps-kteatime.png

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


[kteatime] [Bug 279222] icon of the progress of the system tray doesn't work

2016-09-16 Thread Tomasz C . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=279222

--- Comment #17 from Tomasz C. <toma...@o2.pl> ---
A progress bar still does not work in version 16.08.1
Systray icon was restored with kde4 and did not fit the Plasma 5.

I think it's better to undo the change and let it be a nice icon that
corresponds to the Plasma 5, although it will not be a progress bar.

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-06-15 Thread Tomasz C . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

Tomasz C. <toma...@o2.pl> changed:

   What|Removed |Added

 CC||toma...@o2.pl

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


[kmix] [Bug 364141] Kmix crashes when trying to change the volume for individual streams with scrollwheel from systray

2016-06-15 Thread Tomasz C . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364141

Tomasz C. <toma...@o2.pl> changed:

   What|Removed |Added

 CC||toma...@o2.pl

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