maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak (https://talk.maemo.org/showthread.php?t=92935)

abyzthomas 2014-12-24 17:41

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by andreas1 (Post 1453754)
as i try to install from WH this version 12, it says internal error, installation aborted by user. what :D

Same here. Something wrong with the file maybe?

cizi 2014-12-24 18:03

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by cizi (Post 1453751)
I forgot to uninstall because I did't read this post. How can I fix it?

It means that I install the new version on the previous version and I have something in between old and new version. I see the "Eventsview controls" in settings but the patch is not activated in patchmanager and is not possible to activate it :-(.

coderus 2014-12-24 18:14

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
try this one: https://dl.dropboxusercontent.com/u/...-1.armv7hl.rpm

abyzthomas 2014-12-24 18:28

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by cizi (Post 1453760)
It means that I install the new version on the previous version and I have something in between old and new version. I see the "Eventsview controls" in settings but the patch is not activated in patchmanager and is not possible to activate it :-(.

If you look back in the thread there are several suggestion on how to fix this situation. They may workout better for you.
I tried everything, but finally here is what I had to do to get out of this situation. Try it at your own risk!

I had to remove the ausmt and patchutils, in addition to patches and patchmanager before it successfully installed again.

To list what is installed, try following:

[root@Jolla nemo]# rpm -qa|grep patch
jolla-settings-patchmanager-0.4.5-10.15.1.jolla.armv7hl
patch-2.6.1-1.1.1.armv7hl Do not remove this one.
patchutils-0.3.3-10.1.1.jolla.armv7hl
patchmanager-0.4.5-10.15.1.jolla.armv7hl
sailfish-browser-textselection-patch-0.0.1-2.noarch

Again, DO NOT REMOVE patch-2.6.1-1.1.1.armv7hl



[root@Jolla nemo]# rpm -qa|grep ausmt
ausmt-1.2.7-10.10.1.jolla.armv7hl

Execute following command to remove. Make sure the version numbers matches what you have installed on your system, from the listing from above commands.

[root@Jolla nemo]#
rpm -e patchmanager-0.4.5-10.15.1.jolla.armv7hl sailfish-browser-textselection-patch-0.0.1-2.noarch patchutils-0.3.3-10.1.1.jolla.armv7hl jolla-settings-patchmanager-0.4.5-10.15.1.jolla.armv7hl ausmt-1.2.7-10.10.1.jolla.armv7hl

After removing everything but patch-2.6.1-1.1.1.armv7h:

[root@Jolla nemo]# rpm -qa|grep patch
patch-2.6.1-1.1.1.armv7h

Now go to warehouse and install the latest jolla-settings-patchmanager and patches.

aQUICK1 2014-12-24 20:12

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by abyzthomas (Post 1453762)
If you look back in the thread there are several suggestion on how to fix this situation. They may workout better for you.
I tried everything, but finally here is what I had to do to get out of this situation. Try it at your own risk!

I had to remove the ausmt and patchutils, in addition to patches and patchmanager before it successfully installed again.

To list what is installed, try following:

[root@Jolla nemo]# rpm -qa|grep patch
jolla-settings-patchmanager-0.4.5-10.15.1.jolla.armv7hl
patch-2.6.1-1.1.1.armv7hl Do not remove this one.
patchutils-0.3.3-10.1.1.jolla.armv7hl
patchmanager-0.4.5-10.15.1.jolla.armv7hl
sailfish-browser-textselection-patch-0.0.1-2.noarch

Again, DO NOT REMOVE patch-2.6.1-1.1.1.armv7hl



[root@Jolla nemo]# rpm -qa|grep ausmt
ausmt-1.2.7-10.10.1.jolla.armv7hl

Execute following command to remove. Make sure the version numbers matches what you have installed on your system, from the listing from above commands.

[root@Jolla nemo]#
rpm -e patchmanager-0.4.5-10.15.1.jolla.armv7hl sailfish-browser-textselection-patch-0.0.1-2.noarch patchutils-0.3.3-10.1.1.jolla.armv7hl jolla-settings-patchmanager-0.4.5-10.15.1.jolla.armv7hl ausmt-1.2.7-10.10.1.jolla.armv7hl

After removing everything but patch-2.6.1-1.1.1.armv7h:

[root@Jolla nemo]# rpm -qa|grep patch
patch-2.6.1-1.1.1.armv7h

Now go to warehouse and install the latest jolla-settings-patchmanager and patches.

When trying to list whats installed with command :[root@Jolla nemo]# rpm -qa|grep patch i get result : rpm : one type of query/verify may be performed at the time
so no list of results, any hints on how to continiue?:o

ps wich patch u mean by patch-2.6.1-1.1.1.armv7hl?

Sfiet_Konstantin 2014-12-24 22:18

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Hi,

I have released two bugfixes for patchmanager and friends. You should be able to profit from patchmanager as a separate app now. AUSMT also remove patches properly, even if you uninstall patches.

For those having issues, I recommand installing new AUSMT and trying removing the patch again.

Merry christmas !

abyzthomas 2014-12-25 00:01

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by aQUICK1 (Post 1453767)
When trying to list whats installed with command :[root@Jolla nemo]# rpm -qa|grep patch i get result : rpm : one type of query/verify may be performed at the time
so no list of results, any hints on how to continiue?:o

ps wich patch u mean by patch-2.6.1-1.1.1.armv7hl?

Are you sure you are using -qa (small letters QA), NOT -ga?

aQUICK1 2014-12-25 00:20

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by abyzthomas (Post 1453782)
Are you sure you are using -qa (small letters QA), NOT -ga?

Oops got it, typo, bad eyes , thnx:D

asa 2014-12-25 07:53

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Anyone else getting this warning?
https://public.bn1304.livefilestore....1223233930.jpg

I have the lastest version.

kibet85 2014-12-25 09:09

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Is it ok to upgrade patch manager , ausmt and jolla settings patch manager from warehouse?...or one has to remove old ones and install these new ones?


All times are GMT. The time now is 16:48.

vBulletin® Version 3.8.8