![]() |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Yes you need to upload only archives. No more RPM files.
Every archive should contain at least 3 files: patch, main.png icon and main.qml for patch info and settings. Old rpm patches can be used for sure with no problems. If you using py, wav, conf, sh files in your patch you should revise what are you doing, or continue making rpm patches. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Hi coderus, very nice idea.
I have one wish: Can you also support uninstallation of patches? Sometimes the name of the patch is very different from the actual package name. Like this we could simply uninstall what is not working anymore. The function of Restart Lipstick/Homescreen is not there is this now automatically done or not needed anymore? What can we do with developper mode? I don't see a difference when it's activated. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Restart preloaded services is here and should work Developer mode is for installing patches not compatible with sfos version. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Updated server and client. Fixed some reported issues :)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Client and server updated to fix many problems.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Client updated to support integrated settings for rpm patches into Patchmanager 2.
You can move settings png icon, qml and qm translations to patchmanager folder. Rename icon to main.png, qml to main.qml. If you using translations rename qm files to translation_LANG-CODE-HERE.qm. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Hi Coderus.
Thanks for new patchmanager, I have two questions: 1. Can it be possible to install patches directly from zip file in terminal, for example if user don't have internet access but have the zip file itself ? If yes how ? 2. When I uninstall patch, the zip file not delete itself from /tmp directory. Thanks |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Just create folder in /usr/share/patchmanager/patches matching patch name and unpack archive here.
Thanks for info about tmp, i'll check this. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Updated patchmanager
- Screenshots now clickable - Added uninstallation for RPM patches |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Also patchmanager landing on openrepos is also opensource and can be found here: https://github.com/CODeRUS/django-test
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Patchmanager2 is ready for translations: https://www.transifex.com/coderus/pa...er2/dashboard/
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
French part is done :cool:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Do I need "somehow" to enable new catalog?
Upgrade on my Jolla C from 2.0.0-10.9.1 fail: https://dl.dropboxusercontent.com/u/.../Jolla/PM1.jpg https://dl.dropboxusercontent.com/u/.../Jolla/PM2.jpg |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
try with 2.0.10
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
https://dl.dropboxusercontent.com/u/...Jolla/PM04.jpg Unfortunatelly still fail: https://dl.dropboxusercontent.com/u/...Jolla/PM05.jpg I tryed via cmd and got similar error, it also mentions "patchmanager-icons": Code:
[root@Sailfish Downloads]# rpm -ivh jolla-settings-patchmanager-2.0.10-10.21.1.jolla_.armv7hl.rpmThanks, b. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
okay i see the reason. should be fixed now :)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
#2138
Had same problem in Jolla phone. Clicked on "More apps by Coderus" (at the bottom of "Patchmanager 2.0" application details page) and from there upgraded "Patchmanager 2.0 daemon". After that "Patchmanager 2.0" installation worked. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
At the end, I just had to enter "pkcon refresh" and solved all problems :/
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@Ancelad
My remorce time out is not working. I uninstalled rpm package and installed patchmanager2 version, but not workin. Says patch is applied and remorce times are 2 sec and 3 secs, but still takin 5 sec time, when removing something. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Works fine for me, probably you should restart lipstick
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
I installed this but it did not work. I restarted preloaded services -> not working I booted phone -> not working Thout I start ovper. Unapplied patch -> restart preloaded services -> booted phone -> applied patch -> restarted preloaded service -> WORKS!! There was some bytes floating and could not find its place :) |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Created new patch: App Locker
Add functionality to secure selected applications with devicelock password. Works only with device lock enabled. Screenshots: https://coderus.openrepos.net/pm2/project/app-locker Available to install only from online catalog. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
This is nice! I just clicked a notification on SailorGram, bypassing the lock code and jumping into the already open tile. Also I have to open the browser via launcher, as clicking the tile doesn't open it. I was not set as locked app.
Other behavior is good! |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
The functionality is kinda limited anyway, as there is no possibility to stop processes from launching :) |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
...
Quote:
Well it serves its purpose alright for now :) |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
I have a question, yesterday I tried to install analog clock from Ancelad, when bar is finished it still show me [click to install] and only after 3-4 attempts it installed. Same happens today when I tried to install update of your App locker... It still can't install. Lipstick restart not help, changing wifi/3g also not help... Any Idea? And another question, If I put lock on People app, I still can access to it from Phone app (call contact) without lock asking. Is this normal behaviour ? Thanks |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
App Locker is not translatable: https://www.transifex.com/coderus/ap...tch/translate/
Quote:
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Cheers [edit]Wow. no german translation added before I've seen it, that's rare. Added now ;)[/edit] |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
One thing helped, the uninstallation of previous version and installing new without any problem :) |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@coderus,
You propably could already guess, what I am going to ask... Umm. I just updated to Iijoki, but I forgot to unapply all patches. (And when I started updated, I noted, that this auto unapply did not work.) It seems that almost all patches unapplied and got some of those back, but for example mazelock did not unapplied. -> I managed to uninstall it with patchmanager 2, but when I go to web catalog, it seems to be installed still there. and after restart preloaded services, it pops up to back to patch manager. What is the code that could be applied with this new patchmanager, as was with this older one? (Where it uninstalled patchmanager and cleaned all traces of it.) Sorry to bother you again with this kind of n00bie-**** Edit: And to add, that this battery overlay does not work. For this. Is it easier to maintain as program? or would it be possible to make as patch? :) |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
well, if you tell patches did not unapplied automatically, then you did not used gui for upgrading, and updated via version --dup, or update failed at first attempt, and then you tried to update again without applying patch, or you did not enabled this patch at all.
To clean patchmanager state you should delete /var/lib/ausmt |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
I used Patchmanager unappy all patches -> nothing happends. -> unapplied all separately: Mazelock did not unapplied, but all others did. Patches that are applied ATM: Camera device & overlay combo patch Always show group deletion Eventsview control Launcer combined Notification dismiss Restore swipe to lock switcher click hints launhcer UI rotate free MAZELOCK (With RED colour) -> not working Conversation background avatar Enter key send messages Autocapitalization settings Calllog timedisplay Disable glass avatar (With RED text) -> not sure if working? GPS supplier Unapply all patches on upgrade Remorse items timeout settings (with RED text) -> still works. Not working: (Does not apply at all after upgrade) Messages layout Less home animations For this mazelock, I tried to uninstall it with patchmanager 2 and it did "uninstall" but after restarted preloaded services, it pops up again. I hope that this helps. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
So I'm looking for /var/lib/ausmt and can't find it :/ http://reho.st/medium/self/fd44c6570...b59afef2e2.jpg |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
ah sorry, it's /var/lib/parchmanager/ausmt, so you can remove whole /var/lib/patchmanager
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
perfect ! it works :)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Uploaded Patchmanager 2.3.1 with fixed "Unapply all patches" menu entry. "Unapply all patches on upgrade" patch is not affected.
|
| All times are GMT. The time now is 22:44. |
vBulletin® Version 3.8.8