jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
3.94k stars 786 forks source link

Error with bing wallpaper set. #432

Closed butinhi closed 1 year ago

butinhi commented 1 year ago

Can not change wallpaper with latest lede openwrt Screenshot_2023-08-14-17-32-54-433_com android chrome-edit

SpeedPartner commented 1 year ago

Make sure you have the latest 18.06 branch of Argon theme installed. This issue may come from an older version of the Argon theme that comes with the firmware itself.

butinhi commented 1 year ago

Make sure you have the latest 18.06 branch of Argon theme installed. This issue may come from an older version of the Argon theme that comes with the firmware itself.

I am on this version Powered by LuCI Master (git-23.222.42836-72f2f76) / ArgonTheme v1.8.3 / OpenWrt R23.7.7

SpeedPartner commented 1 year ago

Does your firmware itself contain an older version of the Argon theme? This issue may come from an older version of the Argon theme that comes with the firmware itself. You can also try rm -rf /usr/libexec/argon/online_wallpaper, then reinstall Argon theme v1.8.3

butinhi commented 1 year ago

Does your firmware itself contain an older version of the Argon theme? This issue may come from an older version of the Argon theme that comes with the firmware itself. You can also try rm -rf /usr/libexec/argon/online_wallpaper, then reinstall Argon theme v1.8.3

I am on latest lede firmware. I removed oder argon and git latest argon to build firmware for myself

SpeedPartner commented 1 year ago

Sorry, this issue cannot be reproduced; Suggest you try installing the ipk from Releases .

SpeedPartner commented 1 year ago

I'm not sure exactly how you cloned the Argon theme source code. Please confirm whether the file permission of online_wallpaper is 0755; Yep, it's supposed to be an ”Executable File“.

butinhi commented 1 year ago

I'm not sure exactly how you cloned the Argon theme source code. Please confirm whether the file permission of online_wallpaper is 0755; Yep, it's supposed to be an ”Executable File“. I cloned to get luci-theme-argon folder then deleta luci-theme-argon from lede source then ./scripts/feeds update -a ./scripts/feeds install -a

And build lede firmware

SpeedPartner commented 1 year ago

Cloned folder? How did you do it? Did you download the ZIP archive?

butinhi commented 1 year ago

Cloned folder? How did you do it? Did you download the ZIP archive?

I used git clone to download luci-theme-argon to my pc

SpeedPartner commented 1 year ago

Please use the cd command to enter the cloned Argon theme source directory in the LEDE source directory, then use the command ls -l /usr/libexec/argon/online_wallpaper to check this file permission; It's supposed to be an ”Executable File“, permissions are: -rwxr-xr-x (0755)

butinhi commented 1 year ago

Please use the cd command to enter the cloned Argon theme source directory in the LEDE source directory, then use the command ls -l /usr/libexec/argon/online_wallpaper to check this file permission; It's supposed to be an ”Executable File“, permissions are: -rwxr-xr-x (0755) Do you use telegram? I want to ask you something.

butinhi commented 1 year ago

Please use the cd command to enter the cloned Argon theme source directory in the LEDE source directory, then use the command ls -l /usr/libexec/argon/online_wallpaper to check this file permission; It's supposed to be an ”Executable File“, permissions are: -rwxr-xr-x (0755) How to set permission it to 0755 if it is 0644?

SpeedPartner commented 1 year ago

It may be that your way of cloned the source code of the Argon theme is incorrect.

What I know:

  1. Download the ZIP archive will lose file permissions;
  2. Use the SVN download command will also lose file permissions;
  3. Copy the source code of the Argon theme from Windows to WSL, would also result in the same situation.
butinhi commented 1 year ago

It may be that your way of cloned the source code of the Argon theme is incorrect.

What I know:

  1. Download the ZIP archive will lose file permissions;
  2. Using the SVN download command will also lose file permissions;
  3. Copy the source code of the Argon theme from Windows to WSL, would also result in the same situation. How to clone it without problem?
butinhi commented 1 year ago

Use this right? cd lede/package/lean rm -rf luci-theme-argon git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git luci-theme-argon make menuconfig #choose LUCI->Theme->Luci-theme-argon make -j1 V=s

SpeedPartner commented 1 year ago

Yep,Just follow the instruction - README.md git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/downloads/luci-theme-argon

butinhi commented 1 year ago

Ok I will try it now

SpeedPartner commented 1 year ago

Confirm that the file permissions are correct before continuing to compile the firmware.

butinhi commented 1 year ago

Working bro! Thank you for help me!

A-nh-chu-p-ma-n-hi-nh-2023-08-16-234640

SpeedPartner commented 1 year ago

🎉