GTK4 with Gnome Builder

2024-02-01 Thread Serkan Kurt
Hello.
I'm trying to learn GTK4 programming with Gnome Builder. However, although
I can make the applications at "
https://docs.gtk.org/gtk4/getting_started.html"; as described, I cannot
succeed with gnome-builder. When I replace the "#include "
header with the "#include " header, there is progress,
but I still get messages stating that it cannot find some library headers.
I'm trying to do this in an empty meson project.

How can I run the applications at the address given above with an empty
meson project instead of the terminal?

Best regards.


evince: Unable to print PDF file with hp printer. But it can be printed with other applications.

2023-06-28 Thread Serkan KURT
Hello.
With Debian 12 Gnome, I can't print PDF from evince. I opened a bug report. But 
I couldn't find a solution. Any suggestions for a solution?
When I tried to print a PDF document, I got the message "Print job canceled at
printer".

I was able to print the same document to file with a PDF printer.

I was able to print the original document with "Okular" and "LibreOffice Draw"
with physical printer.

I created a very simple document with "LibreOffice Writer" and saved it as a
PDF. I could not print this document either.

I can print "Printer test page" with HP printer.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030626


Unable to print PDF file with evince on Debian 12.

2023-04-28 Thread Serkan KURT
Hi friends.When I tried to print a PDF document, I got the message "Print job 
canceled at
printer".

I was able to print the same document to file with a PDF printer.

I was able to print the original document with "Okular" and "LibreOffice Draw"
with physical printer.

I created a very simple document with "LibreOffice Writer" and saved it as a
PDF. I could not print this document either.

I can print "Printer test page" with HP printer.How can I solve this problem?
Gnome DesktopDebian 12

firmware: failed to load nouveau

2021-03-12 Thread Serkan KURT
Hi. How can I solve this issue?
My video card is Nvidia Geforce 8600M GS.
On Debian 11, in syslog;
nouveau :01:00.0: firmware: failed to load nouveau/nv84_xuc00f (-2)
nouveau :01:00.0: Direct firmware load for nouveau/nv84_xuc00f failed with 
error -2
nouveau :01:00.0: vp: unable to load firmware nouveau/nv84_xuc00f
nouveau :01:00.0: vp: init failed, -2
nouveau :01:00.0: firmware: failed to load nouveau/nv84_xuc103 (-2)
nouveau :01:00.0: Direct firmware load for nouveau/nv84_xuc103 failed with 
error -2
nouveau :01:00.0: bsp: unable to load firmware nouveau/nv84_xuc103
nouveau :01:00.0: bsp: init failed, -2
nouveau :01:00.0: firmware: failed to load nouveau/nv84_xuc00f (-2)
nouveau :01:00.0: Direct firmware load for nouveau/nv84_xuc00f failed with 
error -2
nouveau :01:00.0: vp: unable to load firmware nouveau/nv84_xuc00f
nouveau :01:00.0: vp: init failed, -2
nouveau :01:00.0: firmware: failed to load nouveau/nv84_xuc103 (-2)
nouveau :01:00.0: Direct firmware load for nouveau/nv84_xuc103 failed with 
error -2
nouveau :01:00.0: bsp: unable to load firmware nouveau/nv84_xuc103
nouveau :01:00.0: bsp: init failed, -2




Yan: Yan: How can I work Bluetooth device (ar3012)? It is not working.

2017-08-20 Thread Serkan KURT
1: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
and
bluetoothctl can not connecting bluetoothd...([bluetooth]# nnect to 
bluetoothd...)
I added ath3k to blacklist. After I tried "modprobe ath3k". Bluetooth device 
appeared in the KDE notificator. After I disabled bluetooth with KDE, I could 
not enable it again.
Laptop : Samsung NP300E5C
 

20 Ağustos 2017 18:17 Pazar tarihinde deloptes  şöyle 
yazdı:
 

 Serkan KURT wrote:

> Thank you for your interest. I think, all necessary packages are
> installed. Unfortunately I couldn't find any solution.

