[clazy] [Bug 398633] Feature request add tests for qt containers and qobjects

2018-09-15 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=398633

--- Comment #2 from Mike Harris  ---
Can there at least be some form of bounds checking?

I'm not sure what other common standard library like container issues are
common but maybe some of the most generic common?

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

[clazy] [Bug 398633] New: Feature request add tests for qt containers and qobjects

2018-09-14 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=398633

Bug ID: 398633
   Summary: Feature request add tests for qt containers and
qobjects
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: mike.a.har...@outlook.com
CC: smart...@kde.org
  Target Milestone: ---

I have a very simple example that refuses to be flagged by either clang,
clang-tidy, clazy, or Krazy2.

QVector myVec;
myVec.push_back(1);
myVec.push_back(2);
int third = myVec.at(3);
int otherThird =myVec[3];
obviously this segfaults because there was never a third element.

The issue is that no single IDE or plugin will flag this. It'll ASSERT in Qt
Creator debug build run but that's after it compiles.

there has to be some intellisense like thing in the editor or any static
analysis tool that can read Qt Containers.

"Just add the Qt source to your code model" you might say well compiling every
single part of Qt takes many days so not an option.

Another example is

QCheckBox *myCheckbox = new QCheckBox();
QListView *myListView = qobject_cast(myCheckBox); //will  equal
null
QSize size = myListView->gridSize(); //myListView is null so crashes with
segfault again

This leads to deep bugs that aren't flagged with any static analysis tool.

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

[kmail2] [Bug 393185] When user has 2 different gmail accounts one using smtp.gmail.com and smtp.googlemail.com and sending from the smtp.googlemail.com it always sends it from the smtp.gmail.com even

2018-05-24 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=393185

Mike Harris <mike.a.har...@outlook.com> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

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

[kmail2] [Bug 393185] When user has 2 different gmail accounts one using smtp.gmail.com and smtp.googlemail.com and sending from the smtp.googlemail.com it always sends it from the smtp.gmail.com even

2018-04-16 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=393185

Mike Harris <mike.a.har...@outlook.com> changed:

   What|Removed |Added

Summary|When user has 2 gmail   |When user has 2 different
   |accounts one using  |gmail accounts one using
   |smtp.gmail.com and  |smtp.gmail.com and
   |smtp.googlemail.com and |smtp.googlemail.com and
   |sending from the|sending from the
   |smtp.googlemail.com it  |smtp.googlemail.com it
   |always sends it from the|always sends it from the
   |smtp.gmail.com even when|smtp.gmail.com even when
   |sending from|sending from
   |smtp.googlemail.com email   |smtp.googlemail.com email
   |address |address

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

[kmail2] [Bug 393185] When user has 2 gmail accounts one using smtp.gmail.com and smtp.googlemail.com and sending from the smtp.googlemail.com it always sends it from the smtp.gmail.com even when send

2018-04-16 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=393185

Mike Harris <mike.a.har...@outlook.com> changed:

   What|Removed |Added

Summary|When user has 2 gmail   |When user has 2 gmail
   |accounts one using  |accounts one using
   |smtp.gmail.com and  |smtp.gmail.com and
   |smtp.googlemail.com and |smtp.googlemail.com and
   |sending from the|sending from the
   |smtp.googlemail.com it  |smtp.googlemail.com it
   |always sends it from the|always sends it from the
   |smtp.gmail.com even when|smtp.gmail.com even when
   |sending from|sending from
   |smtp.googlemail.com |smtp.googlemail.com email
   ||address

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

[kmail2] [Bug 393185] New: When user has 2 gmail accounts one using smtp.gmail.com and smtp.googlemail.com and sending from the smtp.googlemail.com it always sends it from the smtp.gmail.com even when

2018-04-16 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=393185

Bug ID: 393185
   Summary: When user has 2 gmail accounts one using
smtp.gmail.com and smtp.googlemail.com and sending
from the smtp.googlemail.com it always sends it from
the smtp.gmail.com even when sending from
smtp.googlemail.com
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: mike.a.har...@outlook.com
  Target Milestone: ---

Steps to reproduce:
Create 2 gmail accounts
1 account uses the standard imap.gmail.com and smtp.gmail.com
2nd account uses imap.googlemail.com and smtp.googlemail.com

both have separate identities to their respective account.

Send a message using the smtp.googlemail.com 

result: sends from smtp.gmail.com even though everything is listed from the
smtp.googlemail.com account

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

[kmail2] [Bug 392977] Threading from with same subject but different sender shows in wrong thread

