| View previous topic :: View next topic |
| Author |
Message |
charles17 Tux's lil' helper

Joined: 02 Mar 2008 Posts: 83
|
Posted: Tue Nov 02, 2010 9:40 am Post subject: AusweisApp (German) |
|
|
Did someone already start creating an ebuild for AusweisApp?
It will be needed for reading the new German Personalausweis. |
|
| Back to top |
|
 |
Yamakuzure l33t

Joined: 21 Jun 2006 Posts: 951 Location: Bardowick, Germany
|
Posted: Tue Nov 02, 2010 2:24 pm Post subject: |
|
|
Well, we have the 2nd of November, and the App is announced to be released at November the 9th.
(You did not try to use one of the Download Links, which do nothing, right?) _________________ I *do* know that I easily aggravate people due to my condensed writing. Rule of thumb: If I wrote anything that can be understood in two different ways, and one way offends you, then I meant the other!  |
|
| Back to top |
|
 |
xibo Apprentice


Joined: 21 Aug 2007 Posts: 152 Location: moving between kubuntu and ubuntu kde edition
|
Posted: Sat Nov 06, 2010 10:04 am Post subject: |
|
|
... i smell non-free software ... _________________
| pjp wrote: | | shickapooka800 wrote: | | there are plenty of ubuntards in coffee shops around the globe these days. | Yes, but they're only smart enough to recognize they want to be popular, yet too stupid to recognize that it isn't a Mac. |
|
|
| Back to top |
|
 |
charles17 Tux's lil' helper

Joined: 02 Mar 2008 Posts: 83
|
Posted: Tue Nov 09, 2010 9:34 am Post subject: |
|
|
| xibo wrote: | | ... i smell non-free software ... | Debian binary in both Debian and Ubuntu downloads, and some pdf documentation |
|
| Back to top |
|
 |
rod85 n00b


Joined: 27 Oct 2010 Posts: 3 Location: Tutzing/Germany
|
Posted: Wed Nov 10, 2010 6:33 pm Post subject: To see how it looks... |
|
|
..you can extract the Ausweis deb file with ar -x <name of the deb file>
then extract the archives:
gunzip control.tar.gz
tar -xf control.tar
bunzip data.tar.bz2
tar -xf data.tar
change the owner of the data content to root:
chown -R root.root ./opt
chown -R root.root ./usr
and move the ./usr and ./opt files top /usr and /opt
Now check the files from control.tar. (at least postinst).
You could execute this script (with source postinst) but i would recommend:
Edit the file: Leave the chmod commands and delete the (if then parts which delete things [ i did the deletions too...but i am stupid])
now you can start the app with : /opt/olsc/AusweisApp/bc.sh
If you have a card reader you can try the same with the pcscd...deb file. I assume the pcscd files might have something to do with the card readers.
Regards |
|
| Back to top |
|
 |
charles17 Tux's lil' helper

Joined: 02 Mar 2008 Posts: 83
|
Posted: Sat Oct 08, 2011 8:34 am Post subject: Re: To see how it looks... |
|
|
| Could you create an ebuild with it? |
|
| Back to top |
|
 |
|