alphaOS [closed]

A home for all kinds of Puppy related projects
Message
Author
simargl

Re: encryption of savefile

#341 Post by simargl »

ndrancs wrote:Hi simargl,
I plan to add more features to encrypt the savefile like puppy.
any suggestions of where to start.
I think it had to edit the initrd file, right?
to modify some scripts.

Thanks in advance. :)
Well, script for creating save file is /usr/sbin/makepfile.sh so probably that needs editing or maybe something more. I don't use or need encrypted save file.

----------------
New packages: http://alphaos.freeforums.org/darktable ... .html#p238

Recommended grooveoff! http://qt-apps.org/content/show.php/?content=158258
Image

User avatar
ndrancs
Posts: 40
Joined: Tue 02 Apr 2013, 06:48

Re: encryption of savefile

#342 Post by ndrancs »

simargl wrote: Well, script for creating save file is /usr/sbin/makepfile.sh so probably that needs editing or maybe something more. I don't use or need encrypted save file.
Ok thanks, i think initrd must can read/mount a encrypted savefile.

btw, here i made a script for firefox to Run as user alpha.
save this code in file: /usr/bin/firefox-run-as-alpha and set the permission like this #chmod 0755 /usr/bin/firefox-run-as-alpha

Code: Select all

#!/bin/bash
chown -R alpha:alpha /opt/home/alpha
su -c firefox alpha
and save this code: /usr/share/applications/firefox-as-alpha.desktop

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=Firefox as Alpha
GenericName=Web Browser
Icon=firefox
Exec=firefox-run-as-alpha
Type=Application
Categories=Application;Network;
MimeType=text/html
Terminal=false
MultipleArgs=false
StartupNotify=false
StartupWMClass=Firefox

simargl

#343 Post by simargl »

I have compiled freetype and fontconfig packages with Ubuntu LCD patches, forum font now looks much better :D

screenshots (first one is new) are bellow so you can compare.
Attachments
alphaos-20130426170418.png
(66.05 KiB) Downloaded 445 times
alphaos-20130426170743.png
(56.97 KiB) Downloaded 442 times

simargl

#344 Post by simargl »

Search function improved to show more details, still it searches only by package name not like in spkg_gui by name and description, then it would be too slow.
Attachments
alphaos-20130427080025.png
(37.69 KiB) Downloaded 377 times

simargl

#345 Post by simargl »

Added peasy2boot to alphaOS repository, with some fixes to work with new gtkdialog (gtk3),
use yad instead of xmessage and replaced icon (this one is 64x64).

Worked OK in test with Ubuntu 13.04 cd image. Simple and Easy way to make bootable USB stick.
http://murga-linux.com/puppy/viewtopic.php?t=83583

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#346 Post by Scooby »

simargl wrote:Added peasy2boot to alphaOS repository, with some fixes to work with new gtkdialog (gtk3),
use yad instead of xmessage and replaced icon (this one is 64x64).

Worked OK in test with Ubuntu 13.04 cd image. Simple and Easy way to make bootable USB stick.
http://murga-linux.com/puppy/viewtopic.php?t=83583
Excellent!

I was thinking about updating peasy2boot. Easy2Boot it self is under heavy development.
When steve does a release I think I'll go for it.

Do you wanna know more about Easy2Boot checkout

https://sites.google.com/a/rmprepusb.com/www/tutorials/72---easyboot---a-grubdos-multiboot-drive-that-is-easy-to-maintain/e2bv1

Sim? Can I create a version that uses either gtk2 or gtk3? or do I have to do one for each?

simargl

#347 Post by simargl »

Frugalware based alphaOS experimental announced here.
http://alphaos.freeforums.org/frugalwar ... s-t87.html
Scooby wrote:Excellent!

I was thinking about updating peasy2boot. Easy2Boot it self is under heavy development.
When steve does a release I think I'll go for it.

Do you wanna know more about Easy2Boot checkout

