Page 10 of 19

Re: pupX set properties of X

Posted: Wed 26 Oct 2011, 09:57
by BarryK
broomdodger wrote:Wary 5.2 frugal

pupX set properties of X > Screensaver

Usually I disable the screen saver,
but just now enabled it for a short delay,
and 'blank the screen'.

It did not happen !
I tried it with no apps running.

Is it broken?
I have confirmed this. 'xset' will not blank the screen. I have no idea why. There is no error message, it just doesn't work.

Re: pupX set properties of X

Posted: Wed 26 Oct 2011, 09:59
by BarryK
double post.

Re: InkscapeLite

Posted: Wed 26 Oct 2011, 10:02
by BarryK
Keef wrote:As don570 said - a row of triangle like shapes appear over the ruler as the mouse is moved (following the pointer), They go if the window is resized or loses focus, but return once the mouse moves again. Some artifacts down the left hand side too, though less noticeable. Definitely following the mouse movements though.

Frugal install on a Compaq Armada M700 P3 450mhz 320mb RAM

ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)
ATI MACH64
You are reporting on InkscapeLite?

Yes, we need someone (a programmer) to take InkscapeLite on-board as their project. It needs lots of improving.

Re: Wary Puppy 5.2 final (October 14)

Posted: Wed 26 Oct 2011, 10:04
by BarryK
jduffy22335 wrote:Wary Puppy 5.2 final (October 14)

It seems to have a limit of18-20 current version SFS in /mnt/home then you get the error.
I have increased the limit. There is a limit due to the way 'pupdialog' works, but I have made it higher, should be ok now for everyone.

Posted: Wed 26 Oct 2011, 10:08
by BarryK
Flash wrote:My attempt to update the multisession 5.2 beta 2 Blu-Ray to 5.2 final fell flat, pardon the alliteration. I told Burniso2cd to burn the 5.2 final iso to the multisession BD-RE disk without blanking the disk first. After Burniso2cd was done, I shut down, saving to the newly burned BD-RE disk. This has always worked with rewritable multisession DVDs. But when I rebooted, somehow it loaded the .sfs file from an earlier Puppy, one I don't remember burning onto this BD-RE. Naturally that combination didn't work very well, though it did work well enough for me to use Pburn and Burniso2cd. So I wound up blanking the BD-RE with Pburn and reburning the 5.2 final iso again with Burniso2cd. This time it worked, except of course all my settings from configuring the 5.2 beta 2 were lost.

My only complaint so far is with SeaMonkey. Web pages load slowly and scroll very jerkily. Also the CPU load indicator (on the right end of the system tray) maxes out sometimes when I have many tabs open. Then things really slow down. This hasn't happened in most other Puppys I've tried. I haven't the slightest idea what to try that might fix this.
SeaMonkey 2.3.x is incredibly big. It bothers me that I am using SM in Wary, that is intended for old hardware. I might take a fresh look at an alternative browser, even though I will have to sacrifice Composer.

Re: insert kills seamonkey

Posted: Wed 26 Oct 2011, 10:47
by BarryK
Shep wrote:
rodin.s wrote:Old bug is back. Insert key kills Seamonkey while writing a message.
Had it ever gone away? :x :x

My solution is to reassign the Insert key. See http://murga-linux.com/puppy/viewtopic.php?t=69175

The best workaround would be to set it so that the Insert key does nothing except in combination, e.g., Ctrl-Insert, or Shift-Insert but the best I could manage was to set it to become a second Backspace key.
The problem is, every time that I recompile GTK, the bug comes back. The "solution" was worked out by pizzasgood, which was to have --enable-debug when configuring one of the GTK source packages (I can't recall which one right now). The downside is that it made the GTK library considerably bigger.

Hmmm, I just tried the xmodmap workaround, reassigned Insert key as BackSpace -- then started geany and Insert key worked as before!

Posted: Wed 26 Oct 2011, 11:34
by BarryK
esmourguit wrote:Bonjour à tous,

Live CD Wary 5.20.
lauching "remove_builtin" my pc crashes.
Only the Ctrl+Alt+Return then xwin allows me to return to desktop.

Cordialement ;)
I just now tested remove_builtin, I removed 'axel', works for me.

By the way, it is version 5.2, not 5.20.

Re: upgrade from 5.1.4.1 to 5.2

Posted: Wed 26 Oct 2011, 11:39
by BarryK
upnorth wrote:Managed to upgrade 5.1.4.1 to 5.2 but the following needed to be run manually from cli to fix breakage:

rm /etc/gtk-2.0/gdk-pixbuf.loaders
gdk-pixbuf-query-loaders >/etc/gtk-2.0/gdk-pixbuf.loaders

This is now fully functional and fast 8)
Thanks for that, I have put it into /etc/rc.d/rc.update

Re: insert kills seamonkey

Posted: Wed 26 Oct 2011, 11:48
by Shep
BarryK wrote:Hmmm, I just tried the xmodmap workaround, reassigned Insert key as BackSpace -- then started geany and Insert key worked as before!
It did seem to reassign, though, did it?

Code: Select all

