Closed butinhi closed 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.
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
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
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
Sorry, this issue cannot be reproduced; Suggest you try installing the ipk from Releases .
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'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
Cloned folder? How did you do it? Did you download the ZIP archive?
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
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)
Please use the
cd
command to enter the cloned Argon theme source directory in the LEDE source directory, then use the commandls -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.
Please use the
cd
command to enter the cloned Argon theme source directory in the LEDE source directory, then use the commandls -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?
It may be that your way of cloned the source code of the Argon theme is incorrect.
What I know:
It may be that your way of cloned the source code of the Argon theme is incorrect.
What I know:
- Download the ZIP archive will lose file permissions;
- Using the SVN download command will also lose file permissions;
- 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?
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
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
Ok I will try it now
Confirm that the file permissions are correct before continuing to compile the firmware.
🎉
Can not change wallpaper with latest lede openwrt