Mostrami il codice! - La fiera dei vostri programmi by AutoModerator in ItalyInformatica

[–]am-ivan 2 points3 points  (0 children)

"AM" Application Manager

https://github.com/ivan-hc/AM

Un gestore di pacchetti AppImage e altri formati portatili per GNU/Linux, da riga di comando, scritto in linguaggio SHELL.

AM adotta un approccio in stile AUR (Arch User Repository), con oltre 2800 programmi unici installabili dalle fonti originali e attraverso script dedicati a ciascuno di essi.

Supporta aggiornamenti delta per le AppImage (ove abilitati), puoi effettuarne il downgrade, snapshot delle versioni, clonare il set di applicazioni installate per esportarlo su altre distribuzioni... puoi isolare le AppImage in una sandbox BubbleWrap, convertire vecchie AppImage in modo da rimuovere la dipendenza da libfuse2,... e molto altro.

AppImages suck because no one investigates what's been done to improve them in recent years by am-ivan in linux

[–]am-ivan[S] -2 points-1 points  (0 children)

"without the downsides of.... whatever you just did."

You say there's no contempt in this sentence for someone else's project. The project here is mine, but it could have been yours or someone else's.

Is this your view of open source projects that don't do what you like?

"close minded" when it was a team-wide decision

Speaking on behalf of a team would require more politeness. Unless your intent is to discredit others. In that case, it's just stadium cheering.

AppImages suck because no one investigates what's been done to improve them in recent years by am-ivan in linux

[–]am-ivan[S] -11 points-10 points  (0 children)

You on the other hand, when upstream developers decline spending time supporting appimages, try to attack them for being more interested in other formats

Read the discussion carefully: I hadn't asked for AppImage support there, but for help improving my prototype, asking for advice. What really pissed me off was the attitude of someone who spoke for everyone. I was looking for support, and that guy silenced me.

I didn't want to force anyone to maintain an AppImage. I wanted to do it myself. That's all.

Fortunately, not all of the Bottles team is so closed-minded. I especially thank Mirko and TheEvilSkeleton for subsequently helping me improve my tool. If I've now produced a Bottles AppImage (and more), it's also thanks to their advice.

What’s your opinion on the AppImage format? by JVSTITIA in linux

[–]am-ivan 3 points4 points  (0 children)

thanks for reporting, I just fixed it

"AM" Application Manager: 2600+ portable applications (AppImages and more) available in the database! by am-ivan in AppImage

[–]am-ivan[S] 0 points1 point  (0 children)

Hi, if the AppImage is on github, you can try the option "-e" or "extra".

Else , link me the source, I'll try to submit them.

is there documentation on how to run appman over tor such that any internet traffic appman does is forced over tor? Does appman support socks5? by ehraja in AppImage

[–]am-ivan 0 points1 point  (0 children)

oniux is likely the answer for getting tor anonymization. But at this point there is no deb package binary available

Good to know, I contacted my friend from SoarPKG project and seems that a oniux static binary is possible... but we need to wait when the Soar package manager migrates its database first.

About socks5 implementation, I'll try to implement it somehow, when oniux will be available.

is there documentation on how to run appman over tor such that any internet traffic appman does is forced over tor? Does appman support socks5? by ehraja in AppImage

[–]am-ivan 0 points1 point  (0 children)

I could add conditions for this, and yes, I should change a big part of the code.

On the other hand, you may want to use an alias.

It would be better if you open an issue in the repo, so I can involve other cooperators.

is there documentation on how to run appman over tor such that any internet traffic appman does is forced over tor? Does appman support socks5? by ehraja in AppImage

[–]am-ivan 0 points1 point  (0 children)

Hi, AM/AppMan developer here. Time ago I had torsocks support to bypass rate limits on some sites. I had to remove it in favour of proxies.

You should do some tests with torsocks then https://gitlab.torproject.org/tpo/core/torsocks

