Notices


Reply
Thread Tools
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#381
Originally Posted by minimos View Post
Would it be possible in the 'Your profile' page of warehouse app (at least for Sailfish) to have a counter of how many apps have been installed for each enabled repository?
This could be done. I'll add this on the list.

Originally Posted by minimos View Post
The use case is that I noticed I have enabled perhaps too many repos on my device and as refreshing the package list is getting slower I was wondering how to find out which repos could be disabled or are actually unused.
For now you can use this command to find out packages and source repositoes:
Code:
zypper pa -i | grep ^i | grep openrepos
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 

The Following 3 Users Say Thank You to Custodian For This Useful Post:
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#382
Minor update 0.3-27 for SailfishOS released:
Changelog:
  • Extra transaction info added: you will see that is planned and going on now.
  • Faster repositories updates check: only openrepos repositories are checked for updates.
  • Application manage UI updates: states of application updated, and proper 'Update'/'Check for updates' actions shown.
  • Hide non-openrepos updates: to prevent occasional updates.
  • Fixed categories preload.
  • Check for updates at application page.

No in-app commenting this time, but it is close to be released
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer

Last edited by Custodian; 2014-10-05 at 23:12.
 

The Following 19 Users Say Thank You to Custodian For This Useful Post:
Posts: 259 | Thanked: 161 times | Joined on Aug 2012 @ Athens, GR
#383
I have a problem since updating to Sailfish Tahkalampi 1.0.8.21.

I executed these commands to disable repos before the update:
for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu dr $i ; done

and this command to re-enable repos after the update:
for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu er $i ; done


Problem is that now Warehouse is not responding, I get message to Wait or Close application way to often

I updated to version 0.3-27 but problem still persists. Any ideas?
Thank you!
 
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#384
Originally Posted by gsalone View Post
I have a problem since updating to Sailfish Tahkalampi 1.0.8.21.

I executed these commands to disable repos before the update:
for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu dr $i ; done

and this command to re-enable repos after the update:
for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu er $i ; done
If you are on SailfishOS v1.0.4+ you dont need to manually disable repositories. SailfishOS does it automatically before update.

Originally Posted by gsalone View Post
Problem is that now Warehouse is not responding, I get message to Wait or Close application way to often

I updated to version 0.3-27 but problem still persists. Any ideas?
Thank you!
I havent installed that SailfishOS update yet. If I note such problem after my jolla gets the update, I'll add some hints.
For now, try to uninstall warehouse, and then install it again.
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 
Posts: 259 | Thanked: 161 times | Joined on Aug 2012 @ Athens, GR
#385
Originally Posted by Custodian View Post
If you are on SailfishOS v1.0.4+ you dont need to manually disable repositories. SailfishOS does it automatically before update.
Well, problem is I did, plus this was recommended by Jolla..
https://together.jolla.com/question/...kalampi-10821/


Originally Posted by Custodian View Post
I havent installed that SailfishOS update yet. If I note such problem after my jolla gets the update, I'll add some hints.
For now, try to uninstall warehouse, and then install it again.
Waiting for them, warehouse has become unoperable for me :/
 
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#386
Originally Posted by gsalone View Post
Well, problem is I did, plus this was recommended by Jolla..
https://together.jolla.com/question/...kalampi-10821/

Waiting for them, warehouse has become unoperable for me :/
Those commands should not lead to such warehouse freezes.
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#387
Originally Posted by gsalone View Post
Well, problem is I did, plus this was recommended by Jolla..
https://together.jolla.com/question/...kalampi-10821/
Waiting for them, warehouse has become unoperable for me :/
Go reading together:
Users running software version < 1.0.4.20 ...
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#388
Originally Posted by gsalone View Post
Waiting for them, warehouse has become unoperable for me :/
I dont have such problems after update.
Past here or send me with private message your repositories state (result of 'ssu lr' command), and start warehouse from terminal (with '/usr/bin/harbour-warehouse' command, runned as "nemo" user, without root)
So I can see what happens before actual freeze.
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer

Last edited by Custodian; 2014-10-06 at 18:08.
 
Posts: 259 | Thanked: 161 times | Joined on Aug 2012 @ Athens, GR
#389
Originally Posted by Custodian View Post
I dont have such problems after update.
Past here or send me with private message your repositories state (result of 'ssu lr' command), and start warehouse from terminal (with '/usr/bin/harbour-warehouse' command, runned as "nemo" user, without root)
So I can see what happens before actual freeze.
Any idea how to save the output of the ssu lr command?
As far as i read it, a whole long list of enabled repos, and just this honey one disabled.

As for '/usr/bin/harbour-warehouse' command, i get lots of QDBusObkectPath: invalid path "" messages. Any clules this may give?
 
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#390
Originally Posted by gsalone View Post
Any idea how to save the output of the ssu lr command?
As far as i read it, a whole long list of enabled repos, and just this honey one disabled.
ssu lr > ~/Documents/ssu-lr.log

Originally Posted by gsalone View Post
As for '/usr/bin/harbour-warehouse' command, i get lots of QDBusObkectPath: invalid path "" messages. Any clules this may give?
Those are just warnings, for creating new transations. Save log with command:
/usr/bin/harbour-warehouse > ~/Documents/harbour-warehouse.log 2>&1

Then connect your phone to PC and download both files
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 
Reply

Tags
app store, application, awesomeness, client, harmattan, immortalmeego, repository, sailfish os


 
Forum Jump


All times are GMT. The time now is 09:29.