mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1222] How to uninstall Barrier on Kubuntu? #983
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#983
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AvgOrdinaryGuy on GitHub (Jul 3, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1222
Originally assigned to: @shymega on GitHub.
Installed Barrier complied from source hoping to correct issues that developed on my snap install. After uninstalling the snap package, I installed from source, but still have the same issues. How can a source install be uninstalled please?
@shymega commented on GitHub (Jul 4, 2021):
If you used
make, it's not possible as our build system - CMake - does not enable an uninstall target by default.I do not believe we have plans for an uninstall target at this time.
If you look at the RPM spec, you'll see a list of installed files, and you can delete them from there. You will need root perms.
Below is a command to delete all listed files the RPM spec declares. Use with caution, I take no responsibility if this messes up your system - you, and you alone should use your discretion whenever to run the command.
It is derived from the RPM spec and only deletes from the
/usr/localprefix, which the install target would normally install. If you used a different prefix, I can't help you there.@AvgOrdinaryGuy commented on GitHub (Jul 10, 2021):
Thanks shymega, that got the job done. However, some configuration files must still remain, because after removing and re-installing from repo, there was no new install setup routine offered, and Barrier is trying to run my old configurations that don't exist any longer. That leads for failure to start.
@shymega commented on GitHub (Jul 10, 2021):
Look at the .config directory in your HOME.
On Sat, Jul 10, 2021, at 8:05 PM, AvgOrdinaryGuy wrote:
--
Kind regards,
Dom Rodriguez (also known as shymega)
@AvgOrdinaryGuy commented on GitHub (Jul 10, 2021):
Thanks again. Found a barrier config file in .config/Debauchee/ that I had overlooked before.
@shymega commented on GitHub (Jul 23, 2021):
Good, closing now.