[valgrind] [Bug 463027] New: broken check for MPX instruction support in assembler

2022-12-13 Thread Samuel Bronson
https://bugs.kde.org/show_bug.cgi?id=463027

Bug ID: 463027
   Summary: broken check for MPX instruction support in assembler
Classification: Developer tools
   Product: valgrind
   Version: 3.21 GIT
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: naes...@gmail.com
  Target Milestone: ---

SUMMARY
There is a syntax error in the "if amd64 assembler knows the MPX instructions"
check.
The assembler never gets to see it.

STEPS TO REPRODUCE
1. On amd64, follow the build instructions from README, up through step 4

OBSERVED RESULT
The configure output includes the line:
checking if amd64 assembler knows the MPX instructions... no

EXPECTED RESULT
With a sufficiently-new assembler, it should instead be:
checking if amd64 assembler knows the MPX instructions... yes

SOFTWARE/OS VERSIONS
gcc (Debian 10.2.1-6) 10.2.1 20210110
GNU assembler (GNU Binutils for Debian) 2.35.2

ADDITIONAL INFORMATION
The relevant portion of config.log is:
configure:12750: checking if amd64 assembler knows the MPX instructions
configure:12773: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:51:11: error: expected ':' or ')' before 'bnd'
   51 |   bnd jmp  end\n"
  |   ^~~
conftest.c:51:23: error: stray '\' in program
   51 |   bnd jmp  end\n"
  |   ^
conftest.c:51:25: warning: missing terminating " character
   51 |   bnd jmp  end\n"
  | ^
conftest.c:51:25: error: missing terminating " character
conftest.c:52:23: error: stray '\' in program
   52 |   foo: bnd ret\n"
  |   ^
conftest.c:52:25: warning: missing terminating " character
   52 |   foo: bnd ret\n"
  | ^
conftest.c:52:25: error: missing terminating " character
conftest.c:53:19: warning: missing terminating " character
   53 |   end: nop");
  |   ^
conftest.c:53:19: error: missing terminating " character
   53 |   end: nop");
  |   ^~~
configure:12773: $? = 1

However, it's actually just missing some starting " characters.
See attached patch. The test even passes!

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

[ksysguard] [Bug 383188] set global keyboard shortcut to ksysguard fails

2022-11-22 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=383188

Bronson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #4 from Bronson  ---
All good. This is working now

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

[gwenview] [Bug 457752] New: Cant print to canon selphy CP1300

2022-08-11 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=457752

Bug ID: 457752
   Summary: Cant print to canon selphy CP1300
   Product: gwenview
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
I have a canon selphy cp1300 photo printer. I have added it to manjaro
alongside my other document printer.
When I want to print a file, I can only select my document printer, or pdf. Not
the canon selphy.

STEPS TO REPRODUCE
1.  Setup canon selphy
2. open image
3. print, try select printer

OBSERVED RESULT
Not shown in printer list in gwenview

EXPECTED RESULT
Printer to be listed

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro kde
(available in About System)
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
Can print fine from android and ios

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

[kde] [Bug 447012] New: Taskbar on each monitor

2021-12-14 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=447012

Bug ID: 447012
   Summary: Taskbar on each monitor
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
Id like an option to clone the taskbar on each new monitor as they are added or
removed from the system.

STEPS TO REPRODUCE
1. Add task bar to main monitor
2. Plugin second monitor
3. No task bar on the new monitor

OBSERVED RESULT
as above

EXPECTED RESULT
An option to automatically clone the task bar.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5:23.4
(available in About System)
KDE Plasma Version: 5:23.4
KDE Frameworks Version: 5.88.0
Qt Version: 5.12.2

ADDITIONAL INFORMATION

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

[systemsettings] [Bug 443855] Options to disable middle click paste, but keep middle mouse click

2021-12-09 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=443855

Bronson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #5 from Bronson  ---
The same issue occurs under wayland. Middle click pastes in all applications
with no option to disable it.

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

[systemsettings] [Bug 443855] Options to disable middle click paste, but keep middle mouse click

2021-10-16 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=443855

--- Comment #2 from Bronson  ---
On X11.

I'll have to check wayland.

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

[kdeconnect] [Bug 443856] New: Allow kde connect to sent android to android

2021-10-16 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=443856

Bug ID: 443856
   Summary: Allow kde connect to sent android to android
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
Often I want to send data from one android to another over wifi. I default to
kde connect, however it doesn't connect to other android devices.
Would be very handy to be able to send directly to other devices.

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

[systemsettings] [Bug 443855] New: Options to disable middle click paste, but keep middle mouse click

2021-10-16 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=443855

Bug ID: 443855
   Summary: Options to disable middle click paste, but keep middle
mouse click
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_mouse
  Assignee: plasma-b...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
I have several web apps that rely on middle mouse for panning and navigation.
However it always pastes my clipboard into the app. This is a real nightmare as
it pastes in confidential information or whatever you have in the clipboard.
Figma (https://www.figma.com/) is a prime example of this.

STEPS TO REPRODUCE
1. Middle mouse text field, notice it pastes.


OBSERVED RESULT
Paste on middle mouse.

EXPECTED RESULT
A way to not paste, just middle click.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.22.5
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86
Qt Version: 5.12.2

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

[okular] [Bug 443418] New: Windows advanced print options

2021-10-06 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=443418

Bug ID: 443418
   Summary: Windows advanced print options
   Product: okular
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: printing
  Assignee: okular-de...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
It would be great to have access to more printer options under windows.

Missing features:
Size/scaling (fit, actual size, shrink oversized)
Orientation (auto, portrait, landscape)

SOFTWARE/OS VERSIONS
Windows: 10

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

[systemsettings] [Bug 438985] keyboard shortcuts dont work with sh scripts

2021-08-22 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

Bronson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from Bronson  ---
Well this is now working for me!
I dont know whats changed, but suddenly working!

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

[systemsettings] [Bug 438985] keyboard shortcuts dont work with sh scripts

2021-08-06 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

--- Comment #11 from Bronson  ---
Looking at this again, its not all of the shortcuts not working. My shortcut to
open the terminal for example works (ctrl alt t) and dolphin (meta e). So i'm
still not sure whats going on.

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

[plasmashell] [Bug 438985] keyboard shortcuts dont work with sh scripts

2021-08-05 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

--- Comment #9 from Bronson  ---
Yes I was previously able to add it shortcuts as an application before the
plasma 5.22 update. But I can no longer add it on 5.22.

Adding to custom shortcuts is not triggering still. What I have noticed it that
none of the custom shortcuts work for me! Print screen for example does not
work. 

I think this may be from my custom kde script where I configure the shortcuts.
This is my kde configuration script (for manjaro) which removes a lot of fluff
I don't use. I suggest you run this in a manjaro vm on a fresh install. That
should reproduce the issue.

https://github.com/bit-shift-io/scripts/blob/master/kde.sh

I'm still hanging out for a way to import/export all kde settings instead of
this script :)

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

