PDA

View Full Version : I wrote a program and need user feedback if installation went o.K.



rusche
October 3rd, 2013, 01:54 PM
Hello,

i wrote a post-it application called "papersavers" that is ready for use, but I am not sure if the install works correct for everybody.
Could you please install it from my ppa and give feedback in this thread?
You should use Ubuntu 13.04 Raring, because there are only packages for this version on Launchpad at the moment.
If it installed, after starting you should see an indicator in the launcher to create new notes.

sudo add-apt-repository ppa:rusche/projects
sudo apt-get update
sudo apt-get install papersavers

Thank you very much!

rusche
October 3rd, 2013, 05:12 PM
Now that already 100 people saw this thread, is nobody willing to help me? :confused:

Bucky Ball
October 3rd, 2013, 05:18 PM
Doesn't look that way at this point. Please wait twenty four hours before bumping your post.

Most users are not in the habit of installing PPAs from unknown and untrusted sources. It doesn't help that this is your first post. It may help if you give a little detail about yourself and perhaps a link to your website or something else, if you have one. ;)

Give it time. A fellow dev might be able to give you some tips for the best way of getting it tested (making the PPA accessible from a trusted site might help). Getting involved on Launchpad might also be a good idea.

https://launchpad.net/

Good luck.

ibjsb4
October 3rd, 2013, 05:41 PM
Now that already 100 people saw this thread, is nobody willing to help me? :confused:

Im one of those 100 :) Im running 12.04 :(

Also I think it would help to give a full description of what your app will do.

rusche
October 3rd, 2013, 05:46 PM
Yes I see your point. It is my first post because I was more active on stackoverflow and askubuntu and thought this place here a better one for my question.

Let be assured that this package is clean.

It is a post-it application that comes with an indicator in the panel and aims to deliver a minimalistic visual experience, with a lot of settings to tweak, and offers outstanding features like

- keep on desktop (no minimize, optional)
- print
- hyperlinks (but not blue underlined - hold ctrl and click)
- secret notes
- synchronisation (via Cloud, say Ubuntu1 or Dropbox)
- import/export
- easy internationalisation
- multiple cases for startup
- and the usual ones like lock, change color/font and so on

Here is a gallery with some informative pictures: http://www.abload.de/gallery.php?key=sM2QaLzB

Find attached one of the pictures.

rusche
October 3rd, 2013, 05:53 PM
Now I've copied the binaries to other distro series: Quantal, Precise and Saucy, should be running the same like on Raring. Perhaps it takes some time on Launchpad to take effect.

rusche
October 3rd, 2013, 05:54 PM
Doesn't look that way at this point. Please wait twenty four hours before bumping your post.

Most users are not in the habit of installing PPAs from unknown and untrusted sources. It doesn't help that this is your first post. It may help if you give a little detail about yourself and perhaps a link to your website or something else, if you have one. ;)

Give it time. A fellow dev might be able to give you some tips for the best way of getting it tested (making the PPA accessible from a trusted site might help). Getting involved on Launchpad might also be a good idea.

https://launchpad.net/

Good luck.

Yes thanks, I have already made a hint to OMGUbuntu and Webupd8 but they did not post about it yet and perhaps won't.

ibjsb4
October 3rd, 2013, 06:06 PM
When your ppa gets updated I will give it a try.

rusche
October 3rd, 2013, 06:09 PM
When your ppa gets updated I will give it a try.

Thank you :)

rusche
October 3rd, 2013, 06:28 PM
When your ppa gets updated I will give it a try.

Thank you :)

Packages should now be ready

Bucky Ball
October 4th, 2013, 05:12 AM
Looking better and looks handy. ;)

I have attached your large screenshot. Please think of those with slow connections and/or accessibility issues. They will miss out on reading your thread altogether. ;)

Please attach large pics rather than inserting them in the body of your posts.

ibjsb4
October 6th, 2013, 03:31 AM
It won't launch, I get this ..


~$ papersavers
Traceback (most recent call last):
File "/opt/extras.ubuntu.com/PaperSavers/papersavers.py", line 74, in <module>
from gi.repository import Gio #to read dconf (Ambiance or Radiance Icons)
ImportError: No module named gi.repository

rusche
October 6th, 2013, 12:52 PM
It won't launch, I get this ..


~$ papersavers
Traceback (most recent call last):
File "/opt/extras.ubuntu.com/PaperSavers/papersavers.py", line 74, in <module>
from gi.repository import Gio #to read dconf (Ambiance or Radiance Icons)
ImportError: No module named gi.repository

Thank you for the feedback.

Which version of Ubuntu are you running?

I installed PaperSavers on a fresh Ubunu 13.04 i386 and it works so i am not sure why the error occurs.
I thought python3-gi was not installed, but I checked in synaptic and on my machine is has been installed.
Perhaps you used 12.04 and it is different there, if you tell me your system version i can test it in a VM.

ibjsb4
October 6th, 2013, 02:21 PM
Thanks

Gnome-classic-desktop 12.04 i386

rusche
October 6th, 2013, 05:40 PM
Thanks

Gnome-classic-desktop 12.04 i386

Now I've checked it on 12.04.
Installed the same package as in 13.04 and it did not work. Figured out that python3-gi is installed by default in 13.04, but not in 12.04.
Adding that as a dependency and uploading in the next hours...

Could you please check it again this week, if it works? I think it should now.

rusche
October 7th, 2013, 06:23 PM
Could someone please install the program and give me more feedback? It is only 3 minutes of help and in the end you have a nice application (which you can also remove if you wish).

Thank you.

ibjsb4
October 8th, 2013, 02:42 AM
Now I've checked it on 12.04.
Installed the same package as in 13.04 and it did not work. Figured out that python3-gi is installed by default in 13.04, but not in 12.04.
Adding that as a dependency and uploading in the next hours...

Could you please check it again this week, if it works? I think it should now.

Reinstalled and ..


~$ papersavers
in setPath()
/home/host0/.papersavers
in loadNotes(self)
in setPath()
File is ok; Loading
No systemtrayicon available

And it just hangs up at that point.

pqwoerituytrueiwoq
October 8th, 2013, 03:16 AM
using 13.10 xubuntu 64bit
looks to work
does not respect system context menu theme
close dialog lacks window decorations (the do you want to save one)
like the sound effects
dark icons in context menu don't show up will on my albatross theme

rusche
October 8th, 2013, 06:27 AM
Reinstalled and ..



And it just hangs up at that point.

Ok I am going to check this. Did a quick test on 13.04 switching to Gnome-Fallback, where it is running. Perhaps the Qt binding is not capable of creating an indicator on 12.04... using the QSystemTrayIcon lib for that.
Thank you so far I will work on that.

rusche
October 8th, 2013, 06:33 AM
using 13.10 xubuntu 64bit
looks to work
does not respect system context menu theme
close dialog lacks window decorations (the do you want to save one)
like the sound effects
dark icons in context menu don't show up will on my albatross theme

Glad to hear, thanks for the effort!
Nice that you like the sound theme. But if you want, you can also deactivate it.

The theme... currently, the program checks for Radiance or Ambiance, if none of those activated, it uses the Ambiance icon.
To make each theme fit, I will have to create a discrete icon for each theme.

What do you mean by close dialog? The delete confirm of a note? That was intended, but I am not confident with its looks, though.

Thank you :)