https://sites.google.com/a/rmprepusb.com/www/tutorials/72---easyboot---a-grubdos-multiboot-drive-that-is-easy-to-maintain/e2bv1

Sim? Can I create a version that uses either gtk2 or gtk3? or do I have to do one for each?
I tested some iso images with Easy2Boot and it worked for ubuntu 13.04, ubuntu gnome3 version and cinnarch. only Fedora didn't work - that is why I downloaded ubuntu gnome3 image (gnome 3 is very nice btw).

Your script peasy2boot was already working with gtk3 version, I just changed some icons and replaced xmessage dialog with yad. Also window default_height and default_width seem problematic with gtk3

rmprep
Posts: 17
Joined: Sun 06 Jan 2013, 15:08

#348 Post by rmprep »

I have had reports that Fedora works on Easy2Boot and I tested it myself and it works?? What exact ISO did you try?
Visit [url]http://www.rmprepusb.com[/url] for over 100 USB boot tutorials!

simargl

#349 Post by simargl »

rmprep wrote:I have had reports that Fedora works on Easy2Boot and I tested it myself and it works?? What exact ISO did you try?
Fedora-Live-Desktop-i686-19-Alpha-1.iso
Fedora is not really priority for me, just wanted to test any distribution with gnome 3 and found this one http://ubuntugnome.org. You can relax, Easy2Boot is useful program, my intention was not to complain just to inform about what's working...

simargl

#350 Post by simargl »

xfburn-0.4.3-6.spkg package for alphaOS

Xfburn is a simple CD/DVD burning tool based on libburnia libraries. It can blank CD/DVD(-RW)s, burn and create iso images, audio CDs, as well as burn personal compositions of data to either CD or DVD.

http://goodies.xfce.org/projects/applications/xfburn
Image

smil99
Posts: 174
Joined: Sat 18 Aug 2007, 22:12

#351 Post by smil99 »

Hi simargl,
Just wanted to report that an Inkscape sfs that I made from archpup works in alphaOS too, after creating only one symlink of libpoppler :). Sorry I couldn't bear with dependencies when I tried to compile it in alphaOS :wink: .
By the way, since you've been playing with gnome3 lately, wouldn't it be cool to have a gnome adrive just like openbox? Can't wait to try that if it is made available.
Cheers.
Last edited by smil99 on Wed 01 May 2013, 15:52, edited 2 times in total.
[b][color=green]Success is never ending. ... Failure is never final![/color][/b]
[size=75][i](Used with kind permission from jejy69)[/i][/size]

simargl

#352 Post by simargl »

Ok, if it's working I'll make package for inkscape using original one from Arch and make launcher to point to gtkmm and other libraries in /opt/gparted/lib. Yes, gnome 3 sfs would be great to try, but it's too big for me to compile (maybe 'makesfs gnome' in archpup ?)

gnomic
Posts: 78
Joined: Sat 21 Aug 2010, 00:14

woot! boot with radeon

#353 Post by gnomic »

Just to report I tried the v5 iso on a CPQ laptop with radeon chipset and this time got to the gui, as opposed to test with v4. However X resolution was wrong, 1024x768 as opposed to the screen native res of 1280x768. Couldn't see a way of changing this without resorting to rocket science, or at least the slightly laborious business of creating suitable modeline settings and getting them to run with xrandr.

I also found that although broadcom firmware seems to be present, the interface is not recognised. BCM4318 in this case iirc. After 'modprobe b43' iwconfig saw wlan0 but Pwireless wouldn't have anything to do with it. Again I guess it could be made to work at the cli via wpa_supplicant.conf.

simargl

#354 Post by simargl »

Version 5 has newer Xorg 1.14 and mesa 9.1, that is why Xorg started to work for you. For
fixing those problems I suggest to open /etc/rc.conf and add b43 to MODULES so it will auto
load on boot, and change X_AUTOLOGIN to "no". Then you can make new xorg.conf using X
-configure command, and replace /etc/X11/xorg.conf with /root/xorg.conf.new. You can test this
without save file to avoid potential problems.
Cheers!

