Please provide Desktop Sticky note pet package. For information link is given below:
Can I get a Desktop Sticky Note package? (Solved)
Moderator: Forum moderators
Re: Desktop Sticky Note
1. Go to
https://github.com/linuxmint/sticky/rel ... ster.lmde6
2. Download
packages.tar.gz
3. Extract it
4. In the packages folder, run sticky_1.21_all.deb
5. When it asks for gir-1.2-xapp, close it, then open Package manager (Synaptic)
6. Search for gir-1.2-xapp and install it
7. Retry step 4
- mikewalsh
- Moderator
- Posts: 6345
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 873 times
- Been thanked: 2073 times
Re: Can I get a Desktop Sticky Note package?
@nnriyer :-
There are a LOT of these things available! Here's a good guide to what you can get for Linux "stickies":-
https://www.baeldung.com/linux/sticky-n ... plications
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The grandaddy of them all - XPad - has been available for most Linux distros since the very early days. I've used this for ages; works well for what I want.
[Click to enlarge:-]
My own modified .pet features the addition of what I call "LaunchControl". The .pet runs XPad from a wee script in /root/Startup; all LaunchControl does is to let you, the user, decide if you want it to run at boot or not. Via a rt-clk menu, it simply toggles the executable bit either ON or OFF.
You can always launch XPad directly by left-clicking on LaunchControl's big yellow "X" in the notification area.
[Click to enlarge:-]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I've attached .pets for 32- and 64-bit below. Hope it may be useful for some of you.
Mike.
- Attachments
-
- xpad-4.0-amd64.pet
- 64-bit XPad .pet (includes "LaunchControl")
- (185.11 KiB) Downloaded 71 times
-
- xpad-4.0-i686.pet
- 32-bit XPad .pet (includes "LaunchControl")
- (184.8 KiB) Downloaded 63 times
-
- Posts: 668
- Joined: Mon Jul 13, 2020 2:18 pm
- Location: Scotland
- Has thanked: 117 times
- Been thanked: 69 times
Re: Can I get a Desktop Sticky Note package?
@mikewalsh
Hi Mike,
I installed your 64bit .pet in Bookwormpup 10.0.6. I get an error when I launch it (please see image below). On looking at /root/.config/xpad it seems to show a broken symbolic link. Can you point me in the right direction to get this working.
Ken.
- Attachments
-
- error.png (19.57 KiB) Viewed 1913 times
- BologneChe
- Posts: 510
- Joined: Sun Aug 23, 2020 12:29 am
- Location: Stoneham, Québec
- Has thanked: 319 times
- Been thanked: 140 times
Re: Can I get a Desktop Sticky Note package?
keniv wrote: Mon Jul 08, 2024 6:14 pm@mikewalsh
Hi Mike,
I installed your 64bit .pet in Bookwormpup 10.0.6. I get an error when I launch it (please see image below). On looking at /root/.config/xpad it seems to show a broken symbolic link. Can you point me in the right direction to get this working.Ken.
Remove this symbolic link in root/.config/xpad
Born to lose; live to win
- mikewalsh
- Moderator
- Posts: 6345
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 873 times
- Been thanked: 2073 times
Re: Can I get a Desktop Sticky Note package?
@keniv :-
Well, I'm glad to say you keep me on my toes, Ken! I've done it again, haven't I?
I uploaded the wrong ones. Those I've built for my personal use include a /root/.config/xpad sym-link to an external copy of XPad's config files.......'cos this way I can share a common config between all Puppies, and keep the same 'sticky' info on every desktop.
I've re-packed the attached .pets above. The 'included' /root/.config/xpad sym-link is now GONE. It's history.....
Sorry about that. Not the first time.....and it probably won't be the last, either!
Mike.
-
- Posts: 668
- Joined: Mon Jul 13, 2020 2:18 pm
- Location: Scotland
- Has thanked: 117 times
- Been thanked: 69 times
Re: Can I get a Desktop Sticky Note package? (Solved)
@mikewalsh
Hi Mike
Thanks for the updated .pet which I've now installed and is working. I did try @BologneChe's solution "Remove this symbolic link in root/.config/xpad"
and that also worked but I thought it better to install the updated .pet. I did uninstall the old .pet but for some reason it did not remove /root/Startup/xpadchoose. I thought it was probably the same as that in the updated .pet but decided to manually remove it before installing the updated .pet. Just thought this might be worth a mention. Anyway, thanks again for this.
Ken.
- mikewalsh
- Moderator
- Posts: 6345
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 873 times
- Been thanked: 2073 times
Re: Can I get a Desktop Sticky Note package? (Solved)
nnriyer wrote: Tue Jul 09, 2024 3:40 pmIs it possible to diplay xpad on top of all winodws/applications.
Rt-clk on pad -> Edit -> Preferences -> Options -> Tick checkbox for 'Pads start on all workspaces'. However, if there is a way to 'force' the sticky pad to stay on top of everything, I haven't found it. (It's not an option I want anyway, so I've never actually looked for it. Even deliberately looking, I don't see it.)
Remember, this thing's been around for a lot of years. Some of these newer apps may give you this ability, if it's something you absolutely must have.
Mike.
- fredx181
- Posts: 3248
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 407 times
- Been thanked: 1411 times
- Contact:
Re: Can I get a Desktop Sticky Note package? (Solved)
nnriyer wrote: Tue Jul 09, 2024 3:40 pmIs it possible to diplay xpad on top of all winodws/applications.
Yes, with helper application devilspie2 , here's how i did make it work:
- install devilspie2 (if not already installed)
- create folder /root/.config/devilspie2 mkdir -p /root/.config/devilspie2
- inside /root/.config/devilspie2, create a file "xpad.lua" with content:
Code: Select all
if (get_application_name()=="Xpad") then
make_always_on_top()
end
- edit the script /root/Startup/xpad (make it start devilspie2 before running xpad) to:
(edit: but works only if autostart is enabled from launchcontrol)
Code: Select all
#!/bin/sh
#
# Launch XPad...
#
devilspie2 &
/usr/bin/xpad
- restart X
- ENJOY
Lots of things you can do btw with devilspie2, see also https://www.gusnan.se/scite/devilspie2/manual.php/
EDIT: If you want the xpad window a bit larger by default (e.g. width 350, height 300) (I do ), then in xpad.lua :
Code: Select all
if (get_application_name()=="Xpad") then
make_always_on_top();
set_window_size (350, 300);
end
- MochiMoppel
- Posts: 1290
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 22 times
- Been thanked: 476 times
Re: Can I get a Desktop Sticky Note package? (Solved)
nnriyer wrote: Tue Jul 09, 2024 3:40 pmIs it possible to diplay xpad on top of all winodws/applications.
Assuming that you use the JWM window manager:
1) Open the file /root/.jwm/jwmrc-personal and add the line
Code: Select all
<Group><Name>xpad</Name><Option>layer:above</Option></Group>
If in doubt, where to put it, you can put it just before the closing </JWM> tag.
2) Save and then run jwm -restart
in a terminal window
fredx181 wrote: Tue Jul 09, 2024 9:26 pmEDIT: If you want the xpad window a bit larger by default (e.g. width 350, height 300) (I do ), then in xpad.lua :
It's much easier to set the defaults in xpad's preferences dialog
- fredx181
- Posts: 3248
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 407 times
- Been thanked: 1411 times
- Contact:
Re: Can I get a Desktop Sticky Note package? (Solved)
MochiMoppel wrote: Fri Jul 12, 2024 1:28 amfredx181 wrote: Tue Jul 09, 2024 9:26 pmEDIT: If you want the xpad window a bit larger by default (e.g. width 350, height 300) (I do ), then in xpad.lua :
It's much easier to set the defaults in xpad's preferences dialog
The xpad version from the .pet that Mike shared above doesn't have that option,
Installed now xpad from Bookworm repo with apt and, yes, it's there, along with many more options (but has more dependencies required to install).
- MochiMoppel
- Posts: 1290
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 22 times
- Been thanked: 476 times
Re: Can I get a Desktop Sticky Note package? (Solved)
fredx181 wrote: Fri Jul 12, 2024 6:30 amInstalled now xpad from Bookworm repo with apt and, yes, it's there, along with many more options (but has more dependencies required to install).
In BW64 it's already preinstalled.
Default width and height can also be set in JWM's Group options
Re: Can I get a Desktop Sticky Note package? (Solved)
MochiMoppel wrote: Fri Jul 12, 2024 1:28 amnnriyer wrote: Tue Jul 09, 2024 3:40 pmIs it possible to diplay xpad on top of all winodws/applications.
Assuming that you use the JWM window manager:
1) Open the file /root/.jwm/jwmrc-personal and add the lineCode: Select all
<Group><Name>xpad</Name><Option>layer:above</Option></Group>
If in doubt, where to put it, you can put it just before the closing </JWM> tag.
2) Save and then runjwm -restart
in a terminal window
fredx181 wrote: Tue Jul 09, 2024 9:26 pmEDIT: If you want the xpad window a bit larger by default (e.g. width 350, height 300) (I do ), then in xpad.lua :
It's much easier to set the defaults in xpad's preferences dialog
I happy to inform you that your work around is sucess. You solution is simple to implement for a layman. Thank you very much. Now Xpag is top of windows.