[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-09-06 Thread Ahmad El-Gazzaz
https://bugs.kde.org/show_bug.cgi?id=390330

--- Comment #5 from Ahmad El-Gazzaz  ---
(In reply to Chris Holland from comment #3)
> You should be able to modify this locally, then restart plasmashell, or wait
> for a patch.
> /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/calendar/DaysCalendar.qml


I tried to edit the file as you suggested the widgets failed.
The line I changed was 315. The commented line is the original and the one I
edit is below
// text:
Qt.locale(Qt.locale().uiLanguages[0]).dayName(calendarBackend.firstDayOfWeek +
index, Locale.ShortFormat)
text:
Qt.locale(Qt.locale().uiLanguages[0]).dayName(calendarBackend.firstDayOfWeek +
index) % 7, Locale.ShortFormat)

And this is the result I got from the widgets.


Error loading QML file:
file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml:54:34:
Type CalendarView unavailable
file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/CalendarView.qml:352:9:
Type PlasmaCalendar.MonthView unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/calendar/MonthView.qml:222:22:
Type DaysCalendar unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/calendar/DaysCalendar.qml:316:132:
Expected token `,'


__

(In reply to Chris Holland from comment #4)
> I don't think *any* Locale uses a first day of the week other than Sunday or
> Monday, which is why this bug is only noticed when we hardcode the QML.

Just change the locale to Egypt [مصر - العربية (ar_EG)] and many countries in
the region and the start of the week will be Saturday.

Changing the local from systemsettings will results in too many changes across
KDE that I do not want. Since I can no longer change every minor detail in the
Regional settings I had to edit files directly to achieve what I want.

https://postimg.cc/image/6h3dl5pm9/

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

[kdeplasma-addons] [Bug 391634] New: CPU is up to ~45% when timer is paused [Occasionally]

2018-03-09 Thread Ahmad El-Gazzaz
https://bugs.kde.org/show_bug.cgi?id=391634

Bug ID: 391634
   Summary: CPU is up to ~45% when timer is paused [Occasionally]
   Product: kdeplasma-addons
   Version: 5.8.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: timer
  Assignee: plasma-b...@kde.org
  Reporter: ahmadelgaz...@gmail.com
  Target Milestone: ---

Sometimes when I pause a running timer the Total CPU load increases to about
45% after shutting everything else.

I notice it if the laptop is running for a long period of time.

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

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-02-13 Thread Ahmad El-Gazzaz
https://bugs.kde.org/show_bug.cgi?id=390330

--- Comment #2 from Ahmad El-Gazzaz <ahmadelgaz...@gmail.com> ---
I edited the file: /usr/lib64/qt5/qml/org/kde/plasma/calendar/MonthView.qml

The commented line is the Original and the one I edited is below it.

Calendar {
id: calendarBackend

days: 7
weeks: 6
//firstDayOfWeek: Qt.locale().firstDayOfWeek
firstDayOfWeek: 6
today: root.today

Component.onCompleted: {
daysModel.setPluginsManager(EventPluginsManager);
}

onYearChanged: {
updateYearOverview()
updateDecadeOverview()
}
}

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

[plasmashell] [Bug 390330] New: Calendar top column does not contain all the days. Only Sat, Sun

2018-02-12 Thread Ahmad El-Gazzaz
https://bugs.kde.org/show_bug.cgi?id=390330

Bug ID: 390330
   Summary: Calendar top column does not contain all the days.
Only Sat, Sun
   Product: plasmashell
   Version: 5.8.7
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Digital Clock
  Assignee: plasma-b...@kde.org
  Reporter: ahmadelgaz...@gmail.com
  Target Milestone: 1.0

Created attachment 110568
  --> https://bugs.kde.org/attachment.cgi?id=110568=edit
Screenshot of the calendar not showing all the days in the top column.

I changed the start of the week to Saturday and the days at the top columns
viewed only Sat, Sun. the rest is blank.

I don't recall how I changed the start of the week to Saturday.

I am running openSUSE 42.3
KDE Plasma: 5.8.7
KDE Frameworks: 5.32.0
QT: 5.6.2
Kernel: 4.4.87-25-default
OS Type: 64-bit

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

[systemsettings] [Bug 383648] New: Window is larger than the screen

2017-08-17 Thread Ahmad El-Gazzaz
https://bugs.kde.org/show_bug.cgi?id=383648

Bug ID: 383648
   Summary: Window is larger than the screen
   Product: systemsettings
   Version: unspecified
  Platform: Mint (Debian based)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ahmadelgaz...@gmail.com
  Target Milestone: ---

When I open a single settings window from outside the system settings the
windows is larger than the screen with no side scroll bars the only way to
reache the apply, defaults, ... etc. buttons is using Alt + click to move the
window until I can reach the bottom

to recreate: Press Alt +F2 > Type: display 

screenshot: https://pasteboard.co/GE4CrBi.png (Maui)

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