I think you installed more than enough.

Check rfkill

If bt is disabled, enable via rfkill or your gui of choice - I use
blueman-applet

$ sudo rfkill list
0: hci0: Bluetooth
        Soft blocked: yes
        Hard blocked: no


$ sudo rfkill list
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

now start 

$ bluetoothctl
[NEW] Controller 00:10:60:D1:0F:5C xxx [default]
[NEW] Device xx
[bluetooth]#

let us see where we are and we'll think further

If this does not work, you'll have to check if udev is enabling hciX device
for the adapter as communication goes via this device AFAIK

regards






   

How to recovery disc partition table?

2015-10-23 Thread Serkan KURT
Hi friends.
I have a 1TB disc.
   
   - My disc formatted ext4 before.
   - I accidentally created new partition table on my disk.
   - Unfortunately, I accidentally formatted ntfs.   


Can I recovery my disc partition table and/or my directorys and files smoothly?



Yan: Yan: Internet sharing?

2015-08-10 Thread Serkan KURT
Thank you John. But I can't. SSID?, Security?
How can I this with KDE Network Manager? 


 10 Ağustos 2015 12:11 Pazartesi tarihinde tux john  şöyle 
yazdı:
   

 as root in a terminal if you type the following:echo 1 > 
/proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
iptables -A FORWARD -i eth0 -j ACCEPT
iptables -A FORWARD -i wlan0 -m state --state RELATED,ESTABLISHED -j ACCEPTthen 
you will be able to connect a PC th eth0 and access the NET. Wlan0 will be your 
WAN interface to the net.Sent: Monday, August 10, 2015 at 11:41 AM
From: "Serkan KURT" 
To: "tux john" , "Debian-user List Debian" 

Subject: Yan: Internet sharing?I am triying with Network Manager.wifi card 
iwl4965firmware iwlwifiI connect to internet over ethernet port.ethernet -> 
eth0wifi -> wlan0 
 10 Ağustos 2015 11:36 Pazartesi tarihinde tux john  şöyle 
yazdı: Could you give us some more information please?wifi will be your wan and 
ethnernet is your LAN?if yes tell us your corresponding names of the 
interfaces?is wifi is wlan0 ane ethernet is eth0?  Sent: Monday, August 10, 
2015 at 11:31 AM
From: "Serkan KURT" 
To: "Debian-user List Debian" 
Subject: Internet sharing?Hi. How can I share ethernet from wifi on KDE? Debian 
Jessie amd64, KDE.
 

  

Yan: Internet sharing?

2015-08-10 Thread Serkan KURT
I am triying with Network Manager.
wifi card iwl4965firmware iwlwifiI connect to internet over ethernet 
port.ethernet -> eth0wifi -> wlan0 


 10 Ağustos 2015 11:36 Pazartesi tarihinde tux john  şöyle 
yazdı:
   

 Could you give us some more information please?wifi will be your wan and 
ethnernet is your LAN?if yes tell us your corresponding names of the 
interfaces?is wifi is wlan0 ane ethernet is eth0?  Sent: Monday, August 10, 
2015 at 11:31 AM
From: "Serkan KURT" 
To: "Debian-user List Debian" 
Subject: Internet sharing?Hi. How can I share ethernet from wifi on KDE? Debian 
Jessie amd64, KDE.

  

Internet sharing?

2015-08-10 Thread Serkan KURT
Hi. How can I share ethernet from wifi on KDE?
Debian Jessie amd64, KDE.


Re: Eclipse crashes on Debian Jessie amd64

2015-03-20 Thread Serkan KURT
Thank you Reco.The problem solved.

http://askubuntu.com/questions/513471/kubuntu-14-04eclipse-adt-crashes-at-button-ok-from-project-properties/530468#530468




