Specifying backports repo does not change anything.
Package libgtk-3-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libgtk-3-common ...
Search found 11 matches
- Sun Dec 24, 2023 4:16 pm
- Forum: MX Help
- Topic: Unable to install gtk+3
- Replies: 6
- Views: 769
- Sun Dec 24, 2023 2:48 pm
- Forum: MX Help
- Topic: Unable to install gtk+3
- Replies: 6
- Views: 769
Unable to install gtk+3
I am trying to compile "gaw3" pspice waveform viewer but I am getting problems with gtk+3.
So, when I run ./configure I get the following error:
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.0.0... no
configure: error: Cannot find gtk+ 3.x or later, please install ...
So, when I run ./configure I get the following error:
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.0.0... no
configure: error: Cannot find gtk+ 3.x or later, please install ...
- Thu Sep 28, 2023 5:47 am
- Forum: MX Help
- Topic: How to change pluggable device's mount point name
- Replies: 12
- Views: 558
Re: How to change pluggable device's mount point name
Thank you, that helps a bit.
Still, where is a config file that controls that behavior? Where do I define the mount point for automatically mounted devices?
/etc/fstab says that portable devices are handled by udev rules. There is a file /etc/udev/rules.d/90-usb-semiauto.rules but it is empty.
Still, where is a config file that controls that behavior? Where do I define the mount point for automatically mounted devices?
/etc/fstab says that portable devices are handled by udev rules. There is a file /etc/udev/rules.d/90-usb-semiauto.rules but it is empty.
- Thu Sep 28, 2023 3:42 am
- Forum: MX Help
- Topic: How to change pluggable device's mount point name
- Replies: 12
- Views: 558
Re: How to change pluggable device's mount point name
What program mounts usb drives and where is the config file that controls its behavior?
The same about mounting internal drive partitions, where is a config file that controls this behavior?
nvme0n1p5 is mounted at /media/username/Data2 automatically by the system, but the entry is not in /etc/fstab ...
The same about mounting internal drive partitions, where is a config file that controls this behavior?
nvme0n1p5 is mounted at /media/username/Data2 automatically by the system, but the entry is not in /etc/fstab ...
- Wed Sep 27, 2023 2:40 am
- Forum: MX Help
- Topic: How to change pluggable device's mount point name
- Replies: 12
- Views: 558
How to change pluggable device's mount point name
By default every usb drive I plug into a usb port is mounted at (toshiba external 2.5inch drive in this case):
'/media/username/TOSHIBA EXT'
The space in the path is causing a problem for me. How do I change the mount point, path name, etc?
/etc/fstab says it handled by udev, but I do not know what ...
'/media/username/TOSHIBA EXT'
The space in the path is causing a problem for me. How do I change the mount point, path name, etc?
/etc/fstab says it handled by udev, but I do not know what ...
- Wed Sep 06, 2023 3:32 pm
- Forum: MX Help
- Topic: Old laptop: XFCE or Fluxbox??? [Solved]
- Replies: 15
- Views: 1459
Re: Old laptop: XFCE or Fluxbox??? [Solved]
XFCE looks better, but has one VERY annoying feature- window borders are 1 pixel thick. A whole one pixel! Resizing windows is truly a challenge.
XFCE developers persist that they will not fix it.
XFCE developers persist that they will not fix it.
- Wed Sep 06, 2023 6:41 am
- Forum: MX Help
- Topic: I do not find new packages in MX repos
- Replies: 11
- Views: 632
Re: I do not find new packages in MX repos
kicad v6 is in bookwarm repo. kicad v7 is in backports repo. (I'm not gonna investigate why v7 cannot be placed in bookworm, but ok. let it be so.)
I disable the bookworm repo, enable backports and synaptic finds v7, but:
sudo apt install kicad
The following packages have unmet dependencies:
kicad ...
I disable the bookworm repo, enable backports and synaptic finds v7, but:
sudo apt install kicad
The following packages have unmet dependencies:
kicad ...
- Tue Sep 05, 2023 4:40 pm
- Forum: MX Help
- Topic: I do not find new packages in MX repos
- Replies: 11
- Views: 632
Re: I do not find new packages in MX repos
As I said, in this moment I try to update Kicad from v6 to v7 and I am unable to do that but the problem is with many other packages and it is not about getting the latest and the greatest but in some cases it is 5 years.
For example scikit-rf for python is installing in v0.15 while the latest is v0 ...
For example scikit-rf for python is installing in v0.15 while the latest is v0 ...
- Tue Sep 05, 2023 4:33 pm
- Forum: MX Help
- Topic: I do not find new packages in MX repos
- Replies: 11
- Views: 632
Re: I do not find new packages in MX repos
System:
Kernel: 6.1.0-10-amd64 [6.1.38-2] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-10-amd64 root=UUID=<filter> ro acpi_osi=linux quiet
splash
Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm v: 4.18.0 vt: 7
dm: LightDM v: 1 ...
Kernel: 6.1.0-10-amd64 [6.1.38-2] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-10-amd64 root=UUID=<filter> ro acpi_osi=linux quiet
splash
Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm v: 4.18.0 vt: 7
dm: LightDM v: 1 ...
- Tue Sep 05, 2023 4:05 pm
- Forum: MX Help
- Topic: I do not find new packages in MX repos
- Replies: 11
- Views: 632
I do not find new packages in MX repos
I installed Kicad by following the instruction for Ubuntu on Kicad website and I ended up with Kicad 6.
However the most ercent version of Kicad is 7, but I do not seam to be able to install Kicad 7 in any way. I enable backorts repo. Kicad 7 is there but when I try to install it I get an error that ...
However the most ercent version of Kicad is 7, but I do not seam to be able to install Kicad 7 in any way. I enable backorts repo. Kicad 7 is there but when I try to install it I get an error that ...