2018-04-13 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=392977

--- Comment #1 from Mike Harris <mike.a.har...@outlook.com> ---
Created attachment 112016
  --> https://bugs.kde.org/attachment.cgi?id=112016=edit
These senders are two different email threads that shouldn't be grouped

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

[kmail2] [Bug 392977] New: Threading from with same subject but different sender shows in wrong thread

2018-04-10 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=392977

Bug ID: 392977
   Summary: Threading from with same subject but different sender
shows in wrong thread
   Product: kmail2
   Version: 5.7.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: message list
  Assignee: kdepim-b...@kde.org
  Reporter: mike.a.har...@outlook.com
  Target Milestone: ---

In the inbox if an email has the same subject but different sender it shows in
the thread of the wrong sender.

It should be it's own separate thread not added to the thread of a different
person

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

[plasmashell] [Bug 386610] Receiving a notification from kde connect while viewing multiple desktops causes lock up (possibly all notifications)

2018-03-10 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386610

--- Comment #4 from Mike Harris <mike.a.har...@outlook.com> ---
I had to create my kwin because it was buggy here's the new one

KWin Support Information:
The following information should be used when requesting support on e.g.
http://forum.kde.org.
It provides information about the currently running instance, which options are
used,
what OpenGL driver and which effects are running.
Please post the information provided underneath this introductory text to a
paste bin service
like http://paste.kde.org instead of pasting into support threads.

==

Version
===
KWin version: 5.12.3
Qt Version: 5.10.1
Qt compile version: 5.10.1
XCB compile version: 1.12

Operation Mode: X11 only

Build Options
=
KWIN_BUILD_DECORATIONS: yes
KWIN_BUILD_TABBOX: yes
KWIN_BUILD_ACTIVITIES: yes
HAVE_INPUT: yes
HAVE_DRM: yes
HAVE_GBM: yes
HAVE_X11_XCB: yes
HAVE_EPOXY_GLX: yes
HAVE_WAYLAND_EGL: yes

X11
===
Vendor: The X.Org Foundation
Vendor Release: 11906000
Protocol Version/Revision: 11/0
SHAPE: yes; Version: 0x11
RANDR: yes; Version: 0x14
DAMAGE: yes; Version: 0x11
Composite: yes; Version: 0x4
RENDER: yes; Version: 0xb
XFIXES: yes; Version: 0x50
SYNC: yes; Version: 0x31
GLX: yes; Version: 0x0

Decoration
==
Plugin: org.kde.breeze
Theme: 
Blur: 0
onAllDesktopsAvailable: true
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
decorationButtonsLeft: 0, 2
decorationButtonsRight: 6, 3, 4, 5
borderSize: 3
gridUnit: 10
font: Noto Sans,10,-1,0,50,0,0,0,0,0,Regular
smallSpacing: 2
largeSpacing: 10

Platform
==
Name: KWin::X11StandalonePlatform

Options
===
focusPolicy: 0
nextFocusPrefersMouse: false
clickRaise: true
autoRaise: false
autoRaiseInterval: 0
delayFocusInterval: 0
shadeHover: false
shadeHoverInterval: 250
separateScreenFocus: false
placement: 4
focusPolicyIsReasonable: true
borderSnapZone: 10
windowSnapZone: 10
centerSnapZone: 0
snapOnlyWhenOverlapping: false
rollOverDesktops: true
focusStealingPreventionLevel: 1
legacyFullscreenSupport: false
operationTitlebarDblClick: 5000
operationMaxButtonLeftClick: 5000
operationMaxButtonMiddleClick: 5015
operationMaxButtonRightClick: 5014
commandActiveTitlebar1: 0
commandActiveTitlebar2: 30
commandActiveTitlebar3: 2
commandInactiveTitlebar1: 4
commandInactiveTitlebar2: 30
commandInactiveTitlebar3: 2
commandWindow1: 7
commandWindow2: 8
commandWindow3: 8
commandWindowWheel: 31
commandAll1: 10
commandAll2: 3
commandAll3: 14
keyCmdAllModKey: 16777251
showGeometryTip: false
condensedTitle: false
electricBorderMaximize: true
electricBorderTiling: true
electricBorderCornerRatio: 0.25
borderlessMaximizedWindows: false
killPingTimeout: 5000
hideUtilityWindowsForInactive: true
inactiveTabsSkipTaskbar: false
autogroupSimilarWindows: false
autogroupInForeground: true
compositingMode: 1
useCompositing: true
compositingInitialized: true
hiddenPreviews: 1
glSmoothScale: 2
xrenderSmoothScale: false
maxFpsInterval: 1666
refreshRate: 0
vBlankTime: 600
glStrictBinding: true
glStrictBindingFollowsDriver: true
glCoreProfile: false
glPreferBufferSwap: 97
glPlatformInterface: 1
windowsBlockCompositing: true

