| Summary: | Making panel smaller moves it 1px from the screen edge | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Martin Klapetek <mklapetek> |
| Component: | Panel | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | notmart, w01dnick |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | screenshot | ||
Can you attach your plasmarc Not sure how is that going to help but here you go [Theme] name=breeze-dark [Wallpapers] usersWallpapers=/home/mck182/Pictures/MINI moon/IMG_2862_v3.JPG,/home/mck182/Pictures/SF 2014/IMG_2031_2_3_tonemapped.jpg I meant plasma-org.kde.plasma.desktop-appletsrc $ cat ~/.config5/plasma-org.kde.plasma.desktop-appletsrc
[ActionPlugins][0]
MidButton;NoModifier=org.kde.paste
RightButton;NoModifier=org.kde.contextmenu
wheel:Vertical;NoModifier=org.kde.switchdesktop
[ActionPlugins][1]
MidButton;NoModifier=org.kde.paste
RightButton;NoModifier=org.kde.contextmenu
[Containments][1]
activityId=71186072-a201-4950-8be4-579ebb942c46
formfactor=2
immutability=1
lastScreen=0
location=4
plugin=org.kde.panel
wallpaperplugin=org.kde.image
[Containments][1][Applets][16]
immutability=1
plugin=org.kde.plasma.kicker
[Containments][1][Applets][19]
immutability=1
plugin=org.kde.plasma.taskmanager
[Containments][1][Applets][20]
immutability=1
plugin=org.kde.plasma.digitalclock
[Containments][1][Applets][20][Configuration][Appearance]
dateFormat=longDate
showDate=true
[Containments][1][Applets][20][Configuration][ConfigDialog]
DialogHeight=752
DialogWidth=980
[Containments][1][Applets][5]
immutability=1
plugin=org.kde.plasma.systemtray
[Containments][1][Applets][5][Configuration][ConfigDialog]
DialogHeight=638
DialogWidth=640
[Containments][1][Applets][5][Configuration][Containments][9]
formfactor=2
location=4
[Containments][1][Applets][5][Configuration][Containments][9][Applets][10]
immutability=1
plugin=org.kde.plasma.battery
[Containments][1][Applets][5][Configuration][Containments][9][Applets][11]
immutability=1
plugin=org.kde.plasma.clipboard
[Containments][1][Applets][5][Configuration][Containments][9][Applets][12]
immutability=1
plugin=org.kde.plasma.devicenotifier
[Containments][1][Applets][5][Configuration][Containments][9][Applets][13]
immutability=1
plugin=org.kde.plasma.notifications
[Containments][1][Applets][5][Configuration][Containments][9][Applets][14]
immutability=1
plugin=org.kde.plasma.networkmanagement
[Containments][1][Applets][5][Configuration][Containments][9][Applets][17]
immutability=1
plugin=org.kde.plasma.mediacontroller
[Containments][1][Applets][5][Configuration][General]
hiddenItems=,chrome_app_indicator_1
[Containments][1][ConfigDialog]
DialogHeight=87
DialogWidth=1920
[Containments][1][General]
AppletOrder=16;19;5;20
[Containments][15]
activityId=879442d9-bee5-4247-b0b4-7e6b86010b6f
formfactor=0
immutability=1
lastScreen=1
location=0
plugin=org.kde.desktopcontainment
wallpaperplugin=org.kde.image
[Containments][15][ConfigDialog]
DialogHeight=576
DialogWidth=640
[Containments][15][Wallpaper][General]
height=900
width=1440
[Containments][15][Wallpaper][org.kde.image][General]
Image=file:///home/mck182/Pictures/SF 2014/IMG_2031_2_3_tonemapped.jpg
SlidePaths=
height=900
width=1440
[Containments][8]
activityId=879442d9-bee5-4247-b0b4-7e6b86010b6f
formfactor=0
immutability=1
lastScreen=0
location=0
plugin=org.kde.desktopcontainment
wallpaperplugin=org.kde.image
[Containments][8][ConfigDialog]
DialogHeight=576
DialogWidth=640
[Containments][8][Wallpaper][General]
Image=file:///home/mck182/Pictures/MINI moon/IMG_2862_v3.JPG
SlidePaths=
height=1200
width=1920
[Containments][8][Wallpaper][org.kde.image][General]
Image=file:///opt/kde5/share/wallpapers/Next/contents/images/2560x1440.png
SlidePaths=
height=1200
width=1920
*** Bug 339323 has been marked as a duplicate of this bug. *** Happened to me today. Confirming. can't reproduce at the moment. this happens only when you resize it at runtime, not at startup, right? so should be an off by one problem in computing the position, i guess it would happen only for bottom and right panels, not top and left Runtime only, yes. And can't seem to reproduce anymore, so I'll close it now and reopen if it still happens. I still have this issue with vertical panel, like said at https://bugs.kde.org/show_bug.cgi?id=339323 (was closed as duplicate of this). Haven't checked other panel placements. I have checked 4 placements, so my conclusion only vertical right placement still has 1 pixel gap. I can't change state of current bug, so I reopen old one. |
Created attachment 88789 [details] screenshot Making panel smaller (by dragging the "Height" button) results in the panel being moved 1px from the screen edge. This causes eg. the taskmanager to not work when mouse is slammed against the screenedge as the panel is actually not sitting on the screenedge. Making the panel bigger puts it back on the edge, smaller again moves it. On the screenshot you can see a thin orange line at the bottom - that's the wallpaper (and it shows the 1px offset quite nicely). Reproducible: always