On Fri, 3/20/15, Reco  wrote:

 Subject: Re: Eclipse crashes on Debian Jessie amd64
 To: "Serkan KURT" 
 Cc: "debian-user" 
 Date: Friday, March 20, 2015, 11:32 AM
 
  Hi.
 
 On Fri, Mar 20, 2015 at 12:58:20AM -0700,
 Serkan KURT wrote:
 > Thanks for your
 response. Log file is attached.
 > 
 > ~$ ulimit -v
 >
 unlimited
 
 
 So it boils down to this:
 
 > Java frames: (J=compiled Java code,
 j=interpreted, Vv=VM code)
 > j 
 org.eclipse.swt.internal.gtk.OS._g_object_get_qdata(JI)J+0
 > j 
 org.eclipse.swt.internal.gtk.OS.g_object_get_qdata(JI)J+9
 > j 
 
org.eclipse.swt.widgets.Display.removeWidget(J)Lorg/eclipse/swt/widgets/Widget;+19
 > j 
 org.eclipse.swt.widgets.Combo.deregister()V+21
 > j 
 org.eclipse.swt.widgets.Widget.releaseWidget()V+1
 
 While I'm no Java expert
 by any means, this seems to be the (in)famous
 Eclipse bug 419729:
 
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=419729
 
 
 In
 particular, the workaround from the comment 34 seems to be
 the way to
 avoid it - using SWT_GTK3
 environment variable to forbid Java to use
 GTK3.
 
 Reco
 
 
 
 >
 
 > On Thu, 3/19/15, Reco 
 wrote:
 > 
 >  Subject:
 Re: Eclipse crashes on Debian Jessie amd64
 >  To: debian-user@lists.debian.org
 >  Date: Thursday, March 19, 2015, 12:16
 PM
 >  
 >   Hi.
 > 
 
 >  On
 >  Thu, 19
 Mar 2015 01:09:35 -0700
 >  Serkan
 KURT
 >  
 >  wrote:
 >  
 >  > # Failed to
 > 
 write core dump. Core dumps have been disabled. To enable
 >  core dumping, try "ulimit -c
 unlimited" before
 >  starting Java
 again
 >  
 >  Start
 with doing what you're told to do.
 >  I.e. enable core dumps in the
 >  shell, and
 >  post
 java backtrace.
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 
 with a subject of "unsubscribe".
 Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/20150320093203.ga27...@d1696.int.rdtex.ru
 



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1426847860.46849.yahoomailba...@web122604.mail.ne1.yahoo.com



Eclipse crashes on Debian Jessie amd64

2015-03-19 Thread Serkan KURT
I have a problem. Can you help me?

Package: eclipse
Version: 3.8.1-7

Eclipse crashes when I created new C++ project or "install new software".

For example;

1- File / New / C++ Project
2- Click the Cancel Button
3- Eclipse crashes.

Konsole out;

java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-2)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7f7b58b1050d, pid=9430, tid=140167820814080
#
# JRE version: OpenJDK Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13)
# Java VM: OpenJDK 64-Bit Server VM (24.75-b04 mixed mode linux-amd64 
compressed oops)
# Derivative: IcedTea 2.5.4
# Distribution: Debian GNU/Linux 8.0 (jessie), package 7u75-2.5.4-2
# Problematic frame:
# C  [libgobject-2.0.so.0+0x3350d]  g_type_check_instance_is_fundamentally_a+0xd
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/sef/hs_err_pid9430.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

I am using Debian Jessie amd64, KDE 4.14.2


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1426752575.32661.yahoomailba...@web122603.mail.ne1.yahoo.com



italc-master

2013-12-08 Thread Serkan KURT
Hi.
How can I use italc-master on Debian Jessie (amd64-KDE)?
Are there anyone that use italc on Jessie?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1386543119.93582.yahoomailba...@web122602.mail.ne1.yahoo.com



Re: gxtuner does not work

2013-12-07 Thread Serkan KURT
I started the QjackCtl. Problem solved. Thanks a lot...

