Page 1 of 3

ArchPup 13.2.1

Posted: Thu 07 Feb 2013, 22:22
by simargl8
Version 13.2.1 released 2013/02/11
Project homepage and description: http://sourceforge.net/projects/archpup/

Current changes/fixes:
- Added linux-headers to IgnorePkg in pacman.conf
- Removed Change wallpaper from menu.xml
- Compiled new Qt package and got it 8.5MB smaller, iso size is now 141.6MB (reduced for almost 7MB)
- Small modifications in gtk2 theme
- Obshutdown is new logout dialog
- lxrandr for setting screen resolutions

Recommended forum posts:
Instructions for using spkg package manager Look here
XFCE and KDE add-ons made by stifiling

Latest releases:
Standard iso image (142MB)
Minimal iso image (80MB)
Kernel source (77MB)
Development sfs module (72MB)
Native language support for non-english users (18MB)

Re: ArchPup 13.2.1

Posted: Thu 07 Feb 2013, 23:46
by Q5sys
simargl8 wrote:Project homepage: http://sourceforge.net/projects/archpup/

Ideas:
Move to gtk3 and remove qt applications :? BUT gtk3 has much lesser applications choice.
What's alternative for SMPlayer and its option for subtitle download, then Evince for example is 5 times slower (subjective view) 8)
compared to qpdfview.

So, maybe it's better to leave qt in but recompile it to reduce its size. If there are some experts your help is welcome. :P
Look here http://www.murga-linux.com/puppy/viewtopic.php?t=84234

always look forward to a new version to play around with.
As for QT... I'd love to get input on how to trim it down. I know when I compiled v4 it was huge, but someone managed to make a package that was like 12mb. I dont know what they cut out... but id love to know how they did it.

Hopefully someone will chime in with some good info.

Re: ArchPup 13.2.1

Posted: Fri 08 Feb 2013, 06:23
by mavrothal
simargl8 wrote: Ideas:
Move to gtk3 and remove qt applications :? BUT gtk3 has much lesser applications choice.
Before we go to that, is there any place for bug reports, usability issues for 13.2? (source forge does not look very inviting/usable)
Is 13.2.1 is going to be a bug fix/minor update of 13.2 or a new beast?

BTW, is there a kernel source SFS for 13.2?

Re: ArchPup 13.2.1

Posted: Fri 08 Feb 2013, 07:19
by simargl8
mavrothal wrote:BTW, is there a kernel source SFS for 13.2?
I have kernel source, but will upload it later (with 13.2.1)
Reason: I added linux and linux-api-headers in pacman.conf IgnorePkg list, but
forgot linux-headers. linux-headers-3.4.28 is provided with kernel source sfs,
and when you load it pacman want to upgrade package to 3.7.5 :roll:

Posted: Fri 08 Feb 2013, 08:01
by simargl8
You have probably noticed that in new version program DeadBeef http://deadbeef.sourceforge.net/
is missing. To explain why... deadbeef package from Arch is using gtk3 that I wanted to avoid, and use gtk2
for all programs if it's possible. When making packages for this version 13.2, deadbeef failed to compile, so I
removed it from packages list and thought - no problem there is SMPlayer to play audio files.
Now I remembered that, and want to try fixing deadbeef compilation errors. Here is error when compiling stops:

Code: Select all

:  CC       utf8.o
junklib.c:43:37: fatal error: ConvertUTF/ConvertUTF.h: No such file or directory
compilation terminated.
make[2]: *** [junklib.o] Error 1
After some google search, it looks like this is related to iconv. Indeed in configure output is

Code: Select all

checking for iconv... yes
checking for working iconv... no
I will attach full config.log.
The same configure options are used without problems in version 12.12 (with glibc-2.16), looks like something
has changed in glibc-2.17. Any ideas?

Posted: Fri 08 Feb 2013, 08:32
by stifiling
not sure sim, but what about audacious? it's abt half the size of deadbeef. it's also nice. these are some apps (or similar) that i think should be added to archapps to give a full desktop/live cd setup.

audacious
gparted
galculator
xfburn
remmina remote desktop
screenshot
pidgin

and maybe a cpl cheesy games.

back dating the packages to the date of 12.12 isn't a bad idea either. it's still extremely new. on 12.12 xfce panel is able to autohide, in 13.2 with the new packages...something's got it completely freezing, or killing the xfce4-session...which sends it into an endless 'archpupx' loop.

Posted: Fri 08 Feb 2013, 09:39
by simargl8
stifiling,
Using adrv_xfce.sfs
for me xfce panel autohide works without problems for both top and bottom panel
it does not make X server to crash. I noticed something more - volume control in panel shows
muted sound. Problem is that alsa service from /etc/init.d/ could not start, with this error

Code: Select all

alsa: line 34: amixer: command not found
It is because I moved alsa lib and utils to adrv_openbox, after users suggested that someone
might prefer to use pulse audio instead of alsa.
Later
I see you also added alsa-lib, but not alsa-utils. So, add it for next version, and ignore related lines above :roll:
Logout dialog looks nice, is it oblogout?

Posted: Fri 08 Feb 2013, 09:53
by stifiling
ok, that's a breath of fresh air. maybe it's something with my system. i'll make those adjustments in the xfce.sfs. but yes, the logout app is "obshutdown".

Posted: Fri 08 Feb 2013, 11:32
by stifiling
I just made a post on the Arch Linux forums. Goal is to generate interest from this audience also, since the system is presently made with them in mind.

Posted: Fri 08 Feb 2013, 11:53
by mavrothal
simargl8 wrote: The same configure options are used without problems in version 12.12 (with glibc-2.16), looks like something
has changed in glibc-2.17
There is certainly some issue with glibc-2.17 and language/UTF8 support.
As mentioned elsewhere locale, localdef, envsubst are reported as "can not be found" in a fresh boot.
Did you try to reinstall glibc with pacman? This will eliminate any mishap during build.

PS: Here is an informative post about glibc upgrades

Posted: Fri 08 Feb 2013, 12:33
by simargl8
While Qt is compiling I will take some time to write tutorial for using spkg package manager
and builder. Will add link to first post later.
For Qt I added some configure options found in slitaz and in slax, but kept all 4 patches
like in original Arch package, ... so we'll see what's gonna happen.

Edit: Instructions for using spkg package manager
http://www.murga-linux.com/puppy/viewtopic.php?t=84257

Posted: Fri 08 Feb 2013, 15:26
by rameshiyer
stifiling wrote:not sure sim, but what about audacious? it's abt half the size of deadbeef. it's also nice. these are some apps (or similar) that i think should be added to archapps to give a full desktop/live cd setup.

audacious
gparted
galculator
xfburn
remmina remote desktop
screenshot
pidgin

and maybe a cpl cheesy games.

back dating the packages to the date of 12.12 isn't a bad idea either. it's still extremely new. on 12.12 xfce panel is able to autohide, in 13.2 with the new packages...something's got it completely freezing, or killing the xfce4-session...which sends it into an endless 'archpupx' loop.
Very Good Suggestion from Stiffing. More small programs should be provided from other puppy variants. QT may be removed. This may be given separate package.

Posted: Fri 08 Feb 2013, 15:59
by simargl8
Qt definitely stays inside, it's superior in many ways.
From stifiling's list I will add galculator, possibly gparted (I'm in dilemma about it), not any others.

Posted: Sat 09 Feb 2013, 11:15
by simargl8
I've just finished making archlocale_132.sfs. That single file contains all locale files from
/usr/share/locale for all converted packages from Arch and packages compiled in ArchPup.
That means not only graphical applications, but also console based like wget, sed... and
off course pacman.

Will start uploading this file to sourceforge as first one for 13.2.1 release.
This can be used in version 13.2, after you enable needed locale or locales as described in Help file.

Edit: It is uploaded, and pending before moving to sourceforge mirrors...

Posted: Sat 09 Feb 2013, 15:41
by simargl8
Anyone knows why clicking on URL in about dialog works for all Qt applications,
and spaceFM file manager, but does not work in most of Gtk2 programs.
I don't care that much for this, only that it is annoying.
For geany in also works, for viewnior doesn't with error: Could not show link Operation not supported.

Posted: Sun 10 Feb 2013, 09:45
by simargl8
Here's latest info, and I think it's going to be great addition
What I want to mention is new package lxrandr, graphical frontend for xrandr http://wiki.lxde.org/en/LXRandR
That means changing screen resolution in a second :wink:

Posted: Sun 10 Feb 2013, 12:50
by simargl8
Version 13.2.1 is finished :D
Here is list of files for upload:

Code: Select all

-rw-r--r-- 1 root  78M Feb  1 15:52 linux_3.4.28_src.sfs
-rw-r--r-- 1 root  73M Feb 10 13:48 archdev_132.sfs
-rw-r--r-- 1 root 142M Feb 10 14:16 archpup_13.2.1-20130210.iso
-rw-r--r-- 1 root   62 Feb 10 14:16 archpup_13.2.1-20130210.iso.md5
-rw-r--r-- 1 root   70 Feb 10 14:17 archpup_13.2.1_minimal-20130210.iso.md5
-rw-r--r-- 1 root  81M Feb 10 14:17 archpup_13.2.1_minimal-20130210.iso

Posted: Sun 10 Feb 2013, 17:30
by mavrothal
simargl8 wrote:Version 13.2.1 is finished :D
Here is list of files for upload:
Super :D
Does it needs a new savefile or it can update 13.2?

Posted: Sun 10 Feb 2013, 17:49
by simargl8
There's no need for a new savefile, only iso version is changed.
Now I have to upload iso file again after discovering problem with starting network loopback
from /etc/init.d/network.
md5 files downloaded earlier are now useless, just to remind you to repeat the procedure ...

Posted: Sun 10 Feb 2013, 21:44
by smil99
Hi simargl/simargl8,
Very glad to see that you are back with full steam :D

BTW, seems version 13.2.1 is still not uploaded to http://sourceforge.net/projects/archpup/files/13.2.1/. Found only the md5 files and the archlocale_132.sfs

Cheers.