Search found 474 matches

by pwatk
6. Feb 2012, 21:26
Forum: Contributed packages
Topic: Google Chrome Updater
Replies: 4
Views: 6505

Google Chrome Updater

For anyone who prefers Google Chrome over the other web browsers on offer I've made a package that creates a cron job to automatically check for updates on a daily basis. If an update is available then the Debian package is fetched from dl.google.com along with the google-chrome.Slackbuild from the ...
by pwatk
3. Feb 2012, 00:16
Forum: Problems
Topic: [SOLVED] pm-utils issue
Replies: 4
Views: 2742

Re: pm-utils issue

Thanks, you've been really helpful.

I decided to install and configure laptop-modes-tools this evening which has solved my problem and more.

I also disabled the display settings in laptop-modes-tools and hard disk settings in xfce4-power-manager to avoid any conflicts which I assume could occur.
by pwatk
2. Feb 2012, 14:00
Forum: Problems
Topic: [SOLVED] pm-utils issue
Replies: 4
Views: 2742

Re: pm-utils issue

Well I've discovered that this from the README.Slackware doesn't work: ... As an example, if you wanted to change the hdparm setting for your hard drive's power management setting: rather than copying the entire contents of /usr/lib(64)/pm-utils/power.d/harddrive to /etc/pm/power.d/ and editing the ...
by pwatk
1. Feb 2012, 19:56
Forum: Misc
Topic: What are default fstab mount settings for Windows partition?
Replies: 6
Views: 4331

Re: What are default fstab mount settings for Windows partit

I use the following:

Code: Select all

/dev/sda3        /mnt/Windows     ntfs-3g     defaults,uid=pwatk,gid=root 0   0
by pwatk
1. Feb 2012, 19:53
Forum: Problems
Topic: [SOLVED] pm-utils issue
Replies: 4
Views: 2742

[SOLVED] pm-utils issue

I currently have the following two commands in my rc.local to disable power management on my laptops hard drive and wireless card: # Prevent excessive hard disk load cycling hdparm -B 254 /dev/sda # Prevent wifi intermittently dropping connection iwconfig wlan0 power off Although this works it's a b...
by pwatk
9. Jan 2012, 20:45
Forum: Misc
Topic: GKSU install added
Replies: 8
Views: 5741

Re: GKSU install added

Your still missing the point. The wrapper script that I wrote just removes the requirement to specify the root user when launching ktsuss which is the default behaviour for applications such as kdesu and gksu. If your unsure what's going on here just read the script: #!/bin/sh # /usr/bin/gksu: ktsus...
by pwatk
6. Nov 2011, 21:24
Forum: Announcements
Topic: Salix Live Xfce 13.37 RC1
Replies: 82
Views: 64386

Re: Salix Live Xfce 13.37 RC1

AFAIK, spkg will run update-desktop-database and gtk-update-icon-cache (?) regardless of any commands in the doinst script.

Just to make you aware.
by pwatk
5. Nov 2011, 16:58
Forum: Problems
Topic: Pulse Audio
Replies: 11
Views: 4432

Re: Pulse Audio

But they're not required to build the package. These accounts are runtime dependencies only.
by pwatk
5. Nov 2011, 10:47
Forum: Problems
Topic: Pulse Audio
Replies: 11
Views: 4432

Re: Pulse Audio

If it was up to me the doinst script would create the user and group upon installation but this isn't the Slackware way :roll: :) .
by pwatk
4. Nov 2011, 23:40
Forum: Problems
Topic: Pulse Audio
Replies: 11
Views: 4432

Re: Pulse Audio

All my build SLKBUILDs for packages that are not in the 13.37 repository can be found in the relevant series here: http://people.salixos.org/pwatk/packages/current/ Oh and you don't need a pulse user and group to build the pulseaudio package, you can set these up after. I found a list of dependencie...