You are not logged in.
I've made a shutdown utility to use on future versions of Miyo.......
My question is, for those who use Suspend, do you prefer the screen to be locked when you Suspend?
Just found this, and "No" - I don't want screen to be locked. But, isn't that an option in power manager?
Keeping the option, sounds good to keep
asta
Here's the distrowatch link. I should have included this in the first post. They dressed up my dry announcement a bit. https://distrowatch.com/?newsid=10460
Good`one!
I had to type in a review, but tried to blend-in... lol
Yep...looks good enough for.....use? lol
Whoever sets the default user-dirs doesn't know how I want to organize my files. (...and they can get off my lawn!)
My door mat sez's "buzz off!".
xfce - I don't reallly like it much...but you did give it a good look...kewl.
I figured out my cd burning issue..
I'll ditch gimp and do a snapshot that'll get me my refracta9 iso on cd!
asta~
Fixed! Solved!
I also mailed the dng about this and we now have working menu launchers, requesting authentication!
Installed 1 package: policykit-1-gnome
dng mailing list
Subject: Re: [DNG] Help testing new policykit in Beowulf
Might this help xinomilo?
..rolfie, Thx again (mate wouldn't use that gnome-type file?)
Sorry, there are some things different on xfce compared to Mate.
Good luck, Rolf
Yep ~ your right. I just figured Xfce being the default - ah, forget the rant.
We did what we could for today, I'll leave this install alone for now, I sent info
to the ML and might just reportbug.
I'll install on other laptop partition, and look for anything different.
Thx again!
asta~
And SOooo...
Just installed gparted, which does not respond as well.
apt list --installed gparted
Listing... Done
gparted/testing,now 0.32.0-2 amd64 [installed]
If I get more time, I'll check its desktop file also.
I see a reinstall in my future.
Thx rolfie ~ xinomilo
asta~
Ok, in my /usr/bin/
#!/bin/sh
pkexec "/usr/sbin/synaptic" "$@"
I recall trying that path entry - with synaptic, but not with bleachbit..
#!/usr/bin/env python
# vim: ts=4:sw=4:expandtab
# BleachBit
# Copyright (C) 2008-2018 Andrew Ziem
# https://www.bleachbit.org
#
"""
Launcher
"""
from __future__ import absolute_import, print_function
import os
import sys
if 'posix' == os.name:
if os.path.isdir('/usr/share/bleachbit'):
# This path contains bleachbit/{C,G}LI.py . This section is
# unnecessary if installing BleachBit in site-packages.
sys.path.append('/usr/share/')
if 1 == len(sys.argv):
import gtk
try:
gtk.gdk.Screen().get_display()
except RuntimeError:
print("Could not open X display")
sys.exit(1)
import bleachbit.GUI
gui = bleachbit.GUI.GUI()
gtk.main()
else:
import bleachbit.CLI
bleachbit.CLI.process_cmd_line()
Well, no joy after reboot either...both menu entry's fail to respond.
I opened task manager to see any action from ticking either one - with no response.
Guess I'll wait a day, maybe do a reinstall..?
Why the difference in "'Exec="
Only on my box? hummmm...inquiring minds want to know.
I'll install Gparted...see if it reacts same.
Same versions as in my VM where synaptic works.
Check in /usr/share/polkit-1/actions if you got a file named com.ubuntu.pkexec.synaptic.policy in there.
Rolf
Yes, I do have - for both.
/usr/share/polkit-1/actions/com.ubuntu.pkexec.synaptic.policy
/usr/share/polkit-1/actions/org.bleachbit.policy
English info:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/Po … config.dtd">
<policyconfig><action id="com.ubuntu.pkexec.synaptic">
<message>Authentication is required to run the Synaptic Package Manager</message>
<icon_name>synaptic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/synaptic</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action></policyconfig>
and...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/Po … config.dtd">
<policyconfig><action id="org.bleachbit">
<message>Authentication is required to run Bleachbit</message>
<icon_name>bleachbit</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/bleachbit</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action></policyconfig>
Similar text to an issue fsmithred had dealt with & posted:
https://dev1galaxy.org/viewtopic.php?id=1548
I don't see a quick blink, on my screen.
I'm gonna reboot with the changes and check menu again.
asta ~
Weird, that didn't work ?!
Packages:
apt list --installed synaptic
Listing... Done
synaptic/now 0.84.5 amd64 [installed,local
apt list --installed bleachbit
Listing... Done
bleachbit/now 2.0-3 all [installed,local]
Both /usr/share/applications/ '.desktop' files, just tweaked:
[Desktop Entry]
Version=1.0
Type=Application
Name=BleachBit (as root)
Comment=Free space and maintain privacy
GenericName=Unnecessary file cleaner
TryExec=pkexec
Exec=pkexec bleachbit
Icon=bleachbit
Categories=GTK;System;
Keywords=clean;performances;free;privacy;
StartupNotify=true
[Desktop Entry]
Name=Synaptic Package Manager
GenericName=Package Manager
Comment=Install, remove and upgrade software packages
Exec=pkexec synaptic
Icon=synaptic
Terminal=false
Type=Application
Categories=PackageManager;GTK;System;Settings;
X-Ubuntu-Gettext-Domain=synaptic
Why my reversed pkexec entry with a dash?
Hello rolfie,
We are close, in using the iso fsmithred rebuilt - with different install methods.
Should be somewhat similar & maybe easy to spot differences.. huh?
as requested:
apt list --installed policykit*
Listing... Done
policykit-1/now 0.105-25+devuan1 amd64 [installed,local]
and..
apt list --installed libpolkit*
Listing... Done
libpolkit-agent-1-0/now 0.105-25+devuan1 amd64 [installed,local]
libpolkit-backend-1-0/now 0.105-25+devuan1 all [installed,local]
libpolkit-backend-elogind-1-0/now 0.105-25+devuan1 amd64 [installed,local]
libpolkit-gobject-1-0/now 0.105-25+devuan1 all [installed,local]
libpolkit-gobject-elogind-1-0/now 0.105-25+devuan1 amd64 [installed,local]
Greetings xinomilo,
Thanks for the "very helpful", show of difference there...a "dash" in mine - none in yours, AND reversed!
Did you use that "rebuilt" mini iso?
mini.iso 07-Feb-2019 12:06 47185920
bleachbit in my system /usr/share/applications/bleachbit-root.desktop :
Same here, thats where I started looking & tweaking also - with no success.
Exec=pkexec bleachbit
I'll remove that dash on both and test.
be right back..
Fresh Install: Beowulf mini iso -feb2019, Xfce (default settings).
Not vm/vbox, dell laptop
Updated, using only beowulf repos.
Installed Synaptic & Bleachbit (with 'as root'), rebooted, ticked both to test for permission/password request,
- with no response from either. Task Manager shows no attempt at starting.
Both '.desktop' files have:
Exec=synaptic-pkexec
TryExec=pkexec
Exec=bleachbit-pkexec
And 'only' from ticking bleachbit (as root) menu launcher:
Failed to execute command "bleachbit-pkexec".
Failed to execute child process “bleachbit-pkexec” (No such file or directory)
Normally I'd change it to 'gksu', but figure to fix/correct beowulf version pre-approved way
*Both do start/run from terminal 'sudo', but I hear thats seperate from pkexec.*
Bug?
asta~
Works! I opted for DE.. user loggin worked as expected..Xfce functions ~ ATM...
Thx fsmithred! I cruized right thru the expert install (tho, I'm no expert--jus` like that process ).
Now off to the ML to find that test request, and see if I can assist.
Back @`cha Miyo I (we) just packed up & moved
But thats off-forum chat...{later}
You're correct...I was referring to a pure beowulf system rather than an upgrade from ASCII to beowulf.
I best get`er in gear & catch up on the new process...not using vm's for it, tho everyone is doing well
that way.
Will type ya later when I got partitions setup,
asta miyo ~~
They got 8G usb's???
ROFL
That made me laugh ~ Thx fsmithred
I just came from reading your website when I typed...saw your mention of cd - and did not even check size of iso! lol
Yeah, I'll use usb & spare partition to 'finally' check out your derivative. No virtual machine.
And I'll be ready for that preview beowulf iso!
21st century computer...HA
Type ya later~
asta
Update:: Installed on partition, and working fine!
Howdy fsmithred, & congrats on your new homepage (website?)!
Did you get it on a cd? Xfburn sezs it to big, for my 700MB cd-rw's.
I've not seen any - but heard of 800MB cd's? I'll duck-it again.
Again - a big hello at`cha, and,
you & miyo have the BEST readme's I've seen...in awhile!
asta ~
I don't mean to distract the topic...but-
Hello Miyo & fsmithred! Kinda long-time, no type.. lol
back on topic (for now..hee hee hee)...
I'm getting nowhere with the dec mini and miyo asked:
a pure Beowulf build to test it on...
that's - "not" an ascii upgraded?
I'll try the mini iso on other laptop, soon. Other tower isn't unpacked yet
asta folks~~!
Hi golinux ~ Thx for the greet!
lots to catch up on.
nice beowulf theme ya did, I'm anxious to get it installed now!
Greetings All...
Finally moved in & unpacked enough to visit!
An image for beowulf! You Dev's rock.
I went for fsmithred's advice, dated December 31, 2018, and got the same error...
I attempted an install using mini.iso (from netboot) recently and encountered an error during the install, something about kernel mismatch. The error was serious as presented, that the resulting install may not boot. And sure enough; the installed os would not boot.
No kernel modules found. Using ca & us mirrors.
No disk drives found. Aborted attempt for now, since I can't get passed that!
What I ended up doing was installing ascii netinst.iso, keeping the install minimal- no desktop. Then immediately upon 1st boot upgrading to beowulf.
That sounds easier then my past upgrades
Gonna install on spare partition.
Asta
Thanks much, to both of you.
golinux - a good classic, easy to grasp - get an idea of how-to...but as you say, not acceptable method.
chillfan - it's good enough for me right now, thx.
I'll do the reading, then re-read, and get started making mistakes!
I did find plenty of 'guides' searching around the web...but, I want devuan's!
asta
Howdy siva,
If your still looking for testers, I got a partition empty.
A dell laptop, amd64. No 32bit in the house, sry.
DL'ing now...
oh...using forum email @ya - I'm tardy
This was recently removed from my wiki since KatolaZ's d1h guide is more up to date. But it might be useful to check the version in the talk.do archive to pick up some bits and pieces.
humm, here I am again - in an old topic.
I tried to check, 'talk.devuan.org/t/os-documentation-how-to-package-for-devuan/568', but never loaded!
I'm still looking for a more detailed/newbie kinda simple guide. re-re-read KatolaZ's d1h guide, and I'll read it again
cause it seems to be directed at more experianced users.
jus` trying here...
I just download the .deb and dpkg it manually, works fine, no need for updater or any hoo-ha.
I used gdebi, figured it be updated since going that route. But I'm still on 27.8.1 with the latest at 27.9 so upgrading is
manual I guess.
Playing around with my anonsurf hobby, and checking to confirm ip changes - I kept seeing the same ol` user agent.
Grabbed the addon: User Agent Overrider: 'Override browser User-Agent string'. (latest updated pkg)
and that changs now to.
Where to turn, when pm starts slowing down & gets bloated?
Oh yeah, I'm installing i2p also...!
You may have noticed up there abit, it mentioned:
----[ I2P related features ]----
starti2p - Start i2p services
stopi2p - Stop i2p services
I ran the command, and it opened Firefox with it's 'page full' of options & uses.
Worth checking out, so head over to their informative website &
start using it!