[plasmashell] [Bug 438985] keyboard shortcuts dont work with sh scripts

2021-08-01 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

--- Comment #7 from Bronson  ---
yep the script is executable. When I execute it manually it works fine. Just my
hot key is not working.
Are you adding it via 'Shortcuts' or 'Custom shortcuts' ?

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

[plasmashell] [Bug 438985] keyboard shortcuts dont work with sh scripts

2021-07-08 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

Bronson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[plasmashell] [Bug 438985] keyboard shortcuts dont work with sh scripts

2021-06-23 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

--- Comment #4 from Bronson  ---
Attached screenshot of 2 different methods tested for executing script.

sh files works from console fine, and from dolphin with clicking:

#!/bin/bash
touch hi.txt

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

[plasmashell] [Bug 438985] keyboard shortcuts dont work with sh scripts

2021-06-23 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

--- Comment #3 from Bronson  ---
Created attachment 139606
  --> https://bugs.kde.org/attachment.cgi?id=139606=edit
2

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

[plasmashell] [Bug 438985] keyboard shortcuts dont work with sh scripts

2021-06-23 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

--- Comment #2 from Bronson  ---
Created attachment 139605
  --> https://bugs.kde.org/attachment.cgi?id=139605=edit
1

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

[plasmashell] [Bug 438985] New: keyboard shortcuts dont work with sh scripts

2021-06-21 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=438985

Bug ID: 438985
   Summary: keyboard shortcuts dont work with sh scripts
   Product: plasmashell
   Version: 5.21.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bronsonmath...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
keyboard shortcuts dont work with sh scripts

STEPS TO REPRODUCE
1. create a sh script that creates a file 'touch test.txt'
2. create a shortcut pointing the the test.sh
3. active hotkey, no file is created, script has not run

OBSERVED RESULT
nothing happens

EXPECTED RESULT
sh script should execute the same as if it was clicked in dolphin or from the
terminal

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.21.5
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[okular] [Bug 437010] New: Windows build doesnt remember window size + location

2021-05-12 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=437010

Bug ID: 437010
   Summary: Windows build doesnt remember window size + location
   Product: okular
   Version: 21.03.90
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
The windows build does not remember the window size and location.


STEPS TO REPRODUCE
1. Move and resize the window
2. Close the app
3. Re-open

OBSERVED RESULT
Always defaults to something pretty small.

EXPECTED RESULT
Remember last used size and position.

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[krita] [Bug 302480] make the freehand tool paint a straight line when used with a modifier key

2021-02-28 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=302480

Bronson  changed:

   What|Removed |Added

 CC||bronsonmath...@gmail.com

--- Comment #6 from Bronson  ---
Subscribing in case this ever changes. Its something I want to keep doing when
working on game art.

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

[kdenlive] [Bug 433565] rotoscope render crash

2021-02-24 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=433565

--- Comment #1 from Bronson  ---
I just noticed this happens when adding subtitles too. This may be an alpha
related issue?

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

[kdenlive] [Bug 433565] New: rotoscope render crash

2021-02-24 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=433565

Bug ID: 433565
   Summary: rotoscope render crash
   Product: kdenlive
   Version: 20.12.2
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
Using any rotoscope causes render to crash

STEPS TO REPRODUCE
1. Add clip with rotoscope effect
2. Render clip
3. 

OBSERVED RESULT
I'm using windows 10.

[mp4 @ 028a2780] Using AVStream.codec to pass codec parameters to
muxers is deprecated, use AVStream.codecpar instead. [mp4 @ 028a2780]
Using AVStream.codec to pass codec parameters to muxers is deprecated, use
AVStream.codecpar instead. Current Frame: 26, percentage: 1
[h264 @ 15569180] Missing reference picture, default is 2147483647
[h264 @ 15569180] Missing reference picture, default is 2147483647
[h264 @ 15567180] Missing reference picture, default is 2147483647
[h264 @ 15567180] Missing reference picture, default is 2147483647
[h264 @ 15569600] Missing reference picture, default is 2147483647
[h264 @ 15569600] Missing reference picture, default is 2147483647
[h264 @ 15567f40] Missing reference picture, default is 2147483647
[h264 @ 15567f40] Missing reference picture, default is 2147483647
[h264 @ 15567640] Missing reference picture, default is 2147483647


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[frameworks-networkmanager-qt] [Bug 429747] New: Import VPN connection doesnt support wireguard config

2020-11-27 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=429747

Bug ID: 429747
   Summary: Import VPN connection doesnt support wireguard config
   Product: frameworks-networkmanager-qt
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: bronsonmath...@gmail.com
CC: lamar...@kde.org, lukas.ti...@merlin.cz
  Target Milestone: ---

SUMMARY
Cant import wireguard config files from the gui. It only works via cmd.

STEPS TO REPRODUCE
1. Network manager gui 'Add New Connection'
2. Import VPN connection 
3. Select wireguard config file
4. connection.id.property missing error

OBSERVED RESULT
connection.id.property missing error

EXPECTED RESULT
Should import the vpn config

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro
(available in About System)
KDE Plasma Version: 5.20.3
KDE Frameworks Version: 5.76.0
Qt Version: 5.15.1

ADDITIONAL INFORMATION

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

[dolphin] [Bug 409760] Windows dont remember their size/location with dual monitors

2020-11-19 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=409760

Bronson  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bronson  ---
Yep this is working now!
Thanks for fixing that :)

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

[konsole] [Bug 376265] font dpi settings breaks konsole

2020-10-24 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376265

Bronson  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Bronson  ---
This looks to be all working now :)

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

[krfb] [Bug 288481] wrong password - always

2020-08-25 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=288481

Bronson  changed:

   What|Removed |Added

 CC||bronsonmath...@gmail.com

--- Comment #4 from Bronson  ---
This is happening for me. Attempting to use the fix found here:
https://bugs.kde.org/show_bug.cgi?id=340411

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

[krfb] [Bug 340411] krfb does not save user settings

2020-08-25 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=340411

Bronson  changed:

   What|Removed |Added

 CC||bronsonmath...@gmail.com

--- Comment #19 from Bronson  ---
This does not fix the issue for me... I keep getting this issue:
https://bugs.kde.org/show_bug.cgi?id=288481

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

[plasma-nm] [Bug 425183] New: Network Manager fails to show bridge or allow creating a bridge

2020-08-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=425183

Bug ID: 425183
   Summary: Network Manager fails to show bridge or allow creating
a bridge
   Product: plasma-nm
   Version: 5.19.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
Bridge support in KDE's network manager is broken. It would be useful to have
this working for those of us who have a small home network/office to be able to
see the status of the network adapter instead of the list being blank...

STEPS TO REPRODUCE
1. open nm configuration
2. add new connection
3. the option to bridge is missing
4. you can create one via cmd "nmcli con add ifname br0 type bridge con-name
br0"
5. this is not visible in the list either


EXPECTED RESULT
should show existing bridges
should be able to add a bridge

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.19.3
(available in About System)
KDE Plasma Version: 5.19.3
KDE Frameworks Version: 5.72
Qt Version: 5.15

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

[krita] [Bug 392252] gradient map doesnt support linear color space

2019-08-22 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=392252

--- Comment #3 from Bronson  ---
Ive also noticed the gradient tool doesnt look to actually support a smooth
16/32bit gradient. It looks like it is limited to 8 bit.

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

[dolphin] [Bug 409760] Windows dont remember their size/location with dual monitors

2019-07-15 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=409760

--- Comment #2 from Bronson  ---
Fyi, The same bug affects the konsole application also.

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

[kwin] [Bug 409760] New: Windows dont remember their size/location with dual monitors

2019-07-12 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=409760

Bug ID: 409760
   Summary: Windows dont remember their size/location with dual
monitors
   Product: kwin
   Version: 5.16.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
Windows dont remember their size when I have a second monitor enabled. Rather
annoying to have to resize windows every time I open a new app.

STEPS TO REPRODUCE
1. Enable second monitor (i have mine rotated 90 degrees)
2. Open dolphin, resize window, and close it
3. re open dolphin (or any other app)

OBSERVED RESULT
as above

EXPECTED RESULT
windows should work as they do with a single screen.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro
(available in About System)
KDE Plasma Version: 5.16.2
KDE Frameworks Version: 5.59.0
Qt Version: 5.13.0

ADDITIONAL INFORMATION
Thanks :)

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

[plasmashell] [Bug 408437] Icon only task manager - add option to have no groups

2019-06-08 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=408437

--- Comment #2 from Bronson  ---
I find its much easier to work with the icon manager ungrouped. I know which is
which by a simple mouse over and the order it was opened.
I find it much easier than mousing over a group, then having to mouse over the
next item on the popup.

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

[plasmashell] [Bug 408437] New: Icon only task manager - add option to have no groups

2019-06-07 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=408437

Bug ID: 408437
   Summary: Icon only task manager - add option to have no groups
   Product: plasmashell
   Version: 5.16.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: bronsonmath...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
The Icon only task manager needs an option to not group applications by
default. Currently it forces groups on the user, an the only way to fix it is
to middle mouse each application as you open them.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.15.5
KDE Frameworks Version: 5.58.0
Qt Version: 5.12.3

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

[krita] [Bug 407353] Popup windows cause canvas to fade

2019-05-09 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=407353

--- Comment #2 from Bronson  ---
Ah! I found the option under desktop effect > "Dialog Parent"
This only happens in krita which is unusual...

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

[krita] [Bug 407353] New: Popup windows cause canvas to fade

2019-05-08 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=407353

Bug ID: 407353
   Summary: Popup windows cause canvas to fade
   Product: krita
   Version: 4.1.7
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

SUMMARY
This only seems to happen in krita. When a tool opens a popup window, the main
krita window fades out. This is unusable when trying to adjust the image in
anyway as its almost black in the faded state.

STEPS TO REPRODUCE
1. Open image
2. Add filter layer
3. Cant see the canvas very well

OBSERVED RESULT


EXPECTED RESULT
No fade :)


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.57
Qt Version: 5.12.3

ADDITIONAL INFORMATION

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

[konsole] [Bug 376280] konsole doesnt return to prompt after executing command

2018-11-03 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376280

--- Comment #6 from Bronson  ---
It doesn't happen with typed commands any more.

It still happens after executing any sh script from dolphin. However the
discussion I had last was that this was the intended way that konsole is to
operate. 

So its a bit of an unfortunate default, but if that's the developers choice,
then this bug can be closed.

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

[krita] [Bug 392252] gradient map doesnt support linear color space

2018-03-24 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=392252

--- Comment #1 from Bronson <bronsonmath...@gmail.com> ---
Right Ive found a work around, after looking through the krita code...

