Giter VIP home page Giter VIP logo

Comments (36)

Botspot avatar Botspot commented on May 23, 2024 2

@gilesn That is a very useful error output! Thanks for sharing.

Basically, whenever Pi-Apps wants to open a terminal, it uses a command called x-terminal-emulator. This command launches the default terminal emulator for the OS.
Raspbian has lxterminal as default.
TwisterOS uses xfce4-terminal.
Other OS'es use mate-terminal.
Apparently your OS uses xterm.

Looks like xterm doesn't know what to do with the --title flag. Interesting.
Looks like I'll have to revisit the terminal-running code, and have it change the command based on which terminal x-terminal-emulator chooses to use.

In the meantime @gilesn , you can set lxterminl back to being the default terminal by running this:

sudo apt install --reinstall lxterminal

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024 2

Okay, I think I've fixed this issue as of commit 7d37454.

from pi-apps.

gilesn avatar gilesn commented on May 23, 2024 1

Hello, Same here, nothing is installed (using latest RP OS, Linux raspberrypi4 5.4.77-v8+)

I get this output:

xterm: bad command line option "--title=Installing Chromium Widevine"

usage:  xterm [-/+132] [-C] [-Sccn] [-T string] [-/+ah] [-/+ai] [-/+aw]
    [-b number] [-baudrate rate] [-/+bc] [-bcf milliseconds]
    [-bcn milliseconds] [-bd color] [-/+bdc] [-bg color] [-bw number] [-/+cb]
    [-cc classrange] [-/+cjk_width] [-class string] [-/+cm] [-/+cn] [-cr color]
    [-/+cu] [-/+dc] [-display displayname] [-e command args ...] [-fa pattern]
    [-fb fontname] [-/+fbb] [-/+fbx] [-fd pattern] [-fg color] [-fi fontname]
    [-fn fontname] [-fs size] [-/+fullscreen] [-fw fontname] [-fwb fontname]
    [-fx fontname] [%geom] [#geom] [-geometry geom] [-help] [-/+hm] [-/+hold]
    [-iconic] [-/+ie] [-/+im] [-into windowId] [-/+itc] [-/+j] [-/+k8]
    [-kt keyboardtype] [-/+l] [-/+lc] [-lcc path] [-leftbar] [-lf filename]
    [-/+ls] [-/+maximized] [-/+mb] [-mc milliseconds] [-/+mesg] [-/+mk_width]
    [-ms color] [-n string] [-name string] [-nb number] [-/+nul] [-/+pc]
    [-/+pob] [-report-charclass] [-report-colors] [-report-fonts] [-rightbar]
    [-/+rv] [-/+rvc] [-/+rw] [-/+s] [-/+samename] [-/+sb] [-selbg color]
    [-selfg color] [-/+sf] [-sh number] [-/+si] [-/+sk] [-sl number] [-/+sm]
    [-/+sp] [-/+t] [-ti termid] [-title string] [-tm string] [-tn name] [-/+u8]
    [-/+uc] [-/+ulc] [-/+ulit] [-/+ut] [-/+vb] [-version] [-/+wc] [-/+wf]
    [-xrm resourcestring] [-ziconbeep percent]

Type xterm -help for a full description.

from pi-apps.

fabianmendes avatar fabianmendes commented on May 23, 2024 1

Nevermind! Seems to be an Internet Connection problem!!

It's installing now, thank you @Botspot !

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

Do any errors show up when you click install?

Also, is your Pi-Apps fully up-to-date?

from pi-apps.

NoozAbooz avatar NoozAbooz commented on May 23, 2024

I suggest you run ~/pi-apps/uninstall and follow the install procedures again.

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

No when I click install the apps donot get install

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

They eventually get refresh just not installed

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

No when I click install the apps donot get install

Your version of Pi-Apps is probably out of date. Please uninstall Pi-Apps, and then install Pi-Apps.

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

@CoderLogy What OS are you running? Is it Raspberry Pi OS Buster?

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

I am using Raspberry Pi OS Buster It's new and updated pls check why not working the os is officiall os made by Raspberry Pi

Okay, now please run this command in a terminal:

/home/pi/pi-apps/gui

That will run Pi-Apps as normal, but now the terminal will catch any errors.
Please copy out the full terminal output and post it here.

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

@CoderLogy Any updates?

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

Yes when did that what you told but there was error shown that no data found in terminal so pls help me in this

Sorry, I need more details than that. Could you send me a screenshot of the error?

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

Turns out #90 was caused by this same issue.

The OP in that issue report has lxterm (xterm, same thing) as their default terminal.

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

gilesn avatar gilesn commented on May 23, 2024

Okay, I think I've fixed this issue as of commit 7d37454.

Great, it's working so I'll leave my default terminal as-is.

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

Glad it worked for you @gilesn , and as for @CoderLogy , could you paste the error message? Or maybe a screenshot?

from pi-apps.

fabianmendes avatar fabianmendes commented on May 23, 2024

I was trying to install an app, any from Pi-apps list, and it says:

Using LXterminal:

cat: /home/pi/Downloads/git/pi-apps/data/status/FreeCAD: Directory or folder doesn't exist.

And running XTerm terminal instead:
Timestamp match.
Reading list file...

Of course, doesn't happen. Any app wasn't installing. Should I reinstall the Pi-app? How can I do that??

Also, trying installing Zoom: (using the same Xterm)
cat: /home/pi/Downloads/git/pi-apps/data/installed-packages/Zoom: Directory or folder doesn't exist.
cat: /home/pi/Downloads/git/pi-apps/data/status/Zoom: Directory or folder doesn't exist.

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

I was trying to install an app, any from Pi-apps list, and it says:

Using LXterminal:
cat: /home/pi/Downloads/git/pi-apps/data/status/Zoom: Directory or folder doesn't exist.

And running XTerm terminal instead:
Timestamp match.
Reading list file...

Of course, doesn't happen. Any app wasn't installing. Should I reinstall the Pi-app? How can I do that??

Unfortunately, neither of those error messages is particularly helpful.
@fabianmendes Could you try installing Pi-Apps using the official install instructions?

git clone https://github.com/Botspot/pi-apps
~/pi-apps/install

from pi-apps.

fabianmendes avatar fabianmendes commented on May 23, 2024

Sure, I will. Thanks for replying so fast!! Otherwise, I've just edited my last comment. May you please look forward to it?

I'll run that code.:

I was trying to install an app, any from Pi-apps list, and it says:
Using LXterminal:
cat: /home/pi/Downloads/git/pi-apps/data/status/Zoom: Directory or folder doesn't exist.
And running XTerm terminal instead:
Timestamp match.
Reading list file...
Of course, doesn't happen. Any app wasn't installing. Should I reinstall the Pi-app? How can I do that??

Unfortunately, neither of those error messages is particularly helpful.
@fabianmendes Could you try installing Pi-Apps using the official install instructions?

git clone https://github.com/Botspot/pi-apps
~/pi-apps/install

from pi-apps.

fabianmendes avatar fabianmendes commented on May 23, 2024

should I reinstall the already installed apps? (They appear on the GUI Pi-Apps as they aren't installed)

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

should I reinstall the already installed apps? (They appear on the GUI Pi-Apps as they aren't installed)

No, they are actually installed, but Pi-Apps doesn't know better.

Simply copy over your old data directory from your old location to the new one.
Something like this:

gio trash /home/pi/pi-apps/data/status
cp -a /home/pi/Downloads/git/pi-apps/data/status /home/pi/pi-apps/data

The first command moves the empty data directory to Trash, and the command command copies the new version.

from pi-apps.

fabianmendes avatar fabianmendes commented on May 23, 2024

2020-11-25-225735_800x480_scrot

It's happening the same thing :L
And at first, I've tried to install TBOplayer, and on the very first try it said Permisson Denied, then I've run Pi-apps GUI from the terminal using sudo, and then try out to install TBOplaye again but it gave me the next same message:
cat: /home/pi/Downloads/git/pi-apps/data/status/TBOPlaye: Directory or folder doesn't exist.
(I'm trying to install ZOOM and TBOPlayer)

|
Ok, sure:

should I reinstall the already installed apps? (They appear on the GUI Pi-Apps as they aren't installed)

No, they are actually installed, but Pi-Apps doesn't know better.

Simply copy over your old data directory from your old location to the new one.
Something like this:

gio trash /home/pi/pi-apps/data/status
cp -a /home/pi/Downloads/git/pi-apps/data/status /home/pi/pi-apps/data

The first command moves the empty data directory to Trash, and the command command copies the new version.

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

cat: /home/pi/Downloads/git/pi-apps/data/status/TBOPlaye: Directory or folder doesn't exist.

That's strange. Did you select TBOPlayer from the Pi-Apps list, and then click the Install button?

from pi-apps.

fabianmendes avatar fabianmendes commented on May 23, 2024

Sorry, excuse me. Where should I see Zoom after installing it? There is not in any category from my Raspberry Pi menu :$

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

Sorry, excuse me. Where should I see Zoom after installing it? There is not in any category from my Raspberry Pi menu :$

Maybe it didn't install correctly. Please open a new issue for that.

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

My problem I am able to download but problem is I have downloaded libreelec it doesn't show on screen after install and also it cosnsumed lot of space even after I have deleted it

@CoderLogy Sounds like you are talking about libreelec os.
How is this related to Pi-Apps?

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

Botspot avatar Botspot commented on May 23, 2024

I haven't found anybody who understands what @CoderLogy is talking about, so I'm closing this issue for now.

@CoderLogy if you're still having a problem with Pi-Apps, please open a new issue and explain exactly what is going on for you.

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

CoderLogy avatar CoderLogy commented on May 23, 2024

from pi-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.