The time now is Mon 23 Apr 2018, 15:48
All times are UTC - 4 |
Page 246 of 252 [3776 Posts] |
Goto page: Previous 1, 2, 3, ..., 244, 245, 246, 247, 248, 249, 250, 251, 252 Next |
Author |
Message |
yr1945
Joined: 17 Apr 2010 Posts: 208
|
Posted: Fri 09 Nov 2012, 11:27 Post subject:
|
|
no objections at all... the new strategy sounds like a winner to me... THANKS...
|
Back to top
|
|
 |
Arefacti
Joined: 10 Oct 2012 Posts: 165
|
Posted: Sun 11 Nov 2012, 13:15 Post subject:
hello ! and thanks |
|
Hello Jeminah and other contributers about Saluki :
great job ! Works perfectly on my small eeepc1000 with compiz, conky, cairo-dock and it's VERY solid : all I want finally !
see you soon on your forum
|
Back to top
|
|
 |
mini-jaguar
Joined: 13 Nov 2008 Posts: 577
|
Posted: Tue 13 Nov 2012, 12:33 Post subject:
Re: can't eject flash drive |
|
Geoffrey wrote: | Wognath wrote: | Geoffrey,
In Saluki 23 I have the problem of not being able to eject a flash drive. A while back, you posted a solution on the Saluki-linux forum. I'd like to apply the fix to another computer, but I can't find it now. Would you mind reposting it here? Thanks.
Wognath |
http://saluki-linux.com/Forum/viewtopic.php?p=1679#p1679 | Since I've been writing about this problem for quite a while, I finally tested this.
It works, but it's a little awkward. Works fine from the Pmount, but doesn't always unmount using the file manager. Still cool that it doesn't go crazy like before.
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 2346 Location: Queensland
|
Posted: Wed 14 Nov 2012, 22:32 Post subject:
Re: can't eject flash drive |
|
mini-jaguar wrote: | Geoffrey wrote: | Wognath wrote: | Geoffrey,
In Saluki 23 I have the problem of not being able to eject a flash drive. A while back, you posted a solution on the Saluki-linux forum. I'd like to apply the fix to another computer, but I can't find it now. Would you mind reposting it here? Thanks.
Wognath |
http://saluki-linux.com/Forum/viewtopic.php?p=1679#p1679 | Since I've been writing about this problem for quite a while, I finally tested this.
It works, but it's a little awkward. Works fine from the Pmount, but doesn't always unmount using the file manager. Still cool that it doesn't go crazy like before. |
mini-jaguar,
You could try the latest version http://smokey01.com/carolina/pet_packages-carolina/pup-volume-monitor-0.1.10.pet , I've had no problems with mounting or unmounting usb drives, all appears to work fine from the file manager, the only time I've had a problem with unmounting is that I had neglected to close a file that's in use.
_________________ Carolina: Recent Repository Additions

|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4989 Location: Ontario
|
Posted: Sat 17 Nov 2012, 16:01 Post subject:
gtkdialog package |
|
Note to Geoffrey....
The proper method to make gtkdialog package --->
Barry Kauler wants gtkdialog to be a link back to gtkdialog4
(see image)
This allows the programmer to start his script with the following...
Code: |
# find version of gtkdialog
for P in gtkdialog4 gtkdialog3 gtkdialog; do
GTKDIALOG=$(which $P) && break
done
|
___________________________________________
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 2346 Location: Queensland
|
Posted: Sat 17 Nov 2012, 17:53 Post subject:
Re: gtkdialog package |
|
don570 wrote: | Note to Geoffrey....
The proper method to make gtkdialog package --->
Barry Kauler wants gtkdialog to be a link back to gtkdialog4
(see image)
This allows the programmer to start his script with the following...
Code: |
# find version of gtkdialog
for P in gtkdialog4 gtkdialog3 gtkdialog; do
GTKDIALOG=$(which $P) && break
done
|
___________________________________________ |
don570
In saluki there is gtkdialog3 and gtkdialog4, gtkdialog is a symlink to gtkdialog4, that's the way it has alway's been, it's the same with Carolina,
I just tried installing your gtkdialog-exprimo-0.8.2.pet, this overwrites and removes the symlink leaving the older gtkdialog4 and adding your version as gtkdialog, so now either of two different versions of gtkdialog4 are called depending on how the script is written, my single file update replaces the existing gtkdialog4 leaving the symlink intact. I really don't see what difference it makes whether the symlink is to one or the other, the outcome is the same.
Geoffrey
Description |
gtkdialog-exprimo-0.8.2 removes existing symlink |
Filesize |
17.21 KB |
Viewed |
1631 Time(s) |

|
Description |
original Saluki 023 |
Filesize |
12.32 KB |
Viewed |
1645 Time(s) |

|
_________________ Carolina: Recent Repository Additions

|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 2346 Location: Queensland
|
Posted: Sat 17 Nov 2012, 23:19 Post subject:
|
|
Today there is a new update for gtkdialog4,
http://www.murga-linux.com/puppy/viewtopic.php?p=665203#665203
Code: | gtkdialog4 -v
gtkdialog version 0.8.3 r473M (C) 2003-2007 Laszlo Pere, 2011-2012 Thunor
Built with additional support for: Glade, VTE.
|
Description |
These are the up to date examples, they are normally located in the devx_luki_xxx.sfs it contains a few applications that need to be compiled, the devx needs to be loaded to do this.
|

Download |
Filename |
gtkdialog-0.8.3-r473M-examples.pet |
Filesize |
91.53 KB |
Downloaded |
497 Time(s) |
Description |
This is the same as my previous pet, this is not a complete package, saluki does not contain any of the other files, only the gtkdialog4 binary located in /usr/sbin this only replaces that binary, gtkdialog the symlink should already exist.
|

Download |
Filename |
gtkdialog-0.8.3-r473M.pet |
Filesize |
90.61 KB |
Downloaded |
516 Time(s) |
_________________ Carolina: Recent Repository Additions

|
Back to top
|
|
 |
mini-jaguar
Joined: 13 Nov 2008 Posts: 577
|
Posted: Sun 18 Nov 2012, 06:49 Post subject:
Re: can't eject flash drive |
|
Geoffrey wrote: | mini-jaguar wrote: | Geoffrey wrote: | Wognath wrote: | Geoffrey,
In Saluki 23 I have the problem of not being able to eject a flash drive. A while back, you posted a solution on the Saluki-linux forum. I'd like to apply the fix to another computer, but I can't find it now. Would you mind reposting it here? Thanks.
Wognath |
http://saluki-linux.com/Forum/viewtopic.php?p=1679#p1679 | Since I've been writing about this problem for quite a while, I finally tested this.
It works, but it's a little awkward. Works fine from the Pmount, but doesn't always unmount using the file manager. Still cool that it doesn't go crazy like before. |
mini-jaguar,
You could try the latest version http://smokey01.com/carolina/pet_packages-carolina/pup-volume-monitor-0.1.10.pet , I've had no problems with mounting or unmounting usb drives, all appears to work fine from the file manager, the only time I've had a problem with unmounting is that I had neglected to close a file that's in use. | I don't know why it didn't unmount, it may have been a touchpad problem or probably it did unmount and I didn't notice.
In any case, the system originally flashed messages that it's o.k. to remove the drive, or else it flashed menacing warnings. With the fix it just blanks the window of any icons, which means it's unmounted, not as obvious.
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 2346 Location: Queensland
|
Posted: Sun 18 Nov 2012, 09:46 Post subject:
Re: can't eject flash drive |
|
mini-jaguar wrote: | Geoffrey wrote: | mini-jaguar wrote: | Geoffrey wrote: | Wognath wrote: | Geoffrey,
In Saluki 23 I have the problem of not being able to eject a flash drive. A while back, you posted a solution on the Saluki-linux forum. I'd like to apply the fix to another computer, but I can't find it now. Would you mind reposting it here? Thanks.
Wognath |
http://saluki-linux.com/Forum/viewtopic.php?p=1679#p1679 | Since I've been writing about this problem for quite a while, I finally tested this.
It works, but it's a little awkward. Works fine from the Pmount, but doesn't always unmount using the file manager. Still cool that it doesn't go crazy like before. |
mini-jaguar,
You could try the latest version http://smokey01.com/carolina/pet_packages-carolina/pup-volume-monitor-0.1.10.pet , I've had no problems with mounting or unmounting usb drives, all appears to work fine from the file manager, the only time I've had a problem with unmounting is that I had neglected to close a file that's in use. | I don't know why it didn't unmount, it may have been a touchpad problem or probably it did unmount and I didn't notice.
In any case, the system originally flashed messages that it's o.k. to remove the drive, or else it flashed menacing warnings. With the fix it just blanks the window of any icons, which means it's unmounted, not as obvious. |
The messages were disabled, this was part of the problem with the unmounting of usb drives.
akash_rawal wrote: | Geoffrey wrote: | akash_rawal,
I've compiled and replaced the pup-volume-monitor in Saluki/Carolina with pup-volume-monitor-0.1.8, looks a lot tidier now without all the loops icons, though now if I unmount any drive, I don't get the safe to remove message, this is handy to have, though it does really only need to show this message on removal of such devices as CD and USB.
If this could be re-enabled just for removable devices it would be appreciated, keep up the good work.
thanks for all your effort. |
The safe to remove message in saluki is provided by tmount script written by jemimah. jemimah has configured the volume monitor to use tmount instead of usual mount and umount commands.
There is a config file at /etc/xdg/pup-volume-monitor/main.conf. To restore the original behavior simply restore the original main.conf from saluki 23. But it will also restore unmounting bug for removable drives at http://www.murga-linux.com/puppy/viewtopic.php?p=650409#650409 (and I too have the same problem.)
Thunar also has notification support. You enable it by configuring with option --enable-notifications to the configure script. Maybe try that too. |
_________________ Carolina: Recent Repository Additions

|
Back to top
|
|
 |
Wognath
Joined: 19 Apr 2009 Posts: 405
|
Posted: Thu 22 Nov 2012, 17:58 Post subject:
Rox file manager |
|
I got the rox-filer pet from the Saluki repository. It shows up in the menu and works fine. I would like to make it the default file manager, but if I do this via the control panel/XFCE preferred applications/utilities, then the desktop drive/partition icons don't work anymore. "File doesn't exist or I can't access it." Is there a reasonably easy way to fix this? Thanks.
Edit: similar question has been asked but not answered on xfce forum:
http://forum.xfce.org/viewtopic.php?id=6818
http://forum.xfce.org/viewtopic.php?id=5284 (#21)
|
Back to top
|
|
 |
rg66

Joined: 23 Jul 2012 Posts: 1129 Location: Vancouver, BC Canada / Entebbe, Uganda Africa!?!
|
Posted: Thu 29 Nov 2012, 07:08 Post subject:
|
|
Edit SFS with right click > send to > Edit SFS with choice of xz or gz compression and create md5 text for Saluki/Carolina. See my original post here http://murga-linux.com/puppy/viewtopic.php?p=667599#667599
_________________ X-slacko-5b1 - X-tahr-2.0 - X-precise-2.4
X-series repo
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 2346 Location: Queensland
|
Posted: Thu 29 Nov 2012, 07:33 Post subject:
Re: Rox file manager |
|
Wognath wrote: | I got the rox-filer pet from the Saluki repository. It shows up in the menu and works fine. I would like to make it the default file manager, but if I do this via the control panel/XFCE preferred applications/utilities, then the desktop drive/partition icons don't work anymore. "File doesn't exist or I can't access it." Is there a reasonably easy way to fix this? Thanks.
Edit: similar question has been asked but not answered on xfce forum:
http://forum.xfce.org/viewtopic.php?id=6818
http://forum.xfce.org/viewtopic.php?id=5284 (#21) |
Wognath,
exo-open determines the default apps, you might be able to do something with it, running exo-open in the terminal shows the options.
Code: | # exo-open
Usage: exo-open [URLs...]
exo-open --launch TYPE [PARAMETERs...]
-?, --help Print this help message and exit
-V, --version Print version information and exit
--launch TYPE [PARAMETERs...] Launch the preferred application of
TYPE with the optional PARAMETERs, where
TYPE is one of the following values.
--working-directory DIRECTORY Default working directory for applications
when using the --launch option.
The following TYPEs are supported for the --launch command:
WebBrowser - The preferred Web Browser.
MailReader - The preferred Mail Reader.
FileManager - The preferred File Manager.
TerminalEmulator - The preferred Terminal Emulator.
If you don't specify the --launch option, exo-open will open all specified
URLs with their preferred URL handlers. Else, if you specify the --launch
option, you can select which preferred application you want to run, and
pass additional parameters to the application (i.e. for TerminalEmulator
you can pass the command line that should be run in the terminal).
#
|
_________________ Carolina: Recent Repository Additions

|
Back to top
|
|
 |
mini-jaguar
Joined: 13 Nov 2008 Posts: 577
|
Posted: Thu 29 Nov 2012, 13:34 Post subject:
|
|
I tried that Super Tux Kart .sfs in the Saluki repository (not the latest version of this, but the only one for Saluki), works, but it's extremely slow.
Is there any way to accelerate this or is my computer too slow?
I have the latest version of this on my Windows partition and it's much faster, although it also slows down, but only a little (the Saluki version is super slow) and sometimes crashes.
|
Back to top
|
|
 |
dziwei
Joined: 01 Dec 2012 Posts: 4
|
Posted: Sat 01 Dec 2012, 02:40 Post subject:
Minimum install or default packages database? |
|
Loving the Saluki install, what a joy! I am guessing there is a very minimal Saluki out there for download, I would love to try it if anyone knows a link. Is there a database or spreadsheet that lists all the packages that are in Saluki 23 ? then I would have a guide to uninstalling down to minimum... thanks so much!
|
Back to top
|
|
 |
rg66

Joined: 23 Jul 2012 Posts: 1129 Location: Vancouver, BC Canada / Entebbe, Uganda Africa!?!
|
Posted: Sat 01 Dec 2012, 04:13 Post subject:
|
|
I don't think there is a Saluki minimal. You can make one by using the custom builder or dl the Saluki remaster pet rom the repo.
Control panel > software > remove built in packages, shows whats built in or open thunar > view >show hidden files, then go to /root/.packages
There's a built in files folder with all the files from "remove built in packages", an adrive-installed-packages list and a user-installed-packages list.
_________________ X-slacko-5b1 - X-tahr-2.0 - X-precise-2.4
X-series repo
|
Back to top
|
|
 |
|
Page 246 of 252 [3776 Posts] |
Goto page: Previous 1, 2, 3, ..., 244, 245, 246, 247, 248, 249, 250, 251, 252 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
|