[krunner] [Bug 421833] .bashrc command breaks krunner

2020-06-15 Thread Pau Ruiz Safont
https://bugs.kde.org/show_bug.cgi?id=421833

Pau Ruiz Safont  changed:

   What|Removed |Added

 CC||unduthe...@gmail.com

--- Comment #6 from Pau Ruiz Safont  ---
I've narrowed it down to these lines in my config.fish:

set -x LESS_TERMCAP_mb (printf "\e[01;31m")  # begin blinking
set -x LESS_TERMCAP_md (printf "\e[01;31m")  # begin bold
set -x LESS_TERMCAP_me (printf "\e[0m")  # end mode
set -x LESS_TERMCAP_se (printf "\e[0m")  # end standout-mode
set -x LESS_TERMCAP_so (printf "\e[01;44;33m")   # begin standout-mode - info
box
set -x LESS_TERMCAP_ue (printf "\e[0m")  # end underline
set -x LESS_TERMCAP_us (printf "\e[01;32m")  # begin underline

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

[krunner] [Bug 417050] Launched programs are missing env vars under X

2020-06-15 Thread Pau Ruiz Safont
https://bugs.kde.org/show_bug.cgi?id=417050

--- Comment #3 from Pau Ruiz Safont  ---
This still happens to me:

KDE Plasma Version: 5.19.0
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.1

On https://bugs.kde.org/show_bug.cgi?id=421833 a more detailed explanation is
given: sourcing the file
https://github.com/trapd00r/LS_COLORS/blob/master/LS_COLORS on bashrc (or
fish.init in my case) produces this behaviour.

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

[krunner] [Bug 417050] New: Launched programs are missing env vars under X

2020-02-02 Thread Pau Ruiz Safont
https://bugs.kde.org/show_bug.cgi?id=417050

Bug ID: 417050
   Summary: Launched programs are missing env vars under X
   Product: krunner
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: unduthe...@gmail.com
  Target Milestone: ---

SUMMARY
Programs launched with krunner on X are missing environment variables compared
to using the app launcher and wayland.
This results in broken theming because DESKTOP_SESSION is not set.

STEPS TO REPRODUCE
1. launch a plasma X session
2. invoke krunner 
3. type konsole and press enter
4. run printenv > krunner.out
5. click on the menu button 
6. type konsole and press enter
7. run printenv > applauncher.out
8. run diff -u krunner.out applauncher.out

OBSERVED RESULT
There are a lot of environment variables present in applauncher.out that are
missing in krunner.out:

DESKTOP_SESSION
DESKTOP_SESSION
KDE_FULL_SESSION
KDE_SESSION_UID
KDE_SESSION_VERSION
PAM_KWALLET5_LOGIN
QT_AUTO_SCREEN_SCALE_FACTOR
SESSION_MANAGER
XCURSOR_SIZE
XCURSOR_THEME
XDG_CURRENT_DESKTOP
XDG_DATA_DIRS
XDG_SEAT
XDG_SEAT_PATH
XDG_SESSION_CLASS
XDG_SESSION_DESKTOP
XDG_SESSION_ID
XDG_SESSION_PATH
XDG_SESSION_TYPE
XDG_VTNR

The path variable is incorrectly set and missing a lot of directories
-PATH=/home/pau/.local/bin:/home/pau/.local/share/go/bin:/home/pau/.local/share/cargo/bin:/home/pau/code/misc/scripts:/usr/local/bin:/usr/bin
+PATH=/home/pau/.local/bin:/home/pau/.local/share/go/bin:/home/pau/.local/share/cargo/bin:/home/pau/code/misc/scripts:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/emulator:/opt/android-ndk:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

EXPECTED RESULT
when doing the same procedure on wayland we see only the following differences,
which is more reasonable:
$ diff -u wayland_krunner wayland_app_launcher
-DBUS_STARTER_ADDRESS=unix:abstract=/tmp/dbus-cTW2sJ38w5,guid=a7191eb7c568d2893ba3c0c65e369089
-DBUS_STARTER_BUS_TYPE=session
-KONSOLE_DBUS_SERVICE=:1.51
+KONSOLE_DBUS_SERVICE=:1.54
+SESSION_MANAGER=local/alnitak:@/tmp/.ICE-unix/7823,unix/alnitak:/tmp/.ICE-unix/7823
-SHELL_SESSION_ID=bf533c89b8974b4b87b52947c7b27690
+SHELL_SESSION_ID=05b7d42477244cf6be81077e6f1fcc85

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch
KDE Plasma Version: 5.17.5 
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.1

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

[kmail2] [Bug 405703] Kmail crashes when layout is changed