# xmodmap -pk |grep Insert
     90    	0xff9e (KP_Insert)	0xffb0 (KP_0)	
# xmodmap -pk |grep BackSpace
     22    	0xff08 (BackSpace)	0xfed5 (Terminate_Server)	
    106    	0xff08 (BackSpace)
My Insert key now functions exactly as the backspace key. If I need the Insert toggle action (so chars get overwritten while typing), I tap the numeric keypad's Insert key, that key still works as normal.

Posted: Wed 26 Oct 2011, 11:54
by BarryK
davids45 wrote:1) as installed, both Full & Frugal tried, the /tmp directory write permissions being set by default to "off" prevent Cups from letting my fujixerox colour laser print. Changing the permissions to "write" for Group and World lets me use the printer. Thanks to rcrsn51 for his help in sorting this out for me. So this is sort-of a "Solved" or "Soluble" bug.
I thought that I had fixed this. Well, it only occurs for some people, as in live-CD and frugal installation modes, a tmpfs is mounted on /tmp, which has 777 permission (group and world writable).

...you would have the problem booting from USB, as there is no tmpfs mounted on /tmp.

I did set 777 to rootfs-skeleton/tmp (and var), but the build in sandbox3/rootfs-complete has lost that, become 755.

So, I have placed a couple of lines in the build script, 3builddistro, that changes tmp and var back to 777.

Posted: Wed 26 Oct 2011, 12:03
by 01micko
BarryK wrote: I did set 777 to rootfs-skeleton/tmp (and var), but the build in sandbox3/rootfs-complete has lost that, become 755.

So, I have placed a couple of lines in the build script, 3builddistro, that changes tmp and var back to 777.
Would it be better in /etc/rc.d/rc.update? Full installs suffer the 755 permissions on /tmp too.

Posted: Wed 26 Oct 2011, 14:09
by linuxcbon
remove_builtin is too slow when scrolling down. Bad.

Posted: Wed 26 Oct 2011, 14:18
by linuxcbon
puppyinstaller

Code: Select all

dc: syntax error at '596.2'
dc: syntax error at '8.204'
Updating /etc/networkmodules...
ERROR: modinfo: could not find module acx
...

Re: Wary desktop black, no icons, wallpaper, no ROX

Posted: Wed 26 Oct 2011, 17:25
by otropogo
Terryphi wrote: The problem you describe has been seen when using a savefile from a previous version of Wary. If you are using a previous savefile then this solution worked for me:


From the terminal run these two commands:

rm /etc/gtk-2.0/gdk-pixbuf.loaders
gdk-pixbuf-query-loaders >/etc/gtk-2.0/gdk-pixbuf.loaders

When you reboot all should be as expected.
Willing to try your suggestion, but I'd point out that this is the first time I've ever booted Wary, so there can't be any previous Wary savefile on the system. There are, however, various save files from Puppy 4.3.1, lupu, and Slacko.

I should mention also that when Wary invited me to select up to 6 sfs files to load at boot up, only one appeared in the selection window, and that was the puppy_slacko_5.29.6.sfs. I found this worrysome and just closed the window. I don't understand how one OS can load another one at bootup.

And just now I looked in the Warypets folder created by Wary on my hard drive, and found there a screen save of the Video Driver Upgrade Wizard open on the desktop. I hadn't taken time to read it, and closed it without using it.

It says:
your computer has a 82865G Integrated graphics controller.
Which is true. However, I also have an ATI X1550 display adapter installed in the AGP slot. And my understanding is that insertion of the adapter disables the on-board chip...
X is currently using the intel driver for this chip
That's probably not good, and may explain some of my configuration and display problems...

I'm also puzzled by the "save session" window that appears in the same screensave.

It describes the procedure for creating a save file at shutdown. However, Wary surprised me by automatically creating a save file during installation, selecting a host partition (sdb2, a fat32 partition), creating a folder on it (warypets) and then choosing a savefile size (which almost immediately proved too small), file format, and name (warysave-SD5.3fs) without giving me any say.

And, of course, there was no option to create a save file at shutdown, since it had already been created. Could any of the above explain the issues described?

Posted: Wed 26 Oct 2011, 20:55
by linuxcbon
- Xresources can be replaced by Xdefaults.

xinitrc
- lines 18-19-20 variables dont exist.
- line 52 autocutsel doesnt exist
- line 59 /usr/local/bin/agenda_chk doesnt exist
- line 62 /etc/xrandrindex doesnt exist
- line 138 /usr/bin/absvolume doesnt exist
- line 149 /usr/bin/fbpanel: No such file or directory

Re: wary 5.2 pmusic 2.1.8 playlists change

Posted: Wed 26 Oct 2011, 22:37
by BarryK
broomdodger wrote:wary 5.2 pmusic 2.1.8 is the first time I have tried pmusic.

Strange things happen with playlists, they change after quiting pmusic and restarting!

I went back to wary 5.1.4.1 and did all the same initialization to pmusic 1.8.3 and the playlists seem stable.

The following is some info I could gather:

" -------1---------2---------3---------4---------5---------6----
wary 5.2
pmusic 2.1.8 also 2.1.9