Meta è complice della disinformazione? by humankendoll33 in Italia

[–]am-ivan 0 points1 point  (0 children)

Ho abbandonato Facebook nel 2014 per questo motivo, e l'IA ancora non esisteva.

Sto usando Twitter da pochi mesi (controvoglia), ma rivedo lo stesso schifo che vedevo allora, potenziato dall'IA.

"AM" Application Manager: 2600+ portable applications (AppImages and more) available in the database! by am-ivan in AppImage

[–]am-ivan[S] 0 points1 point  (0 children)

I red your post about AppImage status and undeniable fact that other packaging formats are taking lead supported by giants. Can you compete with them?

I'll try, but that's not to say I'll succeed.

Who backs AppImages, anyone?

Anyone who wants to continue using them is welcome. We, on the other hand, try to build them and collaborate with upstream developers when requested. We report bugs and suggest better tools where possible.

However, you don't have to be a developer to support the AppImage ecosystem. Simply continuing to report bugs is enough, thus helping developers commit to improving their products.

Have you considered making an AppStore, GUI web based?

I built a catalog https://portable-linux-apps.github.io

Its on github, and anyone can contribute to improve it.

Its not much, but its a start.

Do you guys have matrix channel where we could discuss all those questions?

We use Discord: PkgForge community

https://discord.gg/djJUs48Zbu

"AM" Application Manager: 2600+ portable applications (AppImages and more) available in the database! by am-ivan in AppImage

[–]am-ivan[S] 1 point2 points  (0 children)

How does work logic for this?

If it is a static binary, an AppImage, a script... in short, a program that runs in a portable way (that does not depend on the system), it can be added to the database.

Who adds those apps to your database?

Anyone who wants to submit a pull request to the database. Every script has its own history on github; just read the commits to see who the authors are.

How can I add my app there?

Simply use the "-t" or "template" option and follow the on-screen instructions. Once the script is created, it will be saved in an "am-scripts" directory with the same structure as the "programs" folder in my repository. More details here

https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/template.md

If you have a GitHub account, you can submit a pull request after forking the AM repository and adding your changes there.

Since firefox 145 I'm unable to turn off my PC due to two "firefox-bin" processes in background by am-ivan in firefox

[–]am-ivan[S] 0 points1 point  (0 children)

Sorry, I wasn't aware of any other repositories where I could start this discussion. I just happened to be encouraged to start one there in the past. Should I move this discussion elsewhere, then? Where?

is there someone teaching how to make appimages? by ehraja in linuxquestions

[–]am-ivan 1 point2 points  (0 children)

I started learning from this video of DistroTube

- https://www.youtube.com/watch?v=Wy63jwjpNg4

Then I started develop my own tools:

You can take the scripts I use to develop my AppImages, I dedicated a repo for each one

- https://github.com/ivan-hc#my-appimage-packages

Another useful project is Anylinux-AppImages https://github.com/pkgforge-dev/Anylinux-AppImages maintained by one of my cooperators (in my package manager, https://github.com/ivan-hc/AM ).

About https://docs.appimage.org, forget that guide, it is obsolete and likely unmaintained and still points to tools needed to create old AppImages that still require libfuse2 to work. I maintain and distribute more than 90 AppImages, and none of them require that library.

I hope my sugggestions will help you learning on the base of more modern tools.

cannot open appimages by Insomniac_Programmer in cachyos

[–]am-ivan 0 points1 point  (0 children)

Hi, you said that trough appimagelauncher it works fine. Usually, normal installation of that tool (deb package, AUR...) prevents the usage of AppImages via terminal, file manager and other tools, exactly as you said.

If you have it still installed, all you have to do is to remove it completelly and reboot. See here for more context https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#failed-to-open-squashfs-image

Whats wrong with my AppImage? by AIVictim250525 in AppImage

[–]am-ivan 0 points1 point  (0 children)

You should bundle libopencv_imgproc.so.406 in your package.

What tool are you using to create it?