On Sat, 12/7/13, Ralf Mardorf  wrote:

 Subject: Re: gxtuner does not work
 To: debian-user@lists.debian.org
 Date: Saturday, December 7, 2013, 9:37 PM
 
 On Sat, 2013-12-07 at
 20:27 +0100, Ralf Mardorf wrote:
 > On
 Sat, 2013-12-07 at 11:16 -0800, Serkan KURT wrote:
 > > Hi.
 > > How can
 I use the gxtuner on Debian Jessie (KDE)? 
 > > 
 > > 
 > > Konsole output :
 >
 > 
 > > ~$ gxtuner
 > > connection to jack failed, . .
 exit
 > 
 > How do you
 run jackd? Is pulseaudio disabled or enabled? What output
 do
 > you get for jackd?
 
 PS:
 
 Sorry, perhaps you aren't aware that you
 need jackd.
 
 http://jackaudio.org/
 http://rivendell.tryphon.org/wiki/Debian_6_Setup_JACK2_with_Pulse_Audio
 
 I recommend to purge
 pulseaudio. I could help you with jackd, but not
 with jackd + pulseaudio.
 
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 
 with a subject of "unsubscribe".
 Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/1386445021.2811.95.camel@archlinux
 
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1386447272.91177.yahoomailba...@web122605.mail.ne1.yahoo.com



gxtuner does not work

2013-12-07 Thread Serkan KURT
Hi.
How can I use the gxtuner on Debian Jessie (KDE)? 


Konsole output :

~$ gxtuner
connection to jack failed, . . exit


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1386443779.1330.yahoomailba...@web122606.mail.ne1.yahoo.com



Re: internet connection is disconnected very often

2012-09-30 Thread Serkan KURT
But have the same problem with the wireless connection. And there is no problem 
with windows.

--- On Sun, 9/30/12, Atıf CEYLAN  wrote:

From: Atıf CEYLAN 
Subject: Re: internet connection is disconnected very often
To: "Serkan KURT" 
Cc: debian-user@lists.debian.org
Date: Sunday, September 30, 2012, 10:25 PM




  
  


Hi,

Sometimes I encounter with the same problem. I think your problem reason is 
your modem. If you use a network device with broadcom chipset, your problem 
reason is that. I have 3 modems   (cisco linksys, airties and current docsis3.0 
cable modem and all of them include broadcom chipset network devices) and 3 
computers (two debians one winXP).  Sometimes I can connect to modem from 
Debians  but can not be data transfer between my computer and the modem. I get 
some dhcp error in syslog. I think there is a problem only between 
linux+broadcom client and with broadcom chipset modems.



On Sun, 2012-09-30 at 01:34 -0700, Serkan KURT wrote:





Hello



In my Debian Wheezy System, internet connection is disconnected very often. In 
the meantime, I cannot reach modem interface. In Network manager, the 
connection seems to have. I can access to internet when disconnect and 
reconnect it to the Network Manager. The situation is the same in both wired 
and wireless. Please help.



The output of lspci;



06:00.0 Network controller: Intel Corporation PRO / Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)

08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit 
Ethernet PCI Express (rev 02)



Network Manager Network Interface status;



Type: Wired Ethernet

Connection State: Connected

IP Address: 192.168.1.34

Connection Speed​​: 10 Mbit / s

System Name: eth0

MAC Address: 

Driver: tg3









-- 

M.Atıf CEYLAN

Yurdum Yazılım







internet connection is disconnected very often

2012-09-30 Thread Serkan KURT
Hello

In my Debian Wheezy System, internet connection is disconnected very often. In 
the meantime, I cannot reach modem interface. In Network manager, the 
connection seems to have. I can access to internet when disconnect and 
reconnect it to the Network Manager. The situation is the same in both wired 
and wireless. Please help.

The output of lspci;

06:00.0 Network controller: Intel Corporation PRO / Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit 
Ethernet PCI Express (rev 02)

Network Manager Network Interface status;

Type: Wired Ethernet
Connection State: Connected
IP Address: 192.168.1.34
Connection Speed​​: 10 Mbit / s
System Name: eth0
MAC Address: 
Driver: tg3