smil99
Posts: 174
Joined: Sat 18 Aug 2007, 22:12

#355 Post by smil99 »

Hi simargl,
Thanks for Inkscape too.
Any chance of having the following in the repo as well? :)
1.a screenshot application
2. color picker
3. skype
4. a mail client (have been using sylpheed in other puppies)
5. sfs viewer (not installer)

Thanks again and cheers.
[b][color=green]Success is never ending. ... Failure is never final![/color][/b]
[size=75][i](Used with kind permission from jejy69)[/i][/size]

simargl

#356 Post by simargl »

smil99 wrote:Hi simargl,
Thanks for Inkscape too.
Any chance of having the following in the repo as well? :)
1.a screenshot application
2. color picker
3. skype
4. a mail client (have been using sylpheed in other puppies)
5. sfs viewer (not installer)

Thanks again and cheers.
screenshot tool is there already (scrot)
color picker - you have one integrated in geany
sfs viewer - I don't know what that is :wink: , there is spacefm plugin to unsquash sfs file if that's good

Will add sylpheed - soon - probably

smil99
Posts: 174
Joined: Sat 18 Aug 2007, 22:12

#357 Post by smil99 »

screenshot tool is there already (scrot)
color picker - you have one integrated in geany
sfs viewer - I don't know what that is , there is spacefm plugin to unsquash sfs file if that's good

Will add sylpheed - soon - probably
Thanks for the pointers. Their locations are not quite obvious though :wink: .
Since command line is not the favorite of many newbies, a GUI for scrot will come in handy.
SFS Load in other puppies have additional button for viewing (mounting) or closing (unmounting) sfs modules that are not yet loaded. Perhaps, you may want to take a look.

Cheers.
[b][color=green]Success is never ending. ... Failure is never final![/color][/b]
[size=75][i](Used with kind permission from jejy69)[/i][/size]

simargl

#358 Post by simargl »

Here is link to mplayer2 site where it's announced that python 3 is required for building latest version from git http://www.mplayer2.org/2012/06/17/python3-requirement/. Info is nice and clear... and completely untrue if you apply this patch from Gentoo https://github.com/init6/init_6/blob/ma ... mpat.patch, witch allows building with python2 (2.7.4 in this case). So, after that finding I have updated mplayer2 to git+20130309 (works better with mp4 youtube videos, no more audio delay etc.,)

User avatar
ndrancs
Posts: 40
Joined: Tue 02 Apr 2013, 06:48

mplayer2 python2

#359 Post by ndrancs »

simargl wrote:Here is link to mplayer2 site where it's announced that python 3 is required for building latest version from git http://www.mplayer2.org/2012/06/17/python3-requirement/. Info is nice and clear... and completely untrue if you apply this patch from Gentoo https://github.com/init6/init_6/blob/ma ... mpat.patch, witch allows building with python2 (2.7.4 in this case). So, after that finding I have updated mplayer2 to git+20130309 (works better with mp4 youtube videos, no more audio delay etc.,)
thanks sim, i have to re-compile the new mplayer2 and test it.
i think no more audio delay because mplayer2 using FFMPEG decoder correctly.

:)

simargl

#360 Post by simargl »

Added packages:

plank-bzr-817-1.spkg
sylpheed-3.3.0-1.spkg
vala-0.20.1-1.spkg
libwnck3-3.4.5-1.spkg
libgtop-2.28.4-1.spkg
libgee06-0.6.8-1.spkg
libdbusmenu-gtk3-12.10.2-1.spkg
bamf-0.3.6-1.spkg

plank is lightweight dock/application launcher from the elementary project
sylpheed - user-friendly e-mail client http://sylpheed.sraoss.jp/en/
vala is a new programming language https://live.gnome.org/Vala

Post Reply