The officially official Devuan Forum!

You are not logged in.

#1 2019-02-11 05:23:56

MiyoLinux
Member
Registered: 2016-12-05
Posts: 1,323  

[Miyo-Basic] Calendar position fix

A YouTuber found an issue with Miyo-Basic...

When moving the panel to another position other than the bottom of the screen, the calendar still appears at the bottom of the screen when clicking on the clock. tongue

I apologize; this was an oversight on my part.

To fix this...

1. Open the Tint2 Settings application.
2. Click on the Clock tab.

Next to "Left click command", you will see the command used to open the calendar.

It looks like this...

yad --calendar --width=400 --borders=5 --button=gtk-close --posx=-1 --posy=-40 --skip-taskbar --undecorated --on-top

3. Replace --posx=-1 --posy=-40 with --mouse

It will then look like this...

yad --calendar --width=400 --borders=5 --button=gtk-close --mouse --skip-taskbar --undecorated --on-top

4. Click Apply.

The calendar will then appear at the correct position.

More references...

https://www.youtube.com/watch?v=HZ4_0UQIuxI&t=74s

https://sourceforge.net/p/miyolinux/wik … dar%20Fix/

Last edited by MiyoLinux (2019-02-11 07:52:32)


I have been Devuanated, and my practice in the art of Devuanism shall continue until my Devuanization is complete. Until then, I will strive to continue in my understanding of Devuanchology, Devuanprocity, and Devuanivity.

Veni, vidi, vici vdevuaned. I came, I saw, I Devuaned. wink

Offline

Board footer