[plasmashell] [Bug 364724] Workspace and wallpapers misaligned on multiple monitors in portrait rotation

2016-06-25 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364724 Christoph Feck changed: What|Removed |Added Component|general |Image Wallpaper Assignee|plasma-deve

[Differential] [Commented On] D2003: Install a signal handler for SIGABRT and SIGSEGV for kwin_wayland

2016-06-25 Thread tcberner (Tobias C. Berner)
tcberner added inline comments. INLINE COMMENTS > bshah wrote in main_wayland.cpp:424-426 > This also need adaption for HAVE_PROC_TRACE_CTL perhaps? @tcberner can help > us here maybe. Sure, I will create a request as soon as I have some time to add it. Btw, couldn't this be added as some func

[Differential] [Closed] D2003: Install a signal handler for SIGABRT and SIGSEGV for kwin_wayland

2016-06-25 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes. Closed by commit rKWINb487da02cd97: Install a signal handler for SIGABRT and SIGSEGV for kwin_wayland (authored by graesslin). REPOSITORY rKWIN KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2003?vs=4718&i

[Differential] [Accepted] D2003: Install a signal handler for SIGABRT and SIGSEGV for kwin_wayland

2016-06-25 Thread bshah (Bhushan Shah)
bshah accepted this revision. bshah added a subscriber: tcberner. bshah added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > main_wayland.cpp:424-426 > +#if HAVE_PR_SET_DUMPABLE > +prctl(PR_SET_DUMPABLE, 1); > +#endif This also need adaption for HAVE_PROC

[Differential] [Request, 12 lines] D2003: Install a signal handler for SIGABRT and SIGSEGV for kwin_wayland

2016-06-25 Thread Martin Gräßlin
graesslin created this revision. graesslin added reviewers: Plasma on Wayland, KWin, bshah. Restricted Application added subscribers: kwin, plasma-devel. Restricted Application added projects: Plasma on Wayland, KWin. REVISION SUMMARY kwin_wayland disables ptrace on itself. This has the side eff

[Differential] [Commented On] D1813: Fix selected name filter with multiple mimetypes

2016-06-25 Thread elvisangelaccio (Elvis Angelaccio)
elvisangelaccio added a comment. Ping? REPOSITORY rPLASMAINTEGRATION Integration for Qt applications in Plasma REVISION DETAIL https://phabricator.kde.org/D1813 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: elvisangelaccio, #plasma Cc: mart, plasma

[Differential] [Commented On] D2000: Make it possible to adjust volume even if it's muted

2016-06-25 Thread jensreuterberg (Jens Reuterberg)
jensreuterberg added a comment. How is this presented to the user, visually? I mean when using shortcuts the pop-up (early morning the oms/cms/abbreviation-thing) that shows you sound is muted, or lowered/raised is on screen for just a flicker - which for most are enough since the informatio

[Plasma Workspace Wallpapers] [Bug 364724] Workspace and wallpapers misaligned on multiple monitors in portrait rotation

2016-06-25 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364724 --- Comment #1 from Martin Gräßlin --- > 1. Configure multiple monitors from Display Manager or NVidia Application How does that look like when you use Plasma's configuration tool? Does your setup support XRandR? If yes, can you add the output of XRand

[Differential] [Commented On] D2000: Make it possible to adjust volume even if it's muted

2016-06-25 Thread drosca (David Rosca)
drosca added inline comments. INLINE COMMENTS > VolumeSlider.qml:44 > visible: HasVolume > -enabled: VolumeWritable && !Muted > +enabled: VolumeWritable > It should also change opacity when muted here. REPOSITORY rPLASMAPA Plasma Audio Volume Applet REVISION DETAIL