The time now is Tue 24 Apr 2018, 03:07
All times are UTC - 4 |
Page 23 of 47 [697 Posts] |
Goto page: Previous 1, 2, 3, ..., 21, 22, 23, 24, 25, ..., 45, 46, 47 Next |
Author |
Message |
pedro
Joined: 05 Oct 2005 Posts: 52
|
Posted: Tue 23 Apr 2013, 22:28 Post subject:
|
|
Hi
I'm having a strange problem, i can't use the mouse, tryed different models and no sucess, i don't have this problem with any other puppy based project.
Thanks
|
Back to top
|
|
 |
ndrancs

Joined: 02 Apr 2013 Posts: 40
|
Posted: Wed 24 Apr 2013, 00:55 Post subject:
xorg.conf |
|
pedro wrote: | Hi
I'm having a strange problem, i can't use the mouse, tryed different models and no sucess, i don't have this problem with any other puppy based project.
Thanks |
please try my xorg.conf:
http://murga-linux.com/puppy/viewtopic.php?p=698545#698545
and set it up according to your hardware spec. if intel vga change Driver "nvidia" to "intel"
|
Back to top
|
|
 |
ndrancs

Joined: 02 Apr 2013 Posts: 40
|
Posted: Wed 24 Apr 2013, 01:07 Post subject:
volumeicon issue |
|
i found that volumeicon applet has some bug for example: if we mute the sound then volumeicon cant unmuted it.
because of that i try to compile retrovol and here my DEF script:
Code: | name="retrovol"
version="0.12"
revision="1"
category="multimedia"
description="An sound volume mixer"
source="http://www.browserloadofcoolness.com/software/puppy/PETget/$name-$version.tar.gz"
homepage="http://puppylinux.svn.sourceforge.net/viewvc/puppylinux/retrovol/"
maintainer="simargl <archpup@gmail.com>"
depends="alsa-lib"
makedepends=""
compile() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
}
package() {
make DESTDIR=$destdir install
}
|
dont forget to add retrovol to /root/.start :
Description |
|

Download |
Filename |
retrovol-0.12-1.spkg.rar |
Filesize |
38.03 KB |
Downloaded |
96 Time(s) |
|
Back to top
|
|
 |
simargl
Joined: 11 Feb 2013 Posts: 572
|
Posted: Wed 24 Apr 2013, 08:01 Post subject:
|
|
Audacity® is free, open source, cross-platform software for recording and editing sounds.
About Audacity
Audacity is a free, easy-to-use and multilingual audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. You can use Audacity to:
Record live audio.
Convert tapes and records into digital recordings or CDs.
Edit Ogg Vorbis, MP3, WAV or AIFF sound files.
Cut, copy, splice or mix sounds together.
Change the speed or pitch of a recording.
compiled audacity-2.0.3-2.spkg
---------------
@ndrancs, do you want retrovol package added into repository? if yes just change maintainer line and add your mail address, also you can set maintainer for all newly created def scripts and packages in /etc/spkg/main.config
|
Back to top
|
|
 |
meowcats
Joined: 14 Apr 2013 Posts: 31
|
Posted: Thu 25 Apr 2013, 02:14 Post subject:
|
|
Hi simargl, would you please consider making a math package?
Like this one http://www.murga-linux.com/puppy/viewtopic.php?t=51198 but not 3 years outdated
|
Back to top
|
|
 |
ndrancs

Joined: 02 Apr 2013 Posts: 40
|
Posted: Thu 25 Apr 2013, 05:56 Post subject:
retrovol |
|
simargl wrote: | @ndrancs, do you want retrovol package added into repository? if yes just change maintainer line and add your mail address, also you can set maintainer for all newly created def scripts and packages in /etc/spkg/main.config |
yes please. here retrovol with corrected email address.
Description |
|

Download |
Filename |
retrovol-0.12-1.spkg.rar |
Filesize |
38.03 KB |
Downloaded |
90 Time(s) |
|
Back to top
|
|
 |
simargl
Joined: 11 Feb 2013 Posts: 572
|
Posted: Thu 25 Apr 2013, 07:39 Post subject:
|
|
added retrovol and filezilla
Overview
FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.
https://filezilla-project.org/client_features.php
New package: openbox-themes-1.0.2-2.spkg
|
Back to top
|
|
 |
Familyman
Joined: 15 Sep 2009 Posts: 17 Location: New Delhi
|
Posted: Thu 25 Apr 2013, 15:07 Post subject:
Using the Openbox Theme Manager |
|
It took me a while to configure my desktop after having installed:
New package: openbox-themes-1.0.2-2.spkg
I struggled to locate the theme and could initially find only Default and Gotham available with further possible modification available of the positioning of the dock through the Tint2 panel.
Finally after trying almost everything I hit upon GUI config and Voila! There it was - a whole smorgasbord of options.
I am currently using BBstyle as my GUI theme since it gives me the slimmest form factor which affords extra screen space on my 7-inch Eee PC 2G Surf.
Hope this helps others who install the openbox themes package.
~Familyman~
|
Back to top
|
|
 |
ndrancs

Joined: 02 Apr 2013 Posts: 40
|
Posted: Thu 25 Apr 2013, 20:59 Post subject:
encryption of savefile |
|
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.
|
Back to top
|
|
 |
ndrancs

Joined: 02 Apr 2013 Posts: 40
|
Posted: Fri 26 Apr 2013, 00:18 Post subject:
lsusb issue |
|
in alphaos v5, after first booting, if we type "lsusb" command in terminal. :: unable to initialize libusb: -99
i found that the solution is just to plugin a usb flashdisk, after booting.
Description |
|

Download |
Filename |
alphaos-20130425134321-lsusb-99.png |
Filesize |
171.35 KB |
Downloaded |
122 Time(s) |
|
Back to top
|
|
 |
simargl
Joined: 11 Feb 2013 Posts: 572
|
Posted: Fri 26 Apr 2013, 05:12 Post subject:
Re: encryption of savefile |
|
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-grooveoff-converseen-t83.html#p238
Recommended grooveoff! http://qt-apps.org/content/show.php/?content=158258
|
Back to top
|
|
 |
ndrancs

Joined: 02 Apr 2013 Posts: 40
|
Posted: Fri 26 Apr 2013, 09:12 Post subject:
Re: encryption of savefile |
|
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: | #!/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: | [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 |
|
Back to top
|
|
 |
simargl
Joined: 11 Feb 2013 Posts: 572
|
Posted: Fri 26 Apr 2013, 11:08 Post subject:
|
|
I have compiled freetype and fontconfig packages with Ubuntu LCD patches, forum font now looks much better
screenshots (first one is new) are bellow so you can compare.
Description |
|
Filesize |
66.05 KB |
Viewed |
438 Time(s) |

|
Description |
|
Filesize |
56.97 KB |
Viewed |
435 Time(s) |

|
|
Back to top
|
|
 |
simargl
Joined: 11 Feb 2013 Posts: 572
|
Posted: Sat 27 Apr 2013, 02:04 Post subject:
|
|
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.
Description |
|
Filesize |
37.69 KB |
Viewed |
369 Time(s) |

|
|
Back to top
|
|
 |
simargl
Joined: 11 Feb 2013 Posts: 572
|
Posted: Sat 27 Apr 2013, 05:56 Post subject:
|
|
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
|
Back to top
|
|
 |
|
Page 23 of 47 [697 Posts] |
Goto page: Previous 1, 2, 3, ..., 21, 22, 23, 24, 25, ..., 45, 46, 47 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
|