+ index
+ add jazz to playlist 1 (5 pieces)
+ add classical to playlist 2 (3 pieces)
+ add rock to playlist 3 (4 pieces)
! all play ok

quit pmusic
restart pmusic
playlists have changed! Playlist 1 is now Playlist 2.

Could this have something to do with the newer gtkdialog or ffmpeg in wary 5.2?

# pmusic -D
Dependencies
R E Q U I R E D
bash [OK]
coreutils [OK]
awk [OK]
sed [OK]
gtkdialog >= 0.7.21 [MISSING]
ffmpeg >= 0.8 /usr/local/pmusic/pmusic: line 162: [: git: integer expression expected
[MISSING]
aplay (alsa) [OK]

R E C O M M E N D E D
libid3tag (meta-tagging) [OK]
cdda2wav (play/rip audio-CD) [OK]
wget (connection to www) [OK]

O P T I O N A L
Pburn (burning audio-CD) [OK]
Pschedule (podcast managing) [OK]
pEqualizer (10 band equalizer) [MISSING]

# gtkdialog -v
gtkdialog version 0.8.0 (C) 2003-2007 Laszlo Pere, 2011 Thunor

# ffmpeg -version
ffmpeg version git-2011-10-01-78f08c0, Copyright (c) 2000-2011 the FFmpeg developers
built on Oct 2 2011 07:10:53 with gcc 4.3.4

" -------1---------2---------3---------4---------5---------6----
wary 5.1.4.1
pmusic 1.8.3

seems to work ok
playlists seem stable

# pmusic -D
Dependencies
R E Q U I R E D
bash [OK]
gtkdialog [OK]
ffmpeg [OK]
aplay (alsa) [OK]

R E C O M M E N D E D
libid3tag (meta-tagging) [OK]
cdda2wav (play/rip audio-CD) [OK]
wget (connection to www) [OK]

O P T I O N A L
pburn (burning audio-CD) [OK]
pschedule (podcast managing) [OK]

# gtkdialog -v
gtkdialog version 0.7.21 (C) 2003-2007 Laszlo Pere, 2011 Thunor

# ffmpeg -version
FFmpeg version SVN-r25158-snapshot, Copyright (c) 2000-2010 the FFmpeg developers
built on Sep 24 2010 21:49:52 with gcc 4.3.4
broomdodger,
Would you mind posting this over in zigbert's pmusic thread? He is the only one who can fix it, and he might not be reading this thread.

Pmusic:
http://www.murga-linux.com/puppy/viewtopic.php?t=31206

Well, I can help out, I will send a pm to zigbert.

Posted: Wed 26 Oct 2011, 22:42
by BarryK
rcrsn51 wrote:
DaveS wrote:Wary frugal. I get exactly the same error as in Racy when trying to print form anything other than the CUPS test page,

Code: Select all

Set Allowed Users
HP (Default Printer) "/usr/lib/cups/filter/pdftops failed"
The CUPS printing problem in Wary/Racy also appeared in Drake Puppy and the solution is the same. Any application that prints through the GTK print backend /usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so now needs the missing filter /usr/lib/cups/filter/pdftops. Trying to substitute a like-named program from another package simply won't work.

The attachment below contains the correct filter from a different build of CUPS 1.3.11.

You may need to do a CUPS restart to make it work.

Code: Select all

/etc/init.d/cups restart
Thanks very much for fixing printing!

I have posted about it on my blog:
http://bkhome.org/blog/?viewDetailed=02567

Posted: Wed 26 Oct 2011, 22:53
by BarryK
nubc wrote:Clicking the "Playback" tab in 'Adobe Flash Player preferences' causes the gui to crash and close.
Yes, unfortunately, nothing I can do about that. We are at the mercy of the Adobe developers. I wonder if they have a bug reporting thingy somewhere?

Re: Wary desktop black, no icons, wallpaper, no ROX

Posted: Wed 26 Oct 2011, 23:13
by Frank Cox
From the terminal run these two commands:

rm /etc/gtk-2.0/gdk-pixbuf.loaders
gdk-pixbuf-query-loaders >/etc/gtk-2.0/gdk-pixbuf.loaders

When you reboot all should be as expected.[/quote]

Where do I find a book to learn this sort of thing? I really struggle with understanding man pages and command line options as I have never studied them . If you could suggest a book , or some tutorials that are designed to teach these things I would greatly appreciate it.

Posted: Wed 26 Oct 2011, 23:19
by BarryK
rjbrewer wrote:
nubc wrote:I substituted a 'bookmarks.html' file into the .mozilla folder in root, but the bookmarks do not appear in SM 2.3.1, even after a reboot.

Incidentally, I don't see a YT download app in the menu tree.
.
I move my saved bookmarks file to root, then use bookmarks
manager to import.

For youtube:
Install video download helper 4.9.5 from here.

https://addons.mozilla.org/en-US/firefo ... /versions/

When installed right click around navigation bar until you see
a little window with "customize" at the bottom. Click customize.
Drag the little colored balls up between the printer and search
icons.
I found out something interesting, a smaller video_download_helper:

http://bkhome.org/blog/?viewDetailed=02568