Where`d /root/.gtk-bookmarks go to? [ Self Solved ]

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

Where`d /root/.gtk-bookmarks go to? [ Self Solved ]

#1 Post by sunburnt »

I wrote an app. for auto-mounting removable media.
It adds and removes the media`s partition paths from GTK apps.
It worked in Puppy400, but it doesn`t work in Dpup482

Anyone have an idea where the hell "/root/.gtk-bookmarks" got moved to?

( Great... Yet another exception to write for Puppy version compatibility...)
( In fact... I rewrote this same app. to get it to work in Puppy400..!!! )
Last edited by sunburnt on Tue 09 Mar 2010, 05:18, edited 1 time in total.

DMcCunney
Posts: 889
Joined: Tue 03 Feb 2009, 00:45

Re: Where`d this file go to in newer Pups? /root/.gtk-bookmarks

#2 Post by DMcCunney »

sunburnt wrote:Anyone have an idea where the hell "/root/.gtk-bookmarks" got moved to?

Code: Select all

# find / -name .gtk-booksmarks
is your friend...
______
Dennis

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#3 Post by trapster »

Can't find it in my Dpup either.
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#4 Post by sunburnt »

Yep... Evidently the latest GTK has a "new way" of setting the items on it`s SaveAs menu.
Or... It was compiled or other wise setup differently in the newer Puppy versions.

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#5 Post by sunburnt »

Odd, the file has now appeared where it`s supposed to be...
I think maybe the first time you use Firefox`s SaveAs it generates the file?
Anyway... Just another event in the long saga of Puppy programming..!

Post Reply