Screen Edges

desktopSwitching: false
desktopSwitchingMovingClients: false
cursorPushBackDistance: 1x1
timeThreshold: 150
reActivateThreshold: 350
actionTopLeft: 0
actionTop: 0
actionTopRight: 0
actionRight: 0
actionBottomRight: 0
actionBottom: 0
actionBottomLeft: 0
actionLeft: 0

Screens
===
Multi-Head: no
Active screen follows mouse:  no
Number of Screens: 1

Screen 0:
-
Name: HDMI-1
Geometry: 0,0,1920x1080
Scale: 1
Refresh Rate: 60


Compositing
===
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: AMD OLAND (DRM 2.50.0 / 4.15.7-1-ARCH, LLVM 5.0.1)
OpenGL version string: 3.0 Mesa 17.3.6
OpenGL platform interface: GLX
OpenGL shading language version string: 1.30
Driver: Unknown
GPU class: Unknown
OpenGL version: 3.0
GLSL version: 1.30
Mesa version: 17.3.6
X server version: 1.19.6
Linux kernel version: 4.15.7
Direct rendering: Requires strict binding: yes
GLSL shaders:  yes
Texture NPOT support:  yes
Virtual Machine:  no
OpenGL 2 Shaders are used
Painting blocks for vertical retrace:  no

Loaded Effects:
---
zoom
kwin4_effect_fade
kwin4_effect_windowaperture
kwin4_effect_login
kwin4_effect_translucency
kwin4_effect_frozenapp
kwin4_effect_dialogparent
kwin4_effect_logout
kwin4_effect_maximize
kwin4_effect_morphingpopups
slidingpopups
slide
screenshot
minimizeanimation
desktopgrid
colorpicker
presentwindows
highlightwindow
blur
contrast
startupfeedback
screenedge
kscreen

Currently Active Effects:
-
blur
contrast

Effect Settings:

zoom:
zoomFactor: 1.2
mousePointer: 0
mouseTracking: 0
enableFocusTracking: false
followFocus: true
focusDelay: 350
moveFactor: 20
targetZoom: 1

kwin4_effect_fade:

kwin4_effect_windowaperture:

kwin4_effect

[kmail2] [Bug 391165] [FEATURE REQUEST] markdown support

2018-02-27 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=391165

--- Comment #2 from Mike Harris <mike.a.har...@outlook.com> ---
The ability to write markdown emails and when sent converted to html.

You can write html in a message but not for something like embedding code into
an email with syntax highlighting like markdown uses `` for code.

Currently the only way to write is either html or rich text.

Adding markdown for composing would be very beneficial.

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

[kmail2] [Bug 391165] New: [FEATURE REQUEST] markdown support

2018-02-27 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=391165

Bug ID: 391165
   Summary: [FEATURE REQUEST] markdown support
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: mike.a.har...@outlook.com
  Target Milestone: ---

This is a feature request.

The ability to write in markdown and have it sent formatted as html

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

[kdeconnect] [Bug 386610] Receiving a notification from kde connect while viewing multiple desktops causes lock up (possibly all notifications)

2017-11-27 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386610

--- Comment #3 from Mike Harris <mike.a.har...@outlook.com> ---
KWin Support Information:
The following information should be used when requesting support on e.g.
http://forum.kde.org.
It provides information about the currently running instance, which options are
used,
what OpenGL driver and which effects are running.
Please post the information provided underneath this introductory text to a
paste bin service
like http://paste.kde.org instead of pasting into support threads.

==

Version
===
KWin version: 5.11.3
Qt Version: 5.9.3
Qt compile version: 5.9.2
XCB compile version: 1.12

Operation Mode: X11 only

Build Options
=
KWIN_BUILD_DECORATIONS: yes
KWIN_BUILD_TABBOX: yes
KWIN_BUILD_ACTIVITIES: yes
HAVE_INPUT: yes
HAVE_DRM: yes
HAVE_GBM: yes
HAVE_X11_XCB: yes
HAVE_EPOXY_GLX: yes
HAVE_WAYLAND_EGL: yes