Open krita settings > color management > display > screen 1: change to
sRGB-elle-V2-g10.icc
Rendering intent Absolute colorimetic!

So this leaves a few questions:
Should I would expect a gradient map to default to linear space? 
Is it worth adding an color profile option to the gradient map dialog?

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

[krita] [Bug 392252] New: gradient map doesnt support linear color space

2018-03-23 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=392252

Bug ID: 392252
   Summary: gradient map doesnt support linear color space
   Product: krita
   Version: 4.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Filters
  Assignee: krita-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Created attachment 111587
  --> https://bugs.kde.org/attachment.cgi?id=111587=edit
linear space before on left, gradient map applied on right

Hi Guys,

I have a serious show stopper bug for a project we are working on (hence marked
major). So wondering if there is anyway our programmer can help fix this issue?

So the issue is that the filter > map > gradient map does NOT support linear
color space.

We are working with 32-bit linear space terrain heightmap data and need linear
space to work.

Ive attached a screenshot of the problem.
1. We have a linear space height map - black to white normalised
2. I apply a gradient map using kritas gradient map, black and white. And it
throws the colors in the heightmap all out of alignment.

When i check the xml output of the gradient map I notice this line:
space="sRGB-elle-V2-srgbtrc.icc" which ive tried changing, but it doesnt work.

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

[krita] [Bug 391987] New: Cannot save grayscale tiff - unsupported

2018-03-18 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=391987

Bug ID: 391987
   Summary: Cannot save grayscale tiff - unsupported
   Product: krita
   Version: 4.0.0-beta.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: File formats
  Assignee: krita-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Im working on a project which requires 16 and 32bit grayscale tiff images.

I can open the texture fine. I do my editing. However there is no way to save
this data back out!

When I select save as and type .tiff I gives a warning error "Reason: " but no
reason is given.

If i convert the data to RGBA it works, however I need to be able to save it
back out as grayscale only!

To reproduce:
1. open supplied tiff
2. save as > tiff (or save)


Sample texture:
https://drive.google.com/open?id=193SbCxR3I74o16TsiPdgSBqD3SdKGSSB

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

[krita] [Bug 390180] New: working in 16/32bit color picker only shows 2 decimal places

2018-02-09 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=390180

Bug ID: 390180
   Summary: working in 16/32bit color picker only shows 2 decimal
places
   Product: krita
   Version: 3.3.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Color models
  Assignee: krita-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

When using krita with 16 and 32 bit color, the color picker still only displays
to 2 decimal places. So its hard to work with when you want to use accurate
colors.

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-21 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #20 from Bronson <bronsonmath...@gmail.com> ---
I suspect anyone with a windows background would expect this behaviour.

Is it possible to add a setting to konsole to change this behaviour? 
As i think its a better solution than adding $shell to any script id like to
run that way.

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-21 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #18 from Bronson <bronsonmath...@gmail.com> ---
Adding to the end of my file I found a workaround!
$SHELL

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-21 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #17 from Bronson <bronsonmath...@gmail.com> ---
actually, is there any way to change this to the behaviour I expect?
I want run in konsole to launch the console, run the script, and return to
prompt. Ive have a play with the commandline options and there looks to be no
way to do this.
Any ideas?

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-20 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #16 from Bronson <bronsonmath...@gmail.com> ---
ok thanks, ill change that to work as intended.
You can close this bug then.

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

[plasmashell] [Bug 375976] appmenu not shown for gtk apps

2017-10-20 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=375976

--- Comment #14 from Bronson <bronsonmath...@gmail.com> ---
Id love to see the locally integrated menu on plasma. Its such a great screen
space saver! Ubuntu had it right in unity 7.

Ive found some old threads that looks like others may be trying to get it up
and running:
http://www.omgubuntu.co.uk/2016/10/kde-plasma-5-global-menu-coming-back
https://www.reddit.com/r/linux/comments/65w903/enjade_wants_to_recreate_the_unity_desktop_on_kde/

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-20 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #14 from Bronson <bronsonmath...@gmail.com> ---
Ok ive made some progress!

Ive found that if i run the script through the existing konsole window it is
actually working. So manually typing ./echo.sh into the console works fine.

The problem only comes when I run the script through dolphin! Which is how I
usually run my scripts. Right click > Run in Konsole. If I do it this way I
always get the bug. Can anyone else test this?

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-20 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #13 from Bronson <bronsonmath...@gmail.com> ---
I have tried removing the .bashrc files from my home folder and also /etc/bash/
and still have the issue.

Are there any other files that may affect this?

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

[kio-extras] [Bug 385483] Samba shares with password dont display user/pass dialog box

2017-10-18 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385483

