Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme and config install errors - missing menu items #502

Open
nextgen-networks opened this issue May 30, 2024 · 5 comments
Open

Theme and config install errors - missing menu items #502

nextgen-networks opened this issue May 30, 2024 · 5 comments

Comments

@nextgen-networks
Copy link

nextgen-networks commented May 30, 2024

Describe the bug
ipk and prerequisites have been successfully downloaded.
When installing the install process starts but cant completed successfully - leaving a half installed situation.

System: BananaPi BPI-R4
Snapshot: 26450

To Reproduce
Steps to reproduce the behavior:

  1. install prerequisites (opkg install luci-compat && opkg install luci-lib-ipkg)
  2. download & install Theme (wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.3.1/luci-theme-argon_2.3.1_all.ipk && opkg install luci-theme-argon*.ipk)
  3. error message appears
Configuring luci-theme-argon.
//usr/lib/opkg/info/luci-theme-argon.postinst: .: line 2: can't open '/etc/uci-defaults/30_luci-theme-argon': No such file or directory
  1. download & install config-tool (wget --no-check-certificate https://github.com/jerrykuku/luci-app-argon-config/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk && opkg install luci-app-argon-config*.ipk)
  2. error message appears
Configuring luci-app-argon-config.
//usr/lib/opkg/info/luci-app-argon-config.postinst: .: line 2: can't open '/etc/uci-defaults/luci-argon-config': No such file or directory
  1. in the end theme is installed somehow but misses config menu entry
    image
    image

Expected behavior
Therme and config tool should be installed successfully.
Missing menu entry for Argon config tool should be visible.

Screenshots
see above

Openwrt (please complete the following information):

  • Versiosn: OpenWrt SNAPSHOT r26450-6510eb3b5d / LuCI Master 24.135.65178~2bb1e06
  • Theme Aragon]
  • Version 2.3.1

Desktop (please complete the following information):

  • OS: Windows 11 Enterprise / Professional
  • Browser Chrome
  • Version 125.0.6422.113

Additional context

  • OS is installed on SD-Card
  • /etc/uci-defaults/ folder does exist - is owned by root - permisson: rwxr-xr-x (0755)
@nextgen-networks
Copy link
Author

Workaround: create shell scripts manually and execute them

@walterzilla
Copy link

Workaround: create shell scripts manually and execute them

Can you maybe give an example? Thanks!

@blxckhundred
Copy link

Download luci-theme-argon_2.3.1_all.ipk, download luci-app-argon-config_0.9-20210309_all.ipk

Upload these via standard luci.

@rickyrick2002
Copy link

Workaround: create shell scripts manually and execute them

Can you maybe give an example? Thanks!

See here #523

@BinTofajjal
Copy link

BinTofajjal commented Feb 5, 2025

Download luci-theme-argon_2.3.1_all.ipk, download luci-app-argon-config_0.9-20210309_all.ipk

Upload these via standard luci.

Worked for me!
Thanks 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants