The time now is Wed 22 May 2013, 10:31
All times are UTC - 4 |
|
Page 1 of 8 [112 Posts] |
Goto page: 1, 2, 3, ..., 6, 7, 8 Next |
| Author |
Message |
simargl

Joined: 11 Feb 2013 Posts: 374
|
Posted: Wed 13 Feb 2013, 05:27 Post subject:
ArchPup 13.2.2 Subject description: Place to report issues and present your ideas for next releases |
|
http://sourceforge.net/projects/archpup/
-------------------------------------------------------------
ArchPup is a distribution built using packages from Arch Linux, with custom compiled kernel for aufs support, udev and
very minimal number of other packages with goal of preserving full support for pacman package manager. This operating
system is using Puppy Linux init boot system, has options for dynamic loading of additional sfs modules, making
personal file that allows saving your settings, but in every other aspect is much different than standard Puppy - it doesn't
have Puppy package manager installed, not using JWM (included is openbox) or rox file manager (instead you have spacefm).
Taking those differences into account, I believe Puppy Linux users any levels of experience should still feel comfortable using it,
as you have pacman GUI fronted called pacmanXG (see 2nd screenshot bellow), and most of standard applications like
web browser, file manager, audio and video players, pdf viewer etc. come pre-installed. Easy access to large software
repository with powerful but still simple pacman package manager, is something that is missing in standard Puppy Linux
and is reason for making and publicly announcing this iso.
-------------------------------------------------------------
Current changelog:
- moving to gtk3 (3.6.4), keep only minimal gtk2 libraries
- all qt applications are removed
- new gtk and openbox themes based on Radiance and SimpleX
- list of programs still using gtk2: firefox, gtkdialog, geany
- recompiled packages to use gtk3: spacefm, yad, l3afpad, sakura, lxtask, volumeicon-git, lxappearance, lxrandr, gpicview
- lxappearance is patched to show only gtk3 themes
Version 13.2.2 released 2013/02/19
Changes/fixes:
13.2.1-13.2.2
- new audio player: musique
- upgraded spacefm to 0.8.6
- added archpup repository to pacman.conf
- Up: firefox-esr (17.0.3)
- qtpdfview is now at the latest version 0.4
- fixed problem with starting cups daemon
- upgrade: geany to git_nightly_20130216
- QWinFF - upgrade to version: 0.1.8
- Up: transmission (2.77)
- fixed wallpaper setter for spaces in file names
13.2-13.2.1
- 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
- fixes needed for locale-gen script
Recommended forum posts:
ArchPup Beginners' Guide
XFCE/LXDE/MATE Desktops for ArchPup 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)
Screenshots:
Last edited by simargl on Wed 27 Feb 2013, 04:50; edited 19 times in total
|
|
Back to top
|
|
 |
simargl

Joined: 11 Feb 2013 Posts: 374
|
Posted: Wed 13 Feb 2013, 06:14 Post subject:
|
|
Thanks to help on Arch Linux forum I've managed to setup this repository http://code.google.com/p/archpup-repository/downloads/list
How to add archpup repository to pacman's database:
1. Open /etc/pacman.conf
2. Add this before the other ones (core,extra...)
| Code: | [archpup]
Server = http://archpup-repository.googlecode.com/files |
3. Type pacman -Sy in terminal
4. Install some of the included packages for a test:
pacman -S uget-gtk2 evince2-light
Last edited by simargl on Thu 14 Feb 2013, 06:05; edited 2 times in total
|
|
Back to top
|
|
 |
rameshiyer
Joined: 17 Sep 2009 Posts: 211 Location: Calicut, Kerala, India
|
Posted: Wed 13 Feb 2013, 06:27 Post subject:
leafpad Subject description: Leafpad |
|
Now leaf pad working fine
Last edited by rameshiyer on Wed 13 Feb 2013, 09:28; edited 1 time in total
|
|
Back to top
|
|
 |
simargl

Joined: 11 Feb 2013 Posts: 374
|
Posted: Wed 13 Feb 2013, 06:32 Post subject:
|
|
Those leafpad icons shouldn't be there, I guess you installed normal leafpad from Arch repository
and later this one I made.
I tested before posting and there was no problems installing this package
And rameshiyer if I am right please edit above post, it makes unnecessary ugly impression
|
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 387
|
Posted: Wed 13 Feb 2013, 06:38 Post subject:
Re: leafpad Subject description: error report while installation |
|
you must be using the light xfce desktop. i haven't done extensive testing on that one..it's mostly for fun. i'm looking to improve on it and resolve these type of errors as they pop up. as of now though...you can get leafpad installed on the adrv-lightxfce_132.sfs by running the command:
| Code: | | pacman -Sf archpup-leafpad |
This error doesn't come up in the full xfce sfs.
Last edited by stifiling on Wed 13 Feb 2013, 06:48; edited 1 time in total
|
|
Back to top
|
|
 |
rameshiyer
Joined: 17 Sep 2009 Posts: 211 Location: Calicut, Kerala, India
|
Posted: Wed 13 Feb 2013, 06:47 Post subject:
Archpup Subject description: xface -leafpad working |
|
Stiffing
Installed as advised by you and working. Thanks
Great.
Last edited by rameshiyer on Wed 13 Feb 2013, 09:47; edited 1 time in total
|
|
Back to top
|
|
 |
smil99
Joined: 18 Aug 2007 Posts: 148
|
Posted: Wed 13 Feb 2013, 06:56 Post subject:
|
|
Success installing leafpad from the newly set archpup mirror
A good job done.
Just to let you know that changing screen resolution with LXRandR doesn't stick after reboot/logout. Instead, I added the code below to /etc/X11/xorg.conf to have my monitor set to desired resolution (ie. 1440x900):
| Code: | #Disable VGA1 output
Section "Monitor"
Identifier "VGA1"
Option "Ignore" "1"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-100
VertRefresh 59-75
#UseModes "Modes0" #monitor0usemodes
Option "PreferredMode" "1440x900"
EndSection |
Cheers.
_________________ Success is never ending. ... Failure is never final!
(Used with kind permission from jejy69)
|
|
Back to top
|
|
 |
simargl

Joined: 11 Feb 2013 Posts: 374
|
Posted: Wed 13 Feb 2013, 07:05 Post subject:
|
|
Thanks for sharing that info smil99, might help someone else
I'm now checking options on google code for allowed data capacity...
Storage quota
total 4096 MB
Maximal upload size
200 MB
It allows to set project committers and contributors.
Edit: I uploaded new package archpup-leafpad-0.8.18.1-3-i686.pkg.tar.xz, that has lines
conflicts, provides and replaces leafpad, reported problem with conflicting files will not happen any more.
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Wed 13 Feb 2013, 07:29 Post subject:
|
|
| simargl wrote: | Thanks to help on Arch Linux forum I've managed to setup this repository.
|
Please test (and hopefully add) filemnt_archpup-0.3-1-i686.pkg.tar.xz.gz and pupmessaging-0.1-1-i686.pkg.tar.xz.gz from THIS post. (Do NOT add the others)
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
simargl

Joined: 11 Feb 2013 Posts: 374
|
Posted: Wed 13 Feb 2013, 07:41 Post subject:
|
|
i have added those 2 packages, now who's interested in help with maintaining this repository.
you need to have gmail account I think
later: I removed pupmount and pupmessage, and i hate things like gtkdialog-splash, yaf-splash
pupdialog, pupmessage, xplash puppy-osd-dislpay-messager-something
Latest repository addition: evince2-light-2.32.0-7-i686.pkg.tar.xz, so you can have evince without installing gtk3.
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Wed 13 Feb 2013, 08:39 Post subject:
|
|
| simargl wrote: |
later: I removed pupmount and pupmessage, and i hate things like gtkdialog-splash, yaf-splash
pupdialog, pupmessage, xplash puppy-osd-dislpay-messager-something
|
You know, if you keep ignoring functionality and keep insulting puppy users, archpup may end up your personal distro.
Good luck.
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
simargl

Joined: 11 Feb 2013 Posts: 374
|
Posted: Wed 13 Feb 2013, 08:59 Post subject:
|
|
| mavrothal wrote: | | You know, if you keep ignoring functionality and keep insulting puppy users, archpup may end up your personal distro. |
I am trying hard, but can't find anything worrying in that archpup finally end up as my personal distro.
What would be benefit if all puppy linux users suddenly start using archpup. And high flying puppy developers already
ignore this, so no harm done.
Maybe it is not clear enough that I already make this for myself, but also I am pleased to help others in areas where it is
possible, like with providing archlocale.sfs for non-english users. I don't need that, but I made it available for those that do.
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Wed 13 Feb 2013, 09:16 Post subject:
|
|
| mavrothal wrote: | | simargl wrote: |
later: I removed pupmount and pupmessage, and i hate things like gtkdialog-splash, yaf-splash
pupdialog, pupmessage, xplash puppy-osd-dislpay-messager-something
|
You know, if you keep ignoring functionality and keep insulting puppy users, archpup may end up your personal distro.
Good luck. |
Clarification: "personal" as is "for you only"
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
simargl

Joined: 11 Feb 2013 Posts: 374
|
Posted: Wed 13 Feb 2013, 09:31 Post subject:
|
|
archpup has currently 10.000 downloads from 105 countries, and i believe in future there will be somewhere one more user or two.
but, that's not the point i don't want you leave, or at least wait for better reason to quit (sorry had to add that )
Man, I hope you'll change your mind, with so many contributions archpup is your distro as it is mine.
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Wed 13 Feb 2013, 09:48 Post subject:
|
|
| simargl wrote: | archpup has currently 10.000 downloads from 105 countries, and i believe in future there will be somewhere one more user or two.
|
Then you may thing that you do not need "good luck" but I'll wish it just the same
Good luck
(for when you realize that "download" and "use" or "appreciate" are totally different things)
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
|
|
Page 1 of 8 [112 Posts] |
Goto page: 1, 2, 3, ..., 6, 7, 8 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|