2019-06-27 Thread Pau Garcia i Quiles
https://bugs.kde.org/show_bug.cgi?id=405703

--- Comment #1 from Pau Garcia i Quiles  ---
Created attachment 121198
  --> https://bugs.kde.org/attachment.cgi?id=121198&action=edit
New crash information added by DrKonqi

kmail (5.10.3) using Qt 5.9.7

- What I was doing when the application crashed:

Changing the layout from messages below to messages on the right


- Custom settings of the application:

Exchange account (EWS)

-- Backtrace (Reduced):
#7  0x7fe9f351b4c8 in QWidget::insertAction(QAction*, QAction*) () from
/usr/lib64/libQt5Widgets.so.5
[...]
#13 0x7fe9f189e93b in KXMLGUIFactory::plugActionList(KXMLGUIClient*,
QString const&, QList const&) () from /usr/lib64/libKF5XmlGui.so.5
#14 0x7fe9ecdddf7d in
PimCommon::PluginInterface::initializePluginActions(QString const&,
KXMLGUIClient*) () from /usr/lib64/libKF5PimCommonAkonadi.so.5
#15 0x7fe9f466a69e in KMMainWidget::initializePluginActions() () from
/usr/lib64/libkmailprivate.so.5
#16 0x7fe9f462e470 in KMMainWin::slotUpdateGui() () from
/usr/lib64/libkmailprivate.so.5

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

[kmail2] [Bug 405703] Kmail crashes when layout is changed

2019-06-27 Thread Pau Garcia i Quiles
https://bugs.kde.org/show_bug.cgi?id=405703

Pau Garcia i Quiles  changed:

   What|Removed |Added

 CC||pgqui...@elpauer.org

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

[kwin] [Bug 404823] Issue with tty

2019-03-14 Thread Pau
https://bugs.kde.org/show_bug.cgi?id=404823

Pau  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |NOT A BUG

--- Comment #3 from Pau  ---
Sorry I can't reproduce this error.

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

[kwin] [Bug 404823] New: Issue with tty

2019-02-25 Thread Pau
https://bugs.kde.org/show_bug.cgi?id=404823

Bug ID: 404823
   Summary: Issue with tty
   Product: kwin
   Version: 5.15.1
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: yonab...@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.15.1)

Qt Version: 5.12.0
Frameworks Version: 5.55.0
Operating System: Linux 4.15.0-45-generic x86_64
Distribution: KDE neon User Edition 5.15

-- Information about the crash:
- What I was doing when the application crashed:
Changing from plasma desktop to a tty. When back to desktop appears an icon
with a segmentation fault.

The crash can be reproduced every time.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f37e005b840 (LWP 1602))]

Thread 5 (Thread 0x7f37a7fff700 (LWP 1726)):
#0  0x7f37d88bd9f3 in futex_wait_cancelable (private=,
expected=0, futex_word=0x7f37dbeb8fb8) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  0x7f37d88bd9f3 in __pthread_cond_wait_common (abstime=0x0,
mutex=0x7f37dbeb8f68, cond=0x7f37dbeb8f90) at pthread_cond_wait.c:502
#2  0x7f37d88bd9f3 in __pthread_cond_wait (cond=0x7f37dbeb8f90,
mutex=0x7f37dbeb8f68) at pthread_cond_wait.c:655
#3  0x7f37dbbc2844 in  () at /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#4  0x7f37dbbc2889 in  () at /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#5  0x7f37d88b76db in start_thread (arg=0x7f37a7fff700) at
pthread_create.c:463
#6  0x7f37df9b988f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f37bdabf700 (LWP 1705)):
#0  0x7f37df9accf6 in __GI_ppoll (fds=0x7f37ac000d28, nfds=1,
timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1  0x7f37dcef0e41 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f37dcef254e in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f37dce9664a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f37dccbe41a in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f37d72bc2e5 in  () at /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#6  0x7f37dccbfbc2 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f37d88b76db in start_thread (arg=0x7f37bdabf700) at
pthread_create.c:463
#8  0x7f37df9b988f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f37c4c4f700 (LWP 1636)):
#0  0x7f37df9accf6 in __GI_ppoll (fds=0x7f37b800e9d8, nfds=1,
timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1  0x7f37dcef0e41 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f37dcef254e in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f37dce9664a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f37dccbe41a in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f37d611e015 in  () at /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#6  0x7f37dccbfbc2 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f37d88b76db in start_thread (arg=0x7f37c4c4f700) at
pthread_create.c:463
#8  0x7f37df9b988f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f37c713f700 (LWP 1609)):
#0  0x7f37df9acbf9 in __GI___poll (fds=0x7f37c713ec78, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f37dc9fb747 in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f37dc9fd36a in xcb_wait_for_event () at
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f37c7e6a32a in  () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7f37dccbfbc2 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f37d88b76db in start_thread (arg=0x7f37c713f700) at
pthread_create.c:463
#6  0x7f37df9b988f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f37e005b840 (LWP 1602)):
[KCrash Handler]
#6  0x7f37dc1d1a0e in  () at
/usr/lib/x86_64-linux-gnu/libkwin4_effect_builtins.so.1
#7  0x7f37dc1d1ae4 in  () at
/usr/lib/x86_64-linux-gnu/libkwin4_effect_builtins.so.1
#8  0x7f37dc1d3055 in  () at
/usr/lib/x86_64-linux-gnu/libkwin4_effect_builtins.so.1
#9  0x7f37dc1d3a4b in  () at
/usr/lib/x86_64-linux-gnu/libkwin4_effect_builtins.so.1
#10 0x7f37df5006ae in
KWin::EffectsHandlerImpl::drawWindow(KWin::EffectWindow*, int, QRegion,
KWin::WindowPaintData&) () at /usr/lib/x86_64-linux-gnu/libkwin.so.5
#11 0x7f37dc143975 in  () at
/usr/lib/x86_64-linux-gnu/libkwin4_effect_builtins.so

