You are not logged in.
I updated my sources from stretch to buster. Everything went fine. Except 2 issues.
1) Geany is opened and I want to select all text with CTRL+A, instead CTRL+A opens the LAST terminal session I had, and it will even show all the text on the screen of the last terminal session. Closing it, and pressing CTRL+A again, will open it again. It typically takes 1 to 5 repeats of this until CTRL+A works normally to "select all text" on my system.
2) LXappearance simply does not work. No changes are applied ever. And in a file dialog of Thunar I used to have shaded rows in every other row in detail view, that is gone now. Some colors are off, I am sure this is a results of LXapperance not working.
Anyone know how to solve these two issues? below is a copy of my sources list...
# deb cdrom:[Debian GNU/Linux 9.6 _Helium_ - Snapshot amd64 LIVE/INSTALL Binary 20181113-17:01]/ stretch contrib main non-free
#deb cdrom:[Debian GNU/Linux 9.6 _Helium_ - Snapshot amd64 LIVE/INSTALL Binary 20181113-17:01]/ stretch contrib main non-free
deb https://deb.debian.org/debian buster main non-free contrib
#deb https://deb.debian.org/debian stretch main non-free contrib
# deb-src https://deb.debian.org/debian stretch main non-free contrib
## Debian security updates
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
#deb https://deb.debian.org/debian-security stretch/updates main contrib non-free
# stretch-updates, previously known as 'volatile'
deb https://deb.debian.org/debian buster-updates main contrib non-free
#deb https://deb.debian.org/debian stretch-updates main contrib non-free
# deb-src https://deb.debian.org/debian stretch-updates main contrib non-free
#virtualbox
deb https://download.virtualbox.org/virtualbox/debian buster contrib
#deb https://download.virtualbox.org/virtualbox/debian stretch contrib
#wine
deb https://dl.winehq.org/wine-builds/debian/ buster main
#deb https://dl.winehq.org/wine-builds/debian/ stretch main
Offline
I updated my sources from stretch to buster. Everything went fine. Except 2 issues.
1) Geany is opened and I want to select all text with CTRL+A, instead CTRL+A opens the LAST terminal session
You are still using terminator as terminal? Change to lxterminal or if you continue with terminator, disable shortcut for terminator.
Edit ~/.config/terminator/config.
[keybindings]
# hide_window = <Shift><Control>a
Disable row abowe.
2) LXappearance simply does not work. No changes are applied ever.
Have you run both obconf and lxappearance?
Jgmenu => Preferences => Appearance, starts LXAppeance
Jgmenu => Preferences => Openbox => WM Preferences, starts ObConf
.
Last edited by rbh (2021-01-20 18:41:03)
// Regards rbh
Offline
Thanks.
problem 1 solved with # hide_window = <Shift><Control>a
problem 2 still exist.
"Theme" changes work "Look and Feel" changes do not work.
Picture attached
https://ibb.co/4frKTvf.jpg
Offline
problem 2 still exist.
You must choose same theme both in lxaperance and obconf. If you choose Bunsen Dark He in lxaperance, you can not choose Clearlooks in obconf.
Do you want a dark theme? Why not use BL-Lithium. That theme works. Some themes might be problematic.
// Regards rbh
Offline
"Look and Feel" changes do not work.
They apply to GTK apps only. You have to close/open the apps in question after "Apply"ing.
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
Something is broken on my system, opening and closing apps, even restarting the system does not apply any "Look and Feel" changes. I have other bunsenlabs PC's those all work, but they are clean installs, I did not upgrade those from stretch to buster. Also the Theme only changes the theme of "title bar" nothing else changes. Only thing I could find with similar problem was this old post... https://bbs.archlinux.org/viewtopic.php?id=130198
Offline
I tried a program called "gtk-chtheme" that seems to work, but every restart the selected "look and feel" option would change at random, so I had to uninstall it. After doing that, I can change "look and feel" but it only applys after a restart.
Last edited by 12oclocker (2021-01-20 23:16:51)
Offline
What happens if you use BL Utilities > BLOB Themes Manager to choose another theme collection?
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
Something is broken on my system,
You can use the command
$ bl-user-setup --refresh
to restore BL user files to default state. Run "man bl-user-setup" for more info.
Not in man: File ~/.cache/bunsen/bl-setup/log, is log of changed userfiles. You can easy use any diff-tool and examine diff from your old settings and default.
Last edited by rbh (2021-01-20 23:49:01)
// Regards rbh
Offline
OT/
Not in man: File ~/.cache/bunsen/bl-setup/log, is log of changed userfiles.
Thanks for the reminder - that will go in the manual.
EDIT It's there:
A log is made at HOME/.cache/bunsen/bl-setup/log
Last edited by johnraff (2021-01-21 00:24:05)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
Also the Theme only changes the theme of "title bar" nothing else changes.
This is correct, not an error.
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
Could you also post the file contents in /etc/apt/sources.list.d?
In your screenshot the Lithium themes aren't available
I'm just wondering if there was an issue with the upgrade
Last edited by Nick (2021-01-21 15:10:28)
Offline
Thanks for the reminder - that will go in the manual.
EDIT It's there:man bl-user-setup wrote:A log is made at HOME/.cache/bunsen/bl-setup/log
Ah, sorry for missing that. But, maybe it should be changed to
"A log is made at $HOME/.cache/bunsen/bl-setup/log"
// Regards rbh
Offline