Active Topics

 



Notices


Reply
Thread Tools
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#81
A new version of Sticky Notes is now in Extras-devel!

Please check it out and tell me about any issues you find with it!
 
Posts: 176 | Thanked: 59 times | Joined on Mar 2010
#82
Good to hear !

Changelog ?
 

The Following User Says Thank You to SallyJane For This Useful Post:
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#83
Originally Posted by SallyJane View Post
Good to hear !

Changelog ?
Nothing big.
http://maemo.org/packages/view/sticky-notes/

* Sticky Notes now appears in the Add Widget menu correcty
* Improvements to focus handling

On the latter I spent two full days...
Previously when you wanted to click on a button on a Sticky Note, you would have to click it twice sometimes: one click to focus it, and one more that actually registered as a click. This annoyance has now been fixed. (Since no sensible solution worked, I restored to a clever hack as workaround.)
 

The Following User Says Thank You to Venemo For This Useful Post:
Posts: 176 | Thanked: 59 times | Joined on Mar 2010
#84
Yes, the single click is much better, and is consistent so far
 

The Following User Says Thank You to SallyJane For This Useful Post:
Posts: 370 | Thanked: 443 times | Joined on Jan 2006 @ Italy
#85
As far as Sticky Notes automagically changes desktop, I experienced same issue many times. Not a big problem tough, only slight annoyance. No modified Hildon for me, only power-kernel (amongst many other apps) installed.
 

The Following User Says Thank You to jurop88 For This Useful Post:
Posts: 370 | Thanked: 443 times | Joined on Jan 2006 @ Italy
#86
...and an upgrading problem here, too!

Code:
Upgrading sticky-notes 0.2.1 to 0.2.2
apt-worker: free space (/) = 74215424
apt-worker: free space (/home/user/MyDocs/.apt-archive-cache/) = 3549495296
apt-worker: free space (/home/) = 1521664000
apt-worker: total space (/home/) = 2113748992
required disk space: 134282
result code = 0
apt-worker: free space (/) = 74215424
Selecting previously deselected package libhildon-extras1.
(Reading database ... 26918 files and directories currently installed.)
Unpacking libhildon-extras1 (from .../libhildon-extras1_0.9.2-10_armel.deb) ...
Selecting previously deselected package qt4-homescreen-loader.
Unpacking qt4-homescreen-loader (from .../qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb) ...
dpkg: error processing /home/user/MyDocs/.apt-archive-cache/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb (--unpack):
 trying to overwrite `/usr/lib/hildon-desktop/loaders/libqtpluginloader.so', which is also in package qt4-maemo5-homescreen-loader
Preparing to replace sticky-notes 0.2.1 (using .../sticky-notes_0.2.2_armel.deb) ...
Killing Sticky Notes if it is running
sticky-notes (stop) running, process 1299
sticky-notes (stop) pre-stop, (main) process 1299
sticky-notes (stop) stopping, process 1299
sticky-notes (stop) killed, process 1299
sticky-notes (stop) post-stop
sticky-notes (stop) waiting
Unpacking replacement sticky-notes ...
Errors were encountered while processing:
 /home/user/MyDocs/.apt-archive-cache/qt4-homescreen-loader_4.6.2~git20100421-0maemo1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt-worker: Ignoring version from wrong domain: libtelepathy-qt4-0 0.2.0-2maemo5
apt-worker:   /var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages
apt-worker: Ignoring version from wrong domain: libtelepathy-qt4-0 0.2.0-1maemo5
apt-worker:   /var/lib/apt/lists/repository.maemo.org_extras-devel_dists_fremantle_free_binary-armel_Packages
Any clue?
 

The Following User Says Thank You to jurop88 For This Useful Post:
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#87
Originally Posted by jurop88 View Post
As far as Sticky Notes automagically changes desktop, I experienced same issue many times. Not a big problem tough, only slight annoyance. No modified Hildon for me, only power-kernel (amongst many other apps) installed.
If you can tell me the exact steps how to reproduce this, I will fix it.
Honestly, I've never experienced this yet.

Originally Posted by jurop88 View Post
...and an upgrading problem here, too!

..

Any clue?
Sorry, this is too vague, and doesn't make any sense to me...
The error message is caused by the installation of qt4-homescreen-loader. (Which is responsible for showing Sticky Notes in the Add Widget menu.)

What did you do to trigger this error message?

What firmware do you use?

What happens if you try to do this:
(rootsh needed for sudo gainroot)
Code:
sudo gainroot
apt-get update
apt-get upgrade
If still not working, then this:
Code:
sudo gainroot
apt-get remove sticky-notes
apt-get update
apt-get install qt4-homescreen-loader
apt-get install sticky-notes
A person on IRC also recommended to remove the pelota widget if you have it because of conflicting packages.

If it doesn't work after all this mess, then download the .deb package of qt4-homescreen-loader (the ARMEL version) and install it manually with dpkg.

Code:
sudo gainroot
cd /the/folder/you/put/it/in
dpkg -i qt4-homescreen-*.deb

Last edited by Venemo; 2010-08-29 at 08:54.
 

The Following User Says Thank You to Venemo For This Useful Post:
Posts: 370 | Thanked: 443 times | Joined on Jan 2006 @ Italy
#88
Hi Venemo,
thx for the reply. I am very sorry, the desktop-changing is totally random, when it happens it happens usually just after a reboot. I mentioned that because another person experienced it, so something wrong doeas exist somewhere, but I didn't figure out how to reproduce it.
About the installation problem, I simply used HAM and it reported installation faild, but funny thing is that the version currently installed is 0.2.2 beta. I noticed it because the focus is working better now, so checked the about and had the confirmation the upgrade had been done. No apps installed with apt-get commands (as far as I remember - never reflashed since NOV last year). If more details shows up, I'll let you for sure.
Thx for the great app and for your work!
 

The Following User Says Thank You to jurop88 For This Useful Post:
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#89
Originally Posted by jurop88 View Post
thx for the reply. I am very sorry, the desktop-changing is totally random, when it happens it happens usually just after a reboot. I mentioned that because another person experienced it, so something wrong doeas exist somewhere, but I didn't figure out how to reproduce it.
Hmm... I will try to reproduce it myself.
So, usually after reboot. This gives me ideas, thanks!
Can anyone else confirm this?

I would also be interested in how many notes do you usually have on your desktops?

Originally Posted by jurop88 View Post
funny thing is that the version currently installed is 0.2.2 beta. I noticed it because the focus is working better now, so checked the about and had the confirmation the upgrade had been done. No apps installed with apt-get commands (as far as I remember - never reflashed since NOV last year). If more details shows up, I'll let you for sure.
Wow, I like this!
Your issue has fixed itself - this is a lucky thing.

Originally Posted by jurop88 View Post
Thx for the great app and for your work!
As always, I'm happy I can create stuff that is useful for people.
 
Posts: 118 | Thanked: 39 times | Joined on Apr 2010 @ Jakarta, Indonesia
#90
my sticky notes also moved after reboot...
it usually moved after i apply plastic theme settings update
(but not always)

i'm using titans kernel v40
also mohammadAG hildon patch
some of the apps possibly related with this behaviour are plastic theme & mycontact
 
Reply

Tags
application, maemo 5, notes, sticky notes, widget


 
Forum Jump


All times are GMT. The time now is 11:13.