#install appimage as abroot?
99 messages · Page 1 of 1 (latest)
you don't install appimages tho
what exactly do you mean "make abroot changes"
make changes inside a new abroot transaction?
yes
appimage moment
wait i get the same error not running in abroot
yes, appimage moment
it's missing a library/dependency most likely
could you send the full error?
wait the warning is right there
you need gdkpixbuf
sudo abroot exec apt install gdkpixbuf ?
not sure what the package name is, but yes
try apt search gdkpixbuf first to find the actual package name
the one starting with gir1.2
it says it's installed though
this guy has the same issue
it looks like
ig i'll try the solution he posted
yeah that should work
i get the feeling that what I'm about to do will cause a lot of problems
what exactly?
changing gdm via appimage using abroot
nah that shouldn't do anything
if it breaks something you can still rollback to the current root
oh you have to chmod +x ./Login_Manager_Settings.AppImage
i closed the abroot shell
so it wouldnt let me open another
Well, I decided to run the new appimage described in the github issue without abroot
just to check to see if I got the same error
and i did
well, i dropped a comment , hopefully he'll reply
only other solution i have is to just build the thing
guess I'll abroot all dependencies and do so
seems to be working
so far
weird... it went without a hitch, but after installing, it's not appearing in my app launcher
(and i restarted)
you'll have to use it in abroot either way
it changes system stuff
so if I entered an abroot shell right now, what command would I need to run
just gdm-settings?
yeah
ok that issue is just because you're running it in abroot shell
well, restarting my pc removed all my changes earlier
I had to rebuild everything and install the dependencies again
so I really don't know how to do this outside an abroot shell
you can't
In theory you might be able too
Run the appimage in a normal shell with WITH SUDO
When you are done, make an empty transaction (sudo abroot exec echo)
Reboot, and see if it worked
how is that supposed to work
the application won't be able to change stuff in the root
Thats the only way to edit grub configs like that, so I thought it was worth a shot
You edit it using sudo in a normal shell, and then run an empty abroot transaction
yeah but the application changes gdm settings in root
yes, in /etc, this changes things in /usr
Umm, shouldn't /usr not be touched manually because it will be overwritten in the next update?
