-
Executable:
bikram-calendar -
click on the widget to open the calendar. Right click to open the options menu.
-
Wayland Support & Limitations:-
Due to the security design and protocols of the Wayland display server, some features behave differently:
Window Position: The application cannot query window coordinates on Wayland, so it cannot save or restore the position of the widget or calendar window. However, the window size is saved and restored correctly.
-
If you want to open the program using xwayland, you can:
Option 1:
Launch the program from the terminal byQT_QPA_PLATFORM=xcb /usr/bin/bikram-calendarOption 2:
Copy the desktop file from/usr/share/applications/nepdate.desktopto~/.local/share/applications/nepdate.desktopthen Edit the desktop file and replace theExec=/usr/bin/bikram-calendarwithExec=env QT_QPA_PLATFORM=xcb /usr/bin/bikram-calendarNote:
- You also need to do this to the autostart file in~/.config/autostart/Nepali Calendar Widget.desktopif you enabled autostart.
- The file~/.local/share/nepdate-calendar.desktopexists so the calendar can use proper icon to display. This file gets override every time the widget launches.NoDisplay=trueline from the file makes sure to not show this file in the applicaion menu. so you can just ignore this file.
Search Criteria
Package Details: nepdate 2.2.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nepdate.git (read-only, click to copy) |
|---|---|
| Package Base: | nepdate |
| Description: | Standalone Nepali calendar widget and converter for Bikram Sambat and Gregorian calendars. |
| Upstream URL: | https://github.com/khumnath/nepdate |
| Keywords: | bikram-sambat bs calendar converter nepal nepal-calendar nepali nepali-calendar |
| Licenses: | GPL-3.0-or-later |
| Submitter: | wintersnowgod |
| Maintainer: | wintersnowgod |
| Last Packager: | wintersnowgod |
| Votes: | 1 |
| Popularity: | 0.011546 |
| First Submitted: | 2025-05-05 11:47 (UTC) |
| Last Updated: | 2025-08-23 14:58 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt6-shadertools (make)
- qt6-tools (make)
Pinned Comments
wintersnowgod commented on 2025-08-05 10:39 (UTC) (edited on 2025-08-12 09:13 (UTC) by wintersnowgod)
Executable:
bikram-calendarclick on the widget to open the calendar. Right click to open the options menu.
Wayland Support & Limitations:-
Due to the security design and protocols of the Wayland display server, some features behave differently:
Window Position: The application cannot query window coordinates on Wayland, so it cannot save or restore the position of the widget or calendar window. However, the window size is saved and restored correctly.
If you want to open the program using xwayland, you can:
Option 1:
Launch the program from the terminal by
Option 2:
Copy the desktop file from
/usr/share/applications/nepdate.desktopto~/.local/share/applications/nepdate.desktopthen Edit the desktop file and replace theExec=/usr/bin/bikram-calendarwithNote:
- You also need to do this to the autostart file in
~/.config/autostart/Nepali Calendar Widget.desktopif you enabled autostart.- The file
~/.local/share/nepdate-calendar.desktopexists so the calendar can use proper icon to display. This file gets override every time the widget launches.NoDisplay=trueline from the file makes sure to not show this file in the applicaion menu. so you can just ignore this file.