--- Comment #3 from Bronson <bronsonmath...@gmail.com> ---
Yes smbclient is at version 4.7 and I still have the bug with dolphin.

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-14 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #12 from Bronson <bronsonmath...@gmail.com> ---
(In reply to Christoph Feck from comment #10)
> If even a simple "echo" script does not return to the prompt, it is
> unrelated to Python.
> 
> Is this reproducible with a freshly created user account? Are you using bash
> or a different default shell?

Im using bash, the default on manjaro

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-14 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #11 from Bronson <bronsonmath...@gmail.com> ---
So ive tested this booting directly off the KDE manjaro bootable usb, and it
has the same issue.

So ive also posted on the manjaro forums, hopefully someone there may have a
fix?
https://forum.manjaro.org/t/konsole-becomes-uninteractive-after-running-any-bash-script/32879


Can I take it that these scripts are running fine on your machines?  
If so, what OS are you running KDE on?

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-11 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #9 from Bronson <bronsonmath...@gmail.com> ---
its certainly not python. Ill ask the manjaro guys if they can help, but it
also happens on kde neon.

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-11 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #8 from Bronson <bronsonmath...@gmail.com> ---
Created attachment 108273
  --> https://bugs.kde.org/attachment.cgi?id=108273=edit
simpler script

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #6 from Bronson <bronsonmath...@gmail.com> ---
Thanks for looking into this, its incredibly frustrating!
Ive added my sample script. It happens with any script I run about 90% of the
time.

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #5 from Bronson <bronsonmath...@gmail.com> ---
Created attachment 108263
  --> https://bugs.kde.org/attachment.cgi?id=108263=edit
sample script

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

[konsole] [Bug 385454] konsole becomes uninteractive after running any bash script

2017-10-09 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

--- Comment #2 from Bronson <bronsonmath...@gmail.com> ---
ive tried the same script in xterm, and it works fine.
So this is definately a konsole issue.

I have fonts set to 120dpi, not sure if this would cause some issue like this?
But I do have this same issue on every other kde machine I have around the
house

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

[dolphin] [Bug 385483] Samba shares with password dont display user/pass dialog box

2017-10-07 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385483

--- Comment #1 from Bronson <bronsonmath...@gmail.com> ---
I forgot to mention, that there should be a dialog box which should ask for a
username and password. But it does not display any popup, instead it tries to
access the folder with the error.

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

[dolphin] [Bug 385483] New: Samba shares with password dont display user/pass dialog box

2017-10-07 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385483

Bug ID: 385483
   Summary: Samba shares with password dont display user/pass
dialog box
   Product: dolphin
   Version: 17.08.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Created attachment 108228
  --> https://bugs.kde.org/attachment.cgi?id=108228=edit
bug in dolphin

Ive got this bug on a few of my machines. 
I can access a non-passworded samba share fine. But when trying to access a
share that has a username/password on it it fails. With a warning about the
file already existing.

Attached screenshot of what happens

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

[konsole] [Bug 385454] New: konsole becomes uninteractive after running any bash script

2017-10-06 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=385454

Bug ID: 385454
   Summary: konsole becomes uninteractive after running any bash
script
   Product: konsole
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Created attachment 108215
  --> https://bugs.kde.org/attachment.cgi?id=108215=edit
screenshot of issue

Running Manjaro KDE edition. 
Have had this frustrating bug since using KDE on neon and now on Manjaro.
When executing a script, the console becomes unusable. 
So basically each time I need to execute a script, i need to open a new konsole
or new tab. 
It fails to return to the prompt after executing the script...

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

[plasmashell] [Bug 383188] New: set global keyboard shortcut to ksysguard fails

2017-08-06 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=383188

Bug ID: 383188
   Summary: set global keyboard shortcut to ksysguard fails
   Product: plasmashell
   Version: 5.10.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: bronsonmath...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

ive setup a global shortcut for the keyboard to org.kde.ksysguard.desktop

[org.kde.ksysguard.desktop]
_k_friendly_name=Launch KSysGuard
_launch=Ctrl+Esc,none,Launch KSysGuard

I have done this is the default task manager using the ctrl+esc is a usless cut
down version.
So when I change any shortcut to ksysguard is does not launch. No matter what
key combination the application does not open!

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-07-11 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #59 from Bronson <bronsonmath...@gmail.com> ---

Great! If its stable, when could we expect it to make its way into KDE?

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-05-28 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #53 from Bronson <bronsonmath...@gmail.com> ---
full log here:
https://pastebin.com/H4eP8cnR

Im not sure your patch applied correclty...

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-05-25 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #51 from Bronson <bronsonmath...@gmail.com> ---
Not sure what information you need, but heres the last slab of the log...
journalctl -b | grep kio_smb

May 25 22:18:26 brons kdeinit5[1107]: kio_smb: QUrl("smb://server/Share")
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: checkURL 
QUrl("smb://server/Share")
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: checkURL return3 
QUrl("smb://server/Share")
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: updateCache  "/Share"
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: auth_smbc_get_dat: set user=
bronson , workgroup= WORKGROUP  server= server , share= Share
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: libsmb-auth-callback URL:
QUrl("smb://server/Share")
May 25 22:18:26 brons kdeinit5[1106]: kio_smb: QUrl("smb://server/Share")
May 25 22:18:26 brons kdeinit5[1106]: kio_smb: updateCache  "/Share"
May 25 22:18:26 brons kdeinit5[1106]: kio_smb: we don't really need to
authenticate for this top level url, returning
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: open  "smb://server/Share"   3  
1
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: smbc_readdir
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: dirp->name  .   "."  ' "" '   7
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: smbc_readdir
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: dirp->name  ..   ".."  ' "" '  
7
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: smbc_readdir
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: dirp->name  Zac Poonen   "Zac
Poonen"  ' "" '   7
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: updateCache  "/Share/Zac Poonen"
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: auth_smbc_get_dat: set user=
bronson , workgroup= WORKGROUP  server= server , share= Share
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: libsmb-auth-callback URL:
QUrl("smb://server/Share")
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: size  0
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: updateCache  "/Share"
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: smbc_readdir
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: dirp->name  share   "share"  '
"" '   7
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: updateCache  "/Share/share"
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: auth_smbc_get_dat: set user=
bronson , workgroup= WORKGROUP  server= server , share= Share
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: libsmb-auth-callback URL:
QUrl("smb://server/Share")
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: size  0
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: updateCache  "/Share"
May 25 22:18:26 brons kdeinit5[1107]: kio_smb: smbc_readdir
May 25 22:18:35 brons kdeinit5[1107]: kio_smb: QUrl("smb://server/Share")
May 25 22:18:35 brons kdeinit5[1107]: kio_smb: updateCache  "/Share"
May 25 22:18:35 brons kdeinit5[1107]: kio_smb: auth_smbc_get_dat: set user=
bronson , workgroup= WORKGROUP  server= server , share= Share
May 25 22:18:35 brons kdeinit5[1107]: kio_smb: libsmb-auth-callback URL:
QUrl("smb://server/Share")

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-05-24 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #48 from Bronson <bronsonmath...@gmail.com> ---
(In reply to madcatx from comment #38)
> Created attachment 105687 [details]
> Debugging patch
> 
> If there is anybody able to reproduce the problem reliably, there is a small
> testing patch that dumps the access permissions set by smb_kio into the
> system log.
> 
> In order to see the debugging info, launch "kdebugdialog5", make sure that
> "kio_smb" is checked, restart Dolphin, try to access your samba shares and
> post the output of "journalctl -b | grep kio_smb". systemd-less
> distributions might dump the info into the terminal instead.
> 
> Thanks.

I cant figure out how to apply this patch. Can you put together another pkbuild
with this? That one worked a treat

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-05-23 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #33 from Bronson <bronsonmath...@gmail.com> ---
ok ive ran the makepkg command(assuming this also will install the package).
Rebooted, and still have the same bug present in dolphin...

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-05-23 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #32 from Bronson <bronsonmath...@gmail.com> ---
cant edit my last comment. Got around it with:
gpg --recv-keys 3A6A4DB839EAA6D7

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-05-23 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #31 from Bronson <bronsonmath...@gmail.com> ---
(In reply to madcatx from comment #28)
> Created attachment 105683 [details]
> Patched Arch Linux PKGBUILG
> 
> Archers are welcome to try this patched PKGBUILD.

I get the following error with the PKGBUILD (just running makepkg from cmd):
kio-extras-17.04.1.tar.xz ... FAILED (unknown public key 3A6A4DB839EAA6D7)
==> ERROR: One or more PGP signatures could not be verified!

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-05-22 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #26 from Bronson <bronsonmath...@gmail.com> ---
(In reply to madcatx from comment #25)
> Created attachment 105680 [details]
> Allow write access to root samba share

Id be happy to try this, but I dont know how to make the kio-extras package
(https://github.com/KDE/kio-extras). 
Whats the command line used to build and install this? Im on Arch...

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

[trojita] [Bug 379001] New: support contact sync with gmail

2017-04-20 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=379001

Bug ID: 379001
   Summary: support contact sync with gmail
   Product: trojita
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Core
  Assignee: trojita-b...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Support for syncing contacts with gmail would be a welcome addition.

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

[trojita] [Bug 379000] New: support for multiple email/gmail accounts

2017-04-20 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=379000

Bug ID: 379000
   Summary: support for multiple email/gmail accounts
   Product: trojita
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Core
  Assignee: trojita-b...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Trojita needs support for multiple email accounts. It looks like a great app,
but only 1 email account makes it unusable as a daily driver

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

[dolphin] [Bug 370430] Dolphin samba read-write issue on top folder share

2017-04-19 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=370430

Bronson <bronsonmath...@gmail.com> changed:

   What|Removed |Added

 CC||bronsonmath...@gmail.com

--- Comment #9 from Bronson <bronsonmath...@gmail.com> ---
yep same bug here:
https://bugs.kde.org/show_bug.cgi?id=376344

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

[Breeze] [Bug 378936] Allow window titles to be moved from center to left/right of window

2017-04-18 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=378936

--- Comment #2 from Bronson <bronsonmath...@gmail.com> ---
ah great so it is!
There are 2 "window decoration" and "window decorations" I didn't realize they
were different!

Thanks

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

[kwin] [Bug 378936] New: Allow window titles to be moved from center to left/right of window

2017-04-18 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=378936

Bug ID: 378936
   Summary: Allow window titles to be moved from center to
left/right of window
   Product: kwin
   Version: 5.9.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: decorations
  Assignee: kwin-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Coming from using unity I find having window names on the left more intuitive
and natural feeling.
It would be great to have the ability to move the window titles around in a
similar fashion to moving the window controls.

Example here of unity left aligned window titles: 
http://4.bp.blogspot.com/-cePJrY2joeo/UGrqcExqnxI/Kd8/ERARvFfHhto/s1600/reset-unity-compiz.png

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

[plasmashell] [Bug 378546] New: KIOExec Error

2017-04-07 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=378546

Bug ID: 378546
   Summary: KIOExec Error
   Product: plasmashell
   Version: 5.9.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bronsonmath...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Very regularly I get a dialog pop up with the following error.

Error - KIOEXEC
A folder named /home/user/.cache/kioexec/krun/6746_0/ already exists.

It mostly seems to be when clicking a web link from one application other than
the web browser. But also happens with other stuff like opening dolphin
regularly too...

The temporary fix is to just delete the .cache folder. But thats a little
frustrating to be constantly deleting that folder.

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

[kwin] [Bug 377187] multiscreen behavior settings dont work

2017-03-05 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=377187

--- Comment #3 from Bronson <bronsonmath...@gmail.com> ---
ok ive found a work around for the issue!

What I do is:
1. enable the second screen from the display dialog (by default its on the
right)
 At this point the behavior is correct, applications still open on the primary
(left) screen.

2. move the secondary display to the left of the primary by drag and drop
 At this point the behavior breaks, the left screen becomes the primary, like
the setting is no updating.

3. This is the hacky fix. Set the left screen now as the primary screen. The
behavior is now "correct" but then we set the main screen (right) back to
primary and now it has been fixed! All windows and applications are working and
opening on the primary (right) screen!

So I guess that the primary screen flag needs to be reset if you move the
screens from one side to the other...

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

[kwin] [Bug 377187] multiscreen behavior settings dont work

2017-03-04 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=377187

--- Comment #2 from Bronson <bronsonmath...@gmail.com> ---
misbehaving applications are everything, but so far the ones ive tested:

KDE Displays app
firefox
Dolphin
thunderbird
blender
krita
kdesvn
steam
inkscape
vlc
libreoffice
KDE system settings
...

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

[kwin] [Bug 377187] New: multiscreen behavior settings dont work

2017-03-03 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=377187

Bug ID: 377187
   Summary: multiscreen behavior settings dont work
   Product: kwin
   Version: 5.9.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: decorations
  Assignee: kwin-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Setting multiscreen behavior (window actions & behaviors > active screen
follows mouse) doesnt work. My applications keep opening on the secondary
screen, which is not where my mouse is.

Also, is there anyway to force all applications to load on the primary display?

I think a part of the issue may be the I have my secondary monitor on the left
instead of the default right. This looks to play havoc with the kde window
manager...

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

[plasma-pa] [Bug 376236] audio volume settings - default output device doesnt work

2017-02-27 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376236

Bronson <bronsonmath...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Bronson <bronsonmath...@gmail.com> ---
I cant seemt o find any way to drag and drop.

What I have found is to
right click volume icon > audio volume settings window opens > audio volume >
output device > configure the default device, and disable the other devices

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

[dolphin] [Bug 376830] smb share in dolphin is very broken

2017-02-22 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376830

Bronson <bronsonmath...@gmail.com> changed:

   What|Removed |Added

Summary|no share option in dolphin  |smb share in dolphin is
   ||very broken

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

[dolphin] [Bug 376830] no share option in dolphin

2017-02-22 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376830

--- Comment #1 from Bronson <bronsonmath...@gmail.com> ---
ok i found i need to install: kdenetwork as well as samba

a few issues with the sharing under kde via dolphin:
- can create a share only after changing permissions > others > can view &
modify content
- then the share doesn't actually work across the network
- the settings in the share tab are about 9 attempts out of 10 not saved

Overall its a very broken mess at the moment. Would love to see this better
supported.

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

[dolphin] [Bug 376830] New: no share option in dolphin

2017-02-22 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376830

Bug ID: 376830
   Summary: no share option in dolphin
   Product: dolphin
   Version: 16.12.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Under kde neon. dolphin 16.12.2.
I expect when i right click > properties for there to be a sharing tab.
But its not there on any of my machines running kde neon. 
I have samba installed.

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

[plasmashell] [Bug 376269] panel stays in front when a yellow task in the panel task manager

2017-02-16 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376269

--- Comment #2 from Bronson <bronsonmath...@gmail.com> ---
video is just a panel. It is nothing other than a window. 
Ive noticed also thunderbird does the same thing when a new email arrives. It
becomes yellow and has the same locking behavior.

Is there no way to disable this? It seems to be as you said some kind of
notification that is unimportant.

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

[konsole] [Bug 376280] konsole doesnt return to prompt after executing command

2017-02-16 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376280

--- Comment #4 from Bronson <bronsonmath...@gmail.com> ---
attached screen shots. First is what happens when the script is finished.
Second one shows hitting enter a few times... No command prompt returns.
Its a very intermittent bug. But possibly related to changing the user fonts
from the kde fonts app?


This was after running a sh script with the following:


#!/bin/sh

# append to end of file if doesnt exist
LINE='deb http://download.virtualbox.org/virtualbox/debian xenial contrib\n'
FILE=/etc/apt/sources.list
grep -q "$LINE" "$FILE" || echo $LINE | sudo tee -a $FILE

# install key
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo
apt-key add -

# update & install
sudo apt-get update
sudo apt-get install linux-headers-generic
sudo apt-get install virtualbox-5.1 dkms -y

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

[konsole] [Bug 376280] konsole doesnt return to prompt after executing command

2017-02-16 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376280

--- Comment #3 from Bronson <bronsonmath...@gmail.com> ---
Created attachment 104067
  --> https://bugs.kde.org/attachment.cgi?id=104067=edit
dead terminal2

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

[konsole] [Bug 376280] konsole doesnt return to prompt after executing command

2017-02-16 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376280

--- Comment #2 from Bronson <bronsonmath...@gmail.com> ---
Created attachment 104066
  --> https://bugs.kde.org/attachment.cgi?id=104066=edit
dead terminal

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

[kdesvn] [Bug 376434] New: release kdesvn 2.0.0 on neon ppa

2017-02-13 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376434

Bug ID: 376434
   Summary: release kdesvn 2.0.0 on neon ppa
   Product: kdesvn
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: kdesvn-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

ive noticed kdesvn 2.0.0 version was release built with qt5. I assume this is
the same project?

I cant find a deb or a ppa anywhere, and its not showing up in the software
center.

2.0.0 notes:
https://github.com/KDE/kdesvn/blob/master/ChangeLog

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

[trojita] [Bug 321374] Multiple accounts

2017-02-12 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=321374

Bronson <bronsonmath...@gmail.com> changed:

   What|Removed |Added

 CC||bronsonmath...@gmail.com

--- Comment #3 from Bronson <bronsonmath...@gmail.com> ---
subscribing to this, as it looks like a great app, but cant use it till it
supports multiple accounts.

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

[dolphin] [Bug 376344] New: cant write to smb shares which has write access

2017-02-11 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376344

Bug ID: 376344
   Summary: cant write to smb shares which has write access
   Product: dolphin
   Version: 16.12.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Ive noticed this painful bug. I have a public share with read/write access on a
remote server. From the LAN under gnome and unity etc I can write to the
folder. Dolphin will not let me write to the same folder.

However, if there is a subdirectory in that share, it can write inside that
directory.

In the example bellow, under gnome, unity i can write to /share and /downloads
folder. Dolphin cannot write to either, but can read.

If a folder exists for example /share/NewFolder/ then Dolphin can write to that
folder without issue...

Example SMB setup:

# for all
[global]
workgroup = WORKGROUP
netbios name = server

security = user
null passwords = true

force user = server
force group = server
force create mode
force directory mode
create mask = 0755
directory mask = 0755

guest account = nobody
guest ok = yes
only guest = yes
map to guest = Bad User

browsable = yes
public = yes

# read + write
[Downloads]
path = /home/server/Downloads
writeable = yes

[Share]
copy = Downloads
path = /mnt/server/Share

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

[dolphin] [Bug 376336] New: no icons as root user

2017-02-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376336

Bug ID: 376336
   Summary: no icons as root user
   Product: dolphin
   Version: 16.12.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

No folders or icons appear in dolphin when using as root user.
Sometimes its handy to load dolphin as root user to make some quick file
changes. But without icons or folders, its a bit awkward to navigate.

To test:
sudo dolphin

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

[plasmashell] [Bug 376332] global keyboard shortcut for dolphin doesnt work

2017-02-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376332

Bronson <bronsonmath...@gmail.com> changed:

   What|Removed |Added

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

--- Comment #1 from Bronson <bronsonmath...@gmail.com> ---
this started working after a reboot!

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

[plasmashell] [Bug 376332] New: global keyboard shortcut for dolphin doesnt work

2017-02-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376332

Bug ID: 376332
   Summary: global keyboard shortcut for dolphin doesnt work
   Product: plasmashell
   Version: 5.9.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bronsonmath...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Adding a global keyboard shortcut for Dolphin doesnt launch it. Ive tried
various combination of shortcuts without luck. 

Doing the same for the konsole app has no issue with this, so it looks to be
related to dolphin only?

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

[dolphin] [Bug 376285] New: way to mount and write images (iso bin etc)

2017-02-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376285

Bug ID: 376285
   Summary: way to mount and write images (iso bin etc)
   Product: dolphin
   Version: 16.12.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Not sure if this is a Dolphin issue, or should be a separate application. 

Dolphin needs an app similar to gnome-disk-utility. 
One that allows the user to mount drives and also to mount images, and also
write images to usb or disk. I believe gnome also use this app as their gui for
fstab.

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

[partitionmanager] [Bug 376284] New: partition manager doesnt respect colors/theme

2017-02-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376284

Bug ID: 376284
   Summary: partition manager doesnt respect colors/theme
   Product: partitionmanager
   Version: 3.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Partition manager doesn't respect the current theme or color template on kde
plasma 5.9.

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

[partitionmanager] [Bug 376282] New: include partition manager on neon live cd

2017-02-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376282

Bug ID: 376282
   Summary: include partition manager on neon live cd
   Product: partitionmanager
   Version: 3.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

There needs to be a partition manager included on the neon image. It helps when
setting up a new system to setup the partitions so data can be copied etc
before installing kde neon

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

[konsole] [Bug 376280] New: konsole doesnt return to prompt after executing command

2017-02-10 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376280

Bug ID: 376280
   Summary: konsole doesnt return to prompt after executing
command
   Product: konsole
   Version: 16.12.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

fresh install of kde neon user edition. Adjusted fonts(of that affects it?)
after typing in a command, or running a script the console does not return to
the prompt. 
Requiring a new konsole or new window for each command executed...

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

[plasmashell] [Bug 376269] New: panel stays in front when a yellow task in the panel task manager

2017-02-09 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376269

Bug ID: 376269
   Summary: panel stays in front when a yellow task in the panel
task manager
   Product: plasmashell
   Version: 5.9.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: bronsonmath...@gmail.com
  Target Milestone: 1.0

Created attachment 103942
  --> https://bugs.kde.org/attachment.cgi?id=103942=edit
mellow yellow

Set panel to "windows can cover".
With this enabled I find that every now and then a yellow task (see the
screenshot) appears, and prevents the panel from going behind the active
window. 

Its pretty frustrating, from this screenshot the firefox window is my active
window, which should be in front of the panel, but it is not because there is
some yellow task on a second monitor.

What is this, and can this behavior be fixed?

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

[plasmashell] [Bug 376265] New: font dpi settings breaks konsole

2017-02-09 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376265

Bug ID: 376265
   Summary: font dpi settings breaks konsole
   Product: plasmashell
   Version: 5.9.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bronsonmath...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Ive noticed that the konsole app kind of acts weird when you set a custom font
dpi scaling ( I believe thats the cause anyway?). For example im forcing it to
100 to scale all the fonts to a comfortable size. 

After doing this it seems that the font in the konsole app changes, and that
the cursor is off to the right, making it a pain to copy paste and use the app.

And if you click and drag in the app, the text changes size under the
selection.

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

[plasmashell] [Bug 376236] New: audio volume settings - default output device doesnt work

2017-02-09 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376236

Bug ID: 376236
   Summary: audio volume settings - default output device doesnt
work
   Product: plasmashell
   Version: 5.9.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bronsonmath...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

i have external usb speakers that kde audio volume settings can see. Ive set my
usb speakers as default, however the sound continues to come from the laptop
speakers.
These speakers work fine under regular ubuntu 16.04.
Ive tried forcing audio on all sound devices, and this does nothing also...

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

[plasmashell] [Bug 376232] New: global menu doesnt work with libre office

2017-02-09 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=376232

Bug ID: 376232
   Summary: global menu doesnt work with libre office
   Product: plasmashell
   Version: 5.9.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Global Menu
  Assignee: k...@privat.broulik.de
  Reporter: bronsonmath...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

the new global/application menu doesnt work with libre office.
What happens is the menu from libre office is removed. The problem is then that
the menu is not applied to the global menu in kde, so you have no access to the
menu at all...

So ideally a fix would be best. Or a way to ignore global menu on a per app
basis? Using the special window/application settings I guess?

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

[plasmashell] [Bug 375951] locally integrated menus

2017-02-08 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=375951

--- Comment #3 from Bronson <bronsonmath...@gmail.com> ---
Just for reference, I found an old post where it actually worked under kde 4
https://forum.kde.org/viewtopic.php?f=88=120180

It would be great to see this added.

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

[plasmashell] [Bug 375951] New: locally integrated menus

2017-02-03 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=375951

Bug ID: 375951
   Summary: locally integrated menus
   Product: plasmashell
   Version: 5.9.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Global Menu
  Assignee: k...@privat.broulik.de
  Reporter: bronsonmath...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Now that plasma 5.9 is out and there is support for a global menu button in
each window. I would love to see this extended to have the option for a ubuntu
style locally integrated menu.

That is, instead of having to click a button which contains the menu. The title
bar contains the menu, so when the user mouse's over the window title it
displays the apps menu in the window bar. I find this more intuitive, and works
great for fullscreen apps more so...

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

  1   2   >