[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway

2018-09-11 Thread Pau Ruiz Safont
https://bugs.kde.org/show_bug.cgi?id=75324

Pau Ruiz Safont  changed:

   What|Removed |Added

 CC||unduthe...@gmail.com

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

[kde-windows] [Bug 281334] Qt plugins cannot be found.

2018-09-03 Thread Pau Garcia i Quiles
https://bugs.kde.org/show_bug.cgi?id=281334

Pau Garcia i Quiles  changed:

   What|Removed |Added

 CC|pgqui...@elpauer.org|

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

[ksnapshot] [Bug 228805] more efficient screenshot handling

2018-09-03 Thread Pau Garcia i Quiles
https://bugs.kde.org/show_bug.cgi?id=228805

Pau Garcia i Quiles  changed:

   What|Removed |Added

 CC|pgqui...@elpauer.org|

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

[kwin] [Bug 389250] New: KWin crashes when using the task switcher

2018-01-20 Thread Pau Ruiz Safont
https://bugs.kde.org/show_bug.cgi?id=389250

Bug ID: 389250
   Summary: KWin crashes when using the task switcher
   Product: kwin
   Version: 5.11.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: unduthe...@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.11.5)

Qt Version: 5.10.0
Frameworks Version: 5.42.0
Operating System: Linux 4.15.0-1-MANJARO x86_64
Distribution: "Manjaro Linux"

-- Information about the crash:
- What I was doing when the application crashed:

I was switching windows with alt + tab.

It happened every time I activated the task switcher while using the "breeze"
theme.
Once I changed the switcher's theme Kwin stopped crashing, even when using
"Breeze" back again.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f38686a3840 (LWP 3223))]

Thread 25 (Thread 0x7f376531d700 (LWP 14918)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f3835b39fbc in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f3835b39ec8 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 24 (Thread 0x7f3766ffd700 (LWP 14917)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f3835b39fbc in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f3835b39ec8 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 23 (Thread 0x7f3808f44700 (LWP 9740)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f3835b39fbc in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f3835b39ec8 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 22 (Thread 0x7f3765b1e700 (LWP 9739)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f3835b39fbc in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f3835b39ec8 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 21 (Thread 0x7f3772a67700 (LWP 9738)):
#0  0x7f386802ea16 in ppoll () at /usr/lib/libc.so.6
#1  0x7f3865609213 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7f386560a9af in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7f38655af82b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7f38653bf78e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7f38653c4b2d in  () at /usr/lib/libQt5Core.so.5
#6  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#7  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 20 (Thread 0x7f380bfff700 (LWP 8490)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f3835b39fbc in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f3835b39ec8 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 19 (Thread 0x7f3828d75700 (LWP 8489)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f3835b39fbc in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f3835b39ec8 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 18 (Thread 0x7f37677fe700 (LWP 14024)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f3835b39fbc in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f3835b39ec8 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 17 (Thread 0x7f3767fff700 (LWP 14023)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f3835b39fbc in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f3835b39ec8 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f3860f4908c in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f3868038e1f in clone () at /usr/lib/libc.so.6

Thread 16 (Thread 0x7f37fd027700 (LWP 30412)):
#0  0x7f3860f4f39d in pthread_cond_wait@@GLIBC_2.