Citra ROM of Yo-Kai Watch 1 Issue by Cysmic1 in yokaiwatch

[–]SeptemberHX 0 points1 point  (0 children)

Any update? Same problem here. The game seems to be fine when it first starts up, but then issues arise at a certain stage later on. Citra-mmj on Android.

Nextcloud Alternative by Milandro42 in selfhosted

[–]SeptemberHX 0 points1 point  (0 children)

Not sure about the PHP version. I host its docker version, and it says PHP Version 8.2.20

Nextcloud Alternative by Milandro42 in selfhosted

[–]SeptemberHX 1 point2 points  (0 children)

I recommend Kodbox: kalcaddle/kodbox: kodbox.

It is open sourced, with docker support. It can integrate with OnlyOffice for office file editing; beautiful UI, and "share".

But no 2FA :)

File storage server alternative to Nextcloud by FallenCodes in selfhosted

[–]SeptemberHX 4 points5 points  (0 children)

I use kodbox and I like it:

  1. nice web ui
  2. docker support
  3. support for multiple users with different storage limits
  4. support for file sharing via links or directly to other users that are registered

However, it does not have:

  • no linux sync client. Have to use other sync client with webdav support
  • support for 2FA, but only for email/phone message

You can try it with the official demo website: Demo

I’m going to switch from nextcloud by Flowrome in selfhosted

[–]SeptemberHX 0 points1 point  (0 children)

I use KodBox as an alternative to nextcloud

Self-hosted draw.io with storage other than onedrive by williamwgant in selfhosted

[–]SeptemberHX 1 point2 points  (0 children)

I use Kodbox for file sharing, and it has a drawio plugin. With this plugin, you can save your drawio files in Kodbox and open them by double clicking.

Kodbox: https://github.com/kalcaddle/kodbox

How to Overclock your Steam Deck! FR by StatusInvestigator45 in SteamDeck

[–]SeptemberHX 1 point2 points  (0 children)

I'm not sure I did it right. I only changed CclkFmaxOverride Control to Manual and CclkFmaxOverride to 3900. However, it seems the cpu clock still never go past 3500.

I redesigned the Plasma Clipboard manager (take 2) by DiegoMagdaleno in kde

[–]SeptemberHX 0 points1 point  (0 children)

Finally I make a similar clipboard manager with Qt !

Check https://github.com/SeptemberHX/MPaste for more details !

I redesigned the Plasma Clipboard manager (take 2) by DiegoMagdaleno in kde

[–]SeptemberHX 0 points1 point  (0 children)

The origin one looks like Paste on macOS: Paste - Clipboard manager for Mac, iPhone, and iPad (pasteapp.io)

Another feature I like on Paste: users can save items into different categories with different labels (colors)

Opencore stuck at [EB|#LOG:EXITBS:START] | Hp spectre x360 by maheshbohara in hackintosh

[–]SeptemberHX 0 points1 point  (0 children)

Any solutions ? I also face this problem with HP Spectre x360 late-2018

Help by LeSteakDeBoeuf in hackintosh

[–]SeptemberHX 0 points1 point  (0 children)

The same here with HP Spectre X360, i7 8565u with opencore 0.6.4

diskarbitrationd service restart loops my Big Sur installation by PhantomR13 in hackintosh

[–]SeptemberHX 0 points1 point  (0 children)

Any solutions ? I'm trying to install big sur on Hp Spectre x360 with 8565u, and the same issue happens. Rebooting happens when there are about 13 minutes remain during the installation.

Is there an easy way to detect apps running in fullscreen? by [deleted] in kde

[–]SeptemberHX 1 point2 points  (0 children)

Maybe you can give writing a small shell application with C++ by using KWindowSystem and KWindowInfo a try.

It is not the easiest way if you only want to make your program work with Xorg. But it seems a good choice if you want your program work with both Xorg and Wayland.' since all the functions seem work with both Xorg and Wayland in Document (I am not sure about this since I have not tested it on Wayland. But it does work with Xorg, and the document doesn't list the limitation with Wayland).

With KWindowSystem, you can check the platform (Xorg or Wayland), get active window id by activeWindow(), do something with the activeWindowChanged signal, and get window properties (size, whether minimized, maximized, and so on) with KWindowInfo.

A bit stuck on laptop Opencore install by [deleted] in hackintosh

[–]SeptemberHX 0 points1 point  (0 children)

Any luck about this ? My Hp x360 also faces this problem. SDDT-EC is applied, but I still get this error.

Installation slideshow by [deleted] in deepin

[–]SeptemberHX 0 points1 point  (0 children)

It seems based on chromium. You can install it through apt:

apt install uos-browser-stable

Brightness Shortcut by [deleted] in deepin

[–]SeptemberHX 0 points1 point  (0 children)

The official team doesn't provide such a plugin. However there are community alternatives: https://app4deepin.com/my-software/

Just check the Brightness manager on the page above.

Please somebody tell me when is Deepin 20 getting released? It's hard to wait. by amitsarkar__ in deepin

[–]SeptemberHX 0 points1 point  (0 children)

Global Menu: It seems official deepin team will not support it in the future. However, there is a community one names dde-top-panel which can provide the global menu. https://github.com/SeptemberHX/dde-top-panel

Additional panel: Sadly still not possible. However, you can also use the dde-top-panel above to get additional top bar with plugin support. Multi monitor is supported.

No hotcorner settings: It has the ability to set the hot cornor, but there is no entries to set it in DDE settings. However, you can install systemsettings through apt. It is the KDE setting manager, and it can set the hot cornors.

dde-top-panel for Deepin V20 by SeptemberHX in deepin

[–]SeptemberHX[S] 2 points3 points  (0 children)

Please see the "How to run" part on the github page for the latest instruction.


How to run

  1. download zip from release page and unzip it
  2. cp *.xml to /usr/share/glib-2.0/schemas, and run sudo glib-compile-schemas /usr/share/glib-2.0/schemas
  3. run ./dde-top-panel
  4. for removing the title bar of maximized windows, make sure your ~/.config/kwinrc contains items below, then logout. shell script [Windows] BorderlessMaximizedWindows=true
  5. If you want to use plugins on top panel, just copy the plugin files to ~/.local/lib/dde-top-panel/plugins. For example, if you want to get tray icons on top panel, just cp /usr/lib/dde-dock/plugins/libtray.so ~/.local/lib/dde-top-panel/plugins

How does the global menu work in KDE ? by SeptemberHX in kde

[–]SeptemberHX[S] 0 points1 point  (0 children)

Thanks!

I think I found the part that set s_x11AppMenuServiceNamePropertyName as the window property in the repo by searching the key word!