X11
===
Vendor: The X.Org Foundation
Vendor Release: 11905000
Protocol Version/Revision: 11/0
SHAPE: yes; Version: 0x11
RANDR: yes; Version: 0x14
DAMAGE: yes; Version: 0x11
Composite: yes; Version: 0x4
RENDER: yes; Version: 0xb
XFIXES: yes; Version: 0x50
SYNC: yes; Version: 0x31
GLX: yes; Version: 0x0

Decoration
==
Plugin: org.kde.breeze
Theme: 
Blur: 0
onAllDesktopsAvailable: true
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
decorationButtonsLeft: 0, 1, 2
decorationButtonsRight: 6, 3, 4, 5
borderSize: 3
gridUnit: 10
font: Noto Sans,10,-1,0,50,0,0,0,0,0,Regular
smallSpacing: 2
largeSpacing: 10

Options
===
focusPolicy: 0
nextFocusPrefersMouse: false
clickRaise: true
autoRaise: false
autoRaiseInterval: 0
delayFocusInterval: 0
shadeHover: false
shadeHoverInterval: 250
separateScreenFocus: false
placement: 4
focusPolicyIsReasonable: true
borderSnapZone: 10
windowSnapZone: 10
centerSnapZone: 0
snapOnlyWhenOverlapping: false
rollOverDesktops: true
focusStealingPreventionLevel: 1
legacyFullscreenSupport: false
operationTitlebarDblClick: 5000
operationMaxButtonLeftClick: 5000
operationMaxButtonMiddleClick: 5015
operationMaxButtonRightClick: 5014
commandActiveTitlebar1: 0
commandActiveTitlebar2: 30
commandActiveTitlebar3: 2
commandInactiveTitlebar1: 4
commandInactiveTitlebar2: 30
commandInactiveTitlebar3: 2
commandWindow1: 7
commandWindow2: 8
commandWindow3: 8
commandWindowWheel: 31
commandAll1: 10
commandAll2: 3
commandAll3: 14
keyCmdAllModKey: 16777251
showGeometryTip: false
condensedTitle: false
electricBorderMaximize: true
electricBorderTiling: true
electricBorderCornerRatio: 0.25
borderlessMaximizedWindows: false
killPingTimeout: 5000
hideUtilityWindowsForInactive: true
inactiveTabsSkipTaskbar: false
autogroupSimilarWindows: false
autogroupInForeground: true
compositingMode: 1
useCompositing: true
compositingInitialized: true
hiddenPreviews: 1
glSmoothScale: 2
xrenderSmoothScale: false
maxFpsInterval: 1666
refreshRate: 0
vBlankTime: 600
glStrictBinding: true
glStrictBindingFollowsDriver: true
glCoreProfile: false
glPreferBufferSwap: 101
glPlatformInterface: 1
windowsBlockCompositing: true

Screen Edges

desktopSwitching: false
desktopSwitchingMovingClients: false
cursorPushBackDistance: 1x1
timeThreshold: 150
reActivateThreshold: 350
actionTopLeft: 0
actionTop: 0
actionTopRight: 0
actionRight: 0
actionBottomRight: 0
actionBottom: 0
actionBottomLeft: 0
actionLeft: 0

Screens
===
Multi-Head: no
Active screen follows mouse:  no
Number of Screens: 1

Screen 0:
-
Name: LVDS-1
Geometry: 0,0,1920x1080
Refresh Rate: 60.017


Compositing
===
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile 
OpenGL version string: 3.0 Mesa 17.2.5
OpenGL platform interface: GLX
OpenGL shading language version string: 1.30
Driver: Intel
GPU class: SandyBridge
OpenGL version: 3.0
GLSL version: 1.30
Mesa version: 17.2.5
X server version: 1.19.5
Linux kernel version: 4.13.12
Direct rendering: Requires strict binding: yes
GLSL shaders:  yes
Texture NPOT support:  yes
Virtual Machine:  no
OpenGL 2 Shaders are used
Painting blocks for vertical retrace:  no

Loaded Effects:
---
zoom
kwin4_effect_dialogparent
kwin4_effect_logout
kwin4_effect_morphingpopups
kwin4_effect_fade
kwin4_effect_frozenapp
kwin4_effect_translucency
kwin4_effect_maximize
kwin4_effect_login
kwin4_effect_windowaperture
slidingpopups
screenshot
magiclamp
desktopgrid
colorpicker
presentwindows
highlightwindow
blur
contrast
startupfeedback
screenedge
kscreen

Currently Active Effects:
-
blur
contrast

Effect Settings:

zoom:
zoomFactor: 1.2
mousePointer: 0
mouseTracking: 0
enableFocusTracking: false
followFocus: true
focusDelay: 350
moveFactor: 20
targetZoom: 1

kwin4_effect_dialogparent:

kwin4_effect_logout:

kwin4_effect_morphingpopups:

kwin4_effect_fade:

kwin4_effect_frozenapp:

kwin4_effect_translucency:

kwin4_effect_maximize:

kwin4_effect

[kdeconnect] [Bug 386610] Receiving a notification from kde connect while viewing multiple desktops causes lock up (possibly all notifications)

2017-11-07 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386610

Mike Harris <mike.a.har...@outlook.com> changed:

   What|Removed |Added

   Severity|normal  |major
   Target Milestone|1.0 |---
Product|plasmashell |kdeconnect
  Component|generic-crash   |plasmoid
Version|master  |unspecified

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

[plasmashell] [Bug 386610] Receiving a notification from kde connect while viewing multiple desktops causes lock up (possibly all notifications)

2017-11-06 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386610

--- Comment #1 from Mike Harris <mike.a.har...@outlook.com> ---
possible affects all notifications not just kde connect

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

[plasmashell] [Bug 386610] Receiving a notification from kde connect while viewing multiple desktops causes lock up (possibly all notifications)

2017-11-06 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386610

Mike Harris <mike.a.har...@outlook.com> changed:

   What|Removed |Added

Summary|Receiving a notification|Receiving a notification
   |from kde connect while  |from kde connect while
   |viewing multiple desktops   |viewing multiple desktops
   |causes lock up  |causes lock up (possibly
   ||all notifications)

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

[plasmashell] [Bug 386610] New: Receiving a notification from kde connect while viewing multiple desktops causes lock up

2017-11-06 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386610

Bug ID: 386610
   Summary: Receiving a notification from kde connect while
viewing multiple desktops causes lock up
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: generic-crash
  Assignee: plasma-b...@kde.org
  Reporter: mike.a.har...@outlook.com
  Target Milestone: 1.0

Viewing multiple desktops while a message is received on KDE connect when it
shows a notification causes system lock and need to reboot

Steps to reproduce:
Install KDE connect
Set hot corner to show desktop grid
Receive notification on phone and when the KDE connect notification appears
move mouse to hot corner to show multiple desktops
system lockup

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

[Plasma Vault] [Bug 386227] New: Prompt to enter password does not set focus

2017-10-26 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386227

Bug ID: 386227
   Summary: Prompt to enter password does not set focus
   Product: Plasma Vault
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ivan.cu...@kde.org
  Reporter: mike.a.har...@outlook.com
  Target Milestone: ---

When encrypting or decrypting vault the password dialog shows but does not set
focus to the line edit.  I need to click the dialog box to be able to enter my
password

It seems like it's hanging until I click the password dialog box.  The full
representation doesn't disappear until I click the dialog box so maybe it's a
threading issue?

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

[kdeconnect] [Bug 386212] Missing sshfs dependency

2017-10-26 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386212

--- Comment #4 from Mike Harris <mike.a.har...@outlook.com> ---
Oh my bad I'll close it

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

[kdeconnect] [Bug 386212] Missing sshfs dependency

2017-10-26 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386212

Mike Harris <mike.a.har...@outlook.com> changed:

   What|Removed |Added

 Resolution|INVALID |---
 Status|RESOLVED|UNCONFIRMED

--- Comment #2 from Mike Harris <mike.a.har...@outlook.com> ---
Maybe list it as an optional dependency then?

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

[kdeconnect] [Bug 386212] New: Missing sshfs dependency

2017-10-26 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=386212

Bug ID: 386212
   Summary: Missing sshfs dependency
   Product: kdeconnect
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: plasmoid
  Assignee: albertv...@gmail.com
  Reporter: mike.a.har...@outlook.com
  Target Milestone: ---

Tried to start sshfs but it wasn't installed so need to install it manually

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

[kdevelop] [Bug 337586] Cryptic error messages when opening a cmake based project while cmake is not installed

2017-10-18 Thread Mike Harris
https://bugs.kde.org/show_bug.cgi?id=337586

Mike Harris <mike.a.har...@outlook.com> changed:

   What|Removed |Added

 CC||mike.a.har...@outlook.com

--- Comment #2 from Mike Harris <mike.a.har...@outlook.com> ---
Hi I'd love to work on this bug is it still active?

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