You are not logged in.
if I understand what's inside deb, the control file simply lists all the packages which will be installed; nothing else will be done.
Correct!
But thanks for the bug report. I thought I had fixed that one already...
EDIT: I hadn't, that was something else. But libreoffice-systray is in Sid, on a higher version, so maybe it will arrive in Buster eventually. Let's just leave it in for now, and wait a bit.
Last edited by johnraff (2019-02-12 06:17:57)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
I use lxtask as a system monitor and noticed that every logout and back in was spawning a new process that was listed as "agent". I checked htop and discovered it was caused by the inclusion of geoclue-2.0 in buster...
On my Lithium test system geoclue-2.0 is not present. Maybe some app you installed later pulled it in?
'aptitude why geoclue-2.0'
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
Conky does not start with the desktop.
Confirmed - thanks! I think I let a bit of old config leak through from helium - will have a look.
Catfish too, but I don't understand that one - could be a catfish bug.
Last edited by johnraff (2019-02-12 03:58:36)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
The catfish one is crazy, at least for me the really crazy thing is, if you have thunar open,, then it'll open from the menu..
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
iMBeCil wrote:if I understand what's inside deb, the control file simply lists all the packages which will be installed; nothing else will be done.
Correct!
But thanks for the bug report. I thought I had fixed that one already...
EDIT: I hadn't, that was something else. But libreoffice-systray is in Sid, on a higher version, so maybe it will arrive in Buster eventually. Let's just leave it in for now, and wait a bit.
By all means, let's wait for final buster debian ... who knows what will enter or not final buster distro
Postpone all your duties; if you die, you won't have to do them ..
Offline
Do we have an ETA for BunsenLabs Lithium ?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
hhh wrote:I use lxtask as a system monitor and noticed that every logout and back in was spawning a new process that was listed as "agent". I checked htop and discovered it was caused by the inclusion of geoclue-2.0 in buster...
On my Lithium test system geoclue-2.0 is not present. Maybe some app you installed later pulled it in?
'aptitude why geoclue-2.0'
Thanks! mpv/youtube-dl pulls it in. I don't know which, I'll purge them and try installing mpv without recommends.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
For catdish, try resizing the window larger, quit it and see if it opens from the menu afterwards.
@johnraff, it's youtube-dl that brings in geoclue and avahi...
roy@TyrellCorp:~$ sudo apt install mpv
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
avahi-daemon geoclue-2.0 iio-sensor-proxy libavahi-core7 libbrotli1
libdaemon0 libnss-mdns libqt5positioning5 libqt5sensors5 libqt5webchannel5
libqt5webkit5 libwoff1 phantomjs python3-pyxattr rtmpdump youtube-dl
Suggested packages:
avahi-autoipd avahi-autoipd | zeroconf python3-pyxattr-dbg
python-pyxattr-doc
The following NEW packages will be installed:
avahi-daemon geoclue-2.0 iio-sensor-proxy libavahi-core7 libbrotli1
libdaemon0 libnss-mdns libqt5positioning5 libqt5sensors5 libqt5webchannel5
libqt5webkit5 libwoff1 mpv phantomjs python3-pyxattr rtmpdump youtube-dl
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.0 kB/15.2 MB of archives.
After this operation, 61.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
roy@TyrellCorp:~$ sudo apt install mpv --no-install-recommends
Reading package lists... Done
Building dependency tree
Reading state information... Done
Recommended packages:
youtube-dl
The following NEW packages will be installed:
mpv
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/960 kB of archives.
After this operation, 2435 kB of additional disk space will be used.
Selecting previously unselected package mpv.
(Reading database ... 124783 files and directories currently installed.)
Preparing to unpack .../mpv_0.29.1-1_amd64.deb ...
Unpacking mpv (0.29.1-1) ...
Processing triggers for mime-support (3.61) ...
Processing triggers for desktop-file-utils (0.23-4) ...
Processing triggers for man-db (2.8.5-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Setting up mpv (0.29.1-1) ...
roy@TyrellCorp:~$
I probably installed mpv fully via a terminal. If our install menu-item uses --no-install-recommends, we should be good.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Follow up, you can install youtube-dl by itself with the same switch and avoid avahi and geoclue...
roy@TyrellCorp:~$ sudo apt install --no-install-recommends youtube-dl
[sudo] password for roy:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Recommended packages:
phantomjs python3-pyxattr rtmpdump
The following NEW packages will be installed:
youtube-dl
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1027 kB of archives.
After this operation, 5613 kB of additional disk space will be used.
Selecting previously unselected package youtube-dl.
(Reading database ... 124820 files and directories currently installed.)
Preparing to unpack .../youtube-dl_2019.01.17-1_all.deb ...
Unpacking youtube-dl (2019.01.17-1) ...
Setting up youtube-dl (2019.01.17-1) ...
Processing triggers for man-db (2.8.5-1) ...
roy@TyrellCorp:~$
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Do we have an ETA for BunsenLabs Lithium ?
We are planning on releasing tesing ISOs in 3 months. The Official release we hope to offer shortly after the Official release of buster. Finger's crossed, but we're making really good progress, The BL Team is strong right now.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
^ @S11, I just updated it, thanks...
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
For catdish, try resizing the window larger, quit it and see if it opens from the menu afterwards.
This WFM within a session, but not after a reboot. Here are the errors, it's GTK3 theme issue IMO...
roy@TyrellCorp:~$ catfish
(catfish:1254): dbind-WARNING **: 21:08:43.875: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
(catfish:1254): Gtk-WARNING **: 21:08:44.000: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
(catfish:1254): Gtk-WARNING **: 21:08:44.000: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
(catfish:1254): Gtk-WARNING **: 21:08:44.000: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
(catfish:1254): Gtk-WARNING **: 21:08:44.001: Theme parsing error: gtk.css:84:28: The style property GtkWidget:focus-padding is deprecated and shouldn't be used anymore. It will be removed in a future version
(catfish:1254): Gtk-WARNING **: 21:08:44.001: Theme parsing error: gtk.css:85:31: The style property GtkWidget:focus-line-width is deprecated and shouldn't be used anymore. It will be removed in a future version
(catfish:1254): Gtk-WARNING **: 21:08:44.327: ../../../../gtk/gtkwidget.c:8584: widget not within a GtkWindow
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
@johnraff, our "System" menu entry still uses gksu instead of pkexec, so those items (GParted, Alternatives, etc...) are broken ATM.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
@johnraff, our "System" menu entry still uses gksu instead of pkexec, so those items (GParted, Alternatives, etc...) are broken ATM.
Only in your system.
I think you must have some old config files left in ~/.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
hhh wrote:@johnraff, our "System" menu entry still uses gksu instead of pkexec, so those items (GParted, Alternatives, etc...) are broken ATM.
Only in your system.
I think you must have some old config files left in ~/.
Hmm. I'll check this, thanks.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
hhh wrote:@johnraff, our "System" menu entry still uses gksu instead of pkexec, so those items (GParted, Alternatives, etc...) are broken ATM.
Only in your system.
I think you must have some old config files left in ~/.
It's new config files, I'm using bl-obmenu-generator ATM and the commands in schema.pl are all gksu. I've changed them to pkexec and it's working, of course. I'll let @martix know via the tutorial thread here.
-edit- https://forums.bunsenlabs.org/viewtopic … 488#p82488
Last edited by hhh (2019-02-13 08:48:13)
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
^Ah, so you weren't talking about the default BunsenLabs menu? Sorry, I'm not telepathic...
bl-obmenu-generator is a user-contributed resource.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
Sorry, I'm not telepathic...
Well, work on that, would you?
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
johnraff wrote:Sorry, I'm not telepathic...
Well, work on that, would you?
Yeah, it's in the repos
$ apt-cache policy libtelepathy-qt5-0
libtelepathy-qt5-0:
Installed: (none)
Candidate: 0.9.7-5
Version table:
0.9.7-5 500
500 https://deb.debian.org/debian buster/main amd64 Packages
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^ Nice!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline